﻿

.cssSelect { white-space: nowrap; float: left; width: 100%; }
.cssSelect *{ display: block; }
.cssSelect a{ color: #666; outline-width: 0px; text-decoration: none; }
.cssSelect .selectBox{ cursor: pointer; background: #fff;
    font-size:14px;
    position: relative;
    border:solid 1px #c9c9c9;

}
.cssSelect .selectLt{ cursor: pointer; text-align: left; }
.cssSelect .selectRt{ cursor: pointer; background:url('../images/select_jt.gif') center no-repeat #e1e1e1;}
.cssSelect .selectBox{}
.cssSelect .selectLt{ width: 100%; overflow: hidden; height: 50px; line-height: 50px; padding: 0 5% 0 5%; background: none transparent scroll repeat 0% 0%; color: #999; }
.cssSelect .selectRt{ width: 46px;
    position: absolute;
    top:0;
    right:0;height: 50px; padding-bottom: 0px; padding-top: 0px; padding-left: 0px;}
.cssSelect .sNormal{ background-position: 0px 0px}
/*.cssSelect .sNormal .selectRt { background-position: 100% 0px}*/
.cssSelect .sHover{ background-position: 0px -50px}
.cssSelect .sHover .selectRt{ background:url('../images/select_jt.gif') center no-repeat #e1e1e1; }
.cssSelect .sPressDown{
    border:solid 1px #e5e5e5;
    }
.cssSelect .sPressDown .selectRt{ background:url('../images/select_jt.gif') center no-repeat #e1e1e1; border: none; }
.cssSelect .optionsBox{ width: 100%; position: absolute; border: 1px solid #e1e1e1;  margin: 0px; background: #fff; z-index: 100;}
.cssSelect .optionsInnerBox { }
.cssSelect .optionBox { cursor: pointer; padding: 2px 30px 2px 18px; margin: 0px; height:35px; line-height: 35px; }
.cssSelect .optionBox span { cursor: pointer; font-size:16px}
.cssSelect .oNormal { }
.cssSelect .oHover{ background: #e1e1e1;}
.cssSelect .selected{ background: #d5d5d5; }