div.sexy {
    white-space: nowrap;
    margin: 0 0 10px;
    font-size : 14px;
    color : #666;
    border  : 1px solid #EDEDED;
    width : 265px;
    height  : 38px;
}

div.sexy input {
    margin: 0 0 0 0;
    font-size:14px;
    line-height:18px;
    height:18px;
    vertical-align:middle;
    border  : none 0px;
    width   : 245px;
    color : #666;
    padding: 10px;
}

div.sexy div.icon {
    width:20px;
    height:18px;
    border: 0;
    background:transparent url(../images/sexycombo/arrow-down.png) no-repeat center center;
    cursor:pointer;
    right : 10px;
    top   : 10px;
}


div.sexy div.list-wrapper {
    left: 0px;
    top: 38px;
    border: 1px solid #EDEDED;
    border-top-color  : #FFF;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0 0 0 -1px;
    width: 265px;
    bottom: auto;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

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


div.sexy  li {
    padding: 1px 5px;
    font-size : 14px;
    height    : auto;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
    list-style-type: none !important;
    list-style-position : outside !important;
}

div.sexy li.active {
    background-color: #DDD;
}

div.sexy input.empty {
    color: gray;
}