@CHARSET "UTF-8";
.sbHolder{
	background-color: #fff;
	border:1px solid #dddddd;
	font-size: 16px;
	height: 40px;
	position: relative;
	width: 170px;
	font-family: 'Lato',Arial,sans-serif;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 40px;
	left: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	position: absolute;
	text-indent: 13px;
	top: 0;
	width: auto;
	padding-top:0;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #333333;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/arrow-select.svg) center center no-repeat;
	display: block;
	height: 40px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
}
.sbToggle:hover{
	/*background-color:#fafafa;*/
}
.sbToggleOpen{
	/*background-color:#fafafa;*/
}
.sbToggleOpen:hover{
	/*background-color:#fafafa;*/
}
.sbHolderDisabled{
	background-color: #eee;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fafafa;
	border: solid 1px #bebebe;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	display: block;
	text-align: left;
	outline: none;
	font-size:14px;
	padding: 13px 0 13px 8px;
	border-bottom: dotted 1px #c7c8ca;
}
.sbOptions li:last-child a{
	border-bottom:0;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #222;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #be242b;
}
.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: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

.drop_serach{float:left;display: none;}
.drop_serach .sbHolder{float:left;border:0;background:url(../images/search-divider.png) no-repeat 0 center;border-top:0px solid #e3e3e3;border-bottom:0px solid #e3e3e3;margin:0 !important;height:40px;width:90px;font-family:arial;font-size:12px;}
.drop_serach .sbToggle{left:0;height:40px;background:url(../images/arrow-select-s.png) no-repeat right center;width: 19px;}
.drop_serach .sbSelector{margin-left: 10px;width:80px;height:40px;}
.drop_serach .sbOptions{background:#fff;width:90px;border-top:0;}
.drop_serach .sbOptions a{font-size:11px;padding:5px 0}