﻿.cusSelect{
    width:170px;
    height: 36px;
    line-height:36px;
    padding: 0 15px;
    background: url("../images/dot_select.jpg") no-repeat 145px center #ffffff;
    position:relative;
    cursor:pointer;
    display: inline-block;
    _zoom: 1;
    _display: inline;
    margin-right: 7px;
    background-color: #eeeff4;
    border: 1px solid #eeeeee;
}

.cusSelect.end{
    margin-right: 0;
}

.cusTitle{
    width:170px;
    height: 100%;
    font-size:16px;
    color:#333333;
    line-height:inherit;
    position:relative;
    cursor:pointer;
    overflow:hidden;
    text-overflow:ellipsis;
}

.cusOpSet{
    font-size: 16px;
    min-width:100%;
    max-height:322px;
    list-style:none;
    padding: 0;
    margin:0;
    border:1px solid #ccc;
    position:absolute;
    left:0;
    overflow-y:auto;
    background-color:#fff;
    z-index:100;
}

.cusOption{
    width:auto;
    line-height:inherit;
    font-size:inherit;
    background-color:inherit;
    padding:0;
    white-space: nowrap;
}

.cusOption a{
    text-decoration:none;
    color:inherit;
    display:block;
    padding:0 10px;
}

.cusOption:hover{
    background-color:#3479c6;
    color:#fff;
}

.hide{
    display:none;
}

.show{
    display:block;
}