.sbHolder{
	/*background:url(../images/selectbg1.png) repeat-x;
	font-family: 'century_gothicbold';*/
	font-size: 18px;
	font-weight: normal;
	height: 54px;
	position: relative;
	width: 350px;
	margin:0;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	background:#fff;
	display: block;
	height: 54px;
	left: 0;
	line-height: 54px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 15px;
	top: 0;
	width: 295px;
  	font-size: 18px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #797979;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background:url("../images/arrow2.png") no-repeat center;
	display: block;
	height: 54px;
	outline: none;
	position: absolute;
	left: 85%;
	top: 0;
	width: 50px;
	z-index:99999;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #221F1F;
	border: solid 1px #515151;
	list-style: none;
	
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: calc(100% - 4px);
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 !important;
	margin-left:0 !important;
  	background: none;
  	list-style: none;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0;
  	font-size: 18px;
  	text-indent:7px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #f57b22;
}
.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;
}