* { background: none !important; }

/* Display none
==============*/
#header,
#column1,
.footerLinks,
.print,
#really,
.productBackLink,
#slideshow
{
	display: none;
}
#wrapper,
#wrapperCenter,
#wrapperContent,
#content,
#main,
.footer {
	float: none;
	position: static;
	margin: 0;
	padding: 0;
	height: auto;
	min-height: auto;
	overflow: visible !important;
	width: 660px;
	color: #000;
}


/* fonts
===========*/
BODY {
	font: .8em Arial, sans-serif;
	color: #000;
}
H1 {
	font: bold 1.2em/1.2em Arial, sans-serif;
	color: #000;
}
H2,
.productFiles .productFieldLabel {
	font: bold 1.1em/1.1em Arial, sans-serif;
	color: #000;
}
H3 {
	font: bold 1em/1em Arial, sans-serif;
	color: #000;
}
A {
	color: #000;
	text-decoration: underline;
}

