table#produtos{
    width: 450px;
    margin: 10px 0 10px 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-collapse: collapse;
}


table#produtos tbody tr td{
    width: 50%;
    vertical-align: bottom;
    text-align: center;
    padding: 10px 0;
}

table#produtos tbody tr td a{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

table#produtos tbody tr td a:hover{
    text-decoration: none;
}

table#produtos tfoot tr th{
    padding: 10px 0 0 0;
}

table#produtos tfoot tr th a{
    display: block;
    background: #666;
    font-weight: bold;
    color: #fff;
    padding: 2px;
    width: 100px;
    text-decoration: none;
    border: 2px solid #fff;
}

table#produtos tfoot tr th a:hover{
    text-decoration: underline;
}

.riscado{
    text-decoration: line-through;
}

.promocao{
    color: #0063CF;
}
.borda{
    border: 1px solid #fff;
}
