.detalhesProdutosDiv{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

.detalhesProdutos_erro_simples{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    text-align: right;
}
.detalhesProdutos_ok_simples{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #009900;
    text-align: center;
}
.detalhesProdutos_alerta_simples{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #cccc00;
    text-align: center;
}

.detalhesProdutos_erro{
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    text-align: center;
}
.detalhesProdutos_ok{
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #009900;
    text-align: center;
}
.detalhesProdutos_alerta{
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #cccc00;
    text-align: center;
}

.detalhesProduto_original{
    position: absolute;
    z-index: 3000;
    margin-top: -22px;
    margin-left: -10px;
}

.detalhesProduto_selo{
    position: absolute;
    z-index: 3000;
    margin-top: -22px;
}