div.sexy {
    white-space: nowrap;
    margin-right:9px;
    font-size : 16px;
    color : #9b9b9b;
    border  : none;
	background:transparent url(../../images/shell/listings/listings_searchFieldBk.png) no-repeat center center;
	display: block;
    width : 211px;
    height  : 40px;
}

div.sexy input {
		background: none;
    font-size:16px;
    height:40px;
		line-height: 40px;
    border  : none 0px;
    color : #9b9b9b;
    padding-left: 6px;
}

div.sexy div.icon {
    width:17px;
    height:12px;
    border: 0;
    background:transparent url(../../images/shell/listings/select-arrow.png) no-repeat center center;
    cursor:pointer;
    right : 10px;
    top   : 14px;
}


div.sexy div.list-wrapper {
    left: 0px;
    top: 38px;
    padding: 0;
    margin: 0 0 0 -1px;
    width: 297px;
    bottom: auto;
	position: relative;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 185px;
}


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;
}
