.select *{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
.select{font:12px/180% Arial, Helvetica, sans-serif, "������";}
/* select */
.select{padding:5px 10px;font-size:12px}
.select li{list-style:none;padding:10px 0 5px 100px}
.select .select-list{border-bottom:#eee 1px dashed}
.select-list{height: 26px;overflow: hidden;}
.select dl{zoom:1;position:relative;line-height:24px;float: left;width:95%}
.select dl:after{content:" ";display:block;clear:both;height:0;overflow:hidden}
.select .more{float: right;width:5%;line-height: 26px;display:none}
.select dt{width:100px;margin-bottom:5px;position:absolute;top:0;left:-100px;text-align:right;color:#666;height:24px;line-height:24px}
.select dd{float:left;display:inline;margin:0 0 5px 5px;line-height: 26px;}
.select a{display:inline-block;white-space:nowrap;height:24px;padding:0 10px;text-decoration:none;color:#039;border-radius:2px;}
.select a:hover{color:#f60;background-color:#f3edc2}
.select .selected a{color:#fff;background-color:#f60}
.select-result dt{font-weight:bold}
.select-no{color:#999}
.select .select-result a{padding-right:20px;background:#f60 url("../images/close.gif") right 9px no-repeat}
.select .select-result a:hover{background-position:right -15px}
.select .select-result .download a{margin-left:10px;color:#fff;background:#f60}
.select .select-result .download a:hover{background:#F06200}
.selected{
    border-style: none;
}
.tb {
    border: 1px solid #c9d3e9;
    padding-bottom:5px;
}
.select .select-result .clear a {
    padding: 0 5px;
    color: #666;
    background: #fff;
    border: dashed 1px;
    margin: 0 10px;
}