/* Print CSS Document */

body {
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; 
  color: #000000;
  margin: 0;
  padding: 0;
}

#content, p, div, span {
  clear: both;
  font-size: 9pt;
  color: #000000;
}

#content {
  clear: both;
  position: absolute;
  top: 0;
}

.headline {
  font-size: 12pt;
  font-weight: bold;
}
.subhead, .subline {
  font-size: 12pt;
  font-weight: bold;
}

#headTitle, #leftNav, .footer, #logoFlash, #title1Flash, #title2Flash, img
{ display: none; visibility: hidden; }

/* eShop Shopping Cart Styles */
.styHeading, .stySubTotalTag { font-size: 10pt; font-weight: bolder; text-transform: uppercase; }
.stySubTotalVal, .styProductCodeVal 
{ font-size: 9pt; font-weight: bold; }