/* CSS for printing out the page */

body {background-color:white;
   color:black;
   font-family:Verdana,Helvetica,sans-serif;
   font-size:10pt;}
	
h1 {display:block; /* make the title appear for print */
   text-align:center;
   font-family:Papyrus,"Kino MT",fantasy;
   font-weight:500;
   padding:10pt 5pt 0pt 5pt;
   font-size:200%;}
	
/* for the table */
.shopping {margin-top: 30px;
   border: 1px solid #250328;
   clear:both;
}

table.shopping td {padding: 5px 10px 5px 10px;
   border: 1px solid #250328;
}

/* code for shopping cart button */
/* 3 images in one file w/ text on top */
.scButton {display:none;}

.logo {display:none; 
}

#verMenu {display:none;
}

/* code the display the validation links */
#validationBar {display:none;
}
