@media print {

	body  {
		background-color: #FFFFFF;
		background-image: none;
		color: #000000;
		width: auto;
		font-size: 12pt;
	}
	
	div#bodycontent {
	width: auto;
	/*float: none !important;*/
	margin-left: -200px;
	margin-right: auto;
	border: 0;
	padding: 0;
	}
	
	
	*div#bodyshell {
		position: relative;
		right: 100px;
	}
	
	div#header {
		display: none;
	}
	
	div#headerforprint {
		display: block;
	}
	
	div#bodyshell  {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	


	div#nav-product {
		display: none;
		width: 0px;
		max-width: 0px;
	}
	
	div#footer {
		display: none;
	}

	/*marquee {
		display: none;
	}*/
	
	
	table#contents  {
		display: block;
text-align: center;
		} 
	
	table#related-items {
		display: none;
	}
	
	
	/*img#cross-sell-banner {
		display: none;
	} */
}
