@import url('index.css');
table.ModuleShoppingCart{
    width: 100%;
}

.tabs {
    margin-bottom: -1px;
    margin-top: 50px;
}
.tab_body {
    border: 1px solid #b8b8b8;
}

#MainBody, .MainBody {
    padding-right: 0;
    width: 795px;
}

.productListing-data {
    padding: 10px;
    vertical-align: top;
}
.subtotal_box {
    text-align: right;
    padding: 10px;
}
.subtotal {
    text-transform: uppercase;
    border-top: 1px solid #000;
    width: 155px;
    float: right;
}
.subtotal_label {
    float: left;
    padding-top: 5px;
}
.subtotal .Price {
    border: none;
}

.ShoppingCartShippingWidget {
    width: 45%;
    float: left;
}
.ShoppingCartShippingWidget .controls {
    text-align: right;
}
.CheckoutDiscountCodeWidget {
    width: 45%;
    float: right;
    text-align: right;
    padding: 5px;
}
.zip_code_label {
    text-transform: uppercase;
}
.zip_code_label, #ship_zip, #ship_zip_button {
    float: right;
    clear: both;
    margin-bottom: 5px;
}
#invalid_zip_code_msg {
    clear: both;
}
.shopping_cart_buttons {
    clear: both;
}
.discount_code_label {
    font-weight: normal;
    text-transform: uppercase;
    padding-right: 5px;
    text-align: right;
}
.help_notice {
    display: none;
}
.CheckoutDiscountCodeWidget td {
    padding: 0;
    vertical-align: top;
    width: 100%;
}
#apply_discount_button {
    margin-top: 5px;
}
#shipping_methods strong {
    font-weight: normal;
}
#shipping_methods td {
    vertical-align: top;
    padding: 0;
}
.total_with_shipping {
    color: #8e8e8e;
    font-size: 12px;
    padding-top: 5px;
    display: inline-block;
    text-transform: uppercase;
}
#sub_total_price {
    font-size: 17px;
    color: #000;
}
