@CHARSET "UTF-8";
.sbHolder{
	font-family: 'PNR', Arial, sans-serif;
	font-size: 13px;
	height: 22px;
	position: relative;
	width: 200px;
    color: #fff;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
    color: #fff;
	display: block;
	height: 22px;
	left: 0;
	line-height: 22px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 170px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(8, 8, 8, 0.29);
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	//color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	//background: url(../img/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 22px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
}
.sbToggle:hover{
	//background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	//background: url(../img/select-icons.png) 0 -16px 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{
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 4px;
	list-style: none;
	right: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px !important;
	width: 100px;
	z-index: 1;
	overflow-y: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions li:last-child a {
    border-bottom: none;
}
.sbOptions a{
	border-bottom: dotted 1px #949494;
	display: block;
	outline: none;
    color: #202020;
    padding: 5px 0 5px 3px;
    text-transform: uppercase;
    transition: color 0.4s;
    -webkit-transition: color 0.4s;
}
.sbOptions a:link, .sbOptions a:visited {
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #A0A0A0;
}
.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;
}