#colunaPromocoes{
    width: 550px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #FFFFFF;
    color: #333333;
    margin-bottom: 50px;
}

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

