@CHARSET "UTF-8";
select{
    display:block !important;
    position:absolute; bottom:0; left:0; z-index:999;
    width:100%;
    height:50px; line-height:50px;
	-webkit-appearance: menulist-button;
    opacity:0.000001
}
.sbnNclass{}
.sbHolder{
    background-color: #fff;
    font-weight: 300;
    height: 50px; width: 100%;
    position: relative;
}
.sbHolder:focus .sbSelector{}
.sbSelector{
    display: block;
    outline: none;
    overflow: hidden; height:50px;
    position: absolute; left: 0; top: 0;    
    width: 100%;
    line-height: 48px;    
    text-indent:18px;
    border:1px solid #e8e8e8;
    padding-right:30px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #2d2d2d; outline: none; text-decoration: none;
}
.sbToggle{
    background: url(../images/ico_arrdown.png) 0 no-repeat;
    display: block;    
    outline: none;
    position: absolute; right: 11px; top: 23px;
    width: 11px; height: 7px;
}
.sbToggle:hover{}
.sbToggleOpen{background: url(../images/ico_arrup.png) 0  no-repeat;}
.sbToggleOpen:hover{}

.selecbox-style-02 .sbToggle{background: url(../images/ico_arrdown.png) 0 no-repeat;}
.selecbox-style-02 .sbToggleOpen{background: url(../images/ico_arrup.png) 0  no-repeat;}

.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{}
.sbHolderDisabled .sbToggle{}
.sbOptions{
    background-color: #fff;
    border:1px solid #e8e8e8;
    list-style: none;
    margin: 0; padding: 0;
    position: absolute; top: 30px; z-index: 1;
    width: 100%;
    overflow-y: auto;
}
.sbOptions li{}
.sbOptions a{
    display: block;
    outline: none;
    padding:0 18px;
    line-height:26px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #2d2d2d;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{color: #fff;background-color:#3399ff}
.sbOptions li.last a{border-bottom: none;}
.sbOptions .sbDisabled{
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: solid 1px #60AE5B;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{padding-left: 17px;}