@charset "UTF-8";
.sbHolder {
    background-color: #929292;
    font-size: 12px;
    height: 1.5em;
    line-height: 1.5em;
    position: relative;
    width: 200px;
    display:inline-block;
}
.sbHolderOpen {}
.sbHolder:focus .sbSelector {}
.sbSelector {
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 1.5em;
    outline: none;
    overflow: hidden;
    position: absolute;
    padding-left: 10px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #000;
    outline: none;
    text-decoration: none;
}
.sbHolderOpen .sbSelector {
    background:#fff;
}
.sbToggle {
    background: #fff url(../img/select-arrows.png) 50% 50% no-repeat;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    outline: none;
    position: absolute;
    width: 1.5em;
}
.sbToggle:hover {}
.sbToggleOpen {}
.sbToggleOpen:hover {}
.sbHolderDisabled {}
.sbHolderDisabled .sbHolder {}
.sbHolderDisabled .sbToggle {}
.sbOptions{
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    list-style: none;
    margin: 0;
    padding: 0.5em 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 3;
    overflow-y: auto;
    border-top:1px solid #eee;
}
.sbOptions li {
    padding: 0 7px;
}
.sbOptions a {
    display: block;
    outline: none;
    padding: 2px 0 2px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
    color: #333;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #727272;
}
.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;
}