@CHARSET "UTF-8";
.sbHolder{
	background-color: transparent;
	//border: solid 1px #f7f7f7;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	position: relative;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 100%;
	left: 0;
	line-height: 4.2;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 12px;
	top: 0;
        width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #333;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	display: block;
	height: 0px;
	outline: none;
	position: absolute;
	right: 12px;
	top: calc(50% + 2px);
	width: 0px;
	border: solid 4px transparent;
	border-top-color: #9f9e9e;
	transform: translateY(-50%);
}

.sbToggleOpen{
	border-top-color: transparent;
	border-bottom-color: #9f9e9e;
	top: calc(50% - 2px);
}

.sbHolderDisabled{
	background-color: #f7f7f7;
	border: solid 1px #f7f7f7;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #fff;
	border: solid 1px #e5e5e5;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	width: calc(100% + 2px);
	z-index: 1;
	overflow-y: auto;
}
.sbHolder.sbToggleOpen .sbOptions{
	z-index: 2;
}
.sbOptions li{
	padding: 0;
	margin-bottom: 0px;
	border-bottom: #e5e5e5 solid 1px;
}
.sbOptions li:last-child{
	border-bottom: none;
}
.sbOptions a{
	display: block;
	outline: none;
	padding: 11px 12px;
}
.sbOptions a:link, .sbOptions a:visited{
	
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
        background: #e5e5e5;
}
.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;
}