/* Warren Post, New Media Copán 
   store/*.html style for copantrade.com
*/

@import url(core.css); 

body { 
/* To accomodate width of table.cartcontrols */ 
   min-width: 36em; 
   } 

table {
   page-break-inside: avoid; 
   } 

table td {
   padding: 0em; 
   white-space: nowrap; 
   } 

@media print { table.cartcontrols { 
   margin-left: 0.5cm; 
   } } 

table.cartcontrols tr:first-child td:first-child { 
   border-top: 1px #A2A2A2 solid; 
   } 

table.cartcontrols td:first-child { 
   padding-left: 0.5em; 
   padding-right: 0.5em; 
   border-bottom: 1px #A2A2A2 solid; 
   } 

form, p.outofstock {
   margin: 0em; 
   text-align: right;  
   } 

@media print { form {
   display: none; 
   } }

/* For Midori 0.1.7 */
form select, form input { 
   font-family: sans-serif;
   font-size: 75%; 
   } 

form select option { 
/* So product selection drop-downs are of equal width even when (e.g.) whole bean is out of stock and has been commented out in one. Works in Firefox only; other browsers need &nbsp; to pad out. */
   min-width: 6em; 
   } 

img.creditcard { 
   float: right; 
   margin-left: 0.3em; 
   margin-right: 0em; 
   margin-top: 0em; 
   margin-bottom: 0.3em; 
   border: none; 
   page-break-inside: avoid; 
   } 

table.center { 
   margin: auto; 
   border: none; 
   } 
