/*
Print styles for taylormade site
Created: 01.02.2006
Modified: 01.30.2006
*/

/*****  This rule ensures all background images are removed  *****/
* {
	background-image:none !important;
	float:none !important;
}
/****************/

body {
	font:12pt "Times New Roman", Times, serif;
	color:#000;
	background-color:#fff;
}
#container {
	width:100%;
	margin:0;
	background:#fff url();
}
#nav, object, embed, .tournav, .ftrregion, .touttext, .detailnav {
	display:none;
}
#staticImage {
	display:block;
	background-color:#fff;
}
.productbottom, .customerbottom, #tour .bgpattern, #tour .bgpattern-players{
	background-color:#fff !important;
}
.props, .content {
	width:100%;
}
.clubSpecs {
	width:100%;
}
.clubSpecs th, .clubSpecs td {
	font-size:11pt;
	padding:4px 6px;
	text-align:center;
	color:#000;
	background-color:#fff;
}
#showspecs, #showtech, #showfaqs, #showoverview{
	display:block !important;
	background-color:#fff;
	color:#000;
	font-size:11pt;
}
.clubspecs {
	color:#000;
}
p.faqA, .faqB {
	background-color:#fff;
}
#footer {
	background:#fff url();
	font-size:12pt;
	border-top:0;
}