.shopping_cart h1 {
    background:url(img/hdr_shopping.jpg) no-repeat;
    margin: 0 0 10px 0;
}
.shopping_cart #wrapper{
    background-image: url(/products/images/backgrounds/frame.gif);
}
.shopping_cart #navSectionHeading a {background: url(/products/images/headings/products-nav.gif) no-repeat;}


#shoppingcart th#remove {width: 55px; height: 20px;font-size: 10px;}
#shoppingcart th#item {width: 277px; height: 20px;font-size: 10px;}
#shoppingcart th#options {width: 151px; height: 20px;font-size: 10px;}
#shoppingcart th#unitproce {width: 109px; height: 20px;font-size: 10px;}
#shoppingcart th#qty {width: 79px; height: 20px; font-size: 10px;}
#shoppingcart th#cost {width: 64px; height: 20px;font-size: 10px;}

/*form controls*/
#qty_box {width: 36px; margin-left: 7px;}
#remove_check {margin-left: 7px;  }

#shoppingcart tr td#noborder {background-image: none; }

#shoppingcart td, #shoppingcart th {text-align: left; vertical-align:top;}
#shoppingcart {width: 100%; font-family: Helvetica, Arial, sans-serif; font-size: 12px; margin: 10px 0px 0px 0px;}

#shoppingcart th {color: #5d4032;  text-transform:uppercase; height: 1px;}
#shoppingcart th {background: url(img/bck_th_dotted.jpg) bottom left no-repeat; }

#shoppingcart td strong {font-size: 12px; font-weight: bold; }
#shoppingcart td {background: url(img/bck_td_vert.jpg) top left no-repeat; padding: 13px 0px 12px 7px; }

#shoppingcart td img {float: left;}

#shoppingcart #reset a, #shoppingcart #checkout a {display: block; float: right; padding-right: 5px; width: 143px;  text-align: right;}
#shoppingcart #reset td img {float:none;}

#shoppingcart #subtotal span, #shoppingcart #total span {display: block; padding-right: 5px; color: #5d4032; font-size: 10px; text-transform:uppercase; padding-top: 2px; float: right;}
#shoppingcart #subtotal td, #shoppingcart #total td, #shoppingcart #reset td, #shoppingcart #checkout td {padding: 8px 0px 8px 7px; } 
#shoppingcart #checkout td {text-align: right;}
#shoppingcart #checkout td img {float: none;}
#shoppingcart tr#checkout, #shoppingcart tr#checkout td {background-image: none;}

