#colunaCuponsDesconto{
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #FFFFFF;
    color: #333333;
    margin-bottom: 50px;
}

#colunaCuponsDesconto .textoDestaque{
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    color: #000000;
    font-weight: bold;
    margin: 10px 0 10px 0;
}
#colunaCuponsDesconto .texto{
    font-size: 12px;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 22px;
}
#colunaCuponsDesconto .cupons{
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #cf0100;
    margin-bottom: 5px;
    margin-top: 5px;
}
#colunaCuponsDesconto .cupons a{
    cursor: pointer;
    background-image: url(../images/cupomDeDescontoSeta.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 13px;
}
#colunaCuponsDesconto .cupons .ativo{
    cursor: pointer;
    background-image: url(../images/cupomDeDescontoSetaAtivo.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 13px;
}
#colunaCuponsDesconto .cuponsDetalhes{
    font-size: 12px;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    padding-left: 20px;
    overflow: auto;
}


#cuponsComoUtilizar .linha {
    width: 805px;
    background-color: #cf0100;
    height: 150px;
    margin-left: -5px;
}
#cuponsComoUtilizar .imagem{
    width: 145px;
    height: 130px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #ffffff;
}
#cuponsComoUtilizar .numeracao{
    float: left;
    margin-right: 6px;
    background-image: url(../images/cupomDeDescontoCirculo.jpg);
    background-position: right;
    background-repeat: no-repeat;
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    height: 20px;
    width: 21px;
    font-weight: bold;
    padding-top: 2px;
}
#cuponsComoUtilizar .texto{
    font-size: 12px;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 22px;
}

