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

body { margin:0; padding:0; font-family:Arial; font-size:11px; }

.contrainer { width:650px; }

.case { text-transform:uppercase; }
.b { font-weight:bold; font-size:10px; }

#titles { height:18px; margin:3px 0 5px 0; background:#54585C; color:#FFF; clear:both; }
.rows_cont { height:20px; border-bottom:1px solid #BBB; }

.title { width:auto; margin-top:5px; font-size:16px; font-weight:bold; }
.description { margin-top:12px; line-height:17px; }

.item {  height:16px; float:left; padding:3px 0 2px 3px; border-left:1px solid #FFF; }
.item2 { height:16px; float:left; padding:3px 0 2px 3px; border-left:1px solid #BBB;  overflow:hidden; }

.property { width:250px; border-left:none; }
.type { width:100px; }
.beds { width:60px; }
.baths { width:60px; }
.price { width:90px; }
.status { width:65px; }



