/*
- these stylesheet settings apply to the printer output only
- for screen and other styles, edit templates/stylesheet.css
- learn more about CSS printing styles at http://www.w3schools.com/css/css_ref_print.asp
- if needed remove comment tags to activate style settings
- 2003/11/23 PaulM forums.eeweb.nl
*/

/* example of things that you don't want to appear on the printer (i.e. navigation buttons) */
/*
div.doNotPrintThis {
display: none
}
*/

/* for printing it is wise to use absolute font-sizes (to make sure it always fits the paper) like pt or px, not em */
/* for small printing use a standard serif font, beautifull/funny fonts can be difficult to read on the print */
body {
	color: black;
	background: white;
	font-size: 7pt;
}

td.ca_header {
	display: none;
}

td.ca_topnav {
	display: none;
}

td.ca_product_listing {
	display: none;
}

td.ca_bstripe {
	display: none;
}

td.ca_bnav {
	display: none;
}

td.ca_content_right {
	display: none;
}

td.ca_virticle {
	display: none;
}

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* pagebreaks are supported by CSS2 browsers! */
/*
table
{
page-break-after: always
}
*/
