/* Listing Page Property List */
.listingbox {
  position:relative;
  border-bottom:1px solid #00ffff;
  margin-bottom:10px;
}
.listingbox .clear {
  clear:both;
  line-height:0;
}
.listingbox .price {
  position:absolute;
  top:0;
  right:0;
  font-weight:bold;
  z-index:4;
}
.listingbox h3 a {
  text-decoration:none;
  color:#01084D;
}
.listingbox img {
  border:1px solid #01084D;
  padding:2px;
  margin:3px 5px 5px 0;
  background-color:#C9DBED;
  float:left;
}
.listingbox p {
  margin:0 5px 0 0;
  font-size:0.9em;
}
.listingbox .more {
  background-image: url(/calculators/images/bullet-path.gif);
  background-repeat: no-repeat;
  padding-left:18px;
  line-height:16px;
  color:#01084D;
  margin:2px 0;
  display:block;
  border-bottom:none;
}
.listingbox .features {
  font-size:0.8em;
}
.listingbox .features li {
  display:inline;margin-right:5px;
}

/* Photo Gallery */
#gallery {
  border:1px solid #B8D6F0;
  padding-bottom:5px;
  width:320px;
  margin-bottom:15px;
  float:left;
  margin-right:10px;
  background-color:#f8f8ff;
}
* html #gallery {
	height:400px;
}
#gallery img.large {
  height:240px;
  width:320px;
  border:0;
  border-bottom:1px solid #B8D6F0;
}
#gallery img.small {
  float:left;
  width:100px;
  height:75px;
  margin:4px 0 0 4px;
  border:0;
  border:1px solid #B8D6F0;
}
#property_info {
  margin-right:-10px;
}
#property_info p { margin-top:0; }

#property_info .listinginfo {
  border-collapse:collapse;
  font-size:0.9em;
}
#property_info .listinginfo td, #property_info .listinginfo th {
  text-align:left;
  text-indent:2px;
  vertical-align:top;
}

#listingActions { width:200px; float:right; margin:10px 0 0 0; padding:0; }
#listingActions li { margin:0; padding:0; }
#mainPhoto { margin:0 0 3px 0; }
#mainPhoto a img { border:0; border-bottom:1px solid #B8D6F0; }
