/* Costume CSS Document */

/* Home search form boxes */
#tabsgroupPesquisa {
    border-bottom: none !important;
}
#tabPecas >a,
#tabOleos >a{
    cursor: pointer !important;
}
.well {
    border: none !important;
}

#boxpesquisa,
#boxpesquisa2 {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

#searchsuggestions {border: 1px solid #CCC;}
#searchsuggestions a { display:block; padding:.3em;}
#searchsuggestions a:hover { background-color:#a5cd39; color:#FFF;}

/* tabs pecas */
#tabPecas{
    border-bottom: 1px solid #d5d5d5 !important;
}
#tabPecas >a, 
#tabPecas >a:focus, 
#tabPecas >a:hover {
    background-color: #d5d5d5 !important;
    border: 1px solid #d5d5d5 !important;
}

/* tab oleos */
#tabOleos >a, 
#tabOleos >a:focus, 
#tabOleos >a:hover {
    background-color: orange;
} 


/* caixa oleos */
#boxpesquisa2 {
    background-color: orange !important;
}

#boxpesquisa2 .form-group {
    margin-bottom: 0 !important;
}
