h1 {
  font-size: 26px;
  color: #2c0e69;
}
h2 {
  color: #2c0e69;
}
img {
  border: 0;
}
a.icon {
  font-size: 14px;
  padding-right: 10px;
}

/***** GENERIC RESULTS *****/
#actual-results {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 4px 0;
}
.summary {
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.summary.last {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.summary td {
  vertical-align: top;
}
.summary h2 {
  margin: 0;
  font-size: 16px;
}

.summary .actions {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 5px 0;
  height: 16px;
}
.summary .actions li {
  float: left;
  margin-right: 10px;
}
.summary .actions li a {
  display: block;
  font-size: 12px;
}
.actions {
  line-height: 16px;
}

.details h2 {
  font-size: 16px;
}

/***** AGENT SEARCH/RESULT PAGE *****/
#agent-search {
  background-color: #eee;
  padding: 8px;
  width: 370px;
  margin-bottom: 20px;
}
#agent-search td {
  padding-right: 10px;
}

.summary.agent .photo {
  width: 75px;
}
.summary.agent .col1 {
  font-size: 13px;
  width: 200px;
}
.summary.property .col1 td, .summary.property .col1 th {
  text-align: left;
  padding-left: 4px;
}
.summary.property .open-house {
  color: #c20023;
}

/***** AGENT DETAIL PAGE *****/
.details.agent img {
  float: left;
  margin-right: 10px;
}


/***** PROPERTY SEARCH FORM *****/
#advanced-search-header {
  margin: 15px 0 0 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #aaa;
  border-bottom: 2px solid #ccc;
  line-height: 13px;
  letter-spacing: 5px;
  text-align: center;
  clear: right;
}
#quickmls {
  font-size: 12px;
  background-color: #eee;
  padding: 5px;
  display: table;
}
#new-construction-search {
  float: right;
  font-size: 12px;
  line-height: 33px;
  padding: 5px;
}
#new-construction-search img {
  float: left;
  padding-right: 5px;
}
#search-center {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#search-table h2 {
  margin: 8px 0 10px;
}
#search-button {
  margin-top: 10px;
  font-size: 14px;
}


/***** PROPERTY RESULTS *****/
#results-header, #details-header {
  background-color: #eee;
  padding: 8px;
  margin: 10px auto;
  display: table;
}
.summary.property h2 {
  font-size: 12px;
  margin: 0;
}
.summary.property h3 {
  font-size: 11px;
  margin: 0;
}
.summary.property .photo {
  width: 100px;
}
.summary.property .price {
  color: #c20023;
  font-size: 18px;
  padding-right: 5px;
  vertical-align: middle;
}
.summary.property .agent-photo {
  float: left;
  margin-right: 4px;
}
.summary.property .col2 {
  width: 300px;
}


/***** PROPERTY DETAILS *****/
.property.details p {
  margin: 0;
}
.property.details h1 {
  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: 210px;
  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: 530px;
  float: left;
  line-height: 1.4;
}
.property.details .wide-block .actions {
  list-style: none;
  width: 165px;
  float: right;
  margin-bottom: 1em;
  line-height: 20px;
}
.property.details .wide-block .actions li {

}
.property.details .wide-block .actions a {
  display: block;
  height: 100%;
}
.property.details .price {
  font-size: 24px;
  color: #c20023;
}
.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;
  width: 260px;
  font-size: 13px;
  margin-right: 10px;
}
.property.details .half.last {
  margin-right: 0;
}
.property.details .open-houses h2 {
  color: #c20023;
}
.property.details .open-houses ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  font-weight: bold;
}
.property.details .agent img {
  float: left;
  margin-right: 5px;
}

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



#clear-content {
  height: 20px;
  clear: both;
}