/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	background-color: #303030;
	margin: 0px;
	padding: 0px;
	line-height:1.2;
}

img           { border:0; vertical-align:top; }

a:link, a:visited  {
	font-size: 11px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
	outline:none;
	border:none;
}

a:hover, a:active {
	font-size: 11px;
	color: #444;
	font-weight:bold;
	text-decoration: none;
	outline:none;
}
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:9px; font-weight:normal; }

.bold_12      { font-size:12px; font-weight:bold; }

.black_11      { font-size:11px; font-weight:normal; }

.black_bold_11 { font-size:11px; font-weight:bold; color: #000; }

.black_bold_12 { font-size:12px; font-weight:bold; color: #000; }

.black_bold_16 { color: #000; font-size:16px; font-weight:bold; }

.black_bold_18 { color: #000; font-size:18px; font-weight:bold; }

.black_10      { font-size:10px; font-weight:normal; }

.white_10      { color:#fff; font-size:10px; font-weight:normal; }

.red_bold_10  { color:#e31b23; font-size:10px; font-weight:bold; }

.red_bold_11  { color:#e31b23; font-size:11px; font-weight:bold; }

.red_bold_12  { color:#e31b23; font-size:12px; font-weight:bold; }

.grey_bold_11  { color:#444; font-size:11px; font-weight:bold; }

.ltgrey_bold_14  { color:#eee; font-size:14px; font-weight:bold; }

.red_bold_16_s_u{
	color:#e31b23;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

.red_bold_14_s{
	color:#e31b23;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-size:14px;
	font-weight:bold;
}

.black_bold_14_s{
	color:#000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-size:14px;
	font-weight:bold;
}

.black_bold_14_s_u{
	color:#000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.white_bold_14_s{
	color:#fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	font-size:14px;
	font-weight:bold;
}

.black_bold_12_s_u{
	color:#000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.black_bold_12_s{
	color:#000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-size:12px;
	font-weight:bold;
}


.black_bold_16_s_u{
	color:#000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}

.black_bold_16_s{
	color:#000;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-size:16px;
	font-weight:bold;
}

.white_bold_16_s{
	color:#fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	font-size:16px;
	font-weight:bold;
}

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
table.warranty_id_search_table td{
	padding-bottom:5px;
}

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.margin-20-top-btm    { margin:20px 0 !important; }
.margin-10-top-btm    { margin:10px 0 !important; }
.no-padding   { padding:0 !important; }
.no-padding-top   { padding-top:0 !important; }
.no-bg        { background:none !important; }
.no-bg-img    { background-image:none !important; }
.no-bdr       { border:none !important; }
.uppercase    { text-transform:uppercase !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */

/* Body Backgrounds */

body.catalog-category-view, body.catalog-product-view, body.cms-page-view, body.is-blog, body.catalogsearch-result-index{
	background-position:center 200px;
	background-repeat:no-repeat;
}

/* Products */

body.catalog-category-view.category-products, body.catalog-product-view.category-products, body.catalog-category-view.category-new-products, body.catalog-product-view.category-new-products, body.cms-page-view.cms-product-catalog{
	background-image: url(../images/banners/products.jpg); 
}

/* Shock Absorbers Landing */

body.catalog-category-view.category-shock-absorbers, body.catalog-product-view.category-shock-absorbers{
	background-image: url(../images/banners/shock-absorbers.jpg); 
}

/* RS5000 */

body.catalog-category-view.category-rs5000-shock-absorber, body.catalog-product-view.category-rs5000-shock-absorber{
	background-image: url(../images/banners/rs5000.jpg); 
}

body.catalog-category-view.category-rs5000-performance-strut, body.catalog-product-view.category-rs5000-performance-strut{
	background-image: url(../images/banners/rs5000_strut.jpg); 
}

body.catalog-category-view.category-rs5000-steering-stabilizer, body.catalog-product-view.category-rs5000-steering-stabilizer{
	background-image: url(../images/banners/rs5000_steer.jpg); 
}

/* RS5000X */

body.catalog-category-view.category-rs5000x-shock-absorber, body.catalog-product-view.category-rs5000x-shock-absorber{
	background-image: url(../images/banners/rs5000x.jpg); 
}

body.catalog-category-view.category-rs5000x-performance-strut, body.catalog-product-view.category-rs5000x-performance-strut{
	background-image: url(../images/banners/rs5000x.jpg); 
}

/* RS9000XL */

body.catalog-category-view.category-rs9000xl-shock-absorber, body.catalog-product-view.category-rs9000xl-shock-absorber{
	background-image: url(../images/banners/rs9000.jpg); 
}

body.catalog-category-view.category-rs9000xl-performance-strut, body.catalog-product-view.category-rs9000xl-performance-strut{
	background-image: url(../images/banners/rs9000_strut.jpg); 
}

/* RS7000MT */

body.catalog-category-view.category-rs7000mt-shock-absorber, body.catalog-product-view.category-rs7000mt-shock-absorber, body.catalog-category-view.category-rs7mt-shock-absorber, body.catalog-product-view.category-rs7mt-shock-absorber, body.catalog-product-view.category-rs7mt-steering-stabilizer, body.catalog-category-view.category-rs7mt-steering-stabilizer
{
	background-image: url(../images/banners/rs7000-header.png); 
}


body.catalog-category-view.category-rs7000mt-performance-strut, body.catalog-product-view.category-rs7000mt-performance-strut{
	background-image: url(../images/banners/rs7000_strut.jpg); 
}

body.catalog-category-view.category-rs7000mt-steering-stabilizer, body.catalog-product-view.category-rs7000mt-steering-stabilizer{
	background-image: url(../images/banners/rs7000_steer.jpg); 
}

/* STEERING STABILIZER KITS & BRACKETS */

body.catalog-category-view.category-steering-stabilizer-kits, body.catalog-product-view.category-steering-stabilizer-kits,
body.catalog-category-view.category-steering-stabilizer-brackets, body.catalog-product-view.category-steering-stabilizer-brackets{
	background-image: url(../images/banners/shock-absorbers.jpg); 
}

/* Leveling System Landing */

body.catalog-category-view.category-leveling-systems, body.catalog-product-view.category-leveling-systems{
	background-image: url(../images/banners/leveling-systems.jpg); 
}

/* LEVEL */

/* QLL */

body.catalog-category-view.category-quicklift-loaded-leveling-system, body.catalog-product-view.category-quicklift-loaded-leveling-system, body.catalog-category-view.category-leveling-systems, body.catalog-product-view.category-leveling-systems{
	background-image: url(../images/banners/qll.jpg); 
}

/* QL 7000MT */

body.catalog-category-view.category-quicklift-7000mt-leveling-system, body.catalog-product-view.category-quicklift-7000mt-leveling-system, body.catalog-category-view.category-leveling-systems, body.catalog-product-view.category-leveling-systems{
	background-image: url(../images/banners/qll.jpg); 
}

/* LEVEL IT */

body.catalog-category-view.category-level-it-torsion-key-system, body.catalog-product-view.category-level-it-torsion-key-system{
	background-image: url(../images/banners/levelit.jpg); 
}

/* SUSPENSION */

body.catalog-category-view.category-suspension-systems, body.catalog-product-view.category-suspension-systems,
body.catalog-category-view.category-ford-suspension-systems, body.catalog-product-view.category-ford-suspension-systems,
body.catalog-category-view.category-chevrolet-gmc-suspension-systems, body.catalog-product-view.category-chevrolet-gmc-suspension-systems,
body.catalog-category-view.category-dodge-suspension-systems, body.catalog-product-view.category-dodge-suspension-systems,
body.catalog-category-view.category-ram-suspension-systems, body.catalog-product-view.category-ram-suspension-systems,
body.catalog-category-view.category-jeep-suspension-systems, body.catalog-product-view.category-jeep-suspension-systems,
body.catalog-category-view.category-nissan-suspension-systems, body.catalog-product-view.category-nissan-suspension-systems,
body.catalog-category-view.category-toyota-suspension-systems, body.catalog-product-view.category-toyota-suspension-systems
{
	background-image: url(../images/banners/suspension.jpg); 
}

/* ACCESSORIES */

body.catalog-category-view.category-accessories-components, body.catalog-product-view.category-accessories-components{
	background-image: url(../images/banners/accessories.jpg); 
}

/* CMS */

/* RANCHO ZONE */

body.cms-page-view.cms-photo-gallery, body.cms-page-view.cms-video-gallery, body.cms-page-view.cms-event-schedule, body.cms-page-view.cms-vehicles-needed, body.cms-page-view.cms-promotion-rebate-inquiry, body.cms-page-view.cms-promotion-rebate-inquiry-dev, body.cms-page-view.cms-promotion-rebate-inquiry-email, body.cms-page-view.cms-promotions, body.cms-page-view.cms-promotion-qualify, body.cms-page-view.cms-qualify, body.cms-page-view.cms-mobile-apps, body.cms-page-view.cms-mobile-apps-dev{
	background-image: url(../images/banners/cms_rancho-zone.jpg); 
}

body.is-blog {
    background-image: none; 
}

body.cms-page-view.cms-about-rancho{
	background-image: url(../images/banners/cms_rancho-zone_about.jpg); 
}

body.cms-page-view.cms-tv-exposure{
	background-image: url(../images/banners/cms_rancho-zone_tvexposure.jpg); 
}

/* TECH SUPPORT */

body.cms-page-view.cms-install-instructions, body.cms-page-view.cms-warranty-guarantee, body.cms-page-view.cms-email-the-rancho-tech, body.cms-page-view.cms-logos-images, body.cms-page-view.cms-dealer-incentive, body.cms-page-view.cms-terms-conditions, body.cms-page-view.cms-warranty-registration, body.cms-page-view.cms-warranty-registration-admin, body.cms-page-view.cms-component-box-lookup, body.cms-page-view.cms-privacy-policy{
	background-image: url(../images/banners/cms_tech-support.jpg); 
}

/* WHERE TO BUY */

body.cms-page-view.cms-online-retailers{
	background-image: url(../images/banners/cms_where-to-buy.jpg); 
}

body.cms-page-view.cms-dealer-locator{
	background-image: url(../images/banners/cms_where-to-buy.jpg); 
}

/* CONTACT */

body.cms-page-view.cms-contact, body.cms-page-view.cms-social-rules {
	background-image: url(../images/banners/cms_contact.jpg); 
}

/* rockGEAR */

body.catalog-category-view.category-rockgear, body.catalog-product-view.category-rockgear, body.catalog-category-view.category-jeep-jk-rockgear, body.catalog-product-view.category-jeep-jk-rockgear, body.catalog-category-view.category-jeep-jl-rockgear, body.catalog-product-view.category-jeep-jl-rockgear,body.catalog-category-view.category-jeep-jt-rockgear, body.catalog-product-view.category-jeep-jt-rockgear{
	background-image: url(../images/banners/rockgear.jpg); 
}

body.catalog-category-view.category-jeep-tj-lj-rockgear, body.catalog-product-view.category-jeep-tj-lj-rockgear{
	background-image: url(../images/banners/tjrockgear.jpg); 
}

/* IG */

body.cms-interactive-garage{
	background-image: url(../images/banners/cms-interactive-garage.jpg); 
}

/* CONTACT */

body.cms-page-view.cms-contact, body.cms-page-view.cms-social-rules {
	background-image: url(../images/banners/cms_contact.jpg); 
}

.wrapper { position:relative; }
.page { 
	padding:0;
}

.cms-home .page, .cms-home-dev .page { padding:0; background:none; margin-top: 35px; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {
	position:relative;
	width: 960px;
	margin: 0 auto;
}
.cms-home .main-container, .cms-home-dev .main-container {
	position:inherit;
	margin-top: -43px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main { margin:0; }

/* Base Columns */
.col-left { 
	float:left;
	width:240px;
	padding:0;
	margin-top:-1px;
}
.col-left-inner { 
	width:240px;
	background-image: url(../images/content_box_bg.jpg);
	background-repeat:repeat-x;
	background-color:#d5d5d5;
	-moz-box-shadow: 0px 0px 10px #000; 
	-webkit-box-shadow: 0px 0px 10px #000; 
	box-shadow: 0px 0px 10px #000;
}
.col-main { float:left; width:696px; padding:0px; }
.cms-home .col-main { border: none; }
.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:960px; }

/* 1 Column Layout V2 */
.col1-layout-v2 .col-main { float:none; width:904px; }

.col1-layout-v2 .main{
	padding:0 8px;
	z-index:100;
}

.cms-rancho-360-trail-view-vr .col1-layout{
	
}

/* 2 Columns Layout */
.col2-left-layout, .col1-layout-v2, .cms-rancho-360-trail-view-vr .col1-layout{
	position:relative;
	-moz-box-shadow: 0px 0px 10px #000; 
	-webkit-box-shadow: 0px 0px 10px #000; 
	box-shadow: 0px 0px 10px #000;
	background-image: url(../images/main_container_bg.png);
	background-repeat:repeat-x;
	width: 960px;
	margin-top:-6px;
	color:#000;
	z-index:20;
}

.col2-left-layout .main{
	padding:0 8px;
	margin-top:-20px;
	z-index:100;
}

.col2-left-layout .col-main, .col1-layout-v2 .col-main {
	position:relative;
	float:right;
	-moz-box-shadow:    inset 0 0 4px #fff, 0px 0px 10px #000;
	-webkit-box-shadow: inset 0 0 4px #fff, 0px 0px 10px #000;
	box-shadow:         inset 0 0 4px #fff, 0px 0px 10px #000;
	background-image: url(../images/content_box_bg.jpg);
	background-repeat:repeat-x;
	background-color:#d5d5d5;
	padding-top:10px;
}

.col1-layout-v2 .col-main {
	padding:20px;
}

.content_banner_wrapper{
	position:relative;
	width:960px;
	height:275px;
	z-index:150;
}

.content_banner{
	position:relative;
	width:960px;
	height:275px;
	background-repeat:no-repeat;
	z-index:150;
}

/* Content Banners */

/* Products */

body.catalog-category-view.category-products .content_banner, body.catalog-category-view.category-new-products .content_banner, body.cms-page-view.cms-product-catalog .content_banner{
	background-image: url(../images/banners/products_front.png); 
}

/* Shock Absorbers */

body.catalog-category-view.category-shock-absorbers .content_banner{
	background-image: url(../images/banners/shock-absorbers_front.png); 
}

/* Steering stabilizer kits & brackets */

body.catalog-category-view.category-steering-stabilizer-brackets .content_banner, body.catalog-product-view.category-steering-stabilizer-brackets .content_banner,
body.catalog-category-view.category-steering-stabilizer-kits .content_banner, body.catalog-product-view.category-steering-stabilizer-kits .content_banner{
	background-image: url(../images/banners/shock-absorbers_front.png); 
}

/* RS5000 */

body.catalog-category-view.category-rs5000-shock-absorber .content_banner{
	background-image: url(../images/banners/rs5000_front.png); 
}

body.catalog-category-view.category-rs5000-performance-strut .content_banner{
	background-image: url(../images/banners/rs5000_strut_front.png); 
}

body.catalog-category-view.category-rs5000-steering-stabilizer .content_banner{
	background-image: url(../images/banners/rs5000_steer_front.png); 
}

body.catalog-product-view.category-rs5000-shock-absorber .content_banner{
	background-image: url(../images/banners/rs5000_prod_front.png); 
}

body.catalog-product-view.category-rs5000-performance-strut .content_banner{
	background-image: url(../images/banners/rs5000_strut_prod_front.png); 
}

body.catalog-product-view.category-rs5000-steering-stabilizer .content_banner{
	background-image: url(../images/banners/rs5000_steer_prod_front.png); 
}

/* RS5000x */

body.catalog-category-view.category-rs5000x-shock-absorber .content_banner{
	background-image: url(../images/banners/rs5000x_front.png); 
}

body.catalog-product-view.category-rs5000x-shock-absorber .content_banner{
	background-image: url(../images/banners/rs5000x_prod_front.png); 
}

body.catalog-category-view.category-rs5000x-performance-strut .content_banner{
	background-image: url(../images/banners/rs5000x_prod_front.png); 
}

body.catalog-product-view.category-rs5000x-performance-strut .content_banner{
	background-image: url(../images/banners/rs5000x_prod_front.png); 
}

/* RS9000XL */

body.catalog-category-view.category-rs9000xl-shock-absorber .content_banner{
	background-image: url(../images/banners/rs9000_front.png); 
}

body.catalog-category-view.category-rs9000xl-performance-strut .content_banner{
	background-image: url(../images/banners/rs9000_strut_front.png); 
}

body.catalog-product-view.category-rs9000xl-shock-absorber .content_banner{
	background-image: url(../images/banners/rs9000_prod_front.png); 
}

body.catalog-product-view.category-rs9000xl-performance-strut .content_banner{
	background-image: url(../images/banners/rs9000_strut_prod_front.png); 
}

/* RS7000MT */

body.catalog-category-view.category-rs7000mt-shock-absorber .content_banner,
body.catalog-category-view.category-rs7mt-shock-absorber .content_banner,
body.catalog-category-view.category-rs7mt-steering-stabilizer .content_banner,
body.catalog-product-view.category-rs7mt-steering-stabilizer .content_banner,
body.catalog-product-view.category-rs7mt-shock-absorber .content_banner
{
	background-image: url(../images/banners/gladiator_front-text.png); 
}
body.catalog-category-view.category-rs7000mt-performance-strut .content_banner{
	background-image: url(../images/banners/rs7000_strut_front.png); 
}

body.catalog-category-view.category-rs7000mt-steering-stabilizer .content_banner{
	background-image: url(../images/banners/rs7000_steer_front.png); 
}

body.catalog-product-view.category-rs7000mt-shock-absorber .content_banner{
	background-image: url(../images/banners/rs7000_prod_front.png); 
}

body.catalog-product-view.category-rs7000mt-performance-strut .content_banner{
	background-image: url(../images/banners/rs7000_strut_prod_front.png); 
}

body.catalog-product-view.category-rs7000mt-steering-stabilizer .content_banner{
	background-image: url(../images/banners/rs7000_steer_prod_front.png); 
}

/* Leveling Systems */

body.catalog-category-view.category-leveling-systems .content_banner{
	background-image: url(../images/banners/leveling-systems_front.png); 
}

/* QLL */

body.catalog-category-view.category-quicklift-loaded-leveling-system .content_banner{
	background-image: url(../images/banners/qll_front.png);
}

body.catalog-product-view.category-quicklift-loaded-leveling-system .content_banner, body.catalog-category-view.category-leveling-systems .content_banner{
	background-image: url(../images/banners/qll_prod_front.png);
}

/* QL 7000MT */

body.catalog-category-view.category-quicklift-7000mt-leveling-system .content_banner{
	background-image: url(../images/banners/ql7000mt_front.png);
}

body.catalog-product-view.category-quicklift-7000mt-leveling-system .content_banner, body.catalog-category-view.category-leveling-systems .content_banner{
	background-image: url(../images/banners/qll_prod_front.png);
}

/* LEVEL IT */

body.catalog-category-view.category-level-it-torsion-key-system .content_banner{
	background-image: url(../images/banners/levelit_front.png);
}

body.catalog-product-view.category-level-it-torsion-key-system .content_banner{
	background-image: url(../images/banners/levelit_prod_front.png);
}

/* SUSPENSION */

body.catalog-category-view.category-suspension-systems .content_banner, body.catalog-product-view.category-suspension-systems .content_banner,
body.catalog-category-view.category-ford-suspension-systems .content_banner, body.catalog-product-view.category-ford-suspension-systems .content_banner,
body.catalog-category-view.category-chevrolet-gmc-suspension-systems .content_banner, body.catalog-product-view.category-chevrolet-gmc-suspension-systems .content_banner,
body.catalog-category-view.category-dodge-suspension-systems .content_banner, body.catalog-product-view.category-dodge-suspension-systems .content_banner,
body.catalog-category-view.category-ram-suspension-systems .content_banner, body.catalog-product-view.category-ram-suspension-systems .content_banner,
body.catalog-category-view.category-jeep-suspension-systems .content_banner, body.catalog-product-view.category-jeep-suspension-systems .content_banner,
body.catalog-category-view.category-nissan-suspension-systems .content_banner, body.catalog-product-view.category-nissan-suspension-systems .content_banner,
body.catalog-category-view.category-toyota-suspension-systems .content_banner, body.catalog-product-view.category-toyota-suspension-systems .content_banner
{
	background-image: url(../images/banners/suspension_front.png); 
}

/* ACCESSORIES */

body.catalog-category-view.category-accessories-components .content_banner, body.catalog-product-view.category-accessories-components .content_banner{
	background-image: url(../images/banners/accessories_front.png); 
}

/* CMS */

/* RANCHO ZONE */

body.cms-page-view.cms-photo-gallery .content_banner, body.cms-page-view.cms-video-gallery .content_banner, body.cms-page-view.cms-event-schedule .content_banner, body.cms-page-view.cms-vehicles-needed .content_banner, body.cms-page-view.cms-promotion-rebate-inquiry .content_banner, body.cms-page-view.cms-promotion-rebate-inquiry-dev .content_banner, body.cms-page-view.cms-promotion-rebate-inquiry-email .content_banner, body.cms-page-view.cms-promotions .content_banner, body.cms-page-view.cms-promotion-qualify .content_banner, body.cms-page-view.cms-qualify .content_banner, body.cms-page-view.cms-mobile-apps .content_banner, body.cms-page-view.cms-mobile-apps-dev .content_banner{
	background-image: url(../images/banners/cms_rancho-zone_front.png); 
}

body.is-blog .content_banner {
    background-image: url(../images/banners/Rancho_032021_PerformanceSuspension101_Header.png); 
}


body.cms-page-view.cms-about-rancho .content_banner{
	background-image: url(../images/banners/cms_rancho-zone_about_front.png); 
}

body.cms-page-view.cms-tv-exposure .content_banner{
	background-image: url(../images/banners/cms_rancho-zone_tvexposure_front.png); 
}

/* TECH SUPPORT */

body.cms-page-view.cms-install-instructions .content_banner, body.cms-page-view.cms-warranty-guarantee .content_banner, body.cms-page-view.cms-email-the-rancho-tech .content_banner, body.cms-page-view.cms-logos-images .content_banner, body.cms-page-view.cms-dealer-incentive .content_banner, body.cms-page-view.cms-terms-conditions .content_banner, body.cms-page-view.cms-privacy-policy .content_banner, body.cms-page-view.cms-warranty-registration .content_banner, body.cms-page-view.cms-warranty-registration-admin .content_banner, body.cms-page-view.cms-component-box-lookup .content_banner {
	background-image: url(../images/banners/cms_tech-support_front.png); 
}

/* WHERE TO BUY */

body.cms-page-view.cms-online-retailers .content_banner{
	background-image: url(../images/banners/cms_where-to-buy_front.png); 
}

body.cms-page-view.cms-dealer-locator .content_banner{
	background-image: url(../images/banners/cms_where-to-buy_front.png); 
}

/* CONTACT */

body.cms-page-view.cms-contact .content_banner, body.cms-page-view.cms-social-rules .content_banner{
	background-image: url(../images/banners/cms_contact_front.png); 
}

/* rockGEAR */

body.catalog-category-view.category-rockgear .content_banner, body.catalog-category-view.category-jeep-jk-rockgear .content_banner, body.catalog-product-view.category-jeep-jk-rockgear .content_banner, body.catalog-category-view.category-jeep-jl-rockgear .content_banner, body.catalog-product-view.category-jeep-jl-rockgear .content_banner, body.catalog-category-view.category-jeep-jt-rockgear .content_banner, body.catalog-product-view.category-jeep-jt-rockgear .content_banner{
	background-image: url(../images/banners/rockgear_front.png);
}

body.catalog-category-view.category-jeep-tj-lj-rockgear .content_banner, body.catalog-product-view.category-jeep-tj-lj-rockgear .content_banner{
	background-image: url(../images/banners/tjrockgear_front.png);
}

/* SEARCH */

body.catalogsearch-result-index .content_banner{
	background-image: url(../images/banners/search_front.png); 
}



.inner-content-footer{
	position:relative;
	width:944px;
	height:34px;
	margin-top:8px;
	-moz-box-shadow:    inset 0 0 4px #fff, 0px 0px 10px #000;
	-webkit-box-shadow: inset 0 0 4px #fff, 0px 0px 10px #000;
	box-shadow:         inset 0 0 4px #fff, 0px 0px 10px #000;
	background-image: url(../images/content_box_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	font-weight:bold;
	z-index:5;
}

.inner-content-footer .left{
	float:left;
	padding-top:12px;
	padding-left:10px;
}

.inner-content-footer .right{
	float:right;
	padding-top:12px;
	padding-right:10px;
}

.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:11px Arial, Helvetica, sans-serif; vertical-align:middle; color:#444; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { font-size:11px; padding:4px; outline:none; background-color: #fff; border: 1px solid #333;  }
#search_mini_form .input-text { height:18px; width:150px; }
#vehicles_needed_form .input-text, #promo_rebate_form .input-text, #ins_search .input-text, #tech_form .input-text, #warranty_form .input-text, #warranty_login .input-text{ height:18px; width:200px; margin-bottom:5px; vertical-align:middle; }
#vehicles_needed_form #firstname-input { display:none; }
#promo_rebate_form select.input-text { height:25px; width:210px; margin-bottom:5px; vertical-align:middle; }
#vehicles_needed_form textarea.input-text, #promo_rebate_form textarea.input-text, #tech_form textarea.input-text { height:200px; width:666px; vertical-align:auto; }
#vehicles_needed_form label, #promo_rebate_form label, #ins_search label, #tech_form label, #warranty_form label, #warranty_login label{ font-weight:bold; vertical-align:middle; }
select { 
	background-color: #fff;
	border: 1px solid #333;
	font-size:11px;
	height:25px;
	padding:4px;
	outline:none;
}
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; margin-top:5px; }
.button span { float:left; height:23px; background:transparent url(../images/bkg_btn-small.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#000; line-height:21px; }
.button span span { background-position:100% 0; padding:0 15px 0 9px; }
button.disabled {}
button.disabled span {}

div.button { display:inline-block; margin-right:10px; }

.nav-container div.button { margin-right:0px; }

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }

.cms-warranty-registration-admin .error-msg { margin-left:10px; margin-right:10px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; margin:10px; }

/* BreadCrumbs */
.breadcrumbs { color:#fff; text-shadow:0 1px 0 rgba(0, 0, 0, 0.5); padding:10px 15px; margin:0 0 10px; background-color:rgba(0,0,0,0.5);}
.breadcrumbs li { display:inline; }
.breadcrumbs a {
	color:#fff;
}
/*Hide ROOT category in breadcrumb unless in all products lookup*/

.cms-home-dev .breadcrumbs {
	display:none;
}

.breadcrumbs .category39{
	display:none;
}

.category-products .breadcrumbs .category39{
	display:inline-block;
}

/* Page Heading */
.page-title { padding:0; margin:0; }
.cms-page-view .page-title { padding:10px 10px 0 10px; margin:0; }
.page-title h1,
.page-title h2 { font-size:18px; color:#fff; }
.col1-layout-v2 .page-title h1, .col1-layout-v2 .page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager {
	color:#000;
	padding: 10px 5px;
	margin: 0;
	border-right-style: none;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left-style: none;
	background-color:#ddd;
	text-transform:uppercase;
	-moz-box-shadow:    inset 0 0 3px #fff;
	-webkit-box-shadow: inset 0 0 3px #fff;
	box-shadow:         inset 0 0 3px #fff;
}
.pager_top_shadow {
	height:25px;
	width:696px;
	background-image:url(../images/pager_shadow_top.png);
	background-repeat:no-repeat;
}
.pager_btm_shadow {
	height:25px;
	width:696px;
	background-image:url(../images/pager_shadow_btm.png);
	background-repeat:no-repeat;
}
.pager .amount { float:left; margin:0; padding-right:20px; padding-left:5px; text-align:center; }
.pager .limiter { float:left; padding:0 20px; border-right: 1px solid #000; font-weight:bold; }
.pager .pages { float:left; padding-left:20px; }
.pager .sort-by {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	font-weight: bold;
}
.pager .pages ol { margin:0; padding-left:0px; padding-top:11px; }
.pager .pages li { display:inline; }
.pager .pages .current {}

.pager label {
	padding-bottom:5px;
	display:block;
}

.pages ol li a {
	color:#000;
	border:1px solid #000;
	/*-moz-box-shadow: 0px 0px 2px 0px #000000;
	-webkit-box-shadow: 0px 0px 2px 0px #000000;
	box-shadow: 0px 0px 2px 0px #000000;*/
	padding:5px;
	font-weight:normal;
}

.pages ol li.current {
	color:#000;
	background-color:#fff;
	border:1px solid #000;
	/*-moz-box-shadow: 0px 0px 2px 0px #000000;
	-webkit-box-shadow: 0px 0px 2px 0px #000000;
	box-shadow: 0px 0px 2px 0px #000000;*/
	padding:5px;
	font-weight:bold;
}

.pages ol li a.previous, .pages ol li a.next {
	background-color: transparent;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

/* Sorter */
.sorter {
	display:none;
	visibility:hidden;
	color:#000;
	padding:5px;
	margin:5px 0 0 0;
	border-right-style: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left-style: none;
}
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { }
.header-container { 
	position:relative;
	background-image: url(../images/header_bg.jpg); 
	background-position:top center; 
	background-repeat:no-repeat; 
}
.header { 
	position:relative; 
	width:960px; 
	height:200px; 
	margin: 0 auto; 
}
.header .logo { width:370px; margin: 0 auto; padding-top:10px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { }
.header .links { float:right; }
.header .quick-access { position:absolute; top:5px; right:0px; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:9999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; color:#000; text-align:left; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

.header-warranty-registration{
	position:absolute;
	bottom:10px;
	right:0;
}

.header-warranty-registration .button{
	margin-right:0;
}

.header-new-products{
	position:absolute;
	bottom:0;
	left:-45px;
}

/********** < Navigation */

.nav-container {
	position:relative;
	height:52px;
	margin-top:-8px;
	background-image: url(../images/nav_bar_bg.png);
	background-repeat:repeat-x;
	background-position:center 8px;
	z-index:1000;
}

.nav-container.rockgear{
	height:32px;
	background:none;
	margin:0px;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.nav_shadows{
	position:absolute;
	height:42px;
	width:100%;
	top:8px;
	background-image: url(../images/nav_shadows.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#nav { 
	position:relative;
	width:960px;
	height:52px;
	margin:0 auto;
	z-index:1000;
}

/* Sidebar =============================================================================== */
.block { 
	margin:0;
	-moz-box-shadow:    inset 0 0 4px #fff;
	-webkit-box-shadow: inset 0 0 4px #fff;
	box-shadow:         inset 0 0 4px #fff;
}
.block .block-title {
	padding-top:22px;
	width:240px;
	height:45px;
	color:#000;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform:uppercase;
	background-image: url(../images/left_bar_headers_topshadow.png);
	background-repeat:no-repeat;
	text-align:center;
}

.block.getsocial .block-content .f-left a {
	width:55px;
	height:42px;
	background-repeat:no-repeat;
	background-position:bottom center;
	text-indent:-9999px;
	display:block
}

.block.getsocial .block-content .f-left a:hover {
	background-position:top center;
}

.block.getsocial .block-content .f-left a.facebook {
	background-image: url(../images/leftbar_facebook.png);
}

.block.getsocial .block-content .f-left a.youtube {
	background-image: url(../images/leftbar_youtube.png);
}

.block.getsocial .block-content .f-left a.instagram {
	background-image: url(../images/leftbar_instagram.png);
}

.block.getsocial .block-content .f-left a.twitter {
	background-image: url(../images/leftbar_twitter.png);
}

.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:5px 10px 10px 10px; }
.block .block-content a { color:#222; }
.block .block-content a:hover { color:#444; }
.block .block-content dd{
	margin:0px;
	padding:5px 10px;
	color:#666;
}
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:left; padding-bottom:10px; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

#recently-viewed-items li.item {
	padding:0;
}

#recently-viewed-items li.item {
	margin-bottom:10px;
}

#recently-viewed-items li.item.last {
	margin-bottom:0;
}

#recently-viewed-items .product-image{
	width:51px;
	margin-right:5px;
	float:left;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}

#recently-viewed-items .product-name{
	float:left;
	width:164px;
}

#recently-viewed-items .product-name a{
	display:block;
}

#recently-viewed-items a .product-sku{
	color:#e31b23;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt, .block-layered-nav .currently .block-subtitle { 
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
	border:1px solid #666;
	border-left:5px solid #e31b23;
	background-color:#eee;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	-moz-box-shadow:    inset 0 0 4px #fff, 0px 0px 2px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: inset 0 0 4px #fff, 0px 0px 2px rgba(0, 0, 0, 0.5); 
	box-shadow:         inset 0 0 4px #fff, 0px 0px 2px rgba(0, 0, 0, 0.5); 
}
.block-layered-nav .currently .block-subtitle { border-left:5px solid #000; }
.block-layered-nav .currently ol {padding:5px 10px; }

.block-layered-nav .currently .label {
    font-weight: bold;
}

.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0; padding:10px 10px 0 10px; }
.category-jeep-jk-rockgear .category-title, .category-jeep-tj-lj-rockgear .category-title, .category-jeep-jl-rockgear .category-title, .category-jeep-jt-rockgear .category-title {
	margin-top:-5px;
	padding-top:15px;
	padding-bottom:10px;
	background-image: url(../images/subsite_header_bg.jpg);
	background-repeat:no-repeat;
}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.category-content {
	padding:10px 10px 0 10px;
	font-size:12px;
}

.category-shock-absorbers .category-content {
	padding:10px;
}

.category-content .warranty_logo, .product-view .warranty_logo{
	width:98px;
	height:120px;
	float:right;
	padding:0 0 10px 10px;
}

.category-content .feat_ben_wrapper{
	width:676px;
}

.product-view .feat_ben_wrapper{
	float:left;
	width:338px;
}

.category-content .feat_ben_wrapper .feat_ben_content, .product-view .feat_ben_wrapper .feat_ben_content{
	width:321px;
	float:left;
	padding:2px 0;
}

.product-view .feat_ben_wrapper .feat_ben_content{
	width:152px;
}

.category-content .feat_ben_wrapper .feat_ben_content.left, .product-view .feat_ben_wrapper .feat_ben_content.left{
	padding-right:10px;
	text-align:right;
}

.category-content .feat_ben_wrapper .feat_ben_content.right, .product-view .feat_ben_wrapper .feat_ben_content.right{
	padding-left:10px;
	text-align:left;
}

.product-view .feat_ben_wrapper .feat_ben_content.header{
	padding-top:0px;
	height:inherit;
}

.category-content .feat_ben_wrapper .feat_ben_arrow, .product-view .feat_ben_wrapper .feat_ben_arrow{
	width:14px;
	height:14px;
	float:left;
	background-image: url(../images/feat_ben_arrow.png);
	background-repeat:no-repeat;
	background-position:center 7px;
}

.category-content .feat_ben_wrapper .feat_ben_arrow.header, .product-view .feat_ben_wrapper .feat_ben_arrow.header{
	background:none;
}

body.catalog-category-view .category-title h1, body.catalog-product-view .category-title h1, .shock-landing-box .shock-landing-box-title h1, body.cms-page-view .page-title h1, body.is-blog .page-title h1, body.catalogsearch-result-index .page-title h1{
	height:36px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

body.cms-rancho-360-trail-view-vr .page-title h1{
	height:261px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-image: url(../images/vr_360/360_logo.png);
	background-position: center;
}

body.cms-rancho-360-trail-view-vr .page-title.is-video{
	display: none;
}

body.catalog-category-view.category-rockgear .category-title h1, body.catalog-category-view.category-jeep-jk-rockgear .category-title h1, body.catalog-product-view.category-jeep-jk-rockgear .category-title h1, body.catalog-category-view.category-jeep-tj-lj-rockgear .category-title h1, body.catalog-product-view.category-jeep-tj-lj-rockgear .category-title h1, body.catalog-category-view.category-jeep-jl-rockgear .category-title h1, body.catalog-product-view.category-jeep-jl-rockgear .category-title h1, body.catalog-category-view.category-jeep-jt-rockgear .category-title h1, body.catalog-product-view.category-jeep-jt-rockgear .category-title h1{
	height:43px;
}

body.catalog-category-view.category-products .category-title h1{
	background-image: url(../images/page_headers/products_cat.png); 
}

body.catalog-category-view.category-new-products .category-title h1{
	background-image: url(../images/page_headers/new_products_cat.png); 
}

body.catalog-category-view.category-shock-absorbers .category-title{
	display:none;
}

body.catalog-category-view.category-leveling-systems .category-title h1{
	background-image: url(../images/page_headers/level_cat.png); 
}

body.catalog-category-view.category-suspension-systems .category-title h1{
	background-image: url(../images/page_headers/suspension_cat.png); 
}

body.catalog-category-view.category-rs5000-shock-absorber .category-title h1, .shock-landing-box.rs5000 .shock-landing-box-title h1{
	background-image: url(../images/page_headers/rs5000_cat.png); 
}

body.catalog-category-view.category-rs5000-performance-strut .category-title h1{
	background-image: url(../images/page_headers/rs5000_strut_cat.png); 
}

body.catalog-category-view.category-rs5000-steering-stabilizer .category-title h1{
	background-image: url(../images/page_headers/rs5000_steer_cat.png); 
}

body.catalog-category-view.category-rs5000x-shock-absorber .category-title h1, .shock-landing-box.rs5000x .shock-landing-box-title h1{
	background-image: url(../images/page_headers/rs5000x_cat.png); 
}

body.catalog-category-view.category-rs5000x-performance-strut .category-title h1{
	background-image: url(../images/page_headers/rs5000x_strut_cat.png); 
}

body.catalog-category-view.category-rs7000mt-shock-absorber .category-title h1, .shock-landing-box.rs7000mt .shock-landing-box-title h1, body.catalog-category-view.category-rs7mt-shock-absorber .category-title h1, .shock-landing-box.rs7mt .shock-landing-box-title h1{
	background-image: url(../images/page_headers/rancho-rs7mt.png); 
}
body.catalog-category-view.category-rs7mt-steering-stabilizer .category-title h1 {
        background-image: url(../images/page_headers/rancho-rs7mt-steer.png);
}

body.catalog-category-view.category-rs7000mt-performance-strut .category-title h1{
	background-image: url(../images/page_headers/rs7000_strut_cat.png); 
}

body.catalog-category-view.category-rs7000mt-steering-stabilizer .category-title h1{
	background-image: url(../images/page_headers/rs7000_steer_cat.png); 
}

body.catalog-category-view.category-rs9000xl-shock-absorber .category-title h1, .shock-landing-box.rs9000xl .shock-landing-box-title h1{
	background-image: url(../images/page_headers/rs9000_cat.png); 
}

body.catalog-category-view.category-rs9000xl-performance-strut .category-title h1{
	background-image: url(../images/page_headers/rs9000_strut_cat.png); 
}

body.catalog-category-view.category-quicklift-loaded-leveling-system .category-title h1, .level-landing-box.qll .level-landing-box-title h1{
	background-image: url(../images/page_headers/qll_cat.png);
	height:36px;
}

body.catalog-category-view.category-quicklift-7000mt-leveling-system .category-title h1, .level-landing-box.ql7000mt .level-landing-box-title h1{
	background-image: url(../images/page_headers/ql7000mt_cat.png);
	height:36px;
}

body.catalog-category-view.category-level-it-torsion-key-system .category-title h1, .level-landing-box.levelit .level-landing-box-title h1{
	background-image: url(../images/page_headers/levelit_cat.png); 
}

body.catalog-category-view.category-ford-suspension-systems .category-title h1{
	background-image: url(../images/page_headers/ford_cat.png); 
}

body.catalog-category-view.category-chevrolet-gmc-suspension-systems .category-title h1{
	background-image: url(../images/page_headers/chevy_cat.png); 
}

body.catalog-category-view.category-dodge-suspension-systems .category-title h1{
	background-image: url(../images/page_headers/dodge_cat.png); 
} 
body.catalog-category-view.category-ram-suspension-systems .category-title h1{
	background-image: url(../images/page_headers/ram_cat.png); 
} 
body.catalog-category-view.category-hummer-suspension-systems .category-title h1{
	background-image: url(../images/page_headers/hummer_cat.png); 
}

body.catalog-category-view.category-jeep-suspension-systems .category-title h1{
	background-image: url(../images/page_headers/jeep_cat.png); 
}

body.catalog-category-view.category-nissan-suspension-systems .category-title h1{
	background-image: url(../images/page_headers/nissan_cat.png); 
}

body.catalog-category-view.category-toyota-suspension-systems .category-title h1{
	background-image: url(../images/page_headers/toyota_cat.png); 
}

body.cms-page-view.cms-photo-gallery .page-title h1{
	background-image: url(../images/page_headers/cms_photo-gallery.png); 
}

body.cms-page-view.cms-video-gallery .page-title h1{
	background-image: url(../images/page_headers/cms_video-gallery.png); 
}

body.cms-page-view.cms-event-schedule .page-title h1{
	background-image: url(../images/page_headers/cms_event-schedule.png); 
}

body.cms-page-view.cms-vehicles-needed .page-title h1{
	background-image: url(../images/page_headers/cms_vehicles-needed.png); 
}

body.cms-page-view.cms-tv-exposure .page-title h1{
	background-image: url(../images/page_headers/cms_tv-exposure.png); 
}

body.cms-page-view.cms-mobile-apps .page-title h1, body.cms-page-view.cms-mobile-apps-dev .page-title h1{
	background-image: url(../images/page_headers/cms_mobile-apps.png); 
}

body.cms-page-view.cms-promotion-rebate-inquiry .page-title h1, body.cms-page-view.cms-promotion-rebate-inquiry-dev .page-title h1, body.cms-page-view.cms-promotion-rebate-inquiry-email .page-title h1{
	background-image: url(../images/page_headers/cms_promotion-rebate-inquiry.png); 
}

body.cms-page-view.cms-about-rancho .page-title h1{
	background-image: url(../images/page_headers/cms_about-rancho.png); 
}

body.cms-page-view.cms-install-instructions .page-title h1{
	background-image: url(../images/page_headers/cms_install-instructions.png); 
}

body.cms-page-view.cms-component-box-lookup .page-title h1{
	background-image: url(../images/page_headers/cms_component-box-lookup.png); 
}

body.is-blog .page-title h1{
	background-image: url(../images/page_headers/cms_press-releases.png); 
}

body.cms-page-view.cms-dealer-incentive .page-title h1{
	background-image: url(../images/page_headers/cms_dealer-incentive.png); 
}

body.cms-page-view.cms-warranty-guarantee .page-title h1{
	background-image: url(../images/page_headers/cms_warranty-guarantee.png); 
}

body.cms-page-view.cms-warranty-registration .page-title h1{
	background-image: url(../images/page_headers/cms_warranty-registration.png); 
}

body.cms-page-view.cms-warranty-registration-admin .page-title h1{
	background-image: url(../images/page_headers/cms_warranty-registration-admin.png); 
}

body.cms-page-view.cms-email-the-rancho-tech .page-title h1{
	background-image: url(../images/page_headers/cms_email-the-rancho-tech.png); 
}

body.cms-page-view.cms-dealer-incentive .page-title h1{
	background-image: url(../images/page_headers/cms_dealer-incentive.png); 
}

body.cms-page-view.cms-online-retailers .page-title h1{
	background-image: url(../images/page_headers/cms_online-retailers.png); 
}

body.cms-page-view.cms-dealer-locator .page-title h1{
	background-image: url(../images/page_headers/cms_dealer-locator.png); 
}

body.cms-page-view.cms-logos-images .page-title h1{
	background-image: url(../images/page_headers/cms_logos-images.png); 
}

body.cms-page-view.cms-contact .page-title h1{
	background-image: url(../images/page_headers/cms_contact.png); 
}

body.catalogsearch-result-index .page-title h1{
	background-image: url(../images/page_headers/search.png); 
}

body.cms-page-view.cms-promotions .page-title h1{
	background-image: url(../images/page_headers/cms_promotions.png); 
}

body.cms-page-view.cms-promotion-qualify .page-title h1, body.cms-page-view.cms-qualify .page-title h1{
	background-image: url(../images/page_headers/cms_promotion-qualify.png); 
}

body.cms-page-view.cms-product-catalog .page-title h1{
	background-image: url(../images/page_headers/cms_product-catalog.png); 
}

body.catalog-category-view.category-rockgear .category-title h1, body.catalog-category-view.category-jeep-jk-rockgear .category-title h1, body.catalog-product-view.category-jeep-jk-rockgear .category-title h1, body.catalog-category-view.category-jeep-tj-lj-rockgear .category-title h1, body.catalog-product-view.category-jeep-tj-lj-rockgear .category-title h1, body.catalog-category-view.category-jeep-jl-rockgear .category-title h1, body.catalog-product-view.category-jeep-jl-rockgear .category-title h1, body.catalog-category-view.category-jeep-jt-rockgear .category-title h1, body.catalog-product-view.category-jeep-jt-rockgear .category-title h1{
	background-image: url(../images/page_headers/rockgear_cat.png); 
}

body.cms-page-view.cms-terms-conditions .page-title h1{
	background-image: url(../images/page_headers/cms_terms-conditions.png); 
}

body.cms-page-view.cms-privacy-policy .page-title h1{
	background-image: url(../images/page_headers/cms_privacy-policy.png); 
}

body.catalog-category-view.category-accessories-components .category-title h1{
	background-image: url(../images/page_headers/accessories_cat.png); 
}

body.catalog-category-view.category-steering-stabilizer-brackets .category-title h1{
	background-image: url(../images/page_headers/steer_bracket_cat.png); 
}


.shock-landing-box ul{
	padding:20px 17px 0 17px;
}

.shock-landing-box li{
	float:left;
	list-style-image:url(../images/bullet.png);
	margin:2px 30px;
	width:261px;
}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #ddd; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { 
	padding:10px;
	margin-bottom:10px;
	background-color:rgba(255, 255, 255, 0.5);
	-moz-box-shadow:    inset 0 0 4px #fff, 0px 0px 2px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: inset 0 0 4px #fff, 0px 0px 2px rgba(0, 0, 0, 0.5); 
	box-shadow:         inset 0 0 4px #fff, 0px 0px 2px rgba(0, 0, 0, 0.5); 
}
.products-list.rockgear li.item { 
	padding:0px;
	width:343px;
	float:left;
}
.products-list.rockgear li.item.odd {
	margin-right:10px;
}
.products-list li.item.last { border-bottom:0; margin-bottom:0px; }
.products-list .product-shop { float:left; width:281px; padding-right:10px; }
.products-list.rockgear .product-shop { float:none; padding:0 10px 10px 10px; }
.products-list .product-image { float:right; width:385px; margin:0; }
.products-list.rockgear .product-image { float:none; width:343px; }
.products-list.suspension .product-image { float:none; width:281px; }
.products-list .product-app-list { float:right; width:385px; padding-top:10px; font-size:11px; }
.products-list .product-name { font-weight:bold; font-size:13px; text-transform:none !important; }
.products-list .product-name a { color:#222; font-size:12px; }
.products-list .product-name a:hover { color:#444; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:5px 0 0; margin:0; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list .product-sku a{ color:#e31b23; font-weight:bold; font-size:28px; text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);  }
.products-list .f-fix {
	float:none;
}
.products-list ul.products-list-list { margin:0px; padding-left: 17px; list-style-image:url(../images/bullet.png); font-size:11px; }
.products-list ul.products-list-list li { padding: 4px 0; }

.products-list .related_left{
	float:left;
	padding-right:10px;
	width:261px;
}

.products-list .related_right{
	float:left;
	width:385px;
}

.products-list-block-content{
	padding-top:15px;
}

.vehicle-fitment-list-wrapper{
	float:right;
	width:385px;
}

ul.vehicle-fitment-list-box {
	width:353px;
	font-size:11px;
	font-weight:bold;
	padding:1px 5px 5px 25px;
	border:1px solid #446423;
	background-color:#eff5ea;
	background-image:url(../images/i_msg-success.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	color:#3d6611;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	min-height:24px;
}

ul.vehicle-fitment-list-box.fitment-error-msg {
	border-color:#f16048;
	background-color:#faebe7;
	background-image:url(../images/i_msg-error.gif);
	color:#df280a;
}

ul.vehicle-fitment-list-box.fitment-notice-msg {
	border-color:#ffb400;
	background-color:#fafaec;
	background-image:url(../images/i_msg-note.gif);
	color:#3d6611;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

ul.vehicle-fitment-list-box li{
	padding-top:4px;
}

ul.vehicle-fitment-list-box li.f-left{
	padding-right:15px;
}

ul.vehicle-fitment-list-box li.f-left.drive{
	padding-right:0px;
}

.fitment-loader{
	width:31px;
	height:31px;
	margin:0 auto;
	background-image:url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	margin-top:30px;
}

/* Advanced Filters */

.adv_filters_wrapper{
	padding:10px;
	margin:0 10px;
	border:1px solid #446423;
	background-color:#eff5ea;
	color:#3d6611;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.adv_filters_box{
	position:relative;
	float:left;
	padding-right:60px;
}

.additional-filters-form{
	text-align:center;
}

.additional-filters-form select{
	height:30px;
}

.adv_filters_wrapper.no_filter{
	border-color:#fcd344; 
	background-color:#fafaec;
	color:#3d6611;
}

.additional-filters-form label{
	font-weight:bold;
}

.highslide-body div.button {
	margin:0 0 0 95px;
}

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; padding-top:3px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; margin-top:0; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { padding: 20px 0 0 10px; float:right; width: 328px;}
.add-to-box .add-to-cart { float:right; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {
	position:relative;
}

.product-essential {
	position:relative;
}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Associated Products List */

ul.associated-products-list{
	list-style:none;
	padding:0;
	margin:0;
}

ul.associated-products-list li{
	padding:5px 0;
}

ul.associated-products-list li .product-image, ul.associated-products-list li .product-details{
	float:left;
}

ul.associated-products-list li .product-details{
	padding:0 5px;
}

/* Product Images */
.product-view .product-img-box { padding:25px 10px 5px 10px; }

.category-jeep-jk-rockgear .product-view .product-img-box, .category-jeep-tj-lj-rockgear .product-view .product-img-box, .category-jeep-jl-rockgear .product-view .product-img-box, .category-jeep-jt-rockgear .product-view .product-img-box  { padding:0; }

.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { position:relative; }
.product-view .product-img-box .more-views ul { margin-left:-4px; }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px; }

.category-jeep-jk-rockgear .product-view .product-img-box .more-views, .category-jeep-tj-lj-rockgear .product-view .product-img-box .more-views, .category-jeep-jl-rockgear .product-view .product-img-box .more-views, .category-jeep-jt-rockgear .product-view .product-img-box .more-views {position:absolute; left:6px; bottom:6px; }

.category-jeep-jk-rockgear .product-view .product-img-box .more-views ul, .category-jeep-tj-lj-rockgear .product-view .product-img-box .more-views ul, .category-jeep-jl-rockgear .product-view .product-img-box .more-views ul, .category-jeep-jt-rockgear .product-view .product-img-box .more-views ul { margin-left:0px; }

.category-jeep-jk-rockgear .product-view .product-img-box .more-views li, .category-jeep-tj-lj-rockgear .product-view .product-img-box .more-views li, .category-jeep-jl-rockgear .product-view .product-img-box .more-views li, .category-jeep-jt-rockgear .product-view .product-img-box .more-views li {
	float:left;
	padding:0px;
	background-color:#ddd;
	margin:0 6px 0 0;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	border:1px solid #000;
}

/* Product Shop */
.product-view .product-shop { font-size:12px; padding:0 10px 10px 10px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-sku { float:left; color:#e31b23; font-weight:bold; font-size:28px; text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);  }
.product-view .product-name {
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-view .short-description {}
.product-view .content_break, .catalog-category-view .content_break {
	margin-top:20px; 
	width:676px; 
	height:10px; 
	background-image: url(../images/content_break.png); 
	background-repeat:no-repeat; 
}

.product-view .prod-left {
	width:328px;
	padding-right:10px;
	float:left;
}

.product-view .prod-right {
	width:328px;
	padding-left:10px;
	float:left;
}

.category-jeep-jk-rockgear .product-view .content_break, .category-jeep-jl-rockgear .product-view .content_break, .category-jeep-tj-lj-rockgear .product-view .content_break, .category-jeep-jt-rockgear .product-view .content_break {
	margin-top:0px; 
	width:696px;
}

.rockgear_landing_left{
	float:left;
	margin-right:10px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.rockgear_landing_right{
	float:left;
	margin-right:0px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.product-shop ul.product-shop-list { margin:0px; padding-left: 17px; list-style-image:url(../images/bullet.png); }
.product-shop ul.product-shop-list li { padding: 4px 0; }

.product-shop .specs_table {
	font-size:11px;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.product-shop .specs_table th {
	background-color:#e31b23;
	background-image: url(../images/chart_shadow.png);
	background-repeat:no-repeat;
	padding:5px;
	font-weight:bold;
	color:#eee;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .8);
}

.product-shop .specs_table td {
	background-color:#e5e5e5;
	background-image: url(../images/chart_shadow.png);
	background-repeat:no-repeat;
	padding:5px;
	border-right:1px solid #fff;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.product-shop .specs_table tr.item {
	border-top:1px solid #888;
}

.product-shop .specs_table tr.item.first {
	border-top:none;
}

.product-shop a.sku-link {
	color:#e31b23; 
	font-weight:bold; 
	font-size:22px; 
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.product-view .product-btm-links {
	height:50px;
	width:686px;
	padding-left:10px;
	padding-top:10px;
	background-image: url(../images/product-btm-links-bg.png);
	background-repeat:no-repeat;
}

.product-view .product-btm-links .product-btm-links-box {
	float:left;
	height:50px;
	margin-right:30px;
}

.product-view .product-btm-links .product-btm-links-box img {
	cursor:pointer !important;
}

/* Product Suspension */

.product-suspension-left, .product-suspension-right{
	position:relative;
	float:left;
	width:338px;
}

.product-suspension-vehicle{
	position:relative;
	float:right;
	width:510px;
	margin-top:-40px;
	z-index:1000;
}

.suspension_warranty_logo{
	width:98px;
	height:120px;
	float:left;
	padding:20px 0 0 40px;
}


/* Product Fitment */

.vehicle-fitment-wrapper{
	float:right;
	padding-left:10px;
	width:328px;
}

.vehicle-fitment-wrapper ul.vehicle-fitment-list-box {
	width:296px;
}

.vehicle-related{
	padding-top:10px;
}

.vehicle-related.shocks{
	padding-top:0px;
}

.vehicle-fitment-list-header{
	float:right;
}

.vehicle-related ul.vehicle-fitment-list-box {
	float:right;
	width:353px;
}

.vehicle-related .product-image{
	margin-bottom:10px;
}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

.cms-content-wrapper{
	position:relative;
	padding:10px;
	font-size:12px;
}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

.hp_content_wrapper{
	position:relative;
	height:368px;
	width:960px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	background-color:rgba(255,255,255,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
}

#hp_box1_wrapper{
	position:absolute;
	top:5px;
	left:5px;
	width:697px;
	height:130px;
	padding-left:5px;
	padding-top:15px;
	background-image: url(../images/home/hp_content_box_1_bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

#hp_box1_wrapper .dropdown-title{
	color:#fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

#hp_box1_wrapper .hp_box1_txt{
	position:absolute;
	top:18px;
	left:275px;
	width:410px;
	font-weight:bold;
	font-size:11px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

#hp_box2_wrapper{
	position:absolute;
	top:150px;
	left:5px;
	width:702px;
	height:223px;
}

.hp_box2{
	position:relative;
	float:left;
	width:234px;
	height:223px;
	background-image: url(../images/home/hp_content_box_2_bg.png);
	background-repeat:no-repeat;
}

.hp_box2.box2_1{
	width:204px;
	height:193px;
	padding:15px;
}

.hp_box2.box2_1 .hp_dealer_iframe{
	padding:5px;
	margin-top:5px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	background-color:rgba(255,255,255,0.65);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
}


.hp_box2.box2_1 .hp_dealer_iframe div.button{
	margin-right:0px;
}

.hp_box2.box2_2{
	background-image: url(../images/home/rockgearHPbutton.png);
}

.hp_box2.box2_2 a{
	width:214px;
	height:203px;
	margin-left:10px;
	margin-top:10px;
	display:block;
	text-indent:-9999px;
}

.hp_box2.box2_2 a.jk_link{
	position:absolute;
	bottom:15px;
	left:5px;
	width:90px;
	height:40px;
	display:block;
	text-indent:-9999px;
}

.hp_box2.box2_2 a.tj_link{
	position:absolute;
	bottom:15px;
	right:5px;
	width:88px;
	height:40px;
	display:block;
	text-indent:-9999px;
}

.hp_box2.box2_3{
	background-image: url(../images/home/hp_content_box_2_vr_bg.png);
}

.hp_box2.box2_3 a{
	width:214px;
	height:203px;
	margin-left:10px;
	margin-top:10px;
	display:block;
	text-indent:-9999px;
}

.hp_box2.last{
	margin-right:0px;
}

#hp_box3_wrapper{
	position:absolute;
	top:5px;
	right:5px;
	width:142px;
	height:258px;
	padding:110px 15px 0px 90px;
	background-image: url(../images/home/hp_content_box_3_bg.png);
	background-repeat:no-repeat;
	font-weight:bold;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

#hp_box3_wrapper .button{
	text-shadow:none;
}

.social_links_wrapper {
	position:absolute;
	top:5px;
	left:0px;
	z-index:9999;
}

.social_links_cat_wrapper {
	position:absolute;
	top:25px;
	right:10px;
	z-index:9999;
}

.social_links {
	position:relative;
	z-index:9999;
	float:left; 
}

.product-shop .social_links {
	float:right;
	padding-top:5px;
	z-index:40;
}

/* CMS Photo Gallery */

.photo_ablum_wrapper{
	position:relative;
	float:left;
	width:162px;
	margin-right:9px;
	padding-top:10px;
}

.photo_ablum_wrapper a{
	color:#000;
}

.photo_img_wrapper{
	position:relative;
	float:left;
	width:162px;
	margin-right:9px;
	padding-top:10px;
}

.photo_ablum_img_wrapper{
	width:150px;
	height:115px;
	padding: 5px;
	border: 1px solid #555;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	background-color:rgba(255,255,255,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
}

.photo_ablum_img{
	background-repeat: no-repeat;
	background-position: center center;	
	height:115px;
	width:150px;
}

.photo_ablum_txt{
	padding-top:5px;
	font-weight:bold;
	font-size:10px;
}

.photo_ablum_headername{
	color:#e31b23;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	padding-bottom:3px;
}

.powered_by_facebook{
	position:absolute;
	top:18px;
	right:20px;
	width:80px;
	height:48px;
	background-image: url(../images/powered_by_facebook.png);
	background-repeat:no-repeat;
}

/* CMS Video Gallery */

ul.cms-video-gallery-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.cms-video-gallery-list li{
	margin-right:20px;
	float:left;
	width:212px;
	margin-top:10px;
}

.cms-video-gallery-headername{
	color:#e31b23;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	padding-bottom:3px;
}

.cms-video-gallery-list-img{
	width:200px;
	padding: 5px;
	border: 1px solid #555;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	background-color:rgba(255,255,255,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
}

.cms-video-gallery-list-text{
	padding-top:5px;
	font-weight:bold;
	font-size:11px;
}

.cms-video-gallery-iframe{
	margin-top:5px;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}

/* CMS Events */

.events_table{
	margin:0 auto;
}

.events_table tr.event_table_header{
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-size:12px;
	color:#fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}

.events_table tr.event_table_header td{
	padding:10px;
}

.events_table tr.event_table_header td{
	border:none;
}

.events_table td{
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
}

.events_table tr:hover{
	background-color:#bbb;
}

.events_table .table_row_bg{
	background-color:#fff;
}

.cross_out{
	text-decoration: line-through;
}

/* CMS TV Exposure */



/* CMS About */

.about_left{
	width:328px;
	padding-right:10px;
	float:left;
}

.about_right{
	width:328px;
	padding-left:10px;
	float:left;
}

/* CMS Online Dealers */

ul.online-dealers-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.online-dealers-list li{
	float:left;
}

/* CMS Logos / Images */

ul.logos-images-list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.logos-images-list li{
	width:191px;
	height:206px;
	padding:17px;
	float:left;
	background-image:url(../images/logos-images/logo_images_bg.png);
	background-repeat:no-repeat;
}

.logoimage_boxtop{
	height:150px;
	width:191px;
}

.logoimage_boxbtm{
	height:50px;
	width:191px;
	padding-top:5px;
	background-color:#d5d5d5;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #aaa;
}

.logo_disclaimer_list{
	list-style-image:url(../images/bullet.png);
	margin-left:20px;
	font-size:12px;
}

.logo_disclaimer_list li{
	margin-top:5px;
}

/* CMS Contact */

.contact_left{
	width:280px;
	margin-right:10px;
	float:left;
}

.contact_right{
	width:376px;
	margin-left:10px;
	float:left;
}

.contact_right .f-left{
	margin-right:40px;
	margin-top:20px;
}
/* Social Rules */

.cms-social-rules ol li:not(:last-child) {
    margin-bottom: 15px;
}

/* CMS Promotions */

.promotions_downloads{
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	color:#444;
}

.promotions_downloads a{
	color:#000;
}

.promotions_downloads a:hover{
	color:#444;
}


/* CMS Catalog */

.catalogpdf_box{
	width:338px;
	position:relative;
	float:left;
}

.catalogpdf_box ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-image: url(../images/pdf_icon_13x13.png);
}

.catalogpdf_box li{
	padding-bottom:5px;
}

.catalogpdf_box img{
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}

.catalogpdf_img{
	position:relative;
	float:right;
}

.catalogpdf_box a{
	color:#222;
}

.catalogpdf_box a:hover{
	color:#000;
}

/* CMS Promotions */

.promotion_download_box{
	padding:10px 0;
	text-align:center;
	font-weight:bold;
}

/* CMS Promotion Qualify */

.qualify_landing_box{
	float:left;
	width:323px;
	margin-top:10px;
	margin-right:18px;
}

.qualify_landing_img{
	width:323px;
	background-color:#ccc;
}

.qualify_landing_txt{
	padding:5px;
	font-weight:bold;
	text-align:center;
}

.qualify_form_wrapper{
	position:relative;
	width:600px;
	margin:0 auto;
	padding-top:20px;
}

.qualify_form_box{
	float:left;
	width:180px;
	margin-top:10px;
	text-align:center;
	font-size:11px;
}

.qualify_form_box.header{
	height:auto;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-shadow:1px 1px 0 rgba(136, 136, 136, 0.6);
	padding:10px 0;
	background-color:#000;
}

.qualify_form_box.header.desc{
	padding:10px 0;
}

.qualify_form_box.desc{
	padding-top:8px;
	width:240px;
}

.qualify_form_input{
	background-color: #F5F5F5;
    border:1px solid #000000;
    font-size: 12px;
    height: 20px;
	width: 100px;
    padding: 5px;
}

.qualify_anwser{
	/*display:none;*/
	padding:5px;
	border-width: 3px;
	border-style:solid;
	font-size: 14px;
	font-weight:bold;
	height:16px;
	width:100px;
	text-align:center;
	margin:0 auto;
}

.qualify_anwser.yes{
	background-color:#C6FFC6;
	border-color:#009900;
}

.qualify_anwser.no{
	background-color:#ffcaca;
	border-color:#bb0000;
}

.qualify_loading{
	position: relative;
	width:16px;
	height:16px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	margin:0 auto;
}

/* CMS Vehicles Needed */

ul.vehicles_needed_list{
	list-style-image:url(../images/bullet.png);
	margin-left:0px;
	font-size:12px;
	font-weight:bold;
}

ul.vehicles_needed_list li{
	padding-top:5px;
}

/* CMS Interactive Garage */

.cms-interactive-garage .page-title, .cms-interactive-garage-builds .page-title, .cms-interactive-garage .breadcrumbs, .cms-interactive-garage-builds .breadcrumbs{
	display:none;
}

.cms-interactive-garage .main-container, .cms-interactive-garage .col-main{
	width: 100%
}


/* CMS Mobile Apps */

.mobile-apps-download-wrapper{
	float:left;
	width:333px;
	margin-right:10px;
	margin-top:20px;
}

.mobile-apps-download-icon{
	float:left;
	width:125px;
}

.mobile-apps-download-txt{
	float:left;
	width:198px;
	padding-left:10px;
	padding-top:5px;
}

.mobile-apps-download-header{
	border-bottom:1px dotted #000;
}

.mobile-apps-download-link{
	float:left;
	width:139px;
	margin-top:5px;
}

/* CMS 360 / VR */
	
	/* LIST VIDEO */

	.vr-list .grid-item{
		position: relative;
		width: 460px;
		height: 230px;
		float: left;
		margin: 10px;
		background-repeat: no-repeat;
		background-size: contain;
		-moz-box-shadow: 0px 0px 3px #000;
		-webkit-box-shadow: 0px 0px 3px #000;
		box-shadow: 0px 0px 3px #000;
	}

	.vr-list .grid-item .vr360-logo{
		position: absolute;
		width: 85px;
		height: 60px;
		left: 10px;
		top: 10px;
		background-image:url(../images/vr_360/360_logo.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.vr-list .grid-item .vr-list-details{
		position: absolute;
		max-width: 285px;
		right: 10px;
		top: 10px;
		background-color:rgba(0,0,0,0.6);
		-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
		border: 1px solid #000;
		padding: 10px;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		text-align: right;
	}

	.vr-list .grid-item .vr-list-link-wrapper{
		position: absolute;
		display: block;
		bottom: 0;
		width: 200px;
		background-color:rgba(0,0,0,0.6);
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background-image:url(../images/vr_360/play_icons.png);
		background-repeat: no-repeat;
		background-size: contain;
		text-align: right;
		cursor: pointer;
	}

	.vr-list .grid-item .vr-list-link-wrapper.left{
		left: 0;
	}

	.vr-list .grid-item .vr-list-link-wrapper.right{
		right: 0;
	}

	.vr-filter.button-group.filter-button-group {
	  	text-align: center;
		padding: 20px 0 10px 0;
	}

	/* PLAY VIDEO */
	
	#vrview{
		position: relative;
		height: 470px;
		margin-top: 5px;
		-moz-box-shadow: 0px 0px 3px #000;
		-webkit-box-shadow: 0px 0px 3px #000;
		box-shadow: 0px 0px 3px #000;
	}

	.vr-playvideo-logo{
		display: none;
		height:160px;
		width: 223px;
		margin: 0 0 20px 0;
		background-image:url(../images/vr_360/360_logo.png);
		background-position: 0 0;
		background-size: contain;
		background-repeat: no-repeat;
		float: left;
		text-indent: -9999px;
	}
	
	.vr-filterby-wrapper{
		position: relative;
		width: 960px;
	}
	
	.vr-filterby-box{
		width: 460px;
		float: left;
		margin: 10px 10px 0 10px;
	}

	.vr-filterby-map-select{
		width: 460px;
		height: 281px;
		background-image:url(../images/vr_360/vr_map.png);
		background-position: 0 0;
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.vr-map-close-btn{
		position: absolute;
		width: 60px;
		height: 60px;
		top: 0;
		right: 10px;
		background-image:url(../images/close.png);
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.vr-filterby-map-wrapper{
		position: relative;
		width: 940px;
		height: 575px;
		padding: 10px 10px 0 10px;
		background-image:url(../images/vr_360/vr_map.png);
		background-position: 10px;
		background-repeat: no-repeat;
		display: none;
	}
	
	.vr-filterby-map-icon{
		position: absolute;
		width: 70px;
		height: 37px;
		background-image:url(../images/vr_360/vr_map_icon.png);
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.vr-filterby-map-name{
		position: absolute;
		bottom: 0;
		left: 10px;
		font-size: 20px;
		color: #eee;
		font-weight: bold;
		text-align: left;
	}

	.vr-info-wrapper{
		display: none;
		float: left;
		font-size: 14px;
		color: #eee;
		font-weight: bold;
		padding: 10px 0 0 20px;
		max-width: 190px;
	}

	.vr-info-wrapper.instructions{
		max-width: 370px;
		float: right;
	}

	.vr-info-wrapper.vr-list-view.instructions{
		display: block;
		float:none;
		max-width:none;
		padding: 20px;
		text-align: left;
		background-color:rgba(255, 255, 255, 0.5);
		-moz-box-shadow:    inset 0 0 4px #fff, 0px 0px 2px rgba(0, 0, 0, 0.5); 
		-webkit-box-shadow: inset 0 0 4px #fff, 0px 0px 2px rgba(0, 0, 0, 0.5); 
		box-shadow:         inset 0 0 4px #fff, 0px 0px 2px rgba(0, 0, 0, 0.5); 
		color: #e31b23;
	}
	
	.vr-info-wrapper .vr-instructions{
		padding-left: 80px;
		margin-top: 10px;
		background-repeat: no-repeat;
	}

	.vr-info-wrapper.vr-list-view .vr-instructions{
		float: left;
		max-width: 220px;
		margin-top: 0!important;
	}

	.vr-info-wrapper .vr-instructions.desktop{
		background-image:url(../images/vr_360/instruction_desktop.png);
		min-height: 31px;
		margin-top: 0;
	}

	.vr-info-wrapper .vr-instructions.mobile{
		background-image:url(../images/vr_360/instruction_mobile.png);
		min-height: 22px;
	}

	.vr-info-wrapper .vr-instructions.cardboard{
		background-image:url(../images/vr_360/instruction_cardboard.png);
		min-height: 45px;
	}
	
	.vr-info-wrapper.vr-list-view .vr-instructions.mobile, .vr-info-wrapper.vr-list-view .vr-instructions.cardboard{
			margin-left: 10px!important;
	}
	
	.vr-player-btn-wrapper{
		width: 102px;
		margin: 0 auto;
	}

	.vr-player-btn{
		position: relative;
		float: left;
		width: 82px;
		height: 74px;
		background-repeat: no-repeat;
		cursor: pointer;
		text-indent: -9999px;
		margin: 10px;
	}

	.vr-player-btn.vr-play-btn{
		display: none;
		background-image:url(../images/vr_360/play_icons.png);
	}

	.vr-player-btn.vr-pause-btn{
		background-image:url(../images/vr_360/pause_icons.png);
	}

	.vr-player-btn.vr-mute-btn{
		background-image:url(../images/vr_360/muteon_icons.png);
	}

	.vr-player-btn.vr-unmute-btn{
		display: none;
		background-image:url(../images/vr_360/muteoff_icons.png);
	}

/* ADDITIONAL FINDER FILTERING */

.suspension_type_wrapper, .rancho_type_wrapper, .custom_height_wrapper, .filter_button_wrapper{
	display:none;
}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table {background-color:#fff;}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:10px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { margin:0 auto; padding:30px 0 20px 0; width:960px; }
.footer-container{
	position:relative;
	background-image: url(../images/footer_bg.png);
	background-repeat:repeat-x;
	background-position:0 0;
	margin-top:-10px;
	padding:0;
	z-index:50;
}

.footer a:link, .footer a:visited  {
	font-size: 10px;
	color: #ddd;
	font-weight:normal;
}

.footer a:hover, .footer a:active {
	font-size: 10px;
	color: #bbb;
	font-weight:normal;
}

.footernav_box{
	position:relative;
	float:left;
	margin-right:9px;
}

.footernav_box ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.footernav_col{
	width:150px;
	position:relative;
	float:left;
	padding-left:5px;
	padding-top:5px;
	color: #444;
}

.footernav_header{
	padding:5px;
	border: 1px solid #777;	
	background-image: url(../images/content_box_bg.jpg);
	background-repeat:repeat-x;
	background-position:center center;
	font-weight:bold;
	color:#222;
}

.footernav_header.header_same_row, .footernav_subheader.header_same_row{
	margin-top:5px;
}

.footernav_header a:link, .footernav_header a:visited  {
	font-size: 11px;
	color: #222;
	font-weight:bold;
}

.footernav_header a:hover, .footernav_header a:active {
	font-size: 11px;
	color: #444;
	font-weight:bold;
}

.footernav_subheader a:link, .footernav_subheader a:visited  {
	font-size: 11px;
	color: #fff;
	font-weight:bold;
}

.footernav_subheader a:hover, .footernav_subheader a:active {
	font-size: 11px;
	color: #ccc;
	font-weight:bold;
}

#subfooter_wrapper{
	text-align:center;
	padding-top:20px;
}

#subfooter_logo{
	margin:0 auto;
}

/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.clear_left{
	clear:left;
}

.clear_both{
	clear:both;
}
.vehicle-related-wrapper{
    display:none;
}
}

/* ======================================================================================= */
