/*------------------------------------------------------
  				Shopping Cart Styles
  ------------------------------------------------------*/	

#cart_contents { background-color: #baaa80; border:1px solid #877b5e; margin-bottom: 20px; padding: 15px; width: 230px; }
#product_descrip { float: left; padding-right: 20px; width: 370px; }
#product_details { float: left; background-color: #baaa80; border:1px solid #877b5e; padding: 10px; text-align: center; width: 208px; }
#product_details .price { font-size: 130%; font-weight: bold; padding-top: 130px; }
#product_details input { padding: 0; }
