﻿/* global styles */
html{height:100%;}
body {
	margin:0;
	height:100%;
	color:#434343;
	font: 12px Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg-body.jpg) repeat;
}
img{border:none;}
a{
	font-weight:bold;
	color:#c50;
	text-decoration: none;
}
a:hover{text-decoration: underline;}
a:focus{outline: none;}
form, fieldset{	margin:0;	padding:0;	border:0;}input{	font:11px Arial, Helvetica, sans-serif;	color:#434343;}
select{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}
.btn-holder{
	width:100%;
	overflow:hidden;
}
/* logo styles */
.logo{
	position:absolute;
	top:12px;
	left:24px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
	width:352px;
	height:65px;
	z-index:1;
}
.logo a{
	background: url(../images/logo.gif) no-repeat;
	display:block;
	height:100%;
}
/* wrapper styles */
#wrapper{
	width: 967px;
	margin: 0 auto;
	padding:0 6px;
	background:#fff;
	position: relative;
	min-height:100%;
}
* html #wrapper{
	height:100%;
}
.inner-wrapper{
	padding:144px 0 0;
}
/* header block styles */
#header {
	width:967px;
	position:absolute;
	top:0;
	left:6px;
	height: 144px;
}
#header:after{
	content:"";	display:block;	clear:both;
}
/* additional navigation styles */
.addnav{
	top:52px;
	right:26px;
	position:absolute;
	height:22px;
	list-style:none;	margin:0;	padding:6px 0 0 26px;
	background: url(../images/cart.jpg) no-repeat;
}
.addnav li{
	float:left;
	padding:0 6px 0 10px;
}
.addnav li a{
	font-size:12px;
	color:#3d4242;
	text-decoration:underline;
	font-weight:bold;
}
.addnav li a:hover{color:#c50;}
/* navbar styles */
.navbar{
	position:absolute;
	top:94px;
	left:0;
	width: 945px;
	height:43px;
	padding:0 9px 0 13px;
	background: url(../images/bg-navbar.gif) no-repeat;
}
.navbar:after{
	content:"";	display:block;	clear:both;
}
/* main navigation styles */
.nav{
	float:left;
	list-style:none;	margin:0;	padding:0;
}
.nav li{
	float:left;
	position:relative;
}
.nav li a{
	float:left;
	font-weight:bold;
	color:#737373;
	line-height:43px;
	text-decoration:none;
}
.nav li a span{
	float:left;
	height:100%;
	cursor:pointer;
	padding:0 23px;
}
.nav li.active a, .nav li a:hover{
	color:#fff;
	text-decoration:none;
	background: url(../images/nav-hover.gif) no-repeat;
}
.nav li.active a span, .nav li a:hover span{
	background: url(../images/nav-hover.gif) no-repeat 100% -43px;
}
/* Submenu level 1 styles */
.nav li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 43px;
	left: 0;
	width: 180px;
	display: none;
	background: #e3e3e3;
	border: solid 1px #000;
}
.nav li ul li{
	float: left;
	width: 180px;
}
.nav li:hover ul,.nav li.hover ul{
	display: block;
}
.nav li ul li a{
	float: none;
	display: block;
	height:1%;
	font-size: 11px;
	line-height:20px;
	text-transform: none;
	background:none;
	padding: 2px 4px;
	cursor: pointer;
}
.nav li ul li a:hover{
	text-decoration: none;
	background:#ef6c2e;
}
/* search form styles */
.search-form, .search-form fieldset{float: right;}
.search-form label{
	float:left;
	color:#737373;
	font-weight:bold;
	margin:13px 11px 0 0;
}
.search-form .input{
	float: left;
	background: url(../images/input.gif) no-repeat;
	width: 204px;
	height: 33px;
	padding: 0 12px;
	margin: 5px 4px 0 0;
}
.search-form .txt{
	float: left;
	border: 0;
	background: none;
	padding:9px 0 8px;
	width: 204px;
}
.search-form .btn{
	float: left;
	position: relative;
	background: url(../images/btn-go.gif) no-repeat;
	width: 36px;
	border: 0;
	height: 32px;
	margin:4px 0 0;
	padding: 0;
	cursor: pointer;
}
/* main block styles */
#main{
	overflow: hidden;
	width: 100%;
	margin:0 0 6px;
}
h2{
	margin:0;
	font-size:14px;
	color:#3e4243;
}
.mainbox h2{
	margin:0 0 8px;
	font-size:30px;
	color:#e68826;
}
h3{
	margin:0;
	font-size:14px;
	color:#3e4243;
}
/* content block styles */
#content {
	width:100%;
}
#content:after{
	content:"";	display:block;	clear:both;
}
/* mainbox styles start */
.mainbox{
	width:967px;
	margin:0 0 8px;
	background:url(../images/bg-mainbox.gif) repeat-y;
}
.mainbox .holder{
	width:100%;
	background:url(../images/bg-mainbox-t.gif) no-repeat;
}
.mainbox .frame{
	padding:30px 24px 20px 29px;
	min-height:225px;
	background:url(../images/bg-mainbox-b.gif) no-repeat 0 100%;
}
* html .mainbox .frame{
	height:225px;
}
.mainbox .bg{
	min-height:280px;
	margin:0 0 -15px;
	padding:0 350px 0 0;
	background: url(../images/bg-mainbox-img.jpg) no-repeat 100% 100%;
}
* html .mainbox .bg{
	height:280px;
}
#content .mainbox p{
	margin:0 0 9px;
	font-size:16px;
	line-height:21px;
	color:#505050;
}
.mainbox .text{
	padding:0 185px 0 2px;
}
.btn-find{
	height:50px;
	padding:2px 26px 0 0;	overflow:hidden;
}
.btn-find a{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/btn-find.png) no-repeat;
	width:220px;
	height:50px;
}
/* mainbox styles end */
/* visual box styles*/
.visual{
	width:1001px;
	overflow:hidden;
	margin:0 -34px 2px 0;
}

