html
{
	font-family: "Arial", sans-serif;
	font-size: 12px;
	width: 100%;
}

body
{
	width: 100%;
	height: 100%;
	background: #feac01 url(/images/background.jpg) top left repeat-x;
	color: #000;
}

form
{
	padding: 0;
	margin: 0;
}

input
{
	vertical-align: middle;
}

input.text
{
	border: 1px solid #888;
	padding: 0px;
}

input.submit {
	border:1px solid #ccc;padding:10px 5px;font-size:18px !important;color:green;font-weight:bold;-moz-border-radius:5px;
}

input.noborder
{
	width: auto !important;
	border: 0 !important;
}

fieldset
{
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 1.8;
}

	fieldset label
	{
		padding: 2px 0 0 0;
		display: block;
		float: left;
		clear: left;
		width: 140px;
	}
	
	fieldset label.noclear
	{
		width: 70px;
		clear: none !important;
		padding-left: 4px;
		padding-right: 4px;
		text-align: right;
	}
	
	fieldset label.noclearshrink
	{
		width: auto !important;
		clear: none !important;
		padding-top: 0;
		padding-left: 4px;
		padding-right: 4px;
	}
	
	fieldset label.title
	{
		float: none;
		width: auto;
		font-size: 13px;
		font-weight: bold;
		color: #880000;
		margin: 0 0 20px 0;
	}
	
	fieldset label.error
	{
		display: none !important;
	}
	
	fieldset label.shorter
	{
		width: auto;
		padding: 0 4px 0 0 ;
	}
	
	fieldset label.longer
	{
		width: auto;
		float: none;
	}
	
	fieldset label.radio
	{
		width: auto;
		display: block;
		float: left;
		clear: none;
		border: none;
	}
	
	fieldset span.radio
	{
		display: block;
		float: left;
	}
	
	fieldset input.text
	{
		width: 120px;
		float: left;
		margin-bottom: 3px;
		padding: 1px 0;
		color: #000;
		border: 1px solid #888;
	}
	
	fieldset input.radio
	{
		width: auto !important;
		clear: none;
		margin-right: 8px;
		margin-top: 3px;
		border: 0 !important;
	}
	
	fieldset input.error
	{
		background: #ff9999;
		border: 1px solid #ff6666;
	}
	
		fieldset input.shorter
		{
			width: 60px;
		}
		
		fieldset input.longer
		{
			width: 380px;
		}
	
	fieldset select
	{
		float: left;
		margin-bottom: 3px;
	}
	
	fieldset textarea.text
	{
		width: 380px;
		height: 60px;
	}
	
	fieldset textarea.full
	{
		width: 530px;
	}
	
	fieldset textarea.error
	{
		background: #ff9999;
		border: 1px solid #ff6666;
	}

	fieldset.finish
	{
		text-align: right;
		padding: 0 0;
	}
	
	fieldset.finish.box
	{
		padding: 0 20px;
	}

		fieldset.finish input
		{
			float: none;
			
		}
		
span.errorList
{
	padding: 8px 0;
	display: block;
}

	span.errorList em
	{
		display: block;
		color: #ff0000;
		font-style: normal;
	}

span.messageList
{
	padding: 8px 0;
	display: block;
}

	span.messageList em
	{
		display: block;
		color: #aaa;
		font-style: normal;
	}
	
div#wrapper
{
	width: 1015px;
	margin: 0 auto 0 auto;
	font-size: 0;
}

div.left-stuff
{
	font-size: 0px;
	width: 1015px;
	background: url(/images/left-side-gradient.jpg) top left repeat-y;
}

div.right-stuff
{
	float: right;
	width: 1003px;
	background: url(/images/right-side-gradient.jpg) top right repeat-y;
}
	
div#main
{
	float: left;
	width: 1003px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
	position: relative;
	font-size: 12px;
}

div#my-account
{
	background: url(/images/bg/my-account.gif) no-repeat;
	position: absolute;
	top: 18px;
	right: 50px;
	width: 230px;
	height: 15px;
	font-size: 9px;
	padding: 14px 10px;
}

	div#my-account a
	{
		color: #677a73;
		font-weight: bold;
		text-decoration: none;
	}

	div#my-account .checkout-button
	{
		vertical-align: top;
		margin-top: -5px;
		margin-left: 4px;
	}
	
