.sbHolder {
	background-color: #fff;
	border: 1px solid #d5d5d5;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	height:40px;
	position: relative;
	width: 100%;
	color: #666;
	border-radius: 3px;
	padding: 8px 0;
	text-align: left
}
.sbSelector {
	display: block;
	height: 50px;
	left: 0;
	line-height:41px;
	outline: 0;
	overflow: hidden;
	position: absolute;
	text-indent:12px;
	top: 0;
	width: 94%
}
.sbSelector:hover, .sbSelector:link, .sbSelector:visited {
	color: #666;
	outline: 0;
	text-decoration: none
}
.input-txt12 .sbToggle:hover {
	background: url(../images/select-icon.png) no-repeat  center 20px
}
.input-txt12 .sbHolder {
	width: 99%
}
.input-txt12 .sbToggleOpen {
	background: url(../images/select-icon.png) no-repeat  center 20px
}
.sbToggle {
	background: url(../images/select-icon.png) no-repeat  center 20px;
	display: block;
	height: 49px;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px
}
.sbToggle:hover, .sbToggleOpen, .sbToggleOpen:hover {
	background: url(../images/select-icon.png) center center no-repeat
}
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: 1px solid #515151
}
.sbOptions {
	background-color: #fff;
	border: 1px solid #d5d5d5;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 39px !important;
	width: 100%;
	z-index: 1;
	overflow-y: auto
}
.sbOptions li {
	padding: 0 7px
}
.sbOptions a {
	display: block;
	outline: 0;
	padding: 7px 0 7px 3px
}
.sbOptions a:link, .sbOptions a:visited {
	color: #666;
	text-decoration: none
}
.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: 700;
	padding: 7px 0 7px 3px
}
.sbOptions .sbSub {
	padding-left: 17px
}
@media only screen and (max-width:980px) {
.sbHolder {
	width: 100%
}
}
