@charset "utf-8";
/* CSS Document */

.d3mls_search {
	position:relative;
}

#d3mls_refinesearch { 
	top: 0px;
	position: absolute;
	width:300px;
	z-index:1000;
	text-align: left;
}

#d3mls_refinesearch a {
/*	color:black;*/
}

#d3mls_refinesearch.fixed {
	position: fixed;
	top: 0;
}

#d3mls_quicksearch * {
	font-size:1em;
}

#d3mls_quicksearch input {
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;	
	border: 1px solid #5A0063;
	height:16px;
	padding:2px;
}

.selectBoxClick {
	background-color: #ffffff;
	padding:3px 3px 0 3px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	border: 1px solid #5A0063;
	cursor:pointer;
}

.selectBoxClick span {
	padding-left:2px;
}

.selectBoxClickIcon {
	background: url(/js/jquery/extensions/jquery-ui-1.8.16.custom/css/custom-theme/images/ui-icons_454545_256x240.png);
	background-position: -64px -16px;	
	width:16px;
	height:16px;
	float:right;
}

.selectBoxClickText {
	float:left;
}
.selectBox {
	border: 1px solid #5A0063;
	background-color: #ffffff;
	height:138px;
	max-height: 138px;
	overflow-y: scroll;
	cursor:pointer;
	position: absolute;
	z-index:99999999999999999999999999999999999999999999999999999999;
	display:none;	
}

.selectBoxOption {
	padding-left:6px;
	padding-right:6px;
}

.selectBoxOption:hover {
	background-color: #ccc;
}

.selectBoxOption input{
	border: none !important;
}

.suggestBox {
	background-color: #ffffff;
	border: 1px solid #5A0063;
	font-size: 10px;
	max-height: 138px;
	overflow: auto;
	padding: 3px;
	position: absolute;
	z-index: 99999999999999999999999999999999999999999999999999999999;
	cursor:pointer;
	color:black;
}

.d3mls_search .suggestResult {
	cursor: pointer;
	height: 14px;
}

.d3mls_search .suggestResult:hover {
	background-color: #eeeeee;
}

.d3mls_search_tabs {
	border:none; 
}

.d3mls_search .section {
	padding-bottom:14px;
}

.d3mls_search .section .row {
	padding-bottom:12px;
}

.d3mls_search .label {
	width:100%;
	float:left;
}

.d3mls_search .selectbox, .locationsSelects {
	width:98%;
	max-width:330px;
	height:80px;
	overflow: auto;
	border: 1px solid #ADADAD;
	clear:both;
	padding:3px;
}

.d3mls_search .selectoption:hover {
	background-color:#ccc;
	color:white;
}

.d3mls_search .locationsHeader {
	border-bottom: 1px solid #cccccc;
	padding:2px 3px 2px 3px;
	cursor:pointer;
}

.d3mls_search .locationsHeaderIcon {
	background: url(/js/jquery/extensions/jquery-ui-1.8.16.custom/css/custom-theme/images/ui-icons_454545_256x240.png);
	background-position: -32px -16px;
	width:16px;
	height:16px;
	float:left;
}

.d3mls_search .locationsHeaderIconClicked {
	background: url(/js/jquery/extensions/jquery-ui-1.8.16.custom/css/custom-theme/images/ui-icons_454545_256x240.png);
	background-position: -64px -16px;
}

.d3mls_search .location:hover, .locationsHeader:hover {
	background-color:#ccc;
	color:white;
}

.d3mls_search .location {
	float:none;
}

.d3mls_search .section .range input[type=text], #d3mls_search .section .range select {
	width:134px;
}

.d3mls_search .section .range .rangeto {
	padding:0 6px 0 6px;
}

.d3mls_search .submitround .button {
	background-color:#3C77AF;
	width:100px;
	padding:3px 6px 3px 6px;
	font-weight:bold;
	text-decoration:none;
}

.d3mls_search h3 {
	padding:12px 0 0 0;
}

.d3mls_search h4 {
	padding:6px 0 0 0;
}

.d3mls_search h5 {
	padding:6px 0 0 0;
}

.d3mls_search .accordionAnchor {
	color: white;
	cursor:pointer;
	text-decoration: none;
	font-weight:bold;
}

.d3mls_search .accordionPanel {
	display:block;
	padding:5px;
	margin-top: 0;
	font-weight: bold;
	color: white;
	background-color:#5491F2;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
