/* Enter your MOBILE CSS3 Styles Here */

#hdLogo { 
width:199px; /* small enough for mobile phones */
height:auto;
margin:0 auto 0 auto; /* center it */
}

/* SPACE PRODUCTS FURTHER APART */	 
/* WAS: margin:0 7px 20px 7px; */
#W3ShoppingCart_cpContainer .cpProductBox {	 
margin:0 7px 30px 7px; /* PUT BACK TO ORIGINAL 7px FOR MOBILE */
  
}

table.W3ShoppingCart_product_table_out {
width:auto;
}
