table.checkout-cart {
    float: right;
    width: 250px;
    margin: 0;
    border-collapse: collapse;
    border: 1px solid #dedede;
}

table.checkout-cart tfoot a {
    color: #9c3100 !important;
}

table.checkout-cart td {
    border-bottom: 1px dotted #dedede;
}

table.checkout-cart th, table.cart td {
    font-size: 11px;
    vertical-align: top;
    padding: 3px;
}

table.checkout-cart thead {
    background: #dedede;
    color: #525252;
}
table.checkout-cart tfoot {
    border-top: 1px solid #9b3001;
    text-align: right;
}

table.checkout-cart tfoot td {
    font-weight: bold;
    vertical-align: middle;
}

