/**
	sexy-combo 2.1.3 : http://code.google.com/p/sexy-combo/
	
	This is a verbose backup of the base structure. Use sexy-combo.css unless you know what you are doing.
*/


div.combo {
    position:relative;
    white-space: nowrap;
    height: 20px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 200px;
}

.combo input {
    margin: 0;
    font:12px Arial, Sans-Serif;
    padding:0 0 0 10px;
    background: url("../images/backgrounds/input-bg-contato.jpg") no-repeat;
    border:0;
    height: 30px;
    vertical-align:middle; 
    position: absolute;
    left: 0px;
    top: 0px; 
    width: 430px;  

}
.ie8 .combo input { padding: 7px 0 0 10px !important; height: 23px; }
.ie7 .combo input { padding: 5px 0 0 10px !important; height: 25px; }

.combo div.icon {
    width:30px;
    height:28px;
    border: 0;
    background: url("../images/plugins/sexy/seta-estado.jpg") no-repeat;
    cursor:pointer;
    border: 0;
    position:absolute;
    top:1px;
    left: 399px; 

}



div.list-wrapper {
    position: absolute;
    left: 0px;
    top: 30px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    margin: 0;
    height: 200px; 
    max-height: 200px;
    z-index: 9999;
    width: 430px;
}

.combo ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
    background-color:#fff;
    position:relative;
    z-index: 9999;
}

.combo  li {
	position: relative;
    padding: 0;
    padding-left: 5px;
    font:normal 12px arial, sans-serif;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    z-index: 9999;
}

.combo li.active {
    background-color: rgb(223, 232, 246);
    z-index: 9999;
}


.combo .visible {
    display: block;
}

.combo .invisible {
    display: none;
}
.combo input.empty {
    color: #261F1F;
}






 