.info{
	float:left;
	margin:0 9px 0 0;
	display: inline;
	width:316px;
	background:url(../images/bg-info.gif) repeat-y;
}
.info .holder{
	width:100%;
	background:url(../images/bg-info-t.gif) no-repeat;
}
.info .frame{
	height:1%;
	overflow:hidden;
	padding:14px 10px 14px 14px;
	background:url(../images/bg-info-b.gif) no-repeat 0 100%;
}
.info h3{
	margin:0 0 12px;
	text-indent:-9999px;
	overflow:hidden;
	height:21px;
}
.info .text{
	position:relative;
	min-height:114px;
}
* html .info .text{
	height:114px;
}
.info p{
	margin:0;
	font-size:12px;
	line-height:20px;
	color:#505050;
}
.info .more{
	position:absolute;
	bottom:0;
	right:4px;
	width:73px;
	padding:3px 0 0 4px;
	text-align:center;
	font-weight:normal;
	height:18px;
	text-decoration:none;
	font-size:11px;
	color:#fff;
	background: url(../images/btn-more.gif) no-repeat;
}
.info .more:hover{text-decoration:underline;}
.info .design{
	padding:0 0 0 122px;
	background: url(../images/bg-design.jpg) no-repeat;
}
.info .statisfaction{
	padding:0 0 0 112px;
	background: url(../images/bg-statisfaction.gif) no-repeat;
}
.info .worldwide{
	padding:0 0 0 116px;
	background: url(../images/bg-worldwide.jpg) no-repeat;
}
.info h3.text-design{background: url(../images/text-better-design.gif) no-repeat 50% 0;}
.info h3.text-statisfaction{background: url(../images/text-statisfaction.gif) no-repeat 50% 0;}
.info h3.text-worldwide{background: url(../images/text-worldwide.gif) no-repeat 50% 0;}
/* footer block styles */
#footer {
	background: url(../images/bg-footer.gif) repeat-y;
	width:967px;
}
#footer .t{
	background:url(../images/bg-footer-t.gif) no-repeat;
	width:967px;
}
#footer .b{
	background:url(../images/bg-footer-b.gif) no-repeat 0 100%;
	width: 907px;
	padding:13px 48px 17px 12px;
	overflow: hidden;
}
#footer ul{
	float:left;
	list-style:none; margin:0; padding:0;
	font-weight:bold;
}
#footer ul li{
	float:left;
	padding:0 16px;
	width:150px;
}
#footer ul li a{
	font-size:11px;
	color:#2c2c2c;
	text-decoration:none;
}
#footer ul li a:hover{text-decoration:underline;}
#footer ul li ul{
	float:none;
	font-weight:normal;
}
#footer ul li ul li{
	width:auto;
	padding:0;
	float:none;
}
#footer ul li ul li a{
	font-weight:normal;
}
.nav li:hover ul li ul,.nav li.hover ul li ul{
	display: none;
}
.nav li ul li:hover ul,.nav li ul li.hover ul{
	display: block;
}
.nav li ul li ul{
	left:180px;
	top:0;
}
.copy{
	float:right;
	margin:0;
	font-size:11px;
	color:#2c2c2c;
}
/* general-page */
#rightcolumn{
	float:right;
	width:785px;
}
#sidebar{
	float:left;
	width:179px;
	/*KEVIN */
	min-height:400px;
}
* html #sidebar{height:400px;}
/* breadcrumbs */
.breadcrumbs{
	list-style:none;
	margin:0 0 11px;
	padding:8px 0 0;
	font-size:12px;
	overflow:hidden;
	width:100%;
}
.breadcrumbs li{
	float:left;
	margin:0 10px 0 -5px;
	padding:0 0 0 9px;
	background: url(../images/bullet-2.gif) no-repeat 0 5px;
}
.breadcrumbs li a{
	color:#3d4242;
	font-weight:normal;
	text-decoration:underline;
}
.breadcrumbs li.active{
	color:#c50;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.breadcrumbs li a:hover{text-decoration:none;}
/* gradient box styles */
.gradient-box{	width:100%;	background:url(../images/bg-gradient-box.gif) repeat-y;}.gradient-box .holder{	width:100%;	background:url(../images/bg-gradient-box-t.gif) no-repeat;}
.gradient-box .holder-tr{
	background: url(../images/bg-gradient-box-tr.gif) no-repeat 100% 0;
}.gradient-box .frame{	background:url(../images/bg-gradient-box-b.gif) no-repeat 0 100%;}
.gradient-box .frame-br{
	height:1%;
	overflow:hidden;
	padding:0 1px;
	background:url(../images/bg-gradient-box-br.gif) no-repeat 100% 100%;
}
.heading{
	padding:9px 16px;
	margin:0 0 2px;
}
.text-area{
	padding:7px 13px 3px;
	min-height:200px;
	background: url(../images/gradient.gif) repeat-x;
}
* html .text-area{
	height:200px;
}
/* vehicles block styles */
.vehicles{
	margin:0 1px;
	padding:6px 0 0;
	background: url(../images/gradient.gif) repeat-x;
}
.vehicles #sidenav li a{
	padding:8px 5px 2px 16px;
}
.vehicles #sidenav li.active a{color:#c50;}
.vehicles #sidenav li ul li{
	height:1%;
	background:none !important;
}
.vehicles #sidenav li ul li.active{background: #fff url(../images/bullet-7.gif) no-repeat 28px 14px !important;}
.vehicles #sidenav li ul li.active a{color:#c50 !important;}
.vehicles #sidenav li ul li a,
.vehicles #sidenav li.active ul li a{
	padding:11px 8px 6px 40px;
	color:#3d4242;
}
.text-area{
	background:url(../images/gradient.gif) repeat-x;
	padding:7px 13px 3px;
}
#sidenav li.desc ul{
	display: block;
}
#content p{
	margin:0 0 21px;
	font-size:12px;
	line-height:20px;
}
#content .product .box  .row p{line-height:14px;}
/* tabs block styles */
.tabs{
	padding:14px 0 0;
}
.tabset{
	list-style:none;	margin:0;	padding:0;
	overflow:hidden;
	width:100%;
	border-bottom:1px solid #f07132;
}
.tabset li{
	float:left;
	margin:0 2px 0 0;
}
.tabset li a{
	float:left;
	color:#353535;
	text-decoration:none;
	background: url(../images/bg-tabs.gif) no-repeat;
}
.tabset li a span{
	float:left;
	cursor:pointer;
	line-height:41px;
	padding:0 17px 0 16px;
	background: url(../images/bg-tabs-right.gif) no-repeat 100% 0;
}
.tabset li a:hover, .tabset li a.active{text-decoration:none; background: url(../images/bg-tabs.gif) no-repeat 0 -41px; color:#fff;}
.tabset li a:hover span, .tabset li a.active span{background: url(../images/bg-tabs-right.gif) no-repeat 100% -41px;}
.tabs .tab-content{
	background: #fff url(../images/bg-tabs-line.gif) repeat-y;
}
.tabs .tab-content .inner-content{
	padding:14px 19px 5px 14px;
	background: url(../images/bg-tab-content.gif) no-repeat 0 100%;
}
/* sidebar gradient box styles */
#sidebar .gradient-box{
	background:none;
}
#sidebar .text-area{
	padding:3px 0 0;
	margin:0 1px;
}
#sidebar .heading{
	border-bottom:1px solid #f06d24;
	text-align:center;
}
/* sidenav styles */
#sidenav{
	list-style:none;	margin:0;	padding:0;
}
#sidenav li{
	border-bottom:1px solid #ebebeb;
}
#sidenav li a{
	display:block;
	height:1%;
	padding:10px 21px 11px;
	color:#3d4242;
}
#sidenav li a:hover{
	color:#c50;
	text-decoration:none;
}
#sidenav li ul{
	list-style:none;	margin:0;	padding:0;
	display:none;
}
#sidenav li ul li a{
	font-size:12px;
	color:#3d4242;
	padding:6px 10px 6px 33px;
}
#sidenav li ul li a em{
	font-weight:normal;
	font-style:normal;
}
#sidenav li.active ul{
	display:block;
}
#sidenav li ul li{
	border-top:1px solid #ebebeb;
	border-bottom:none;
	background: #fafafa url(../images/bullet-3.gif) no-repeat 22px 12px;
}
#sidenav li ul li.active{
	background: #fafafa url(../images/bullet-3.gif) no-repeat 22px 12px;
}
#sidenav li ul li ul li.active a{
	color:#c50;
}
#sidenav li ul li a{
	padding:8px 10px 6px 33px;
}
#sidenav li ul li a:hover{color:#c50 !important;}
#sidenav li.active ul li ul{display:none;}
/* main block styles */
#main-block{
	overflow: hidden;
	width: 100%;
	margin:0 0 6px;
	background: url(../images/bg-sidebar.gif) repeat-y;
}
.side-bg{
	overflow:hidden;
	min-height: 400px;
	background: url(../images/side-bg.gif) no-repeat 0 100%;
}
* html .side-bg{height: 400px; overflow: visible;}
.bg-line{
	height:1%;
	overflow:hidden;
	background: url(../images/bg-line.gif) repeat-y;
}
.side-bg2{
	height:1%;
	overflow:hidden;
	background: url(../images/bg-subcontent-b.jpg) no-repeat 100% 100%;
}
.side-bg2 .subcontent, .side-bg2 .subcontent .frame{
	background:none;
}
/* products page styles */
#content .img{
	border:1px solid #e9e9e9;
	background:#fff;
	padding:3px;
}
#content .img img{
	display:block;
}
#content .left{
	float:left;
	margin:0 15px 0 0;
}
#content .right{
	float:right;
	margin:0 0 0 15px;
}
/* side icos styles */
#sidenav li a img{
	vertical-align:middle;
	margin:0 20px 0 0;
}
/*product details page */
.tabs .tab-content .inner-long-content{
	background: url(../images/bg-tab-long-content.gif) no-repeat 0 100%;
	padding:17px 14px 5px;
	/*KEVIN*/
	min-height:330px;
}
/* top-holder styles */
.top-holder{
	height:1%;
}
.top-holder:after{
	content:"";	display:block;	clear:both;
}
.top-holder .gallery-block{
	float:left;
	width:430px;
}
.top-holder .product-box{
	float:right;
	width:279px;
	position:relative;
	margin:-33px 0 0;
}
/* product box styles */
.product{
	width:279px;
	background:url(../images/bg-product.gif) repeat-y;
}
.product .holder{
	width:100%;	
	background:url(../images/bg-product-t.gif) no-repeat;
}
.product .frame{
	height:1%;
	overflow:hidden;
	min-height:292px;
	background:url(../images/bg-product-b.jpg) no-repeat 0 100%;
	position:relative;
}
* html .product .frame{
	height:292px;
	overflow:visible;
}
.product .heading{
	text-align:center;
	padding:7px 0;
	background: #ccc url(../images/bg-heading.gif) no-repeat;
	border-bottom:1px solid #f06d24;
}
.product .heading h2{
	margin:0;
	font-size:17px;
}
.product .text{
	padding:8px 12px 8px 15px;
	font-size:11px;
	color:#353535;
}
.product .box{
	width:252px;
	overflow:hidden;
	border-top:1px solid #e0e0e0;
	padding:10px 0 0;
	position:absolute;
	bottom:55px;
	left:15px;
}
.product .row{
	height:1%;	overflow:hidden;
	margin:0 0 9px;
}
.product .row .definition{
	float:left;
	font-weight:bold;
	color:#353535;
}
#content .product .row .value{
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#009300;
}
.product .row .price{
	font-size:14px;
	color:#333;
}
.product .row .sale{
	font-size:14px;
	color:#f00;
}
.product .row .price-value-sale{
	font-size:14px;
	color:#c50;
}
.product .row .price-value{
	font-size:14px;
	color:#666;
	width:100%;
}
#content .old-price,
#content .special-price{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.old-price .price-label,
.special-price .price-label{float:left;}
.price-value .price-box .price{
	display:block;
	color:#c63;
	text-align:right;
}
.old-price .price-label{
	color:#666;
	font-size:14px;
}
#content .price-value .old-price .price{color:#666;}
.special-price .price-label{
	color:#f00;
	font-size:14px;
}
#content .price-value .special-price .price{color:#df6f1d;}
#content p.price-as-configured{line-height:15px;}
.price-value .price-box .regular-price .price{color:#c50;}
.product .link-box {
	margin-bottom: 17px;
	padding:0 0 10px 39px;
	overflow:hidden;
}
.product .row .dotes{
	display:none;
	height:1%;	overflow:hidden;
	background: url(../images/dotes.gif) repeat-x 0 100%;
}

.product .link-box a{
	font-weight:normal;
	color:#0000ff;
}
.product .tell-a-friend{
	display:block;
	font-size:12px;
	color:#393838;
	text-decoration:underline;
	padding:0 0 0 23px;
	cursor:pointer;
	height:1%;
	background: url(../images/email.png) no-repeat;
}
.product .tell-a-friend:hover{color:#c50;}
/* product form styles */
.product-form{color: #353535;}
.product-form dl{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #e0e0e0;
}
.product-form dl dt{
	display:none;
}
.product-form dl dd{
	margin:0 0 9px;
	float:left;
}
.product-form label,
#content .product-form label{
	float: left !important;
	font-size:11px;
	font-weight:bold;
	margin:5px 0 0;
	padding:0 0 0 1px;
}
.product-form input.input-tex{
	margin:0 0 0 8px;
	float:left;
}
.product-form dl dd div{width:182px;}
.product-form select{
	float: left !important;
	width: 120px !important;
	height:20px;
	margin:0 5px 0 0;
}
.product-form .help{
	float: left;
	position: relative;
	text-indent:-9999px;
	overflow:hidden;
	width:20px;
	height:20px;
	background: url(../images/btn-help.gif) no-repeat;
}
.product-form .add{
	width: 156px;
	height:40px;
	cursor:pointer;
	background: url(../images/btn-add-to-cart.gif) no-repeat;
	margin:10px auto 0;
	border:0;
	padding:0;
	position:absolute;
	left:65px;
	bottom:10px;

}
/* gallery box styles */
.gallery-box{
	width:430px;
}
.gallery-box .holder{
	width:100%;
}
.gallery-box .frame{
	width:500px;
	overflow:hidden;
	padding:9px 0;
	position:relative;
}
.gallery-box ul{
	list-style:none;
	margin:0;
	padding:0;
	width:99999px;
	overflow:hidden;
}
.gallery-box ul li{
	float:left;
	width:500px;
	height:312px;
}
.gallery-box ul li img{
	display:block;
	border:1px solid #fff;
}
/* control bar styles */
.gallery-box .control{
	position:absolute;
	right:22px;
	bottom:15px;
	width:115px;
	height:40px;
}
.gallery-box .control .area{
	width:108px;
	height:34px;
	padding:6px 0 0 7px;
	background: url(../images/bg-control.png) no-repeat;
}
.gallery-box .control .area a{
	float:left;
	width:29px;
	height:29px;
	margin:0 6px 0 0;
	position:relative;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery-box .control .prev{background: url(../images/btn-left.gif) no-repeat;}
.gallery-box .control .zoom{background: url(../images/btn-zoom.gif) no-repeat;}
.gallery-box .control .next{background: url(../images/btn-right.gif) no-repeat;}
/* subcontent styles */
.subcontent{	width:715px;	background:url(../images/bg-subcontent.gif) repeat-y;}.subcontent .holder{	width:100%;	background:url(../images/bg-subcontent-t.gif) no-repeat;}.subcontent .frame{	height:1%;	overflow:hidden;	padding:10px;
	min-height:220px;	background:url(../images/bg-subcontent-b.jpg) no-repeat 0 100%;}
* html .subcontent .frame{
	height:220px;
	overflow:visible;
}
.gallery-items {
	width:100%;
	overflow:hidden;
	position:relative;
}
#trust-seals{
	position:relative;
	background:#fff;
	width:967px;
	overflow:hidden;
}
#trust-seals .mainbox .frame{
	padding-top:12px;
	/*KEVIN */
	min-height:70px;
	/*KEVIN */
	padding-bottom:12px;
}
#trust-seals .mainbox img{
	/* KEVIN */
	vertical-align:middle;
	max-height:70px;
	padding:0px 10px 0px 10px;
} 
/*KEVIN */
#trust-seals .mainbox .holder .frame .godaddy{
	max-height:50px;
	max-width:150px;
}
/*KEVIN */
#trust-seals .mainbox{
	width:auto;
}
/* KEVIN */
#contactForm .button-set{
	padding:10px 15px 10px 0px;
    border-top:none;
	margin: 0px 0px 0px 0px;
}
/*Product Landing Page Styles */
#content .landing-page p{
	font-size:14px;
}
.landing-page h2 {
	font-size:18px;
	color:#c50;
	padding-bottom:5px;
	padding-top:10px;
}
#content .landing-page .img{
	font-size:18px;
	color:#c50;
	border:none;
	margin-top:8px;
}
/*KEVIN - Definition List, Term, Description styles for Customer Service/About Us/Other page-content pages */
#content .page-content {
	padding:0px 10px 20px 10px;
	font-size:14px;
	line-height:1.3;
}
#content .page-content dd {
	margin-bottom:10px;
}
#content .page-content dt {
	font-size:16px;
	color:#c50;
	margin-top:18px;
	margin-bottom:5px;
}
/*KEVIN - product tab styles */
#content .product-specs ul {
	/*margin-bottom: 2px; */
	list-style:disc;
	margin-bottom:20px;

}
#content .product-specs li {
	margin-left:20px;
	line-height:18px;
	margin-bottom:3px;
}
#content .product-specs h3 {
	margin-bottom: 10px;
	margin-top:30px;
	padding: 0px;
}
#content .product-specs p {
	margin-bottom: 8px;
	line-height:18px;
	padding: 0px;
}
#content .product-specs .faq {
	font-size: 14px;
	line-height:18px;
	list-style:none;
}
#product_addtocart_form .product-box .frame {
	min-height:354px;
}
* html #product_addtocart_form .product-box .frame{
	overflow:visible;
	height:316px;
}
/* END KEVIN */





