form#MerchShop { }
#MerchShop p { margin:0; padding:4px 0; clear:both; }
#MerchShop label { display:block; float:left; width:9em; cursor:pointer; }

#MerchShop .products { margin:2em 0; }
#MerchShop .products p { border-top:1px solid #EEE; margin:0 0 1.5em 0; }
#MerchShop .products p strong { width:15em; float:left; }
#MerchShop .products p em { width:5em; float:left; font-style:normal; }
#MerchShop .products label { width:15em; }

#MerchShop .product { border-top:1px solid #DDD; margin:0 0 1.5em 0; clear:both; padding:4px 0; }
#MerchShop .product strong { width:15em; float:left; }
#MerchShop .product em { width:5em; float:left; font-style:normal; }

#MerchShop .product span.qty { display:block; float:left; width:5em; }
#MerchShop .product select { width:3em; float:left; border:1px solid #999; }
#MerchShop .product .size_opts {  float:left; }
#MerchShop .product .size_opts label { margin:0 0 2px 0; clear:both; }

#MerchShop .product label img.add { margin:1px 0 0 5px; float:left; }

#MerchShop .customer input { width:20em; border:1px solid #BBB; -moz-border-radius:4px; -webkit-border-radius:4px; }
#MerchShop .customer input:focus { border:1px solid #666; }
#MerchShop .customer input.submit { width:auto; padding:0.4em 2.2em; cursor:pointer; overflow:hidden;
					border:1px solid #2b474b; background:#4b6b6f; color:#FFF; font-weight:bold; -moz-border-radius:5px; -webkit-border-radius:5px; }

#MerchShop table#prods { width:99%; margin:20px auto;  }
#MerchShop table#prods th, #MerchShop table#prods td { text-align:left; padding:3px 5px; }
#MerchShop table#prods tbody th, #MerchShop table#prods tbody td { border-top:1px solid #CCC; vertical-align:top; }
#MerchShop table#prods thead th { background:#CCC; }
#MerchShop table#prods th.name { width:40%; }
#MerchShop table#prods th.name, #MerchShop table#prods td.price {  }
#MerchShop table#prods td.notes { border-top:none; font-size:0.9em; color:#333; }
#MerchShop table#prods { }
#MerchShop table#prods { }
#MerchShop table#prods { }
#MerchShop table#prods td.qty label { display:block; width:auto; float:none; margin:0 0 2px 0; }
#MerchShop table#prods td.qty label span { display:block; float:left; width:5em;  }
#MerchShop table#prods td.qty label select { width:4em; border:1px solid #999; }



