/**
	sexy-combo 2.1.3 : http://code.google.com/p/sexy-combo/
	
	This is the default skin.
*/

div.sexy {
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 86px;
	background: url("images/gradient-top-1.png") repeat-x scroll 0 0 #fff;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:5px;
}

div.sexy input {
    margin: 0 0 0 0;
    font:normal 12px 'UbuntuRegular', arial, helvetica, sans-serif;
    padding: 5px 7px;
    border:0px solid #B5B8C8;
    height: 18px;
    line-height:18px;
    vertical-align:middle; 
    left: 0;
    top: 0; 
    width: 62px; 
	background:transparent;
}

div.sexy div.icon {
    width:17px;
    height:21px;
    border: 0;
    background:url("images/top-menu-hover-sprite.png") no-repeat scroll 5% 7px transparent;
    cursor:pointer;
    top:5px;
    right: 5px; 

}


div.sexy div.list-wrapper {
   background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    bottom: auto;
    left: 5px;
    margin: 0;
    padding: 0;
    top: 32px;
    width: 90%;
	z-index:100;
}

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

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
	background-color:#fff;
	position:relative;
	display:block;
}

.listing-search .filter div.sexy span{
	padding:3px 0px 0px 0px;
    font:normal 12px 'UbuntuRegular', arial, helvetica, sans-serif;
	float:none;
	margin-top:0px;
	}
	
div.sexy  li {
    padding: 0;
    padding-left: 5px;
    font:normal 12px 'UbuntuRegular', arial, helvetica, sans-serif;
    cursor: pointer;
    margin: 0;
	background-color:#fff;
	position:relative;
}

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: 106px;
	text-decoration: none;
    font:normal 14px  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);
}