/* 
/* Stylesheet for print media. 
/* This style sheet cascades the styles from the website.
/* The styles from the website are applied to all media.
/* These styles override existing settings.
/* In addition, these styles display some text that is either visibility:hidden or display:none in the screen version.
/* The classes for print only are appended an underscore and the word print (classname_print)
/* Creation Date: 8-10-05
*/

/* Turn off items that should not be displayed and should be removed from the flow of the document. td.specpricelight, td.specpricedark, */
#header_top, #header_tabs, #header_bottom, #footer, #search_box, div#product_left ul, td.spechead_print, #ref_thumbs input.reference_mag, .print_none {
  display: none;
  }

/* Hide the visibility of items that should not be displayed but should remain in the flow of the document.*/

img.icon, a.return_link, .print_hide {
  visibility: hidden;
  }

/* Turn on items that should be displayed */
#header_middle h1 span, #footer_print, #ref_photos p.ref_print {
  display: block;
  }

/* Style items for print display */

#header_middle h1 {
  font-size: 30pt;
  color: #ff6600;
  border-bottom: 1px solid #000000;
  font-family: helvetica, sans-serif;
  }

#product_container h2 {
  margin-top: 16pt;
  }

#footer_print {
  font-family: sans-serif;
  font-size: 10pt;
  line-height: 1.2em;
  margin: 20px 0px;
  border: 1px solid black;
  padding: 20px;
  }

#footer_print h2 {
  color: #cc0000;
  font-size: 14pt;
  }

#footer_print h3 {
  color: green;
  font-size: 12pt;
  }

a:link, a:visited {
  text-decoration: none;
  color: #000000;
  }

#subnavcoor ul li {
  margin: 0px 0px 14px 0px;
  }

#ref_photos p.ref_print {
  padding-left: 10px;
  font-family: sans-serif;
  }

#product_right, #product_left {
  float: none;
  margin: 0px;
  width: 100%;
  border: none;
  }
h3#product_info_head {
  text-align: left;
  color: #006400;
  font-size: 1.2em;
  margin: 10px;
  padding: 10px;
  border-bottom: 1px solid black;
  /* border: none;*/
  }
#product_container {
 min-width: 0px;
 }

#subnavcoor {
 display: none;
 }

