.shopping-cart {
    width: 300px;
}

.shopping-cart-top {
    width: 302px;
    height: 35px;
    color: white;
    text-align: center;
    font-size: 15px;
    background-image: url(images/top_bgd_cart.gif);
    background-color: white;
    background-repeat: repeat-x;
    border: none;
}
.catering-cart-title {
    padding-top: 10px;
}

.shopping-cart-content {
    width: 300px;
    border-left: 1px solid #3C88B4;
    border-right: 1px solid #3C88B4;
    border-bottom: 1px solid #3C88B4;
    text-align: center;
    background-color: white;
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 150px;
}

/* IE hack */
* html .shopping-cart-content {
    height: 150px;
}

table.shopping-cart-items {
    width: 280px;
    margin: auto;
}

table.shopping-cart-items th {
    height: 25px;
    padding: 7px 0 0 3px;
    border: none;
    border-bottom: 1px solid #B0D1F5;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #035085;
    background-color: transparent;
}

table.shopping-cart-items th.shopping-cart-item-name {
    width: 145px;
}

table.shopping-cart-items tr#shopping_cart_item_row {
}

table.shopping-cart-items td {
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid  #B0D1F5;
}

table.shopping-cart-items td.shopping-cart-item-name {
    width: 145px;
    text-align: left;
    padding-left: 5px;
}

table.shopping-cart-items td.shopping-cart-item-quantity {
    text-align: center;
    background-image: url(images/bgd_count_cart_1.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

table.shopping-cart-items td.shopping-cart-item-price {
    padding-right: 10px;
    text-align: right;
}

table.shopping-cart-items td.shopping-cart-item-action {
    padding: 0px;
    vertical-align: bottom;
    width: 15px;
    cursor: pointer;
}

.shopping-cart-totals {
    font-size: 13px;
    margin-top: 7px;
    font-weight: normal;
}

table.shopping-cart-buttons {
    width: 280px;
    text-align: center;
    margin: 0 10px 10px 10px;
}

td.shopping-cart-buttons-nothing {
    width: 40px;
}

.shopping-cart-notice {
    text-align: left;
    margin-left: 25px;
    padding-bottom: 10px;
    width: 260px;
    color: #035085;
    font-weight: normal;
    font-size: 10px;
}
table.shopping-cart-items-total-table {
    padding-bottom: 10px;
    margin: 10px;
    text-align: right;
    font-size: 13px;
    width: 280px;
    border-bottom: 1px solid #B0D1F5;
    color: #003867;
}
table.shopping-cart-items-total-table td.shopping-cart-total {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    width:  200px;
}
table.shopping-cart-items-total-table td.shopping-cart-total-data {
    font-weight: bold;
    text-align: right;
    width: 65px;
}
table.shopping-cart-items-total-table td.shopping-cart-total-nothing {
    width: 25px;
}

.shopping-cart-empty {
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    color: #777777;
    padding-top: 40px;
}

.shopping-cart-item-picture img {
    padding: 3px 0 3px 0;
}

