/* 
Print layout: */
@page {
  size: auto;   /* auto is the initial value */
  margin: 5%;
}

body {width:600px;}

h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   
#content_page { padding:0; margin:0; text-align:left; float:left; width:670px;}
#box          { clear:both; float:none;}
#top_nav , #search {display:none;}

#rotator , #integra_enclosures , #motto , #catalog , #news , #home_box1 , #home_box2  {clear:both; float:none; padding:0; margin:0;}

#integra_enclosures {height:30px;}
#integra_enclosures  h2 { margin-top:0px; padding-top:0px;}

#footer {width:670px; page-break-inside:avoid; }
#footer #left  {clear:both; padding:0; margin:0; float:none;}
#footer #right {clear:both; padding:0; margin:0; float:none; text-align:left;}

#logo {padding:0; margin:0;}

#menu_left { display:none;}
td.menu_left { display:none;}

#receipt_page .leftSide {display:none;}
#receipt_page .subNav {display:none;}
#receipt_page .checkout_links {display:none;}


