div.sexy {
    white-space: nowrap;
    height: 18px;
    border: 0;
    margin:38px 13px 7px 0;
    padding: 0;
    width: 143px;
	display:inline
}

div.sexy input {
    margin: 0 0 0 0;
    font:bold 11px arial, arial, helvetica, sans-serif;
    background:url(../img/font/bg_select_header.png)  repeat-x;
    border:none;
    height:14px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 128px;  
	text-align:left;
	color:#565656;
	padding:8px 6px;
	text-transform:uppercase;
}

div.sexy div.icon {
    width:16px;
    height:16px;
    border: 0;
    background:url(../img/font/bt_combo_box.png) no-repeat;
    cursor:pointer;
    top:0;
    left:127px; 

}


div.sexy div.list-wrapper {
    left: 0px;
    top:16px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width:141px;
    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: 0;
    padding-left: 5px;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
	color:#565656;
}

div.sexy li.active {
    background-color: rgb(223, 232, 246);
}

/*for IE*/
div.sexy a, div.sexy a:visited, div.sexy a:active {
    display: block;
	width: 100%;
	width: 146px;
	text-decoration: none;
    font:normal 14px  tahoma, arial, helvetica, sans-serif;
	color: #000000;
    cursor: pointer;
    margin: 0;	
	height: 20px;
}

div.sexy input.empty {
    color: gray;
}

a.to-highlight:hover {
    background-color: rgb(223, 232, 246);
}