@CHARSET "UTF-8";
.sbHolder{
	background-color: #e3e3e3;
	border: solid 1px #d2d1d1;
	font-size: 12px;
	font-weight: normal;
	height: 28px;
	position: relative;
	width: 60px;
    z-index: 99;
    float: left;
  	font-family: 'cantarellregular';
}
.sbHolder:focus .sbSelector{

}
.sbSelector {
	display: block;
	height: 28px;
	left: 0px;
	line-height: 19px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 3px;
	width: 60px;
    z-index: 99;
  	font-family: 'cantarellregular';
  	font-size: 12px;
  	color: #333333;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #333333;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) left top no-repeat;
	display: block;
	height: 8px;
	outline: none;
	position: absolute;
	right: 7px;
	top: 9px;
	width: 14px;
}
/*.sbToggle:hover{
	background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons-up.png) left top no-repeat;
}
.sbToggleOpen:hover{
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}*/
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	border: 1px solid #d2d1d1;
	border-bottom: none;
	background: #e3e3e3;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 60px;
	overflow-y: auto;
	z-index: 99;
}
.sbOptions li{
	padding: 0px 0px;
    z-index: 99;
}
.sbOptions a {
	border-bottom: solid 1px #d6d6d6;
	display: block;
	outline: none;
	padding: 4px 0 3px 7px;
  	font-family: 'cantarellregular';
  	color: #333;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #333;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #333;
}
.sbOptions li.last a {
	border-bottom: none;
}
.sbOptions .sbDisabled {
	border-bottom: solid 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
	border-bottom: solid 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}