.sbHolder { background-color: #fff; 	font-family: 'Conv_Whitney-Light'; font-size: 18px; font-weight: normal; height: 40px; position: relative; width: 200px; }
.sbHolder:focus .sbSelector{ border-color:#23c1f1;}
.sbSelector > a { color: #636466;   }
.sbSelector { display: block; height: 100%; left: 0; line-height:36px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; width: 100%; cursor: pointer; color: #636466; border: 1px solid #999; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; padding:0px 0px; }
.sbSelector:focus { border-color: #16bdf1; outline: none; text-decoration: none; }
.sbToggle { display: block; height: 36px; outline: none; position: absolute; right: 0; top: -5px; width: 30px; background: url("../images/select-icons.png") no-repeat scroll 0 -62px }
.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: auto; z-index:2; }
.form1 .sbOptions { /*top:39px!important;*/}
.sbOptions li { padding: 0 0px; background: none !important; padding: 0 !important;  }
.sbOptions a { display: block; outline: none; padding: 7px 10px 7px;font-family: "Conv_Whitney-Light";
    font-size: 18px;  }
.sbOptions a:link, .sbOptions a:visited { color: #5d6468 ; text-decoration: none; transition: all 0.2s ease-in-out; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #fff; background: #004f71; }
.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; }
