@charset "utf-8";
/* CSS Document */

div#proplist {
	clear:			both;
	margin-top: 	12px;
	background-color: #FFFFFF;
}

#proplist table {
}

#proplist h6 {
	background:		#e5e6d5; 
	color: 			#909b33; 
	padding: 		2px 5px; 
	margin-bottom: 	0; 
	height:			20px; 
	width:			670px;
}
#proplist th {
	vertical-align:	middle; 
	text-align:		center; 
	padding:		3px 6px;
}
#proplist td {
	/*background:	#909b33 url(http://fotvine.com/~spabroke/go/images/0-form-back.gif) repeat-x;
	vertical-align:	middle; */
	padding:		6px;
}
#proplist tr.r1 td,
#proplist tr.r1 th {
	background-color:		#c3c3a5;
}
#proplist tr.r2 td,
#proplist tr.r2 th {
	background-color:		#92926e;
}

#proplist tr.a1 td,
#proplist tr.a1 th {
	background-color:		#DDDDDD;
}
#proplist tr.a2 td,
#proplist tr.a2 th {
	background-color:		#CCCCCC;
}

#proplist td.title h1 {
	 background-color:	#011100; 
	 color:				#eeedb4; 
	 font-size:			175%; 
	 margin:			-6px; 
	 padding:			6px;
}
#proplist td.title h1 span.manufacturer {
	float:				right; 
	font-size:			14px;
}
#proplist td.title h2 {
	color:				#313122;
}
#proplist td.sign {
	background: 		#FFFFFF;
}
#proplist td.pic {
	padding: 			0;
	width: 				63px;
}
#proplist td.beds {
	text-align:			center;
}

#proplist tr.r1 td.price,
#proplist tr.r2 td.price {
	text-align:			center;
	font-weight:		bold;
	background-color:	#011100;
	color:				#FFFFFF;
}

#proplist td.price a {
	text-decoration: none;
}
#proplist td.download a {
	text-decoration: 	none;
	background: 		url(http://fotvine.com/~spabroke/go/images/pdficon_small.gif) right no-repeat;
	padding-right: 		24px;
}
#proplist td.download a:hover {
	background-color:	#FFFFFF;
}

#proplist td.download {
	color:				#666666;
}

#proplist tr.r1 td.coupon,
#proplist tr.r2 td.coupon {
	text-align:			center;
	background-color:	#778251; 
	vertical-align:		middle;
}

#proplist a {
	color: #990000;
}
#proplist a:hover {
	background-color: #FFFFFF;
}