/****************************************************************************** 
 * @name:        pesquisaKey.css
 * @purpose:     implementa as classes de css utilizadas pelo javascript 
 *               util.pesquisaKey.js
 *
 * @author:      Ruhan Bidart - ruhan@2xt.com.br
 * @created:     19/11/2007
 ******************************************************************************/
.pesquisaKey {
    position: absolute;
    z-index: 100;
    display: none;
    background-color: #006A9D;
    filter:alpha(Opacity=90);
    -moz-opacity : 0.9;	
    padding: 0px;
    margin: 0px 0px 0px 304px;
    *margin: -22px 0px 0px 306px;
    clear: both;
    float: none;
    width:auto !important;

}

.pesquisaKey ul {
    height: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.pesquisaKey li {
    padding: 5px;
    cursor: pointer;
    list-style: none;
    text-align: left;
    font-weight: bold;
    font-family:verdana;
    font-size:11px;
}

/*.pesquisaKey li:hover {
    color: #51677B !important;
    background-color: #e4e4e4/*#00662c;*/
}*/


.carros {
    position: absolute;
    z-index: 100;
    display: none;
    background-color: #51677B;
    filter:alpha(Opacity=90);
    -moz-opacity : 0.9;	
    padding: 0px;
    margin: 0px 0px 0px 508px;
    *margin: -102px 0px 0px 510px;
    clear: both;
    float: none;
    width:auto !important;
}

.carros ul {
    height: auto !important;
    text-align: left;
    background-color: #006A9D;
    padding: 0px;
    margin: 0px 0px 0px 508px;
    *margin: -22px 0px 0px 510px;
    position: absolute;
    z-index: 100;
    display: block;
    filter:alpha(Opacity=90);
    -moz-opacity : 0.9;	
    clear: both;
    float: none;
    width:auto !important;

}

.carros li {
    padding: 5px;
    cursor: pointer;
    list-style: none;
    text-align: left;
    font-weight: bold;
    font-family:verdana;
    font-size:11px;
}

.pesquisaKeyFundo {
    background:#00557d;
	color:#FFF;
}

.pesquisaKeySelecionado {
    background:#006A9D;
	color:#fff;
}

