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

@import url(core.css); 

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

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; 
   width: 100%; 
   } 

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

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

/* Makes product selection drop-downs of equal width */
select { 
   width: 9em; 
   } 

/* Special case: flavors require more space */
select.flavor { 
   width: 16em; 
   } 

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

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

