p.search_msg {
  float: left;
  margin: 10px 0 0 0;
  padding-left: 13px;
  font-size: 16px;
  font-weight: bold;
}

div.search_results_header {
  height: 40px;
}

div.column_labels {
  clear: both;
  margin: 0;
  padding: 0;
}

ol.column_labels {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #7d6a55;
  font-size: 11px;
  font-weight: bold;
}

ol.column_labels li {
  float: left;
  background: #f7f2f0;
  padding: 3px 0 6px;
}

ol.column_labels  li.col_address {
  width: 208px;
  margin-right: 2px;
  text-indent: 28px;
}

ol.column_labels li.col_location {
  width: 147px;
  margin-right: 2px;
  text-indent: 4px;
}

ol.column_labels li.col_age {
  width: 70px;
  margin-right: 2px;
  text-indent: 4px;
}

ol.column_labels li.col_info {
  width: 209px;
  text-indent: 6px;
}

ol.result {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

ol.result li {
  float: left;
  color: #433f3a;
}

ol.result li.col_address {
  width: 146px;
  margin-right: 16px;
  padding-left: 47px;
  font-size: 13px;
}

ol.result li.col_address span.home_work_indicator {
  font: bold 11px Arial;
  color: #54b948;
  margin: 0 3px 0 0;
  padding: 0;
  position: absolute;
  left: 25px;
  margin-top: 2px;
}

ol.result li.col_location {
  width: 133px;
  margin-right: 16px;
}
ol.result li.col_age {
  width: 56px;
  margin-right: 18px;
}
ol.result li.col_info {
  width: 201px;
}

ol.result li.col_info strong {
  font-size: 11px;
}

div.result {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0 0 17px 0;
  border: 2px solid #fff;
  font-size: 12px;
  zoom: 1;
}

p.name {
  margin: 0 0 4px 0;
  padding-top: 8px;
  padding-left: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

p.name a {
  color: #433f3a;
}

/* Following styles are for the /poeple custom url pages */
  
h2.people_header {
  color: #ff0000;
  margin:14px 0 0 26px;
  margin-bottom: 0;
}

p.people_msg {
  color: #9D8F82;
  font-family: arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-left: 28px;
}

ul.people_list li {
  font-size: 14px;
  margin-bottom: 5px;
}

/* Following rule is for the map pins on the left side of MR rows. */
div.number {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 21px;
  height: 17px;
  background: url(/common/images/mr_map_pins.png) top left no-repeat;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #d8cfc6;
}

p.icons {
  margin: 0;
  position: absolute;
  top: 3px;
  right: 3px;
}

p.icons .icon_member {
  height: 19px;
  vertical-align: bottom;
  margin-right: 7px;
  position: relative;
  top: 2px;
}

p.icons .icon_phone {
  height: 13px;
  vertical-align: bottom;
}

p.icons .icon_email {
  margin-right: 8px;
  height: 13px;
  vertical-align: bottom;
}

p.icons .icon_cell {
  margin-right: 9px;
  height: 14px;
  vertical-align: bottom;
}

p.hover {
  position: absolute;
  top: 0;
  left: 230px;
  margin: 0;
  padding: 0;
  width: 176px;
  height: 21px;
  background: url(/common/images/mr_hover.png) top left no-repeat;
  display: none;
}
p.hover a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9000em;
  outline: none;
}

.highlighted {
  border-color: #d5e753 !important;
}

.highlighted div.number {
  background-position: bottom left;
  color: #fff;
}
.highlighted p.hover {
  display: block;
}

div.space {
  width: 100%;
  height: 6px;
  background: #f7f2f0;
  font-size: 1px;
  line-height: 1px;
}

/* No Results Page */

h1.no_results {
  color: #ad0104; 
}

span.h2_excessive_results {
  font-size: 16px;
  font-weight: bold;
  margin: 11px 0 0 10px; 
  display: block;
  float: left;
}


/* Pagination */

.pagination {
  float: right;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
}

.end_pagination {
  padding-top: 6px !important;
  padding-bottom: 30px !important;
}

.pagination a, .pagination img, span.current {
  float: left;
  display: block;
  padding: 3px 5px;
  margin-top: 3px;
  line-height: 1;
  text-decoration: none;
  color: #7d6a55;
}
.pagination span.current {
  background: #998b7d;
  color: #fff;
}
.pagination img {
  padding: 0;
  margin: 0 9px 0 0;
}
.pagination img.next {
  margin: 0 0 0 9px;
}

.pagination a.prev_button, .pagination a.next_button {
  float: left;
  display: block;
  padding: 0;
  margin: 0 9px 0 0;
  width: 52px;
  height: 22px;
  background: url(/common/images/pagination_prev.gif) top left no-repeat;
  text-indent: -9000em;
  outline: none;
}

.pagination a.next_button {
  background-image: url(/common/images/pagination_next.gif);
  margin: 0 0 0 9px;
}

.italics {
  font-style: italic;
  color: #BBB1A6;
}

.result_ad_speedbump {
  padding: 10px;
}

/* Multiple Resuts Header Rules */

.sort_filter_header {
  font-weight: bold;
}

#sort_name_div {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #bbb1a6;
  padding: 10px;
  margin-top: -5px;
  margin-left: 27px;
  width: 65px;
  height: 48px;
  z-index: 1;
}

#sort_name_div ul {
  margin: 0;
  padding: 0;
}

#sort_name_div li {
  display: block !important;
  padding: 0 0 0 6px;
  font-size: 11px;
}

#filter_location_div {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #bbb1a6;
  padding: 10px;
  margin-top: -5px;
  margin-left: 212px;
  width: 122px;
  z-index: 1;
}

#filter_location_div {display:inline-block;}
/* Hide from IE Mac \*/
#filter_location_div {display:block;}
/* End hide from IE Mac */

li.filter_items {
  padding: 0 0 0 6px;
}

#filter_location_div ul {
  margin: 0;
  padding: 0;
}

#filter_location_div li {
  display: block !important;
  font-size: 11px;
}

#filter_age_div {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #bbb1a6;
  padding: 10px;
  margin-top: -5px;
  margin-left: 362px;
  width: 75px;
  height: 86px;
  z-index: 1;
  overflow: auto;
}

#filter_age_div ul {
  margin: 0;
  padding: 0;
}

#filter_age_div li {
  display: block !important;
  font-size: 11px;
}

#filter_info_div {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #bbb1a6;
  padding: 10px;
  margin-top: -5px;
  margin-left: 437px;
  width: 55px;
  height: 60px;
  z-index: 1;
  overflow: auto;
}

#filter_info_div ul {
  margin: 0;
  padding: 0;
}

#filter_info_div li {
  display: block !important;
  font-size: 11px;
}
#second_ad {
  padding:10px 0px 0px;
}

#second_ad {
  padding: 10px 0px 0px;
}

.sorted_filtered_by {
  color: #54B848;
  font-weight: bold;
}
