
table.cart td, table.shipping td {
    padding: 3px;
}
table.cart tr.item td, table.shipping tr.item td {
    padding: 5px 3px;
}
table tr.header, table tr.footer {
    color: #fff;
    background-color: #5F3527;
}
table.cartActions, table.shipping {
    width: 100%;
}

div.title {
    padding: 3px;
    color: #fff;
    background-color: #5F3527;
}

table.checkout {
    width: 430px;
}
table.checkout input, table.checkout select, table.checkout textarea {
    width: 100%;
}
table.checkout input.checkbox {
    width: auto;
}
table.cart tr.item input {
    width: 30px;
}

table.search {
    width: 100%;
}

p.note {
    font-style: italic;
    color: #999;
}

div.error {
    font-weight: bold;
    color: #f00;
    padding: 3px;
}

table.payment tr.grand {
    background-color: #FFFFd3;
}

#shipping, #shipping-error {
    background-color: #eee;
    padding: 10px;
    margin-top: 5px;
}
#shipping-error {
    text-align: center;
    color: #f00;
    font-weight: bold;
}
#shipping-loading {
    display: none;
}