/* Listings */

div#listings {
	width: 640px;
}

div#listings div {
	height: 160px;
	margin: 8px 0px 6px 16px;
	padding: 8px 8px 0px 0px;

	border-bottom: solid 2px #d9d9e3;
	border-left: solid 1px #d9d9e3;
}

div#listings table {
	width: 400px;
	float: right;
}

div#listings td {
	vertical-align: top;
}

div#listings img {
	clear: both;
	float: left;
	margin: 16px 0px 0px 16px;
	border-right: solid 1px #999999;
	border-bottom: solid 2px #999999;
}

div#listings span {
	font-weight: bold;
	font-size: 15px;
}

span.sold {	color: #cc0000; }
span.sale_pending {	color:#996600; }
span.recently_reduced { color: #00aa00; }
span.open_house { color: #FF6600; }
span.new_listing { color: #0000CC }
span.current_listing { color: #9966CC }

/* Detailed Sheet */

div#listing_photos {
	width: 700px;
	margin: 16px 0px 16px 32px;
}

div#listing_photos div {
	float: left;
	margin: 0px 8px 8px 0px;
}

div#listing_photos img {
	border: solid 2px #999999;
}

div#listing_details td {
	vertical-align: top;
	padding: 4px 16px 0px 0px;
}
