@CHARSET "UTF-8";
.sbHolder{
	background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    color: #434a54;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 43px;
    line-height: 43px;
    padding: 0;
    width: 100%;
    position: relative; 
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 43px;
    line-height: 43px;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #434a54;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.sbToggle{
	background: url(../images/select-drop.png) top left no-repeat;;
	display: block;
	height: 43px;
    line-height: 43px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
}

.sbHolderDisabled{
	background-color: #434a54;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #212121;
	border: solid 1px #515151;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 43px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    color: #434a54;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    padding: 0;
    width: 100%;
    position: relative; 
}
.sbOptions li{
	padding: 0;
    width: 100%;
    float: left;
}
.sbOptions a{
	display: block;
	outline: none;
    color: #434a54;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    text-decoration: none;
    padding: 0 5px;
    float: left;
    box-sizing: border-box;
}
.sbOptions a:hover {
    backround: #f3f3f3;
}


.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;
}