@CHARSET "UTF-8";
.sbHolder { background-color: #f1f1f1; height: 40px; position: relative; width: 100%; border-radius:2px; font-family:Arial, Helvetica, sans-serif;  }
.sbSelector { display: block; height: 40px; color:#fff; left: 0; line-height: 40px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; left:0; right:40px; display:block;  font-size:14px; font-weight:normal; color:#3e3e3e; line-height:40px; }
.sbToggle { background: url(../images/down_arr.png) no-repeat center center; display: block; height: 40px; outline: none; position: absolute; right: 0; top: 0; width: 40px; }
.sbToggleOpen { background: url(../images/up_arr.png) no-repeat center center; }
.sbOptions { background-color: #f1f1f1; list-style: none; left: 0px; margin: 0; padding: 0; position: absolute; top: 47px; width: 100%; z-index: 1; overflow-y: auto; }
.sbOptions li { padding:0 0; display:block; }
.sbOptions a { border-bottom: solid 1px #000; display: block; outline: none; font-size:14px; color:#000; line-height:40px; padding:0 10px; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #fff; background:#000; }
.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;  }
