/**
	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: 146px;
}

div.sexy input {
    margin: 0 0 0 0;
    color: #261F1F;
    font:normal 14px arial, sans-serif;
    /*padding:1px 3px;*/
    background:#fff url("../../images/plugins/sexy/input-select-bg.jpg") no-repeat;
    border:0;
    height: 30px;
    line-height:18px;
    /*vertical-align:middle;*/ 
    left: 0px;
    top: 0px; 
    width: 400px;  

}

div.sexy div.icon {
    width:29px;
    height:26px;
    border: 0;
    background:url("../../images/plugins/sexy/seta.png") no-repeat;
    cursor:pointer;
    border-bottom: 0;
    top:2px;
    left: 379px; 

}


div.sexy div.list-wrapper {
    left: 1px;
    top: 28px;
    border: 1px solid #FFB500;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 400px;
    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 14px arial, sans-serif;
    color: #261F1F;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

div.sexy li.active {
    background-color: #FFB500;
	color:#fff;
}

/*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  arial, sans-serif;
	color: #261F1F;
    cursor: pointer;
    margin: 0;	
	height: 20px;
}

div.sexy input.empty {
    color: #261F1F;
}

a.to-highlight:hover {
    background-color: rgb(223, 232, 246);
}