
.sbHolder { background-color: #fff; font-family:'Arial'; font-size: 12px; font-weight: normal; height: 30px; position: relative; width: 200px; }
.sbSelector > a { color: #fff; }
.sbSelector { display: block; height: 30px; left: 0; line-height: 30px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; width: 100%; cursor: pointer; color: #333333; border: 1px solid #fff; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
.sbSelector:focus { border-color: #000; outline: none; text-decoration: none; }
.sbToggle { display: block; height: 8px; outline: none; position: absolute; right:20px; top: 50%; width: 14px; background: url("../images/select_icon.png") no-repeat scroll 0 0;z-index:9999;line-height:16px;margin-top:-2px !important;}
.sbHolderDisabled { background-color: #3C3C3C; border: solid 1px #515151; }
.sbHolderDisabled .sbHolder { }
.sbHolderDisabled .sbToggle { }
.sbOptions { background-color: #fff; border: solid 1px #515151; list-style: none; left: 0px; margin: 0; padding: 0; position: absolute; /*top: 30px; now with js controlled*/
width: 200px; z-index: 1; overflow-y: auto; top: 39px!important; }
.sbOptions li { padding: 0 0px; }
.sbOptions a { display: block; outline: none; padding: 7px 10px 7px; }
.sbOptions a:link, .sbOptions a:visited { color: #333333; text-decoration: none; transition: all 0.2s ease-in-out; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {  }
.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; }
