#shoppingCartDisplay {
   padding: 5px;
   width: 600px;
   margin-left: auto;
   margin-right: auto;
}

#cartButtonsTable {
   margin-top: 25px;
   width: 100%;
}
.shoppingCartTable {
   border: 1px solid black;
   width: 100%;
}

.header_cell {
   background: #004164;
   color: #FFFFFF;
   font-weight: bold;
   }

.delete_link a{
   font-weight: bold;
   text-align: center;
   color : Navy;
}
.delete_link a:hover{
   font-weight: bold;
   text-align: center;
   color : Green;
}

.cart_name {
   font-weight: bold;
   
}
.cart_itemid {
   text-align: center;
   color: #333333;
   
}

.cart_price {
   text-align: center;
}

.cart_qty {
   text-align: center;
}

.cart_cost {
   text-align: center;
}

.cart_shipping_fee {
   font-weight: bold;
   text-align: right;
}

.cart_total_fee {
   font-weight: bold;
   text-align: right;
}

#updateCartButton {
   margin: 10px 0px 5px 0px;
   text-align: right;
}

#continueButton {
   width: 33%;
   text-align: center;
}

#emptyButton {
   width: 33%;
   text-align: center;
}


#checkoutButton {
   width: 33%;
   text-align: center;
}

form {margin-bottom: 0px;}

body {
   font-size:   12px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin:      0px;
   background:  #FFFFFF;
   }

p {
   font-size:   12px;
   }

.copyright {
    text-align: center;
    font-size: 9px;
    margin-top: 30px;
}


