/* PESQUISA (PÁGINA) */
#search_mde {
    display: none;
}


#headerPesquisa {
    width: 100%;
    height: 185px;
    margin: 0 auto;
    background-color: #f3f3f3;
}

#chatLinkTop {
    float: right;
    margin-top: 1rem;
    margin-right: 2%;
}

#pesquisaBlock {
    display: -moz-inline-stack; /* FF2 fix coz it does not support inline-block */
    display: inline-block; /* supported by FF3+ and IE8+ */
    zoom: 1;
    *display: inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
    width: 490px;
    /*height: 40px;*/
    background-color: #fff;
    border-radius: 5px;

    margin: 18px 9px 0px 9px;
}

#pesquisaBlock > form > span, #pesquisaBlock > input {
    vertical-align: top;
}

#pesquisaBlock input#global-search-term {
    border: 0px none #fff;
    padding: 5px 0px 5px 0px;
    color: #666;
    font-family: Cuprum, sans-serif;
    font-size: 14px;
    line-height: 18px;
    width: 440px;
    height: 18px;
    margin: 5px 2px 5px 7px;
}

#pesquisaBlock input#global-search-term.loading {
    background: url('/images/ajax-loader-ss.gif') transparent no-repeat 98% center;
}

#pesquisaBlock input#global-search-button {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/images/lupa-pesquisa.jpg') transparent no-repeat;
    border: 0;
    cursor: pointer;
    margin: 7px 5px 0px 0px;
    vertical-align: top;
}

#pesquisaResultado {
    text-align: left;
}
