/* W2 - Print styling to be found here! */


/* Add all divs that need hiding on this line: */

#headerBase, #strapline, .subnavBordertop, ul#subnav, .clear, #footerBase, #backButton, #productSuggestions, #rightcol div#brandDropdown, #rightcol a.buyButton, body#product div#leftcol, body#category div#leftcol, #map, #showroomImage { display: none; }


* {
	color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
	
}

* div {
	float: none !important;  /* Fixes the 'one-page' Firefox bug */
	display: block;
	text-align: left;
	border: none !important;
	background: none !important;
}

h1, h2, h3, h4 {
	color: #000 !important;
	font-family: "Times New Roman", Times, serif !important;
	margin: 0 0 13.5pt 0;
}

/* Add all divs that lead to the (and including) #content div: */

#wrapper {
	margin: 0;
}

#content {
 	overflow: visible !important;  /* Fixes the 'one-page' Firefox bug */
	margin: 0;
	padding: 0;
	width: 58pc;
}

body {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 12pt;
	line-height: 13.5pt;
	color: #000 !important;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

#leftcol {
	margin: 0;
}

#leftcol div#contentMain, body#product div#rightcol div#productDescription, #rightcol div#contentExtra {
	float: none;
	margin: 27pt;
	width: 60pc; /* set in picas for print-out of main content column copy */ 	
}

#rightcol div#contentExtra {
	padding: 0;
}

a, a:link {border: none !important; text-decoration: underline; font-weight: bold !important; font-family: "Times New Roman", Times, serif !important;}

img {display: none;}

body#category div#rightcol img { display: inline; }

/* kill the sticky-footer; it screws with the print styles in FF */

html, body, #wrapper {height: auto; overflow: visible !important;} /* Fixes the 'one-page' Firefox bug */

body > #wrapper {height: auto; overflow: visible !important;}  /* Fixes the 'one-page' Firefox bug */

#footerBase {
	position: static;
	display: none;
}