* html #trust-seals .mainbox .frame{
	height:84px;
}
* html #sidenav li ul li{
	background: #fafafa url(../images/bullet-3.gif) no-repeat 62px 13px;
}
* html #sidenav li ul li.active{
	background: #fafafa url(../images/bullet-3.gif) no-repeat 62px 13px;
}
* html .vehicles #sidenav li ul li.active{background: #fafafa url(../images/bullet-3.gif) no-repeat 62px 16px;}

+html #sidenav li ul li{
	background: #fafafa url(../images/bullet-3.gif) no-repeat 62px 13px;
}
* +html #sidenav li ul li.active{
	background: #fafafa url(../images/bullet-3.gif) no-repeat 62px 13px;
}
* +html .vehicles #sidenav li ul li{background: #fafafa url(../images/bullet-3.gif) no-repeat 62px 16px;}
* +html .vehicles #sidenav li ul li.active{background: #fafafa url(../images/bullet-3.gif) no-repeat 62px 16px;}

.ups-block{
	position:absolute;
	top:30px;
	left:416px;
	height:43px;
	width:230px;
	text-align:center;
	background: url(../images/ups.gif) no-repeat 100% 0;
	padding:5px 40px 0 0;
}
.ups-block p{
	margin:0;
	font-size:11px;
	color:#3e4243;
}
.ups-block p.big{
	font-size:18px;
	margin:0 0 2px;
}


