﻿/* Remove page margins, set background to white, set default text color to black. */
body
{
	background:#fff none;
	color:#000;
	width: auto !important;
	margin: 1em !important;
	padding: 0 !important;
}
#wrapper
{
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Don't hide the whole header - keep the Wahl logo. */
#header
{
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
#utilityNav,
#headerSearchForm,
#mainNav
{
	display:none !important;
}
#header h1 img
{
	margin:0 0 .5em 0 !important;
}

/* Do hide the whole banner */
#topBanner
{
	display:none !important;
}

/* Kill subnavigation, too. */
#subnavigation
{
	display:none !important;
}

/* ...and the Breadcrumbs. */
#breadcrumbs
{
	display:none !important;
}

/* Get rid of funky backgrounds  */
#mainContent,
.HtmlContentBoxWrapper,
.HtmlContentBox
{
	background-image:none !important;
	border:none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.AltWrapper
{
	color:#000;
}

#homePageContentBlockPager { display:none !important; }

/* Make content header black, instead of white */
#mainContent h2
{
	color:#000;
	margin:0 0 .5em 0;
}

/* Make columns fill the page horizontally */
#lCol { margin:0; padding:0; width:auto; }
#rCol { margin:0; padding:0; }

/* Hide other page elements that aren't important for print */
#printLink,
#quickLinks,
#availableOnline,
#newsBanner,
.BuyNowDropdown,
.BuyNow 
{
	display:none !important;
}

/* Format footer so it's nice and printable */
#footer,
#copyright
{
	background:#fff none !important;
	color:#000;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
#footerShaver,
#footerHeaders,
#footerLinks,
#sitemap
{
	display:none !important;
}


#crossSellWrapper { display: none !important; }
#productDetailGallery, #productDetailGalleryThumbs { display: none !important; }