@CHARSET "UTF-8";
.search_jc{
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 37px;
	position: relative;
	width: 100%;
	border:1px solid #cccccc;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.search_loc{
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 37px;
	position: relative;
	width: 100%;
	border:1px solid #cccccc;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top:3px;
}
.search_jc:hover, .search_loc:hover{
	border:1px solid #afafaf;
}
.sbHolder{
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 35px;
	position: relative;
	width: 100%;
	
	
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 2px;
	width: 100%;
}
.sbSelector.sbFocus{
	
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #9e9e9e;
	outline: none;
	text-decoration: none;
	
}
.sbToggle{
	background: url(/builder-v10/images/icon-arrow-down.jpg) no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: -5px;
	top: 12px;
	width: 30px;
}
.sbToggle:hover{
	background: url(/builder-v10/images/icon-arrow-down.jpg) no-repeat;
	
}
.sbToggleOpen{
	background: url(/builder-v10/images/icon-arrow-up.jpg) no-repeat;

}
.sbToggleOpen:hover{
	background: url(/builder-v10/images/icon-arrow-up.jpg) no-repeat;
	
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFFFFF;
	border:1px solid #afafaf;
	border-top:none;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	width: 100.5%;
	z-index: 1;
	overflow: auto	!important;
	max-height:600px	!important;
}
.sbOptions li{
	padding: 0 8px;
}
.sbOptions a{
	/*border-bottom: dotted 1px #515151;*/
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
	font-size: 12px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #000000;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #de7126;

}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	/*border-bottom: dotted 1px #515151;*/
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #de7126;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}