/* Print Style Sheet */
@media print {
	
	body { background:white; color:black; margin:0; font-family: Arial, Verdana, sans-serif; font-size: 0.6em; }
		
	#topbar, #header, #category, #logo, #nav_container, #search_phone, #quick_links, #l_column, #bottom_content, object{
		display: none;
	}
	
	#print_header {
		display: block;
	}
	
	#print_header h1 {
		padding-bottom: 10px;
		margin-bottom: 10px;
		
		border-bottom: 1px solid #000;
	}
	a {
		text-decoration: none;
		color: black;
	}
	
	#product {
		padding-top: 20px;
		display: block;
		clear: both;
	}
	
	blockquote {
		font-style: italic;
		padding-top: 10px;
	}
	
	#product img {
		float: left;
	}

	#product h1 {
		margin-top: 10px;
		margin-bottom: 0px;
		float: left;
		margin-top: 5%;
		margin-left: 5%;
	}
	
	#product h2 {
		float: left;
		margin-left: 5%;
	}
	
	#product_main_text {
		 padding-top: 10px;
	}
	
	#product_main_text, #product_main_text p {
		
		clear: both;
		display: block;
	}
}	
