/*DIV CLASSES*/
.listings_table			{ width:100%; border-top:1px solid black; font-size:11px; margin:10px 0; text-align:center; }
.listings_header_row		{ width:100%; overflow:hidden; font-weight:bold; border-bottom:1px solid black; margin:2px 0; }
.listings_row			{ width:100%; overflow:hidden; font-weight:normal; border-bottom:1px solid black; margin:2px 0; }
.listings_rental_unit		{ width:75px; float:left; }
.listings_rental_type		{ width:75px; float:left; }
.listings_street_address	{ width:150px; float:left; }
.listings_bedrooms		{ width:85px; float:left; }
.listings_bathrooms		{ width:85px; float:left; }
.listings_details		{ width:85px; float:left; }
.listings_price			{ width:85px; float:left; }
.listings_image			{ width:100px; float:right; }
.listings_image img		{ width:100px; }
.prop_table			{ width:100%; overflow:hidden; border-top:1px solid black; border-bottom:1px solid black; background:#ddd; margin:10px 0;  }
.prop_left			{ width:250px; float:left; }
.prop_right			{ width:300px; float:right; }
.prop_right img			{ width:300px; }
p.prop_listing			{ font-size:11px; }
p.listings_header		{ font-size:14px; font-weight:bold; }
/*DIV CLASSES*/