#sidenav.accordion li li{
	background: url(../images/bullet-4.gif) no-repeat 20px 10px;
}
#sidenav.accordion li li.active{
	background: url(../images/bullet-5.gif) no-repeat 20px 10px;
}
* html #sidenav.accordion li li{
	background: url(../images/bullet-4.gif) no-repeat 20px 11px;
}
* html #sidenav.accordion li li.active{
	background: url(../images/bullet-5.gif) no-repeat 20px 11px;
}
*+html #sidenav.accordion li li{
	background: url(../images/bullet-4.gif) no-repeat 20px 11px;
}
*+html #sidenav.accordion li li.active{
	background: url(../images/bullet-5.gif) no-repeat 20px 11px;
}
#sidenav.accordion li li li,
#sidenav.accordion li li.active li{
	background: #fafafa url(../images/bullet-3.gif) no-repeat 34px 13px;
}
#sidenav.accordion li li li a{
	padding:8px 10px 6px 44px;
	font-weight:normal;
}
.product-shop .price-box .price-to,
.product-shop .price-box .price-from{
	margin: 0 !important;
}
#header .addthis-holder{
	position:absolute;
	top:16px;
	right:30px;
}
#atffc{
	height: 1px;
}
.listing-type-list .product-shop{width:553px;}
.catalog-listing h5{
	font-size:18px;
	line-height:22px;
	color:#cc5500;
}
.catalog-listing h5 a{
	text-decoration:none;
	color:#cc5500;
}
.catalog-listing h5 a:hover{text-decoration:underline;}
.listing-type-list .listing-item{
	padding:5px 10px;
}
.link-button-holder{
	margin:15px 0 15px;
	width:100%;
	overflow:hidden;
}
.link-button-holder a{
	float:left;
	font:bold 12px/21px Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/btn-learn-more.gif) no-repeat;
	padding:0 0 0 17px;
}
.link-button-holder a small{
	float:left;
	cursor:pointer;
	background:url(../images/btn-learn-more.gif) no-repeat 100% 0;
	padding:0 17px 0 0;
}
.overview-block {
	overflow:hidden;
	height:1%;
	padding:0 15px 0 0;
}
#content .overview-block p {
	font:14px/17px Arial, Helvetica, sans-serif;
	margin:0 0 18px;
}
.alignleft {float:left;}
.overview-block .holder {
	overflow:hidden;
	height:1%;
	padding:23px 0 16px;
}
.overview-block .text-holder {
	overflow:hidden;
	height:1%;
}
#content .overview-block h3 {
	font:18px/22px Arial, Helvetica, sans-serif;
	color:#ba5f18;
	font-variant:small-caps;
	margin:0 0 7px;
}
.overview-block .alignleft {
	width:188px;
	text-align:center;
	margin:30px 15px 0 0;
}
.overview-block a.alignleft {
	text-decoration:underline;
	color:#000;
	font-weight:normal;
	font-size:12px;
}
.overview-block a.alignleft:hover {text-decoration:none;}
.overview-block .alignleft img {vertical-align:top;}
.visual-list {
	margin:0 -35px 0 0;
	width:777px;	padding:0;	list-style:none;
	overflow:hidden;
	height:1%;
}
#content .visual-list li {
	list-style:none;
	width:226px;
	vertical-align:top;
	display:inline-block;
	text-align:center;
	padding:0 29px 30px 0;
	margin:0;
}
* html #content .visual-list li {
	display:inline;
	padding:0 32px 30px 0;
}* +html #content .visual-list li {
	display:inline;
	padding:0 32px 30px 0;
}
.visual-list a {
	display:block;
}
.visual-list img {vertical-align:top;}

