#divFiltros{
    position: fixed;
    visibility: hidden;
    z-index: 9000;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
}
#divFiltros .padding{
    padding: 8px;
}

#filtroDivPrecoEscolher{
    position: fixed;
    z-index: 9001;
    visibility: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#filtroDivCorEscolher{
    position: fixed;
    z-index: 9002;
    visibility: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#filtroDivSaborEscolher{
    position: fixed;
    z-index: 9003;
    visibility: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
#filtroDivTamanhoEscolher{
    position: fixed;
    z-index: 9004;
    visibility: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

#filtroDivPrecoEscolher .padding{
    padding: 8px;
}
#filtroDivCorEscolher .padding{
    padding: 8px;
}
#filtroDivSaborEscolher .padding{
    padding: 8px;
}
#filtroDivTamanhoEscolher .padding{
    padding: 8px;
}

.filtros_titulo{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}
.filtros_titulo_descricao{
    font-weight: normal;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.filtros_botoesRemover{
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #FF0000;
    cursor: pointer;
    padding-right: 4px;
}
.filtros_campos01{
    width: 100px;
    margin-left: 3px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
.filtros_textos01{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
}
.filtros_botoesOK{
    float: left;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    margin-top: 6px;
    cursor: pointer;
}
.filtros_botoesCancelar{
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    margin-top: 6px;
    cursor: pointer;
    margin-left: 50px;
}
.filtros_check{
    width: 10px;
    height: 10px;
}