/* This page is for printing Bookstore and other pages. Among other things, it excludes the 200px left Sidebar and the 105px Header. */

@media print {

  h1 {
/*  margin-top: -100px !important; */
  	text-align: center;
  }
  
  h5.order a, h3.bookstore span.top a, h3 span.top, h5.order, div#noprint, p.noprint {
	display: none !important;
  }

  h3.bookstore {
  	page-break-before: always;
	page-break-after: avoid;
  }

  div#books, div#products, div#cds, div#reports {
  	page-break-before: avoid;
	page-break-inside: avoid;
  }
  
  div#nonprofit {
  	border-top: 4px double #999;
	margin-top: 3em;
	font-weight: bold;
  }

  div#nonprofit:after {
  	margin-left: 2em;
	display: block;
  	content: "www.edgarcaycecanada.com"
  }

  h3.bookstore, div#books p.book {
	page-break-after: avoid;
  }
  
  p span.title + em {
  	margin-right: 0.5em;
  }
  
  #formheading p.noprint {
 	display: none !important; 
  }
  
  div#header, div#sidebar-bkg, div#sidebar, div#menu {
  	display: none;
  }
    
/*  * html div#mainpg {	 THIS DUPLICATED RULE IS NEEDED FOR IE--DON'T ASK WHY!  
  	position: relative;
	width: 99%;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 1px;
  } 
*/  

  div#mainpg #formheading, div#mainpg h1.noprint {
  	display: none;
/* display: block;
 border-width: 0; */  /*  TEMPORARY STYLES WHEN MAKING PDFs */
}
  div#mainpg p.printmessage {
  	display: block;
/* display: none; */    /*  TEMPORARY STYLE WHEN MAKING PDFs */
	width: 6in;
	margin: 100px auto;
	font: bold 32px/36px Verdana, sans-serif !important;
	text-align: center;
  }
  
  div#mainpg #astroinfo {
  	position: relative;
  	width: 98%;
  	page-break-before: always;
/* page-break-before:avoid; */    /*  TEMPORARY STYLE WHEN MAKING PDFs */
  } 
  
  div#mainpg #formheading p {
  	width: 100%;
  }
  
  div#mainpg ul#productindex {
  	display: none;
  }
  
  div#payment {
  	page-break-after: always;
  }
}

