
/********************************************************************/
@CHARSET "UTF-8";
.sbHolder{
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
    position: relative;
    width: 280px;
    color:#3e5055;
    margin:0 0;
    padding:0 0;
    z-index:1;
    font-weight:normal;
    text-align:left;
}
.sbHolder:focus .sbSelector{

}
.sbSelector{
    border: 1px solid #9E9E9F;
    display: block;
    height: 32px;
    left: 0;
    line-height: 32px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 266px;
    text-align:left;
    padding-left:14px;
    border-radius: 4px;
    font-size: 10pt;

}

.sbSelector_open{
    border: solid 1px #00a335;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #00a335, 0 0 8px #00a335;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #00a335;
    display: block;
    height: 32px;
    left: 0;
    line-height: 32px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 2px;
    width: 266px;
    text-align:left;
    padding-left:14px;
    border-radius: 4px 4px 0px 0px;
    font-size: 16px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover,.sbSelector_open:link, .sbSelector_open:visited, .sbSelector_open:hover{
    color: #595757;
    outline: none;
    text-decoration: none;
}

.sbToggle{
    background: url(../image/icon_xiala.png);
    display: block;
    height: 16px;
    outline: none;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    background-repeat: no-repeat;

}

.sbToggleOpen{
    background: url(../image/icon_shouqi.png);
    background-repeat: no-repeat;
}
.sbToggleOpen:hover{
    background: url(../image/button_xiala.png);
}
.sbHolderDisabled{
    background-color: #e1e1e1;
    /*border: solid 1px #00a335;*/
}
.sbHolderDisabled a:link, .sbHolderDisabled a:visited{
    color: #858585;
    text-decoration: none;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
    background-color: #fff;
    border: solid 1px #b1deae;
    border-radius: 0px 0px 4px 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(177, 222, 174, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(177, 222, 174, .6);
    /*	box-shadow: 0 0 5px #498fc0;*/
    border-top:none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 36px;
    width: 279px;
    z-index: 999;
    overflow-y: auto;
    font-size: 16px;

}
.sbOptions li{
    padding: 0 0;

}
.sbOptions a{
    display: block;
    outline: none;
    height:40px;
    line-height:40px;
    padding-left:14px;
    text-align:left;
    color:#595757;
    font-size:10pt;
    /* 单行文本的溢出显示省略号 */
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #595757;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #5a5959;
    background-color: #87c984;
}

.soptionSelected{

}

.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: solid 1px #e1e6ec;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup{
    border-bottom: solid 1px #00a335;
    color: #00a335;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}