@CHARSET "UTF-8";
.sbHolder{
	background-color: transparent;
	border: solid 1px #d9d9d9;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 37px;
	position: relative;
	width: 292px;
}
.sbHolder:focus, .sbHolder:hover{
  border-color: #ff6e01;
}
.sbHolder:focus .sbSelector{
  border: none;

}
.sbSelector{
	display: block;
	height: 30px;
	left: -3px;
	line-height: 30px;
	outline: none!important;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 5px;
	width: 260px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #000!important;
	outline: none;
	text-decoration: none!important;
}
.sbToggle{
	background: url(../image/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 5px;
	top: 4px;
	width: 30px;
}
.sbToggle:hover{
	background: url(../image/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../image/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../image/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: 1px solid #ff6e01;
	list-style: none;
	left: -1px;
	margin: 0!important;
	padding: 7px 0 10px!important;
	position: absolute;
	top: 37px!important;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
  color: #595959;
}
.sbOptions li{
	padding: 0 3px;
  margin: 0!important;
}
.sbOptions li:before{
  content: ""!important;
}
.sbOptions li:hover{
  background: #000;
}
.sbOptions li:hover a{
  color: #fff;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 5px 0 5px 3px;
  color: #ff6e01!important;
  font-size: 15px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ff6e01!important;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #fff!important;
  text-decoration: none!important;
}
.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;
}