/*

This style sheet only comes into play when the document is printing.
For the most part, this style sheet is necessary because "background-images" don't print on paper.

 */

img.print-header {display: block !important; position: absolute; top: 0; left: 0; z-index: 999;}

.no_print {display: none !important;}

#footer {display: none;}
#rc {display: none;}
#left-side {width: 980px;}
#product {width: 980px;}
div.menu {display: none;}

