@CHARSET "UTF-8";
.sbHolder{
	background:rgb(225,225,225); 
	background:rgba(225,225,225,0.2);
	border: 0px;
	font-size: 15px;
	font-weight: normal;
	height: 16px;
	position: relative;
	width: 80px;
	float:left; 
	text-align: left ;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 16px;
	left: 0;
	line-height: 14px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 80px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #ffffff;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../img/select-icons.png) 0 -126px no-repeat;
	display: block;
	height: 16px;
	outline: none;
	position: absolute;
	right: 0;
	top: -2px;
	width: 30px;
}
.sbToggle:hover{
	/*background: url(../img/select-icons.png) 0 -167px no-repeat;*/
}
.sbToggleOpen{
	/*background: url(../img/select-icons.png) 0 -22px no-repeat;*/
}
.sbToggleOpen:hover{
	/*background: url(../img/select-icons.png) 0 -66px no-repeat;*/
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #e1e1e1;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: #333333;
	border: solid 0px #e1e1e1;
	list-style: none;
	left: 0px;
	margin-top:3px !important;
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	width: 100px;
	z-index: 111;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: solid 1px #FFFFFF;
	display: block;
	outline: none;
	padding: 4px 0 4px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #f2f2f2;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #FFFFFF;
}
.sbOptions li.last a,.sbOptions li:last-child a{
	border-bottom: none !important;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #e1e1e1;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: solid 1px #f18903;
	color: #f18903;
	display: block;
	font-weight: normal;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	/*padding-left: 17px;*/
}