/* 
	Shopping Cart Module 

	These are defaults; DO NOT change them to fit a site.  doing so will most likely adverly affect 
	other sites using this module.  Instead, create your own local file and override values.
*/

#cart-products { width:100%; }
#cart-products select { min-width:75px; }
#cart { width:100%; }
#cart .cart-product-options { margin-top:5px; }
#cart .cart-product-options td { font-size:11px; padding:1px 5px 1px 0; }
#checkout .text { width:300px; }
#checkout .mediumtext { width:200px; }
#checkout .smalltext { width:100px; }
