.cart{
    	background-image:url(../images/images/checkout/cart_middle.png);
	background-repeat:repeat-y;
        margin:10px 0px;
        width:782px;
}

.cart .CartContents{
    width:750px;
}

.checkout_shipping_address{
    width:782px;
    background-image:url(../images/images/checkout/shipping_middle.png);
    background-repeat:repeat-y;
    clear:both;
}

.checkout_shipping_address .left, .checkout_shipping_address .right{
    width:350px;
    padding:5px 15px;
    float:left;
}


/* Credit card handling page */

.cc_form{
    width:619px;
    background-image:url(../images/images/checkout/cc_form_bg.png);
    background-repeat:repeat-y;
    float:left;
    margin-top:25px;
}
#shipbill{
    float:left;
    width:235px;
    background-image:url(../images/images/checkout/shipbill_bg.png);
    background-repeat:repeat-y;
    margin-left:-64px;
    margin-top:70px;
}

#shipbill_address{
    background-image:url(../images/images/checkout/shipbill_address_bg.png);
    background-repeat:no-repeat;
    height:151px;
    width:205px;
    margin:auto;
}
#shipbill_payment{
    background-image:url(../images/images/checkout/shipbill_payment_bg.png);
    background-repeat:no-repeat;
    height:133px;
    width:205px;
    margin:auto;
}

#shipbill_payment div, #shipbill_address div{
    padding:10px 10px;
}

#shipbill_payment h3, #shipbill_address h3{
    font-size:18px;
    color:#5c5c66;
}

.cc_checkout_shipping_address{
    position:relative;
    margin-right:-50px;
    width:50px;
}

.creditcards li{
    display:block;
    float:left;
    width:74px;
    height:81px;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:15px;
}
#cc_table {
    margin-bottom:20px;
}
#cc_table #labels{
    width:150px;
}

.creditcards li input[type='radio']{
    margin-top:58px;
    margin-left:30px;
}

#visa{
    background-image:url(../images/images/checkout/cards/visa.png);
    background-repeat:repeat-y;
}

#switch{
    background-image:url(../images/images/checkout/cards/switch.png);
    background-repeat:repeat-y;
}

#solo{
    background-image:url(../images/images/checkout/cards/solo.png);
    background-repeat:repeat-y;
}

#mastercard{
    background-image:url(../images/images/checkout/cards/mastercard.png);
    background-repeat:repeat-y;
}
#maestro{
    background-image:url(../images/images/checkout/cards/maestro.png);
    background-repeat:repeat-y;
}

.ProductName{
    width:320px;
}


.cart_qty{
    width:150px;
}
.checkout_qty{
    width:50px;
}

.cart_delete{
    width:120px;
}
.CartContents tr td{
    padding:10px 3px 10px 0px;
}

.CartContents tr th{
    padding-top:5px;
    padding-bottom:5px;
}

.CartContents .cart_unitprice, .CartContents .cart_totalprice, .checkout_unitprice, .checkout_totalprice{
    width:80px;
    text-align:center;
}

.BillingDetails{
    margin-bottom:20px;
}

#checkout_table_cost{
    margin:10px 0px;
    width:346px;
}

#checkout_table_cost .product_cost{
    text-align:right;
    font-weight:bold;
    font-size:24px;
    text-decoration:underline;
}

.ShippingProviderList{
    list-style-type:none;
    margin:10px 0px;
}
.ShippingProviderList li{
    margin:5px 0px;
}

