/* Print Stylesheet and V.4- Browser Styles */

.ahem, #flash, #nav li ul{
	display: none;
}

body{
	font-family: "Gill Sans",GillSans,Myriad,"Myriad Pro",Optima,"Lucida Grande",Tahoma,"Trebuchet MS",Helvetica,Arial,sans-serif;
	background: #FDFCF8;
	color: #333;
	font-size: 80%;
}
#flash a{
	display: none;
}


/* Link colors */
a{
	color: #669;
}
a:visited, #disclaimer{
	color: #8E8EB9;
}
a:hover{
	text-decoration: none;
}

/* headings */
h1,h2,h3,h4,h5,h6,h2 a,h3 a,h4 a, h2 a:visited, h3 a:visited, h4 a:visited{
	color: #40303D;
}
#contents h4{
	font-size: 100%;
}
#contents h2, #contents h3{
	font-family: Garamond,Palatino,"Hoefler Text",Georgia,"Times New Roman",serif;
	font-weight: normal;
	border-bottom: 1px solid #EEECE7;
	font-size: 1.75em;
}
hr{
	border: 1px solid #ddd;
}
#contents h3{
	font-size: 1.35em;
}

/* Footer-type stuff */
#footer address{
	text-align: center;
	font-family: "Gill Sans", GillSans, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#footer address{
	font-style: normal;
}
#footer address a{
	font-style: italic;
}
#contents address{
	text-align: center;
	margin-bottom: 1em;
	margin-top: 2em;
}

/* Turn off linked image borders */
a img{
	border: 0;
}

/* Random Styles */
.more, .top, .showhide{
	text-align: right;
	font-weight: bold;
}
.showhide{
	text-align: left;
}
#dealers .top{
	clear: left;
}

ul#region-list{
	margin-left: 0;
	padding-left: 0;
	padding: 7px 10px;
	background: #EDECE8;
	border: 1px solid #ddd;
	
}
ul#region-list li{
	list-style: none;
	display: inline;
	padding: 0 7px 0 0;
}
caption{
	font-size: 120%;
	padding-bottom: 0.5em;
	font-weight: bold;
	text-align: left;
}
.products-compare td, #contents table.products-compare th{
	text-align: center !important;
}
.products-compare td.desc{
	text-align: left !important;
	width: 200px;
}


/* Form Stuff */
#error-message, #error-message-two{
	display: none;
}
.error, #error-message, #error-message-two{
	color: #c00;
}
label{
	font-weight: bold;
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	padding-top: 3px;
}
label.required{
	background: url(../images/asterisk.gif) 100% 0% no-repeat;
	padding-right: 7px;
	width: 143px;
}
input{
	margin-bottom: 3px;
}
label.inline, p label, p label.required{
	float: none;
	clear: none;
	width: auto;
	margin: 0;
	text-align: left;
	display: inline;
}
form p{
	padding-left: 50px;
}
form p label, p textarea, form p label.required{
	margin-left: -20px;
	display: block;
	margin-bottom: -0.5em;
}
form p label.required{
	display: inline;
}
select{
	margin: 0.5em 0;
}
textarea, p textarea{
	width: 400px;
	height: 150px;
	margin-bottom: 1.5em;
}
