@CHARSET "UTF-8";
h1 { color: #fff; margin-top: 0; }
.sbHolder { background-color: #fff; font-family: "proxima-nova-extra-condensed"; font-weight: 400; font-size: 16px; font-weight: normal; height: 40px; position: relative; width: 260px !important; border-radius: 5px; }
.sbHolder:focus .sbSelector { }
.sbSelector > a { color: #3f4349; text-decoration: none; font-size: 16px; font-family: "proxima-nova-extra-condensed"; font-weight: 400; }
.sbSelector { display: block; height: 40px; left: 0; line-height: 40px; outline: none; overflow: hidden; position: absolute; text-indent: 18px; top: 0; width: 100%; cursor: pointer; color: #fff; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { color: #EBB52D; outline: none; text-decoration: none; }
.sbToggle { background: url(../images/select-down-arrow.png) no-repeat center center; display: block; height: 40px; outline: none; position: absolute; right: 0; top: 0; width: 40px; background-size: 18px 10px; }
.sbToggleOpen { background-image: url(../images/select-up-arrow.png); }
.sbHolderDisabled { background-color: #3C3C3C; border: solid 1px #515151; }
.sbHolderDisabled .sbHolder { }
.sbHolderDisabled .sbToggle { }
.sbOptions { background-color: #fff; border: solid 1px #eff0f1; 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: 40px !important; }
.sbOptions li { padding: 0px 0px; }
.sbOptions li img { display: inline-block; float: left; padding-top: 7px; padding-left: 3px; }
.sbOptions li a:first-child { padding-left: 18px; }
.sbOptions a { border-bottom: solid 1px #eff0f1; display: block; outline: none; padding: 10px 0 10px 30px; }
.sbOptions a:link, .sbOptions a:visited { color: #000; text-decoration: none; transition: all 0.2s ease-in-out; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #fff; background: #000; }
.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; }
