/**********************************************************************
 * PROPERTY DETAILS
 **********************************************************************/ 

div.property_details {
  background-color: #111111;
  margin: 20px 0 10px 0;
  padding: 10px 10px 10px 10px;
  border: 1px solid #bababa;
}

div.property_details div.details {
  float: left;
  width: 290px;
  margin-right: 20px;
}

div.property_details div.map {
  float: right;
  width: 390px;
  height: 250px;
}

div.property_details h1 {
  font-family: Arial, Sans Serif, Bitstream Vera Sans, Verdana, Helvetica;
  font-weight: bold;
  font-size: 1.2em;
  font-style: italic;
  margin-top: 20px;
}

div.property_details p.text {
  text-align: justify;
}

div.property_details p.labelandvalue {
  font-size: 1.0em;
  margin: 0 0 10px 0;
}

div.property_details p.label {
  font-weight: bold;
  font-size: 1.0em;
  float: left;
  width: 100px;
  padding: 0px;
  margin: 0px;
}

div.property_details p.value {
  float: left;
  width: 100px;
  padding: 0px;
  margin: 0px;
}

div.property_gallery {
  background-color: #111111;
  margin: 10px 0 10px 0;
  padding: 10px 10px 10px 10px;
  border: 1px solid #bababa;
}

div.property_gallery h1 {
  font-family: Arial, Sans Serif, Bitstream Vera Sans, Verdana, Helvetica;
  font-weight: bold;
  font-size: 1.2em;
  font-style: italic;
}

img.gallery_item {
  float:left;
  height: 100px;
  border: 0px;
  margin: 0 10px 10px 0;
}


/**********************************************************************
 * PROPERTY SEARCH RESULTS
 **********************************************************************/ 

p.sr_description {
  text-align: justify;
} 

div.sr_addinfo_lc {
  width: 250px; 
  float: left; 
  padding: 0 20px 0 0;
}

div.sr_addinfo_rc {
  width: 250px; 
  float: left; 
  padding: 0;
}

a.sr_details_link {
  display: block; 
  float: left; 
  color: #eeeeee;
}

p.sr_maininfo_rc {
  float: right; 
  margin: 0px; 
  padding-right: 20px;
}

p.sr_maininfo_lc {
  float: left; 
  margin: 0px; 
  padding: 0px;
}

a.sr_thumb_img {
  display: block;
  float: right;
  margin: 0 0 10px 20px;
}

img.sr_thumb_img {
  height: 80px;
  border: 0px;
}

div.full_map {
  width: 730px;
  height: 250px;
  margin-bottom: 25px;
}


/**********************************************************************
 * FEATURED PROPERTIES - COMMON
 **********************************************************************/ 

div.featured_property p.h2 {
  margin: 0 0 5px 0;
  min-height: 30px;
  height: auto !important;
  height: 30px;
}

div.featured_property p.location {
  margin: 0 0 0 0;
  min-height: 30px;
  height: auto !important;
  height: 30px;
}

div.featured_property img {
  float: left; 
  height: 80px; 
  margin: 5px 10px 5px 0;
}

div.featured_property div.facilities {
  float: left; 
  width: 90px; 
  margin: 5px 0 0 0;
  font-size: 0.8em;
}

div.featured_property a {
  display: block;
  width: 95%;
  clear: both;
  text-align: right;
  color: #eeeeee;
  margin-bottom: 5px;
}

div.featured_property p.price {
  min-height: 15px;
  height: auto !important;
  height: 15px;
  clear:both;
}



/**********************************************************************
 * FEATURED PROPERTIES - HORIZ BAR
 **********************************************************************/ 

div.fp_horiz_bar {
  width: 99%;
  height: 260px;
  background-color: #111111;
  border: 1px solid #bababa;
}


div.fp_horiz_bar div.header {
  padding: 0 10px 0 10px;
  height: 25px;
  background-color: #232323;
  font-family: Arial, Sans Serif, Bitstream Vera Sans, Helvetica, Tahoma;
  font-weight: bold;
  font-size: 1.4em;
  font-style: italic;
}

div.fp_horiz_bar div.content {
  padding: 10px 10px 10px 10px;
}

div.fp_horiz_bar div.featured_property {
  width: 220px;
  margin-right: 9px;
  padding: 10px 5px 10px 5px;  
  background-color: #232323;
  float: left;
}

div.fp_horiz_bar div#featured_property_last {
  margin-right: 0px;
}  

