@CHARSET "UTF-8";
.sbHolder { background-color: transparent; height: 60px; position: relative; width: 100%; border-bottom:7px solid #ffff03;  }
.sbSelector { display: block; left: 0; outline: none; overflow: hidden; position: absolute; text-indent: 0px; top: 0; left:0; right:30px; display:block; height: 60px;   font-size:16px; font-weight:normal; color:#fff; line-height:60px; outline:0 !important; }
.sbToggle { background: url(../images/sel_down_arr.png) no-repeat center center; display: block; height: 60px; outline: none; position: absolute; right: 0; top: 0; width: 30px; }
.sbToggleOpen { background: url(../images/sel_down_arr.png) no-repeat center center; }
.sbOptions { background-color: rgba(0,0,0,0.8); list-style: none; left: 0px; margin: 0  !important; padding: 10px 0 !important; position: absolute; top: 47px; z-index: 1; overflow-y: auto; max-height:1000px !important; display:block; min-width:200%; z-index:999 !important; }
.sbOptions li { padding:0 0 !important; display:block; margin:0 !important; float:none !important; }
.sbOptions a { border-bottom: none; display: block !important; outline: none; font-size:14px !important; color:rgba(255,255,255,0.7) !important; line-height:25px !important; margin:0 !important; padding:0 15px !important; white-space:nowrap; float:none !important; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #fff !important; }
.sbOptions li:last-child a { border-bottom:none; }

.sbHolderDisabled { background-color: #3C3C3C; border: solid 1px #515151; }
.sbOptions .sbDisabled { border-bottom: dotted 1px #515151; display: block;  }
