/**
* sexy-combo 2.1.3 : http://code.google.com/p/sexy-combo/
* This is a verbose backup of the base structure. Use sexy-combo.css unless you know what you are doing.
*/
div.combo {
    position:relative;
    white-space: nowrap;
    height: 30px;
    border: 0;
    margin: 0;
    padding: 0 7px 0 0;
    width: 149px;
    float: left;
}

.combo input {
    margin: 0;
    padding:1px 3px;
    background:#fff url('../images/text-bg.gif') repeat-x 0 0;
    border:1px solid #B5B8C8;
    vertical-align:middle; 
    position: absolute;
    top: 0px; 
    width: 140px;
    height: 15px;
}

.combo div.icon {
    width:17px;
    height:20px;
    border: 0;
    background:transparent url('../images/trigger.gif') no-repeat 0 0;
    cursor:pointer;
    border-bottom: 1px solid #B5B8C8;
    position:absolute;
    top: 5px;
    left: 133px;
}

div.list-wrapper {
    position: absolute;
    left: 0;
    top: 26px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 0;
    overflow: hidden;
    margin: 0;
    height: 200px; 
    max-height: 200px;
    z-index: 99999;
    width: 149px;
}

.combo ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}

.combo  li {
    padding: 0;
    padding-left: 5px;
    background-color: #FFFFFF;
    height: 20px;
    cursor: pointer;
    margin: 0;
}

.combo li span{
    color: #222222;
}

.combo li.active {
    background-color: rgb(223, 232, 246);
}

.combo .visible {
    display: block;
}

.combo .invisible {
    display: none;
}
.combo input.empty {
    color: gray;
}