/* =================================================================================================
2009 PRINT

Overrides for printing

*/

@media print {

	div{overflow:visible!important;}

	#bookmark,#videos,#videos_h,#photos,#photos_h,#hpf,#hpf2,#homepage_links,#product_tabs,
	#left_content,#right_content,#menu,#mini_footer,.skiplink,#site_tab_left,#site_tab_curve_left,
	#site_tab_right,.top_tabs,#date_block,#next_day_delivery,.showhide,#reviews,#reviews_h,
	#related_products,#related_products_h,#footer,.win_text{
	display:none;
	}

	#phone_block{
	width:100%;text-align:right;
	}

	#buysection{
	width:50%!important;
	}

	.section_container
	{
		width:100%;
		margin: 0px auto 0px auto;
		display:inline;
	}

	#white_page
	{
		width: 100%;
		background-color: #ffffff;
		display:inline;
	}

	#header{
		height:100px;
	}

	#header_right{
		background:none;
	}

	#mainContent
	{
		width:100%;
	}

	body{
		font-size: 1em; /* 14px, based on browser default of 16px */
		color:#000000; 
		background:none;
	}

}