

table.products {
    width: 100%;
}
table.products tr td {
    b-order-bottom: 1px solid #bdb6a3;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
table.products tr.first td {
    b-order-top: 1px solid #bdb6a3;
    border-top: 1px solid #ccc;
}
table.products tr.odd {
    background-color: #e7e7e7;
}
table.products td.image {
    padding: 5px 10px 5px 0;
}
table.products td.image a img {
    border: 4px solid #bdb6a3;
}
table.products td.image a:hover img {
    border: 4px solid #ab0200;
}
table.products td.details {
    line-height: 1.4em;
    padding: 0;
}
table.products h3 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
    border: 0;
}
table.products td.cmds {
    width: 120px;
}
table.wishlist td.cmds {
    width: 110px;
    b-order: 1px solid #f0f;
}
table.products .price {
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    color: #555;
    margin: 5px 0 10px;
}
table.products td.total {
    background-color: #ddd6c3;
    /*
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    */
    font-size: 1.5em;
    color: #555;
}