﻿.cartList {
    width:100%;
    border-spacing:0;
    text-align: left;
}

.cartList input[type="text"] {
    width: 30px;
    height: 30px;
    border-style: ridge;
}

.cartList thead th {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #D3D3D3;
}



.cartList tbody td,#cartList tbody th {
    padding: 10px;
}

.cartList tfoot td,#cartList tfoot th {
    /*padding: 5px;*/
    padding-left: 15px;
}

.cart-item-title {
  width: 50%
}

.cart-item-price {
    text-align: right;
    width: 15%;
}

.cart-item-amount{
    text-align: center;
}
.cart-item-button{
    text-align: center;
}
.cartList tfoot {

  text-align: right;
}

.cartTotal {
    font-size: 130%;
    font-weight: bold;
}


.checkout-button {
   padding-left: 30px;
   background:url("/Content/images/checkout.png") 3px center no-repeat #FF4500;
}

.aboutPostage{
    margin-bottom: 20px;
}
.aboutPostage table{
    border-collapse: collapse;
}
.aboutPostage td, .aboutPostage th{
    border: 1px solid #aeaeae;
    text-align: center;
}