#cartarea {
padding: 20px 27px 500px 27px;
background-color: #fff;
clear: both;
}

/*----- shopping_cart -----*/
#shopping_cart {

}

/*-- headers --*/
#shopping_cart #row_cart_title td {
background-color: #6B6B6B;
color: #fff;
padding: 3px;
}

#shopping_cart #row_cart_headers td {
background-color: #ccc;
font-size: 12px;
border: 1px solid #6B6B6B;
padding: 3px;
font-weight: bold;
}

#shopping_cart #row_cart_headers #col_product_name {
text-align: left;
}

#shopping_cart #row_cart_headers #col_product_price {
width: 80px;
text-align: center;
}

#shopping_cart #row_cart_headers #col_product_quantity {
width: 80px;
text-align: center;
}

#shopping_cart #row_cart_headers #col_product_total {
width: 80px;
text-align: center;
}

/*-- product rows --*/
#shopping_cart .row_products td {
border: 1px solid #6B6B6B;
padding: 3px;
}

#shopping_cart .row_products .product_name {

}

#shopping_cart .row_products .product_addl {
font-size: 12px;
}

#shopping_cart .row_products .product_addl a {
color: blue;
font-size: 12px;
display: block;
}

#shopping_cart .row_products .product_price {
text-align: center;
}

#shopping_cart .row_products .product_quantity {
text-align: center;
}

#shopping_cart .row_products .product_total {
text-align: right;
}

/*-- update row --*/
#shopping_cart #row_update td {
background-color: #ccc;
font-size: 12px;
border: 1px solid #6B6B6B;
padding: 3px;
text-align: center;
}

/*-- subtotal row --*/
#shopping_cart #row_subtotal td {
padding: 3px;
text-align: right;
border: 1px solid #ccc;
font-size: 12px;
}

#shopping_cart #row_shipping td {
padding: 3px;
text-align: right;
border: 1px solid #ccc;
font-size: 12px;
}

/*-- shipping_table --*/
#shipping_table table  {

border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}

#shipping_table a {
color: blue;
}

#shipping_table select, #shipping_table input {
margin: 0 3px 0 0;
}

#shipping_table table td {
padding: 3px;
text-align: right;
font-size: 12px;
}

#shipping_table table  #col1 {
text-align: left;
}

#shipping_table table  #col2 {
border-right: 1px solid #ccc;
}

#shipping_table table  #col3 {
width: 80px;
border-left: 1px solid #ccc;
}

/*-- grand_total_table --*/
#grand_total_table table  {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}

#grand_total_table table td {
padding: 3px;
text-align: right;
font-size: 12px;
}

#grand_total_table table  #col1 {
text-align: right;
border-right: 1px solid #ccc;
}

#grand_total_table table  #col2 {
width: 80px;
text-align: right;
border-left: 1px solid #ccc;
}

/*-- checkout_with_credit --*/
#checkout_with_credit {
text-align: right;
margin: 20px 0 0 0;
}

#checkout_with_paypal {
text-align: right;
margin: 10px 0 0 0;
}

/*-- continue_shopping --*/
#continue_shopping {
font-size: 12px;
margin: 60px 0 0 0px;
}

#continue_shopping a {
padding: 5px;
background-color: #ccc;
border: 1px solid #6B6B6B;
}

#continue_shopping a:hover {
border: 1px solid #000;
}



