@CHARSET "UTF-8";
.sbHolder{background-color:#f941a5; border:solid 1px #fdd0e9; font-family:Arial, sans-serif; font-size:12px; font-weight:normal; height:20px;position:relative; width:200px;}
.sbSelector{display: block; height: 20px; left: 0; line-height: 20px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; width: 200px; padding: 0 0 0 20px;}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{color: #ffffff; outline: none; text-decoration: none;}
.sbToggle{background: url(/images/select-icons.png) 0 -120px no-repeat; display: block; height: 20px; outline: none; position: absolute; right: 0; top: 0; width: 30px;}
.sbToggle:hover{background: url(/imgages/select-icons.png) 0 -171px no-repeat;}
.sbToggleOpen{background: url(/images/select-icons.png) 0 -20px no-repeat;}
.sbToggleOpen:hover{background: url(/images/select-icons.png) 0 -70px no-repeat;}
.sbHolderDisabled{background-color: #3C3C3C; border: solid 1px #515151;}
.sbOptions{background-color: #ffffff; border: solid 1px #fdd0e9; list-style: none; left: -1px; margin: 0; padding: 0; position: absolute; top: 30px; width: 200px; z-index: 1; overflow-y: auto; max-height: 197px !important;}
.sbOptions li{padding: 0 7px;}
.sbOptions a{border-bottom: dotted 1px #515151; display: block; outline: none; padding: 6px 0 6px 3px;}
.sbOptions a:link, .sbOptions a:visited{color: #fa2398; text-decoration: none;}
.sbOptions a:hover{color: #535353;}
.sbOptions li.last a{border-bottom: none;}