@charset "utf-8";

div.d3mls_search_simple_container {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 10px 0;
	padding: 15px 0;
	width: 490px;
}

div.d3mls_search_container {
	background-color: #eeeeee;
	border: 2px solid #cccccc;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 10px;
	padding: 15px;
	width: 450px;
}

div.d3mls_listings_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.d3mls_search_title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.d3mls_search_col {
	float: left;
	padding: 0px;
	margin: 1px;
}

input.d3mls_input_text {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	width: 300px;
}

span.d3mls_input_submit {
	background-color: #006699;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 11px;
	padding: 2px;
	width: 150px;
}

div.d3mls_clear {
	clear: both;
	height: 5px;
}

div.d3mls_search_hint {
	color: #666666;
	float: left;
	font-size: 9px;
}

div.d3mls_search_show_advanced {
	float: right;
}

input.d3mls_input_text_mini {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
	width: 50px;
}

input.d3mls_input_select {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;
}

div.d3mls_search_col label {
	color: #454545;
	float: left;
	font-size: 10px;
	font-weight: bold;
}

* html div.d3mls_property_location_results { 
	_height: expression(this.scrollHeight > 138 ? "138px" : "auto");
}

div.d3mls_property_location_results {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	font-size: 10px;
	max-height: 138px;
	overflow: auto;
	padding: 3px;
	position: absolute;
	z-index: 69;
}

div.d3mls_property_location_result {
	cursor: pointer;
	height: 14px;
}

div.d3mls_property_location_result:hover {
	background-color: #eeeeee;
}

div.d3mls_listings_container {
	background-color: #EFF7FF;
	padding: 5px;
	width: 495px;
}

div.d3mls_listings_row_header {
	background-color: #001B4F;
	font-weight: bold;
	height: 40px;
	overflow: hidden;
	text-align: center;
	font-size:10px;
}

div.d3mls_listings_row_header a{
	color:#ffffff;
}

div.d3mls_listings_row {
	border: 1px solid #454545;
	overflow: auto;
}

div.d3mls_listings_row_image {
	border-right: 1px solid #454545;
	float: left;
	height: 70px;
	padding: 3px 0 0 3px;
	width: 120px;
}

div.d3mls_listings_row_address {
	float: left;
	height: 70px;
	padding: 5px 0;
	width: 170px;
	text-align:center;
}

div.d3mls_listings_row_num {
	border-left: 1px solid #454545;
	float: left;
	height: 70px;
	padding: 5px 0;
	width: 45px;
	text-align:center;
}

div.d3mls_listings_row_price {
	border-left: 1px solid #454545;
	float: left;
	height: 70px;
	padding: 5px 0;
	text-align:center;
	width: 60px;
}

div.d3mls_num_per_page {
	float: right;
}

label.d3mls_search_checkbox {
	float: left;
	margin-right: 5px;
	width: 100px;
}

label.d3mls_search_checkbox_x3 {
	float: left;
	margin-right: 5px;
	width: 127px;
}


label.d3mls_search_checkbox_long {
	float: left;
	width: 500px;
}

div.d3mls_details {
	float: left;
	padding: 5px;
	width: 490px;
	text-align:center;
}

div.d3mls_details_block {
	font-size: 10px;
}

div.d3mls_details_block_title {
	border-bottom: 1px solid #006699;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 3px;
}

div.d3mls_details_container {
	width: 490px;
}

div.d3mls_details_main_container {
	padding: 5px;
}

div.d3mls_details_image_container {
		height: 200px;
}

div.d3mls_details_image_large {
	height: 200px;
	width:275px;
}

div.d3mls_details_image_thumb_container {
	width:490px;
	padding: 2px;
}

div.d3mls_details_image_thumb {
	border: 1px solid #000000;
	float: left;
	width: 80px;
}

div.d3mls_best_buy_container {
	border: 3px solid #454545;
	font-size: 10px;
	margin: 5px;
	padding: 5px;
	width: 280px;
}

div.d3mls_best_buy_row {
}

div.d3mls_best_buy_image {
	border: 1px solid #000000;
	float: left;
	margin: 3px;
	text-align: center;
	width: 120px;
}

div.d3mls_best_buy_details {
	float: left;
	width: 150px;
}

div.d3mls_featured_container {
	font-size: 10px;
	margin: 5px;
	padding: 5px;
	width: 480px;
}

div.d3mls_featured_row {
	padding:0 0 10px 0;
}

div.d3mls_featured_row strong{
	font-size:13px;
}

div.d3mls_featured_row a{
	text-decoration:underline;
}

div.d3mls_featured_image {
	border: 1px solid #000000;
	float: left;
	margin: 3px;
	text-align: center;
	width: 120px;
}

div.d3mls_featured_details {
	float: left;
}

div.d3mls_wishlist_linkl {
	border: 1px solid #454545;
	margin: 3px;
	padding: 5px;
}