@CHARSET "UTF-8";
.sbHolder{
	font-family: ff-meta-web-pro, Helvetica, Arial, sans-serif;
	font-size: 0.75em; /* 12 / 16 */
	line-height: 1em;
	color: #575757;
	height: 2em; /* 24 / 12 */
	position: relative;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	background: #dedede;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#cccccc));
	background-image: -moz-linear-gradient(top, #ededed 0%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #ededed 0%,#cccccc 100%);
	background-image: -ms-linear-gradient(top, #ededed 0%,#cccccc 100%);
}
.obdb-form fieldset.top .sbHolder {
	width: 100%; /* 242 / 242 */
	margin-bottom: 0.8333333em; /* 10 / 12 */
}
.obdb-form fieldset.left .sbHolder {
	width: 60.7438%; /* 147 / 242 */
	float: right;
}
.state-form .sbHolder {
	height: 2.5em; /* 30 / 12 */
	font-size: 0.8125em; /* 13 / 16 */
	border: 1px solid #7e600b;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	background: #938661;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D4CDB7), to(#514A36), color-stop(.05,#A8996F),color-stop(.5,#938661),color-stop(.95,#817656));
	background-image: -moz-linear-gradient(top, #d4cdb7 0%, #a8996f 1%, #938661 50%, #817656 99%, #514a36 100%);
	background-image: -o-linear-gradient(top, #d4cdb7 0%,#a8996f 1%,#938661 50%,#817656 99%,#514a36 100%);
	background-image: -ms-linear-gradient(top, #d4cdb7 0%,#a8996f 1%,#938661 50%,#817656 99%,#514a36 100%);
}
.map .state-form .sbHolder a {
	text-decoration: none;
}
.sbSelector {
	display: block;
	height: 2em;
	left: 0;
	line-height: 2em;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 0.8333333em; /* 10 / 12 */
	top: 0;
	width: 85.12396%; /* 206 / 242 */
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #575757;
	font-weight: normal;
	outline: none;
	text-decoration: none;
}
.state-form .sbSelector {
	height: 2.5em;
	line-height: 2.5em;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 1px rgba(0,0,0,.3);
}
.sbToggle{
	background: url(../../img/ico-select-arrow.png) 50% 50% no-repeat;
	display: block;
	height: 2em;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px; /* 36 / 242 */
}
.sbToggle:hover, .sbToggleOpen, .sbToggleOpen:hover {
	background: url(../../img/ico-select-arrow-dark.png) 50% 50% no-repeat;
}
.state-form .sbToggle, .state-form .sbToggle:hover, .state-form .sbToggleOpen, .state-form .sbToggleOpen:hover {
	background: url(../../img/ico-select-arrow-dark.png) 50% 70% no-repeat;
}
.sbHolderDisabled{
	/*background-color: #3C3C3C;
	border: solid 1px #515151;*/
}
.sbHolderDisabled .sbHolder{
	color: #8a8a8a;
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: #fff;
	border: 1px solid #b3b3b3;
	list-style: none;
	left: 3px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2em;
	width: 83%;
	z-index: 1;
	overflow-y: auto;
}
.secondary .obdb-form .sbOptions li {
	padding: 0;
	margin: 0;
	background: none;
}
.sbOptions li{
	padding: 0 0.8333333em; /* 7 / 12 */
}
.sbOptions a{
	border: none;
	display: block;
	outline: none;
	font-size: 1em; /* 12 / 12 */
	padding: 0.4166666em 0 0.4166666em 0.8333333em; /* 5 / 12, 5 / 12, 0, 7 / 12 */
}
.map .state-form .sbOptions li {
	padding: 0;
	margin: 0;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #444;
	font-weight: normal;
	text-decoration: none;
}
.sbOptions a:hover{
	color: #fff;
	background: #2764fb;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border: none;
	color: #888;
	display: block;
	padding: 0.4166666em 0 0.4166666em 0.8333333em; /* 5 / 12, 5 / 12, 0, 7 / 12 */
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 1.4166666em; /* 17 / 12 */
}