/*  -- Modifications (FastPivot 7.14.2009 - AC) --  */

form#emailForm {
	padding: 0;
	margin: 0;
}

form#emailForm .newsletterIn {
	padding: 0 5px;
	width: 130px;
	height: 19px;
	font: normal 11px Arial, Helvetica, sans-serif;
}

form#emailForm .newsletterGo {
	margin: 0 0 0 5px;
	vertical-align: middle;
}

div#formArea {
	padding: 20px;
}

#newsletterForm {
	border: 3px solid #73bf43;
}

#newsletterForm td {
	padding: 0 5px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #8b5f3c;
	text-align: left;
	vertical-align: top;
}

#newsletterForm .labelCell {
	font-weight: bold;
}

#newsletterForm .infoCell input {
	padding: 0 5px;
	width: 313px;
	height: 17px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #535353;
	border: 1px solid #a7a6aa;
}

#newsletterForm .infoCell select {
	width: 313px;
	height: 19px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #535353;
	border: 1px solid #a7a6aa;
}

#newsletterForm .submitCell {
	padding: 7px 15px 0 0;
	text-align: right;
}

/*  -- End Modifications (FastPivot 7.14.2009 - AC) --  */


/*  -- Left Navigation --  */

ul#expLeftNav {
	margin: 0;
	padding: 0;
	width: 122px;
	list-style-type: none;
	border-top: 1px solid #ff0012;
}

ul#expLeftNav li {
	margin: 0;
	padding: 0;
	width: 122px;
}

ul#expLeftNav a {
	display: block;
	margin: 0;
	padding: 3px 5px 3px 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #808080;
	text-decoration: none;
}

ul#expLeftNav a:hover {
	text-decoration: underline;
}

ul#expLeftNav li.selected {
	background-color: #8b5f3c;
}

ul#expLeftNav li.selected a {
	font-weight: bold;
	color: #fff;
}

ul#expLeftNav .subnav {
	display: none;
	margin: 0;
	padding: 0;
	width: 121px;
	list-style-type: none;
	background-color: #fff;
	border-right: 1px solid #8b5f3c;
	border-bottom: 1px solid #8b5f3c;
}

ul#expLeftNav .subnav li {
	position: relative;
	z-index: 555;
	width: 121px;
}

ul#expLeftNav .subnav a {
	font: normal 11px Arial, Helvetica, sans-serif !important;
	color: #8b5f3c !important;
}

ul#expLeftNav .subnav li:hover,
ul#expLeftNav .subnav li.sfhover {
	background-color: #fdf2e8;
}

ul#expLeftNav ul.cascnav {
	display: none;
	position: absolute;
	top: -1px;
	left: 121px;
	z-index: 555;
	margin: 0;
	padding: 0;
	width: 148px;
	list-style-type: none;
	background-color: #fdf2e8;
	border: 1px solid #8b5f3c;
}

ul#expLeftNav .subnav li:hover ul.cascnav,
ul#expLeftNav .subnav li.sfhover ul.cascnav {
	display: block;
}

ul#expLeftNav ul.cascnav li {
	width: 148px;
}

/*  -- End Left Navigation --  */


/*  -- Modifications (FastPivot 8.28.2009 - AC) --  */

div.cbr {
	padding-left: 10px;
}

div#alsomightlikecontent {
	padding: 3px 3px 13px 3px;
}

div#alsomightlikecontent td {
	text-align: center;
	vertical-align: top;
	border: 1px solid #c0c0c0;
}

/*  -- End Modifications (FastPivot 8.28.2009 - AC) --  */


/*  -- Top Navigation --  */

div#topNav {
	margin-bottom: 6px;
	padding: 2px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	background-color: #8c5e3c;
}

div#topNav a {
	padding: 0 12px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

/*  -- End Top Navigation --  */


/*  -- FastPivot Banner Rotator --  */

div#bannerRotatorArea {
	position: relative;
	width: 550px;
	height: 291px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 30px solid #fff;
}

div#bannerRotatorArea .banners {
	position: relative;
}

div#bannerRotatorArea .banners div {
	position: absolute;
	top: 0;
	left: 0;
}

div#bannerRotatorArea .banners div img {
	border: none;
}

div#bannerRotatorArea .rotateBtns {
	position: absolute;
	left: 0px !important;
	right: 0px;
	bottom: -30px !important;
	z-index: 100;
	height: 29px;
}

div#bannerRotatorArea a.numBtn {
	float: left;
	margin: 0 2px;
	width: 26px;

	height: 29px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: url(/lib/yhst-16750746105545/bannerRotator-sprite.png) 0 top no-repeat;
}

div#bannerRotatorArea a.btnOn,
div#bannerRotatorArea a.numBtn:hover {
	font-weight: bold;
	color: #fff;
	background: url(/lib/yhst-16750746105545/bannerRotator-sprite.png) 0 bottom no-repeat;
}

div#bannerRotatorArea .pause {
	float: left;
	margin: 0 2px;
	width: 26px;
	height: 29px;
	cursor: pointer;
	background: url(/lib/yhst-16750746105545/bannerRotator-sprite.png) right top no-repeat;
}

div#bannerRotatorArea .pauseOn {
	cursor: pointer;
	background: url(/lib/yhst-16750746105545/bannerRotator-sprite.png) right bottom no-repeat;
}

/*  -- End FastPivot Banner Rotator --  */


/*  -- BEGIN: Replacements Parts Page --  */
div#replacement-parts-page tr.odd {
	background-color: #f1f1f1;
}

div#replacement-parts-page td {
	padding: 5px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

div#replacement-parts-page td.ofItem a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #813916;
	text-decoration: none;
}
/*  -- END: Replacement Parts Page --  */
