@charset"utf-8";
@import url(base.yuxi.css);

  .select-res span {
        width:20px;
        height:14px;
        line-height:14px;
        padding:7px 15px 7px 5px;
        border:solid 0px #c0c0c0;
        background:url(./img/select_box_bg.gif) no-repeat 20px center;
        cursor: pointer;
        color:#c2c2c2;
        text-overflow:ellipsis;
        white-space:nowrap;
        overflow:hidden;
    }
    .select-res p {
        position:relative;
        width: 200px;
        height:28px;
        line-height:28px;
        border-bottom:dashed 1px #c0c0c0;
        padding:0 5px;
        text-overflow:ellipsis;
        white-space:nowrap;
        overflow:hidden;
        padding-right:20px;
    }
    .select-res a {
        position:absolute;
        top:0;
        right:0;
        display: block;
        width:28px;
        height:28px;
        background:url(img/close_btn.jpg) no-repeat center;
        cursor:pointer;
    }
    .select-res input {
        width:172px;
        height:14px;
        line-height:14px;
        margin-left:4px;
        padding:7px 5px;
        border:solid 1px #c0c0c0;
        color:#2c2c2c;
    }
    .select-res span.selected {
        color:#626262;
    }
    .select-box {
        border:solid 1px #fd8340;
        width:600px;
        height:220px;
        padding:20px 20px 10px;
        position:absolute;
        display:none;
        z-index:5;
        background: #fff;
    }
    .select-box .close-btn {
        position:absolute;
        right:5px;
        top:5px;
        cursor: pointer;
    }
    .select-box .wrap {
        height:200px;
        border:solid 1px #ddd;
        margin-top:5px;
    }
    .select-box ul {
        float:left;
        width:270px;
        height:200px;
        overflow-y: scroll;
    }
    .select-box ul li {
        height:25px;
        line-height:25px;
        padding:0 10px;
        background: url(img/arr.gif) no-repeat 152px center;
        color:#626262;
        cursor: pointer;
    }
    .select-box ul li.selected {
        background:url(img/arr_selected.gif) no-repeat 152px center #fd8340;
        color:#fff;
    }
