@media print {

	#mainHeader,
	#subHeader,
	#navigationColumn,
	#infoColumn,
	.navHeader,
	#mainFooter
	{
		display: none;
	}
	
	#contentColumn {
		width: 100%;
	}
	
	.debug {
		display: none;
	}
	
	/*	Font Sizes - Start */
	body, td, th, p {
		font-size: 9pt !important;
	}
	h1, h2, h3 {
		font-size: 12pt !important;
	}
	h4 {
		font-size: 10pt !important;
	}
	h5, h6 {
		font-size: 9pt !important;
	}
	/*	Font Sizes - End */
	
	
	/* Item Detail - Start */
	.itemDetail .infoArea ul.actions {
		display: none;
	}
	.itemDetail .infoArea form.buyform {
		display: none;
	}
	.itemDetail .infoArea ul.prices li b {
		font-size: 10pt !important;
	}
	.itemDetail .descriptionArea table.parameters {
		width: 100%;
	}
	.itemDetail .priceGraphHeading,
	.itemDetail .priceGraph {
		display: none;
	}
	/* Item Detail - End */
	
	
	/* Catalog - Start */
	.productCatalog01 .header,
	.productCatalog01 .footer {
		display: none;
	}
	.productCatalog01 .productPreview01 {
		border-bottom: 2px solid gray;
		background-color: white;
		width: 100%;
	}
	.productCatalog01 .productPreview01 .pictureArea {
		float: left;
		width: 180px;
		margin-right: 10px;
	}
	.productCatalog01 .productPreview01 .nameArea {
		padding: 16px 0 0 0;
		height: auto;
	}
	.productCatalog01 .productPreview01 .buttonsArea {
		display: none;
	}
	/* Catalog - End */
	
}
