/*
 * print.css
 *
 * Modify the CSS rules to make the presentation suitable for print media
 *
 */

html {padding:0; margin:0; border:0; background: white; font-size:10pt; font-family: arial, sans-serif;}
body {padding:0; margin:0; border:0;}


#header {
   height: auto;
   width: 100%;
   background: white;
   border-bottom: 1px solid black;
   border-top: 1px solid black;
}
#title1 {font-size: 3em;}
#title2 {font-size: 1em;}
#logo {
   float: left;
   height: 5em;
   margin-right: 2em;
   margin-left: 1em;
}


#left {display: none;} /* remove the menu */


#content {
   display: table-cell;
   overflow: hidden;
   padding-left: 0;
   width: 100%
}

#footer {
   height: auto;
   width: 100%;
   bottom: 0;
   font-size: 8pt;
   background: white;
   border-top:1px solid black;
}
.footleft {float: left;}
.footright {
	float: right;
	text-align: right;}

/* merchandise page */
.pagebreak {page-break-after: always;}
.order-scr {display: none;}
.order-prt {display: block;}
div#order-opts { padding-left: 1em;}
div#order-form {height: 24cm;}

