/*** Basic Layout & Config ***/
h1 {
  color: #8E602E;
  text-align: center;
}
.content {
  width: 570px;
  margin: 0 auto;
}
label {
  font-weight: bold;
}
a img {
 border: 0;
}

/*** Search Table ***/
#search-table, #search-mls-table {
  border: 2px solid #8E602E;
  background-color: #ddd;
  margin: 0 auto;
}
#search-table td, #search-mls-table td {
  padding: 0;
}
#search-table h2, #search-mls-table h2 {
  margin: 0 0 10px;
  font-size: 16px;
  background-color: #8E602E;
  color: white;
  padding: 5px;
  text-align: center;
}
#search-table p, #search-table table, #search-mls-table p, #search-mls-table table {
  margin: 0 10px 10px;
}
#search-table label, #search-mls-table label {
  font-size: 12px;
}
#search-half-right {
  border-left: 1px solid #aaa;
}
#search-button {
  border-top: 1px solid #aaa;
  padding: 10px 0;
}

/*** Search Results Table ***/
#results-header {
  text-align: center;
  padding-bottom: 2em;
}
#results-inner {
  border: 2px solid #8E602E;
  border-left-width: 1px;
  border-right-width: 1px;
}
.summary.even {
  background-color: #ddd;  
}
.summary.odd {
  background-color: #eee;
}
.summary h2 {
  margin: 0;
  color: #666;
  text-align: left;
  font-size: 13px;
}
.summary h3 {
  margin: 0;
  text-align: left;
  font-size: 12px;
}
.summary td.photo {
  padding: 7px;
  width: 73px;
}
.summary td.photo div {
  width: 73px;
  height: 55px;
  overflow: hidden;
}
.summary td.photo a {
  width: 100%;
  border: 0;
}
.summary td.col1 {
  font-size: 12px;
  text-align: left;
}
.summary td.col1 td {
  padding-right: 8px;
}
.summary td.col2 {
  width: 160px;
}
.summary .actions {
  margin: 0;
}
.summary .actions li {
  font-size: 12px;
  line-height: 20px;
}
.summary .actions li a {
  padding-top: 2px;
  padding-bottom: 2px;
}
.summary .actions li a:hover {
  text-decoration: none;
}
.property.summary .price {
  font-size: 14px;
  vertical-align: middle;
  color: #900;
  font-weight: bold;
}


/*** Property Details ***/
#details-header {
  text-align: center;
  padding: 1em;
}
.property.details  {
  border: 2px solid #8E602E;
  border-left-width: 1px;
  border-right-width: 1px;
  background-color: #eee;
}
.property.details #details {

  float: left;
 margin-bottom: 15px;
/*    width: 100%; */

}
.property.details p {
  margin: 0;
}
.property.details h1 {
  background-color: #8E602E;
  color: white;
  text-align: left;
  font-size: 18px;
  margin: 0;
  padding: 5px;
}
.property.details h1 div {
  float: right;
}
.property.details h2 {
  text-align: left;
  margin: 10px 0 5px 0;
}
.property.details .photos {
  float: left;
  width: 320px;
  margin: 5px;
}
.property.details .photos img {
  display: block;
}
.property.details .photos a#main-photo {
  display: block;
  width: 205px;
  margin-bottom: 5px;
}
.property.details .photos a.small-photo {
  float: left;
  width: 100px;
  max-height: 75px; /*** Works in IE7, but not 6 ***/
  overflow: hidden;
  margin: 0 5px 5px 0;
}

.property.details .wide-block {
  padding-top: 10px;
  width: 225px;
  float: right;
  line-height: 1.4;
}

.property.details .wide-block .actions {
  list-style: none;
  float: right;
  margin-bottom: 0px;
  line-height: 20px;
	padding: 0;
}
.property.details .wide-block .actions li {
	float: left;
	display: inline;
	margin-right: 25px;
}

.property.details .wide-block .actions a {
  display: block;
  height: 100%;
}
.property.details .price {
  font-size: 24px;
  color: #D06C1B;
}
.wide-block .price{
clear: both;
}	

.property.details .address, .property.details .city {
  font-size: 14px;
}
.property.details .description {
  clear: right;
  margin: 0.5em 1em;
  font-style: italic;
}

.property.details .half {
  float: left;
  font-size: 13px;
  margin-right: 10px;
}
.property.details .half.last {
  margin-right: 0;
}
.property.details .open-houses h2 {
  color: #D06C1B;
}
.property.details .open-houses ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  font-weight: bold;
}

.home-show {
  text-align: center;
  font-size: 12px;
}
.property.details .home-show p {
  margin: 10px 0;
}
.home-show table {
  margin: 0 auto;
}

/**** IDX Compliance ****/
#idx-results, #idx-details {
  margin: 2em 0 1em;
}
.listing-office {
	font-size: 12px;
}