body {
	background-color: #fff;
}

/* Header Specific */
#header {
	page-break-after: avoid;
}

#main {
	page-break-before: avoid;
}

	#leftSidebar, #productWrapper, #rightSidebar
	{
		float: none !important;
	}

		#branding {
			float: none !important;
		}

		#header1 .right {
			display: none !important;
		}

		#header2 {
			display: none !important;
		}

#footer {
	display: none;
}

/* Product Detail Specific */
	#leftSidebar, #rightSidebar {
		display: none !important;
	}

	#productWrapper {
		float: none !important;
	}

	#productWrapperHeader {
		display: none !important;
	}

	#productWrapperMain {
		overflow: visible;
	}

		/* Product Description */
		.productThumbnail {
			display: none !important;
		}
		
		h2.toggle {
			padding-left: 0 !important;
			font-size: 16pt !important;
		}

		#productDescription	{
			height: auto !important;
		}

		.productDescriptionToggle {
			display: none !important;
		}

		/* Accordion Tabs */
		#webstoreSettings {
			display: none !important;
		}
		
		#tradeSuppliers div.expandable {
			display: block !important;
		}
			
		#retailPrices div.expandable {
			display: block !important;
		}

			#retailPrices td.price a {
				display: none;
			}
		
		#productSpecifications div.expandable {
			display: block !important;
		}
		
			#productSpecifications table {
			}
		
			#productSpecifications tbody div.yes, #productSpecifications tbody div.no {
				height: auto;
				background: none;
				text-indent: 0;
			}

		#productWrapperFooter {
			display: none;
		}
