.sbHolder {
	background-color: #fff;
	border-right: solid 1px #dedbdb;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	position: relative;
	width: 209px;
	float: left;
	margin: 0px;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
	display: block;
	height: 40px;
	left: 0;
	line-height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 12px;
	top: 0;
	width: 93%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #535252;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	background: url(../images/select-icons.png) no-repeat;
	display: block;
	height: 12px;
	outline: none;
	position: absolute;
	right: 5px;
	top: 16px;
	width: 20px;
}
/*
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -7px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -7px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -7px no-repeat;
}*/
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
	background-color: #fff;
	border: solid 1px #ebebeb;
	list-style: none;
	box-sizing:border-box;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li {
	padding: 0 7px;
}
.sbOptions a {
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #999999;
	text-decoration: none;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
	color: #999999;
}
.sbOptions li.last a {
	border-bottom: none;
}
.sbOptions .sbDisabled {
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
	padding-left: 17px;
}
.sbOptions li:first-child{ /*display:none;*/}
@media screen and (max-width: 1023px) {
.sbHolder{ width:22%;}
}
@media screen and (max-width: 767px) {
.sbHolder{ width:100%; box-sizing:border-box; border-bottom: 1px solid #dedbdb; border-right:none;}
}
