.ac_results {
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
    margin-top: 1px;
}

.ac_isBusca {
    margin-left: -138px;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: #FFFFFF;
}

.ac_results iframe {
    display: none; /*sorry for IE5*/
    display: block; /*sorry for IE5*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: mask();
    width: 3000px;
    height: 3000px;
}

.ac_results li {
    margin: 0; /*padding: 2px 5px;*/
    padding: 5px 3px 5px 3px;
    cursor: pointer;
    display: block; /*width: 100%;*/
    font-size: 9px; /*font: menu;*/ /*overflow:hidden;*/
}

    .ac_results li span {
        display: block;
        font-size: 11px;
        font-weight: bold;
    }

.ac_loading {
    background: Window url('../../img/indicator.gif') right center no-repeat;
}

.ac_over {
    /*background-color: Highlight;*/
    color: HighlightText;
    background-color: #B7B7B7; /*color: yellow;*/
}

.ac_results div {
    text-align: left;
}

    .ac_results div div {
        padding: 5px;
        background-color: #979797;
        font-weight: bold;
        font-size: 11px;
        color: #FFF;
    }

#encontrado, #nao_encontrado {
    color: #FFF;
    text-decoration: none;
}

#encontrado {
    padding: 0 35px 5px 149px;
    background: url('../img/seta.gif') 273px 0 no-repeat; /*border: 1px solid red;*/
}
