/* Print Stylesheet */

#navigation, #footer {
	display: none;
}

body, #content {
	background: #ffffff;
	color: #636364;
	clear: none;
	overflow: visible;
}

#content.contact div.wrapper, #content.about div.wrapper, #content.generic1 div.wrapper, #content.generic2 div.wrapper, #content.generic3 div.wrapper, div.wrapper {
	width: auto;
	margin: 0;
	min-height: 0;
	height: auto;
	padding: 0;
	overflow: visible;
}

#productDetails {
	position: static;
	display: block;
	bottom: auto;
	left: auto;
	background: none;
}

#productDetails div.column {
	background: none;
	padding: 0;
}

#productDetails div.column.firstItem {
	width: 100%;
	float: none;
	margin: 0 0 1em 0;
}

#productDetails div.column.hasAddToBasket div.addToBasket {
	position: static;
	bottom: auto;
}

#productDetails fieldset {
	float: left;
}

#articleItem ul.articleLinks {
	display: none;
}

#articleItem div.content {
	float: none;
	clear: both;
	width: auto;
	padding-top: 1em;
}