div#header
{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 991px;
	height: 92px;
}

	div#menu
	{
		border-top: 1px solid #fff;
		background: url(/images/menu/bg.jpg) repeat-x;
		height: 44px;
		position: relative;
	}
		
		div#menu .menuImage
		{
			position: absolute;
			right: 0;
			z-index: 0;
		}
	
		div#menu a
		{
			color: #feb101;
			text-decoration: none;
			display: block;
			float: left;
			height: 20px;
			padding: 16px 8px 8px 8px;
			background: url(/images/menu/bg.jpg) repeat-x;
			font-size: 13px;
			position: relative;
			z-index: 2;
		}
		
		div#menu a.spacer
		{
			width: 1px;
			padding: 0;
			height: 44px;
			background: url(/images/menu/separator.jpg) no-repeat;
		}
		
		div#menu a.active
		{
			color: #fff;
			background: url(/images/menu/active-bg.jpg) repeat-x;
		}
		
		div#menu a.active-sticky
		{
			color: #fff;
			background: url(/images/menu/active-bg.jpg) repeat-x;
		}
		
div.page-spacer
{
	font-size: 1px;
	height: 2px;
	background: #5f7880;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 991px;
}
	
div#content
{
	padding: 20px;
	line-height: 1.6;
	background: transparent;
}
	div#content p
	{
		margin-bottom:10px;
	}
	div#content a
	{
		color: #000;
	}
	
	div#content a:hover
	{
		color: #880000;
	}

	div#content h3
	{
		padding-top: 0;
		margin-top: 0;
		line-height: 1.2;
		font-size: 20px;
		font-weight: normal;
		color: #000;
	}
	
		div#content h3 span.my-account-name
		{
			font-size: 12px;
			font-weight: bold;
			font-variant: small-caps;
			color: #880000;
			padding-left: 20px;
		}
	
	div#content h4
	{
		font-size: 13px;
		font-weight: bold;
		color: #880000;
	}
	
	div#content h5
	{
		font-size: 12px;
		font-weight: normal;
		color: #880000;
	}

	div#content div.feature-box
	{
		width: 555px;
		height: 205px;
		padding: 20px 2px 20px 20px;
		background: url(/images/bg/feature-box.png) no-repeat;
		position: relative;
	}
	
	div#content div.feature-box div.feature-text
	{
		float: left;
		width: 330px;
		height: 195px;
		overflow: hidden;
		line-height: 1.6;
	}
	
	div#content div.feature-box div.feature-text h2
	{
		font-size: 20px;
		font-weight: normal;
		color: #880000;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	
	div#content div.feature-box div.feature-text h4
	{
		font-size: 13px;
		font-weight: bold;
		color: #880000;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	
	div#content div.feature-box div.feature-image
	{
		float: right;
		width: 197px;
		height: 223px;
		overflow: hidden;
		margin-left: 10px;
		margin-top: -18px;
	}
	
	div.helper-right
	{
		float: right;
		width: 200px;
		font-style: italic;
	}
	
	ul.manual-list
	{
		list-style: none;
		margin: 20px 0 20px 20px;
	}
	
	ul.manual-list li
	{
		margin-bottom: 4px;
	}
	#contact label { font-size:12px;margin-bottom:10px !important;}
	#contact .text { margin-bottom:10px !important;border:2px solid #ccc;width:500px;}
	#contact select { border:2px solid #ccc;width:500px;}
	#contact textarea { border:2px solid #ccc;}
	
	div.contact-page-item
	{
		float: left;
		width: 230px;
		line-height: 1.6;
		margin: 0 30px 20px 0;
	}
	
	div#content div.dealer-2-manuals
	{
		float: right;
		border-left: 2px dotted #a7b6be;
		width: 100px;
		margin: 50px 0 0 10px;
		padding: 0 250px 0 10px;
		line-height: 1;
	}
	
	div#content div.dealer-2-manuals a
	{
		font-size: 16px;
		color: #880000;
		text-decoration: none;
	}
	
	div.large-box
	{
		margin-left: -17px;
		width: 613px;
		background: transparent url(/images/bg/large-box-top.gif) top left no-repeat;
	}
	
	div.large-box-content
	{
		width: 551px;
		padding: 20px 40px;
		background: transparent url(/images/bg/large-box-left.gif) top left repeat-y;
	}
	
	div.large-box-right
	{
		float: left;
		width: 611px;
		margin-top: 19px;
		background: transparent url(/images/bg/large-box-right.gif) top right repeat-y;
		
	}
	
	div.large-box-bottom
	{
		clear: both;
		width: 613px;
		height: 19px;
		background: transparent url(/images/bg/large-box-bottom.gif) top left no-repeat;
	}

	div.categorySearch 
	{
		overflow:auto;margin:0 15px 20px 45px;
	}	
	div.categorySearch label.noclear { width:110px !important;text-align:left;font-size:18px;}
	div.categorySearch .text { padding:3px;border:2px solid #ccc;margin-top:4px;width:190px;margin-right:10px;}
	div.categorySearch .submit { background:#efefef;border:2px solid #ccc;font-size:14px;margin-top:4px;padding:2px 5px;}
	div.pagination a { margin:0 3px;}
	div.category-left
	{
		float: left;
		width: 300px;
		line-height: 1.6;
	}
		
		div.category-left p
		{
			padding-right: 20px;
		}
	
		div.category-left div.category-how-to
		{
			text-align: left;
			margin: 20px 0 48px 0;
		}

		div.category-left div.sub-category a.image
		{
			display: block;
		}
		
		div.category-left div.sub-category p
		{
			display: block;
			margin-top: -4px;
			width: 220px;
			padding-left: 60px;
			padding-right: 30px;
		}
	
	div.category-right
	{
		float: left;
		width: 300px;
		padding-top: 30px;
	}
	
	div.product-list
	{
		margin-left: 50px;
		overflow:auto;
		margin-bottom:20px;
	}
	
	div.product-list div.product-wrapper
	{
		float: left;
		width: 197px;
		margin-left: 20px;
	}
	
	div.product-list div.product-wrapper.first
	{
		margin-left: 0 !important;
	}
	
	div.product-list div.product-wrapper div.product-left
	{
		font-size: 0px;
		margin-left: -2px;
		width: 197px;
		background: url(/images/product-small-left.gif) top left repeat-y;
	}
	
	div.product-list div.product-wrapper div.product-right
	{
		float: right;
		width: 190px;
		background: url(/images/product-small-right.gif) top right repeat-y;
	}
	
	div.product-list div.product-wrapper div.product-main
	{
		margin-left: 11px;
		float: left;
		width: 190px;
		font-size: 12px;
	}
	
	div.product-list div.product-wrapper div.product-main div.product-content
	{
		width: 183px;
	}
	
	div.product-list div.product-wrapper div.product-main div.product-content a.image
	{
		display: block;
		float: left;
		width: 87px;
		height: 73px;
	}
	
	div.product-list div.product-wrapper div.product-main div.product-content a.image img
	{
		width: 87px;
		height: 73px;
	}
	
	div.product-list div.product-wrapper div.product-main div.product-content a.sku
	{
		display: block;
		float: left;
		width: 86px;
		padding: 25px 0 0 0;
		text-align: right;
		color: #5f7880 !important;
		font-size: 13px;
	}
	
	div.product-list div.product-wrapper div.product-main div.product-content p
	{
		display: block;
		margin: 10px 0;
		height: 36px;
		overflow: hidden;
	}
	
	div.product-list div.product-wrapper div.product-main div.product-content div.price-buy span
	{
		display: block;
		float: left;
		width: 93px;
		padding: 10px 0;
	}
	
	div.product-list div.product-wrapper div.product-main div.product-content div.price-buy form
	{
		display: block;
		float: left;
		width: 90px;
	}
	
	div.product-view
	{
		margin-left: 30px;
	}
	
	div.product-view div.product-wrapper
	{
		float: left;
		width: 838px;
		margin-left: 20px;
	}
	
	div.product-view div.product-wrapper.first
	{
		margin-left: 0 !important;
	}
	
	div.product-view div.product-wrapper div.product-left
	{
		font-size: 0px;
		margin-left: -2px;
		width: 838px;
		background: url(/images/product-small-left.gif) top left repeat-y;
	}
	
	div.product-view div.product-wrapper div.product-right
	{
		float: right;
		width: 831px;
		background: url(/images/product-small-right.gif) top right repeat-y;
	}
	
	div.product-view div.product-wrapper div.product-main
	{
		margin-left: 11px;
		float: left;
		width: 831px;
		font-size: 12px;
	}
	
	div.product-view div.product-wrapper div.product-main div.product-content
	{
		float: left;
		width: 183px;
	}
	
	div.product-view div.product-wrapper div.product-main div.product-content a.image
	{
		display: block;
		float: left;
		width: 87px;
		height: 73px;
	}
	
	div.product-view div.product-wrapper div.product-main div.product-content a.image img
	{
		width: 87px;
		height: 73px;
	}
	
	div.product-view div.product-wrapper div.product-main div.product-content a.sku
	{
		display: block;
		float: left;
		width: 86px;
		padding: 25px 0 0 0;
		text-align: right;
		color: #5f7880 !important;
		font-size: 13px;
	}
	
	div.product-view div.product-wrapper div.product-main div.product-content p
	{
		display: block;
		margin: 10px 0;
		height: 36px;
		overflow: hidden;
	}
	
	div.product-view div.product-wrapper div.product-main div.product-content div.price-buy span
	{
		display: block;
		float: left;
		width: 93px;
		padding: 10px 0;
	}
	
	div.product-view div.product-wrapper div.product-main div.product-content div.price-buy form
	{
		display: block;
		float: left;
		width: 90px;
	}
	
	div.product-view div.product-wrapper div.product-main div.product-features
	{
		float: right;
		width: 600px;
	}
	
	div#news-right
	{
		float: right;
		width: 144px;
		margin-top: 10px;
		margin-right: 10px;
	}
	
	div#news-right ul
	{
		margin-left: 12px;
		list-style: outside;
	}
	
	div#news-right ul li
	{
		margin-bottom: 10px;
	}
	
	div#content div#news-right ul a
	{
		color: #63737a;
		line-height: normal;
	}
	
	div#content div#news-right ul a.active
	{
		color: #000;
	}
	
	div#content div#news-right ul a.active-sticky
	{
		color: #000;
	}
	
	div#content div.news-box
	{
		margin-left: -17px;
		margin-top: -4px;
		width: 450px;
		background: transparent url(/images/bg/large-box-top2.gif) top left no-repeat;
	}
	
	div#content div.news-box-content
	{
		width: 370px;
		padding: 45px 40px 20px 40px;
		background: transparent url(/images/bg/large-box-left.gif) top left repeat-y;
	}
	
	div#content div.news-box-content h3
	{
		font-family: georgia !important;
		font-size: 25px;
		color: #880000;
		margin-bottom: 12px;
		line-height: 1.2;
	}
	
	div#content div.news-box-content h4
	{
		color: #880000;
		font-weight: bold;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	
	div#content div.news-box-content span
	{
		display: block;
		margin-bottom: 10px;
	}
	
	div#content div.news-box-right
	{
		float: left;
		width: 468px;
		margin-top: 12px;
		background: transparent url(/images/bg/large-box-right.gif) top right repeat-y;
		
	}
	
	div#content div.news-box-bottom
	{
		clear: both;
		width: 450px;
		height: 16px;
		background: transparent url(/images/bg/large-box-bottom2.gif) top left no-repeat;
	}
	
	div.right-float
	{
		float: right;
		margin-right: 30px;
	}
	
	div#content table.cart td.cart-header
	{
		font-weight: bold;
		border-bottom: 2px dotted #a7b6be;
	}
	div#content table.cart { width:700px;}
	
	div#content .assurances { float:right;width:200px;margin-right:10px;}
	div#content .assurances img { margin-bottom:20px;}
	
	div#content table.cart tr.cart-item
	{
		border-bottom: 2px dotted #a7b6be;
	}
	
	div#content table.checkout tr.cart-item
	{
		border: 0;
	}
	
	div#content table.cart tr.cart-item td
	{
		padding: 20px 0;
		vertical-align: middle;
	}
	
	div#content table.cart tr.cart-item td
	{
		padding: 10px 0;
	}	
	
	div#content table.cart td.cart-item-details
	{
		width: 138px;
		text-align: left;
	}
	
	div#content table.cart td.cart-item-details img
	{
		vertical-align: middle;
		height: 73px;
	}
	
	div#content table.cart td.cart-item-details2
	{
		width: 192px;
	}
	
	div#content table.checkout td.cart-item-details2
	{
		width: 330px;
	}
	
	div#content table.cart td.cart-item-price
	{
		width: 70px;
	}
	
	div#content table.cart td.cart-item-qty
	{
		width: 100px;
	}
	
	div#content table.cart td.cart-item-qty input
	{
		text-align: center;
	}
	
	div#content table.cart td.cart-item-total
	{
		text-align: right;
		width: 80px;
	}
	div#content ul 
	{
		margin:10px 0px;	
	}
	div#content ul li
	{
		margin:0px 0px 10px 10px;
		list-style:inside circle;
	}
	div#content .product-list br
	{
		
	}
	div.cart-coupon
	{
		width: 240px;
		float: left;
		padding-right: 50px;
	}
	div.cart-coupon .text
	{
		padding:3px;border:2px solid #ccc;width:200px;
	}
	div.cart-coupon a {
		color:#0000ff !important;
		font-weight:bold;
	}
	div.cart-shipping
	{
		width: 240px;
		float: left;
	}
	div.cart-shipping select
	{
		width:200px;
		border:2px solid #ccc;
	}
	div.cart-shipping .text 
	{
		width:200px;
		border:2px solid #ccc;
	}
	div.cart-shipping a
	{
		color:#0000ff !important;
		font-weight:bold;
	}
	div.cart-totals
	{
		width: 150px;
		float: left;
		padding-left: 20px;
		text-align: right;
	}
	
	div.cart-totals span
	{
		float: right;
		width: 80px;
	}
	
	div.cart-totals div
	{
		font-weight: bold;
	}
	
	div.cart-totals #final-total
	{
		font-weight: bold;
	}
	
	div.checkout
	{
		padding: 20px 0;
		border-top: 2px dotted #a7b6be;
	}
	
	div.checkout.login form.checkout-form
	{
		float: right;
		width: 262px;
	}
	
	div.checkout.login span
	{
		display: block;
		width: 300px;
	}
	
	div.checkout.details div.ship-to
	{
		float: left;
		width: 180px;
		padding-right: 10px;
	}
	
	div.checkout.details div.bill-to
	{
		float: left;
		width: 410px;
	}
	
	div.checkout.details div.shipping
	{
		float: left;
		width: 180px;
		padding-right: 10px;
	}
	
	div.checkout.details div.payment
	{
		float: left;
		width: 410px;
	}
	
	div.checkout.totals
	{
		text-align: right;
	}
	
	div.checkout.totals span
	{
		float: right;
		width: 80px;
	}
	
	div.checkout.totals div
	{
		font-weight: bold;
	}
	
	div.checkout.totals #final-total
	{
		font-weight: bold;
	}
	
	div.my-account
	{
		padding: 20px 0;
		border-top: 2px dotted #a7b6be;
	}
	
	table td div.third-data-box
	{
		float: left;
		width: 180px;
		padding: 10px 20px 0 0;
	}
	
div.footer
{
	clear: both;
	text-align: left;
	padding: 20px 20px 0 20px;
	color: #000;
}

	div.footer strong
	{
		font-weight: normal;
		color: #880000;
	}

	div.footer a
	{
		font-size: 12px;
		color: #000;
		padding: 0 8px;
		text-decoration: none;
	}
	
	div.footer a.active
	{
		color: #aaa;
	}
	
	div.footer a.active-sticky
	{
		color: #aaa;
	}
	
div.footer.home
{
	color: #fff;
	padding: 20px 0 0 0;
}

	div.footer.home strong
	{
		color: #feb101;
	}
	
	div.footer.home a
	{
		color: #fff;
	}
	
div.created
{
	text-align: right;
	color: #880000;
	margin: 0 auto 0 auto;
	width: 1015px;
}

	div.created a
	{
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
.hide
{
	display: none;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.vertical-middle
{
	vertical-align: middle;
}

.floating-left
{
	padding-right: 2px;
	float: left;
}

.pagination { float: right; margin: 10px; }

