.sbHolder {

	border: solid 1px #fff;
 
	/*font-size: 12px;
	font-weight: normal;*/
	height: 25px;
	position: relative;
	width: 60px;float:left;
	 
		
		background:#fff;-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;

}

.inline-span {float:left;display:block;}



.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 25px;
	left: 0;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
		width: 130px;

}
 
 
.sbToggle{
	background: url(../img/select-icons.png) 0 -119px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -170px no-repeat;
}
.sbToggleOpen{
	background: url(../img/select-icons.png) 0 -19px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -69px no-repeat;
}
.sbHolderDisabled{
	background-color: #fff;
	border: solid 1px #fff;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #fff;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
		width: 70px;
	z-index: 100;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 4px;
	font-size:0.825em;
}
.sbOptions a{
	border-bottom: dotted 1px #a8af3f;
	display: block;
	outline: none;
	padding: 4px 0 4px 3px;
}
.sbOptions a:link,.sbOptions a:visited{
	color: #191919;
	text-decoration: none;
}
 
 .sbOptions  {list-style-type:none !important;}
 
 
.sbOptions li {list-style-type:none ;background-image:none !important; padding: 0  !important;}


.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #a8af3f;
	color: #999;
	display: block;
padding: 4px 0 4px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #a8af3f;
	color: #a8af3f;
	display: block;
	font-weight: bold;
	padding: 4px 0 4px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}








@media all and (max-width: 500px) {
	
 
}

