
.sbHolder{
	
	float: left;
	width: 180px;
	padding: 7px 10px;
	background: #FFF;
	border-radius: 5px;
	color: #838383;
	font-weight: bold;
 	font-family: 'ptsans-regular';
 	border: none;
  	box-shadow: 2px 2px 2px #CCC;
  	position: relative;
  	margin: 0 10px 10px 0;
  	height:34px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
	margin: 4px;
 	font-family: 'ptsans-regular';
 	font-size: 14px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #838383;
	outline: none;
	text-decoration: none;
 	font-family: 'ptsans-regular';
}
.sbToggle{
	background: url(../img/bg-selectbox.png) right no-repeat;
	display: block;
	height: 23px;
	right: 0;
	top: 0;
	width: 167px;
	color: #838383;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #FFF;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	width: 180px;
	max-height: 300px;
	position: absolute;
	z-index: 20;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: solid 1px #c6c6c6;
	display: block;
	outline: none;
	color: #838383;
	padding: 6px 0 6px 3px;
 	font-family: 'ptsans-regular';
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #31cfb8;
}
.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;
}