/*************** Main Page *****************/

#quick_search {
	padding: 10px 15px;
	margin-bottom: 20px;
	background: #cf9;
	border: 1px solid #9c6;
	}

#mls_search {
	padding: 10px 15px;
	margin-bottom: 20px;
	background: #ff9;
	border: 1px solid #996;
	}

#quick_search .quick_table td,
#mls_search .quick_table td {
	padding: 6px 3px;
	}

#quick_search .quick_table tr.browse td {
	padding-top: 0;
	}

#power_search {
	padding: 10px 15px;
	background: #F4EAC6;
	border: 1px solid #D4C283;
	}

.search_header {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	}
	
.power_search_form td {
	padding: 5px 0;
	}

.power_search_form td.label {
	padding-right: 20px;
	}
	

/*************** List Page *****************/

#toggle_view {
	padding: 5px 10px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #ccc;
	background: #FFF8AB;
	}

.google .g {
	color: #03c;
	}

.google .o1, .google .e {
	color: #c00;
	}

.google .o2 {
	color: #D5BE25;
	}

.google .l {
	color: #090;
	}

#google_map {
	padding: 12px 15px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
	
#homes_list {
	width: 100%;
	}
	
#homes_list p {
	padding-bottom: 8px;
	}
	
#homes_list td {
	padding: 10px;
	width: 50%;
	}

#homes_list td.odd {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#homes_list td.even {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#homes_list td img {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	}

#homes_list td .price {
	margin-bottom: 8px;
	font-weight: bold;
	color: #A12A00;
	}
	

/*************** New Construction *****************/

#new_construction_list {
	clear: both;
	}

#new_construction_list td {
	padding: 3px 20px 3px 0;
	}

#new_construction_list tr.header td {
	font-weight: bold;
	}

#new_construction_list tr.header a:link,
#new_construction_list tr.header a:visited {
	color: #000;
	}

#new_construction_list tr.header a:hover {
	color: #900;
	}

#new_construction_list a.view_homes:link {
	color: #930;
	}

#new_construction_list a.view_homes:hover,
#new_construction_list a.view_homes:visited {
	color: #c63;
	}
	

/*************** Subdivision *****************/

#subdivision_stats {
	float: left;
	margin-bottom: 20px;
	background: #ccc;
	}
	
#subdivision_table td {
	padding: 3px 8px;
	background: #fff;
	text-align: center;
	}

#subdivision_table tr.header td {
	background: #666;
	color: #fff;
	font-weight: bold;
	}

#subdivision_links {
	list-style: none;
	margin-bottom: 20px;
	}
	
#subdivision_links li {
	list-style: none;
	padding: 3px 0 3px 20px;
	background: url("/hbm-images/arrow_blue.gif") no-repeat 0 3px;
	}

