/**
	sexy-combo 2.1.3 : http://code.google.com/p/sexy-combo/
	
	This is the default skin.
*/

div.sexy {
    white-space: nowrap;
    height: 20px;
    border: 0;
    margin: 0 2px 0px 0px;
    padding: 0;
    width: 120px;
	float:right;
	margin-top:15px;
	margin-bottom:21px;
}

div.sexy input {
    margin: 0 0 0 0;
    font:normal 11px trebuchet MS, arial, helvetica, sans-serif;
	color:#646464;
    padding:1px 3px;
    background:#fff ;
    border:0px solid #fff;
    height: 18px;
    line-height:18px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 106px;  

}

div.sexy div.icon {
    width:23px;
    height:20px;
    border: 0;
    background:transparent url(trigger.gif) no-repeat 0 0;
    cursor:pointer;
    top:0px;
    left: 99px; 

}


div.sexy div.list-wrapper {
    left: 0px;
    top: 21px;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 110px;
    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 trebuchet MS, arial, helvetica, sans-serif;
	color:#646464;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
	text-align:left;
}

div.sexy li.active {
    color: #98b300;
}

/*for IE*/
div.sexy a, div.sexy a:visited, div.sexy a:active {
    display: block;
	width: 100%;
	width: 106px;
	text-decoration: none;
 	font:normal 11px trebuchet MS, arial, helvetica, sans-serif;
	color:#646464;
    cursor: pointer;
    margin: 0;	
	height: 20px;
}

div.sexy input.empty {
    color:#646464;
}

a.to-highlight:hover {
    color: #98b300;
}