﻿/* CSS definitions for print mode */

/* --- Force a white page packground --- */

body, .wrap1, .wrap2, .wrap3, .wrap4, .wrap5
{
	background-color: #ffffff;
	background-image: none;
}

.wrap1
{
	margin: inherit;
}

/* --- No shadow on the right hand side --- */

.MainTable
{
	background-image: none;
}
	
html>body .MainTable
{
	background-image: none;
}

/* --- Move the content area top left --- */

.ContentTableBody	
{
	position: relative;		/* relative positioning must be used to avoid IE print cutoffs */
	left: -190px;			/* only horizontal positioning is allowed, verical will mess up follow-up pages */
	visibility: visible;
}

/* --- Reveal page header footer ---*/

.PrintHeaderFooter
{
	display: block;
	visibility: visible;
}

/* --- Hide some items --- */

.HeaderTable, .ContentTableHeader
{
	display: none;
}

/* --- Completely hidden items --- */

.LanguageSelector,
.CountrySelector,
.HeaderTable,
.SearchTable,
.ProductGroupTable,
.AdditionalResourcesTable,
.Level1Menu,
.Level2Menu,
.BreadcrumbTrail,
.MailButton,
.PrintButton,
.ColorSquare,
.ContentTableHeader,
.ContentTableFrame,
.ContentTableFrameHome,
.Footer,
.floatingConsole,
.QuicklinksBoxFixedHeight,
.ChannelTopicsBox,
.ProductGroupInnerLayer,
.SortAscending,
.SortDescending,
.SearchResultsGridPager,
.ResourceInfoBox,
.ProductQuicklinks
{
	visibility: hidden;
}

/* --- Move the product image between summary and the property table --- */

.ProductDetailRightColumn
{
	float: none;
	margin-top: 11px;
	margin-bottom: 11px;
	margin-left: 5px;
}

.ProductDetailRightColumn .GenericBox
{
	display: none;
}

/* --- Fixes for some IE print view rendering bugs, Mozilla works fine */

.ProductGroupOverviewContent .ColSpan1
{
	_width: 179px; /* should be 173 */
}

.ProductGroupOverviewContent ColSpan2
{
	_width: 361px; /* should be 363 */
}

.ProductGroupSummary ColSpan1
{
	_width: 181px; /* should be 173 */
}
.ProductGroupSummary
{
	height: auto;
}
