@CHARSET "UTF-8";
.sbHolder { display: inline-block; height: 19px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; background-color: #fff; width: 450px; float: left; color: #666; border: 2px solid #000; -webkit-border-radius: 5px; border-radius: 5px; font-size: 17px; line-height: 19px; float: left; padding: 10px; -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; position: relative; }
.sbHolder:focus .sbSelector { }
.sbSelector { display: block; height: 21px; left: 0; line-height: 21px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover { color: #666; outline: none; text-decoration: none; }
.sbToggle { background: url(../images/select-box-arrow.png) 0 0 no-repeat; display: block; height: 29px; outline: none; position: absolute; right: 5px; top: 5px; width: 29px; }
.sbToggle:hover { }
.sbToggleOpen { }
.sbToggleOpen:hover { }
.sbHolderDisabled { background-color: #3C3C3C; border: solid 1px #515151; }
.sbHolderDisabled .sbHolder { }
.sbHolderDisabled .sbToggle { }
.sbOptions { background-color: #ddd; border: solid 1px #515151; list-style: none; left: -1px; margin: 0; padding: 0; position: absolute; top: 35px !important; width: 450px; z-index: 1; overflow-y: auto; }
.sbOptions li { padding: 0 7px; margin: 0; width: auto; float: none; }
.sbOptions a { border-bottom: dotted 1px #515151; display: block; font-weight: 400; outline: none; padding: 7px 0 7px 3px; }
.sbOptions a:link, .sbOptions a:visited { color: #333; text-decoration: none; }
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus { color: #DC343A; }
.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; }
