@CHARSET "UTF-8";
.sbHolder{ position: relative; background-color: #fff; font-size:12px; font-weight:normal; height:32px; width: 105px; text-align:left; color:#666;} /*border-bottom:1px solid #a1948c; */
.sbHolder:focus .sbSelector{ }
.sbSelector{ display: block; height:32px; left: 0; line-height:30px; outline: none; overflow: hidden; position: absolute; text-indent: 10px; top: 0; width: 100%; }
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{ outline: none; text-decoration: none; }
.sbToggle{ background:url(/images/common/icon_select01.png) no-repeat left center; width:9px; height:32px; float:right; margin-right:10px;}
.sbToggle:hover{ }

.sbToggleOpen{ background:url(/images/common/icon_select02.png) no-repeat left center;}
.sbToggleOpen:hover{ }
.sbHolderDisabled{ background: #3C3C3C; border: solid 1px #797979; }
.sbHolderDisabled .sbHolder{ }
.sbHolderDisabled .sbToggle{ }

.sbOptions{ background: #fff; border: solid 1px #797979; list-style: none; left:-1px; margin: 0; padding: 0; position: absolute; top:31px; width: 100%; z-index: 1; overflow-y: auto; }
.sbOptions li{ }
.sbOptions a{ display: block; outline: none; padding: 10px 7px 10px 10px; }
.sbOptions a:link, .sbOptions a:visited{ text-decoration: none; }
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{ background:#dadada; }

.sbOptions li.last a{ border-bottom: none; }
.sbOptions .sbDisabled{ color: #999; display: block; padding: 7px 0 7px 3px; }
.sbOptions .sbGroup{ display: block; font-weight: bold; padding: 7px 0 7px 3px; }
.sbOptions .sbSub{ padding-left: 17px;}