table{
    width: 510px;
    margin: 10px 0 10px 30px;
    font: bold 11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    color: #3a3a3a;
    text-align: center;
}


tbody tr td{
    width: 33%;
    vertical-align: bottom;
    text-align: center;
}

tbody tr td a{
    display: block;
    background: #3a3a3a;
    font: bold 11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    color: #fff;
    padding: 2px 0;
    width: 100px;
    margin-left: 33px;
    text-decoration: none;
}

tbody tr td a:hover{
    text-decoration: underline;
}

tfoot tr th{
    padding: 10px 0 0 0;
}

tfoot tr th a{
    display: block;
    background: #547f00;
    font: bold 11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    color: #fff;
    padding: 2px 0;
    width: 100px;
    margin-left: 33px;
    text-decoration: none;
}

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

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

.promocao{
    color: #0063CF;
}

div#geral #categorias{
    background: #a5bb7a;
    height: 480px;
    width: 175px;
    float: left;
    margin: 2px 0 10px 25px;

}

div#geral #categorias ul{
    margin: 5px 0 0 20px;
}

div#geral #categorias ul li{
    font: bold 11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    color: #000;
}

div#geral #categorias ul li a{
    font: bold 11px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    text-decoration: none;
    color: #000;
}

div#geral #categorias ul li a:hover{
    text-decoration: underline;
}

div#geral #categorias ul ul{
    margin: 0 0 0 5px;
}

div#geral #categorias ul ul li{
    list-style: inside circle;
}
