/**
	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: 50px;
}

div.sexy input {
    margin: 0 0 0 0;
    font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:11px;
    padding-left:2px; padding-top:1px; color:#000000;
    background: url(text-bg.gif) repeat-x 0 0;
    border:0px solid #C7D8E3;
    height: 19px;
    line-height:18px;
    vertical-align:middle; 
   
    width: 50px;  

}

div.sexy div.icon {
    width:19px;
    height:17px;
    border: 0;
    background:transparent url(trigger.gif) no-repeat 0 0;
    cursor:pointer;
    
    top:0px;
    left:49px; 

}


div.sexy div.list-wrapper {
    left: 0px;
    top: 21px;
    border: 1px solid #C7D8E3;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 85px;
    bottom: auto;
}

div.sexy div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.sexy ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 50px;
}


div.sexy  li {
    padding: 0;
    padding-left: 5px;
   font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:11px;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

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: px;
	text-decoration: none;
    font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:11px;
	color: #000000;
    cursor: pointer;
    margin: 0;	
	height: 20px;
}

div.sexy input.empty {
    color: gray;
}

a.to-highlight:hover {
    background-color: rgb(223, 232, 246);
}
