/*********************************/
/** Grant Products CSS ***********/
/*********************************/

/*********************************/
/** Font Face CSS ****************/
/*********************************/

@font-face {
    font-family: 'TurnpikeRegular';
    src: url('/css/fonts/turnpike-webfont.eot');
    src: local('TurnpikeRegular'), url('/css/fonts/turnpike-webfont.woff') format('woff'), url('/css/fonts/turnpike-webfont.ttf') format('truetype'), url('/css/fonts/turnpike-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********************************/
/** IE Rules CSS ****************/
/*********************************/

.ie div#footer_nav li a {
    margin-right:70px;
}

/*********************************/
/** All Page CSS *****************/
/*********************************/

* {
    padding:0;
    margin:0;
}

html, body {
    font:62.5% "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background:black;
    color:white;
}

.hidden { display:none; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

a { color:white; text-decoration:none; }
a, a:hover, a:active, a:focus { outline:none; }

div#ajax-loader {
    display:block;
    width:54px;
    height:14px;
    color:black;
    font-size:14px;
    line-height:14px;
    padding:5px;
    padding-left:25px;
    background:#fff url('/img/ajax-loader.gif') no-repeat 4px 4px;
    top:10px;
    left:10px;
    position:fixed;
    border:solid 2px #cccccc;
}

div#wrapper {
    width:1104px;
    margin:0 auto;
    margin-top:5px;
    background:url('/img/page_wrapper_bg.png') no-repeat top left;
}

.home div#wrapper { background:url('/img/wrapper_bg.png') no-repeat top left; }

div#masthead { width:1000px; height:119px; margin:0 auto; position:relative; z-index:90; }

a#logo {
    display:block;
    width:191px;
    height:79px;
    position:absolute;
    top:13px;
    left:6px;
    background:url('/img/logo.png') no-repeat top left;
    text-indent:-9000px;
}

div#top_nav {
    font-size:11px;
    margin-top:12px;
    margin-right:18px;
    float:right;
}

div#top_nav ul > li {
    display:block;
    float:left;
    list-style-type:none;
    position:relative;
}

div#top_nav ul > li > a {
    display:block;
    text-decoration:none;
    text-transform:uppercase;
    height:18px;
    line-height:18px;
    background:url('/img/top_nav_bg.png') no-repeat top right;
    padding-right:33px;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin-left:2px;
}

div#top_nav ul > li > a:hover { background-position:right -28px;}

div#top_nav li.where-to-buy > ul {
    display: none;
}

div#top_nav li.where-to-buy.clicked a {
    background-color: black;
    -moz-box-shadow: 0px 2px 2px #333;
    -webkit-box-shadow: 0px 2px 2px #333;
    box-shadown: 0px 2px 2px #333;
    background-position: right -28px;
}

div#top_nav li.where-to-buy.clicked > ul {
    display: inline;
    position: absolute;
    background-color:black;
    width:130px;
    padding:10px 10px;
    z-index:99;
    border-top:none;
    -moz-box-shadow: 0px 2px 2px #333;
    -webkit-box-shadow: 0px 2px 2px #333;
    box-shadow: 0px 2px 2px #333;
    text-align:left;
}

div#top_nav li.where-to-buy.clicked > ul > li {
    display: inline;
    float: none;
}

div#top_nav li.where-to-buy.clicked > ul > li a {
    background-image: none;
}

div#top_nav li.where-to-buy.clicked > ul > li a:hover {
    color: #ddd;
}

div#top_nav li.application-search.clicked a {
    background-color:black;
    -moz-box-shadow: 0px 2px 2px #333;
    -webkit-box-shadow: 0px 2px 2px #333;
    box-shadow: 0px 2px 2px #333;
    background-position:right -28px;
}

div#top_nav li.application-search.clicked > ul {
    display:block;
}

div#top_nav li.application-search > ul {
    position:absolute;
    left:2px;
    display:none;
    background-color:black;
    width:141px;
    padding:15px 10px;
    z-index:99;
    border-top:none;
    -moz-box-shadow: 0px 2px 2px #333;
    -webkit-box-shadow: 0px 2px 2px #333;
    box-shadow: 0px 2px 2px #333;
    text-align:center;
}

li.application-search select#vehicle_year { display:block; }

li.application-search select {
    display:none;
    width:140px;
    margin-bottom:10px;
}

li.application-search .search {
    font-size:14px;
}

div#search_bar {  
    display:block;
    float:right;
    margin-top:7px;
}

div#search_bar input#search_box {
    border:none;
    width:149px;
    height:32px;
    line-height:32px;
    background:url('/img/search_bg.png') no-repeat top left;
    color:#777;
    padding:0px 15px;
    font-size:12px;
    font-weight:bold;
}

div#search_bar input#search_submit {
    display:none;
} 

div#middle_nav {
    float:right;
    margin-top:9px;   
}

div.main-nav {
    font-family:"TurnpikeRegular", "Arial", sans-serif;
    font-weight: normal; 
    font-style: normal;
    font-size:12px;
    clear:both;
    height:26px;
}

div.main-nav ul > li {
    display:block;
    float:left;
    list-style-type:none;
}

div.main-nav ul > li > a, div.main-nav ul > li a .hover {
    text-decoration:none;
    margin-right:15px;
    height:26px;
    background:url('/img/middle_nav_separator.png') no-repeat top right;
    line-height:26px;
    padding-right:17px;
    display:block;
}

div.main-nav li.highlight a:hover, div.main-nav li a .hover { color:#990000; }

div.main-nav li:last-child a, div.main-nav li.last-child a { background:none; margin-right:0; padding-right:0; }

div#bottom_nav {
    clear:both;
    /*    position:absolute;*/
    margin-top:11px;
    float:right;
    font-size:14px;
    font-weight:bold;
    z-index:100;
}

div#bottom_nav > ul > li {
    display:block;
    float:left;
    list-style-type:none;
    margin-right:3px;
    cursor:pointer;
}

div#bottom_nav > ul > li:last-child, div#bottom_nav > ul > li.last-child { margin-right:0; } 

div#bottom_nav > ul > li > a {
    display:block;
    height:34px;
    line-height:29px;
    text-decoration:none;
    background:url('/img/bottom_nav_bg_left.png') no-repeat top left;
    position:relative;
    cursor:pointer;
}

div#bottom_nav > ul > li > a > span.text {
    display:inline-block;                
    height:34px;
    background:url('/img/bottom_nav_bg_right.png') no-repeat top right;
    padding:0px 30px;
    position:relative;
    
    
}

div#bottom_nav > ul > li > a > span.hover {
    display:block;
    height:34px;
    background:url('/img/bottom_nav_bg_left.png') no-repeat 0 -34px;
    padding:0px 30px;
    margin-top:-34px;
    position:relative;
}

div#bottom_nav > ul > li.highlight:hover > a { background-position:0 -34px; }

div#bottom_nav > ul > li.highlight:hover > a > span.text { background:none; }

div#bottom_nav li > ul { 
    display:none;
    position:absolute;
    top:116px;
    background:#a30010;
    padding:5px;
    z-index:200;
}

div#bottom_nav li.highlight:hover > ul { display:block; }

div#bottom_nav li > ul > li {
    display:block;
    list-style-type:none;
}

div#bottom_nav li > ul > li > a {
    display:block;
    height:26px;
    line-height:26px;
    color:black;
    font-size:13px;
    width:200px;
    cursor:pointer;
}

div#bottom_nav li.highlight > ul > li > a:hover { background-position:0px -26px; }

div#bottom_nav li > ul > li > a > span.text {
    display:block;                
    height:26px;
    line-height:26px;
    background:url('/img/subnav_bg.png') repeat-x top left;
    text-align:center;
}

div#bottom_nav li > ul > li > a > span.hover {
    display:block;                
    height:26px;
    line-height:26px;
    margin-top:-26px;
    background:url('/img/subnav_bg.png') repeat-x 0 -26px;
    text-align:center;
}

div#content {
    clear:both;
    width:1000px;
    margin:0 auto;
    position:relative;
    z-index:50;
}

div#footer {
    width:1000px;
    margin:0 auto;
    font-size:11px;
    font-weight:bold;
}

div#footer a { color:#9d2b2d; }

div#footer div#footer_text { height:32px; margin-bottom:20px; }

div#footer a#facebook {
    background:url('/img/facebook.png') no-repeat top left;
    display:block;
    float:left;
    width:32px;
    height:32px;        
    text-indent:-9000px;
    margin-right:10px;
}

div#footer a#twitter {
    background:url('/img/twitter.png') no-repeat top left;
    display:block;
    float:left;
    width:32px;
    height:32px;
    text-indent:-9000px;
}

div#footer_nav {
    margin-top:20px;
    margin-left:2px;
    margin-bottom:20px;
    font-weight:normal;
}

div#footer_nav li a {
    background:none;
    margin-right:73px;
    padding-right:0;
    color:white;


}

div#footer_nav li a:hover { color:#990000; }

div#footer_nav li:last-child a, div#footer_nav li.last-child a { margin-right:0; }

/*********************************/
/** Homepage CSS *****************/
/*********************************/

div#rotator {
    position:relative;
    width:1000px;
    height:554px;
    opacity:0;
    z-index:1;
}

div#rotator div.items-container {
    width:1000px;
    height:554px;
    position:absolute;
    display:block;
    overflow:hidden;
}

div#rotator div.items {
    width:1000px;
    height:554px;
    position:absolute;
    display:block;
}

div#rotator div.overlay {
    position:relative;
    width:1000px;
    height:554px;
    float:left;
}

div#rotator div.section-copy {
    position:absolute;
    top:28px;
    left:28px;
    width:450px;
    height:165px;
    padding:15px 20px;
    background:url('/img/rotator_copy_bg.png') no-repeat top left;
    font-size:11px;
    line-height:1.3em;
}

div#rotator div.section-copy h2 { font-size:16px; text-transform:uppercase; margin-bottom:6px; }
div#rotator div.section-copy a.learn-more { 
    font-size:15px; 
    color:#990000; 
    text-transform:uppercase;
    text-decoration:none;
    font-weight:bold;
    position:absolute;
    top:141px;
    right:60px;
}

div#rotator_nav {
    display:block;
    position:absolute;
    /*        bottom:10px;
              left:170px;*/
    bottom:0px;
    left:0px;
    font-size:10px;
    font-family:"TurnpikeRegular", "Arial", sans-serif;
    font-weight: normal; 
    font-style: normal;
    width:940px;
    height:30px;
    opacity:.6;
    filter: alpha(opacity=60);
    background-color:#000;
    line-height:30px;
    padding:0px 30px;
/*        -moz-border-radius:10px;
          -webkit-border-radius:10px;*/
/*        cursor:pointer;*/
}

div#rotator_nav div#rnav_container {
    width:940px;
    overflow:hidden;
    background:url('/img/rotator_nav_bg.png') no-repeat top left;
    position:relative;
    opacity:0;
    filter:alpha(opacity=100);
}

div#rnav_container ul { width:5000px; }

div#rnav_container ul li {
    list-style-type:none;
    display:block;
    float:left;
    padding-right:30px;
    cursor:pointer;
}

div#rnav_container ul li a { color:inherit; }

div#rnav_container ul li:first-child {
/*            margin-left:382.5px;*/
}

div#rnav_container ul li:last-child {
    padding-right:0px;
}

div#rotator_nav div#fader_left { width:225px; height:30px; position:absolute; top:0; left:30px; cursor:pointer; background:url('/img/rotator_nav_bg.png') no-repeat top left; }
div#rotator_nav div#fader_right { width:225px; height:30px; position:absolute; top:0; right:30px; cursor:pointer; background:url('/img/rotator_nav_bg.png') no-repeat top right; }

/*********************************/
/** Product Page CSS *************/
/*********************************/

div.inner-content {
    background-color:white;
    padding:10px 9px;
    color:black;
    font-size:12px;
}

div.inner-content a { color:#931717; }
div.inner-content a:hover { text-decoration:underline; }

div.inner-content div.breadcrumbs {
    margin-bottom:10px;
}

.filter_bar {
    width: 100%;
    height: 30px;
    color: #992b2a;
    font-weight: bold;
    background-image: url('/img/mini_wheel.jpg');
    background-repeat: no-repeat;
}

.filter_bar p {
    float: left;
    margin-left: 35px;
    margin-top: 8px;
}

.filter_bar a {
    float: right;
    width: 131px;
    height: 26px;
    margin-bottom: 10px;
    text-indent: -9999px;
    background-image: url('/img/clear_selection_btn.jpg');
}

body.products_browse.steering-wheels_category div.top-header {
    background:url('/img/products/top_steeringwheels.jpg') no-repeat top left;
}
body.products_browse.airbag-solutions_category div.top-header {
    background:url('/img/products/top_airbagsolutions.jpg') no-repeat top left;
}
body.products_browse.installation-kits_category div.top-header {
    background:url('/img/products/top_installationkits.jpg') no-repeat top left;
}
body.products_browse.accessories_category div.top-header {
    background:url('/img/products/top_accessories.jpg') no-repeat top left;
}
body.products_browse.application_search div.top-header {
    background:url('/img/products/top_application_search.jpg') no-repeat top left;
}
body.products_browse.apparel_category div.top-header {
    background:url('/img/products/top_apparel.jpg') no-repeat top left;
}

body.products_browse div.top-header {
    width:982px;
    height:174px;
    position:relative;
    margin-bottom:20px;
}

body.products_browse div.top-header p {
    position:absolute;
    color:black;
    font-weight:bold;
    font-size:14px;
    width:507px;
    height:40px;
    padding:20px;
    top:76px;
    left:420px;
}

div.filter { margin-bottom:20px; }

div.filter table {
    width:982px;
    border:solid 1px #919191;
    border-right:none;
    border-collapse:separate;
}

div.filter table thead {
    background-color:#afafaf;
}

div.filter table thead th {
    padding:5px 10px;
    font-size:14px;
    text-align:left;
    color:#ffffff;
    font-weight:bold;
    text-transform:uppercase;
}

div.filter table th { border-right:solid 1px #919191; border-bottom:solid 1px #919191; }
div.filter table td:last-child, div.filter table td.last-child { border-right:solid 1px #919191; }
div.filter table td { border-right:solid 1px #d4d4d4; }

div.filter div.filter-box {
    overflow-x:hidden;
    overflow-y:auto;
    height:150px;
    padding:5px 10px;
}

div.filter div.filter-box a {
    display:block;
    color:#6a6a6a;
    padding:2px;
    overflow:hidden;
}

div.filter div.filter-box a:hover, div.filter div.filter-box a.selected { background-color:#e9e9e9; text-decoration:none; }


/*************** Quick/Dirty Filter List fix *******/
/*************** hides empty filter cols   ********/
body.products_browse.installation-kits_category div.filter .diameter 
,body.products_browse.installation-kits_category div.filter .grip
,body.products_browse.installation-kits_category div.filter .offset
,body.products_browse.installation-kits_category div.filter .spoke_count
,body.products_browse.installation-kits_category.automotive_application div.filter .spoke_finish
,body.products_browse.installation-kits_category.utv-golf-sxs_application div.filter .color
,body.products_browse.installation-kits_category.utv-golf-sxs_application div.filter .spoke_finish
,body.products_browse.installation-kits_category.utv-golf-sxs_application div.filter .spoke_material
,body.products_browse.installation-kits_category.racing_application div.filter .color
,body.products_browse.installation-kits_category.marine_application div.filter .color
,body.products_browse.airbag-solutions_category div.filter .diameter
,body.products_browse.airbag-solutions_category div.filter .offset
,body.products_browse.airbag-solutions_category div.filter .spoke_material
,body.products_browse.accessories_category div.filter .offset
,body.products_browse.accessories_category div.filter .spoke_count
,body.products_browse.accessories_category.automotive_application div.filter .diameter
,body.products_browse.accessories_category.automotive_application div.filter .spoke_finish
,body.products_browse.accessories_category.automotive_application div.filter .spoke_material
,body.products_browse.accessories_category.automotive_application div.filter .spoke_count
,body.products_browse.accessories_category.heavy-duty-truck_application div.filter .diameter
,body.products_browse.accessories_category.heavy-duty-truck_application div.filter .grip
,body.products_browse.accessories_category.heavy-duty-truck_application div.filter .spoke_finish
,body.products_browse.accessories_category.heavy-duty-truck_application div.filter .spoke_material
,body.products_browse.accessories_category.heavy-duty-truck_application div.filter .spoke_count
,body.products_browse.accessories_category.racing_application div.filter .diameter
,body.products_browse.accessories_category.racing_application div.filter .grip
,body.products_browse.accessories_category.racing_application div.filter .spoke_finish
,body.products_browse.accessories_category.racing_application div.filter .spoke_count
{display:none;}



div.product-list {
    margin-bottom:20px;
}

div.product-list table { 
    width:982px;
}

div.product-list .product-cell { 
    text-align:center; 
    width:150px; 
    padding:10px 10px 20px 10px; 
    border:solid 2px #fff; 
    -moz-border-radius:10px; 
    -webkit-border-radius:10px; 
    border-radius:10px; 
}

div.product-list .product-cell.selected { border-color:#ccc; }

div.product-list .product-image { width:150px; padding:5px; border:solid 2px #fff; }

div.product-list a:hover .product-image {  }

div.product-list .quick-view {
    width:115px;
    height:31px;
    background:url('/img/products/quick-view.png') no-repeat top left;
    display:block;
    margin:10px auto; 
}

div.product-list .description { display:block; margin:10px 0px 8px 0px; text-align:center; }

div.product-list .notes { display: block; margin: 10px 0 8px 0px; text-align: center; }

div.product-list .price { font-weight:bold; font-size:17px; }

/*********************************/
/** Product View CSS *************/
/*********************************/    

.products.view #product-info {
    width: 319px;
}

.products.view #product-description {
    width:319px;
    margin-top:10px;
}

.products.view #product-description h1 {
    height:39px;
    font-size:18px;
    width:275px;
    color:white;
    background-color:#990000;
    line-height:39px;
    padding:0px 34px 0px 10px;
    background:#990000 url('../img/product-title-right.png') no-repeat top right;
}

.products.view #product-description p {
    font-size:14px;
    width:280px;
    padding:10px;
    background-color:#cccccc;
    color:#333333;
    line-height:1.5em;
}

.products.view #product-instructions {
    width: 319px;
    margin-top: 10px;
}

.products.view #product-instructions h1 {
    height:39px;
    font-size:18px;
    width:275px;
    color:white;
    background-color:#990000;
    line-height:39px;
    padding:0px 34px 0px 10px;
    background:#990000 url('../img/product-title-right.png') no-repeat top right;
}

.products.view #product-instructions p {
    font-size:14px;
    width:280px;
    padding:10px;
    background-color:#cccccc;
    color:#333333;
    line-height:1.5em;
}

.products.view #product-instructions ul {
    font-size:14px;
    width:280px;
    padding:10px;
    background-color:#cccccc;
    color:#333333;
    line-height:1.5em;
    list-style-type: none;
}

.products.view #product-instructions ul li {
    padding-left: 23px;
    padding-top: 3px;
    margin-bottom: 3px;
    background: url('../img/pdf_icon.png') no-repeat left;
}

.products.view #product-details {
    width:633px;
    padding:0px 0px 0px 30px;
    margin-top:10px;
}

.products.view #product-details img {
    border:solid 3px #CCC;
    padding:5px;
}

.products.view #product-details dl dt {
    margin-bottom:7px;
}

.products.view #product-details dl dd {
    margin-bottom:15px;
    margin-left:10px; margin-bottom:20px; display:block;
}

.products.view #product-details dt {
    display:block;
    margin-left:0px;
    line-height:14px;
    padding-left:10px;
    font-weight:bold;
    background:url('../img/dt-triangle.png') no-repeat center left;
}

.products.view #product-details .right { width:318px; font-size:16px; }

.products.view #product-details a.add-to-cart {
    width:195px;
    height:42px;
    display:block;
    background:url("../img/add-to-cart.png") no-repeat top left;
    margin-bottom:10px;
}

/******** SHOPPING BAR ********/

.shopping-bar {
    width:100%;
    height:30px;
    background-color:#4e0000;
    border-bottom:solid 1px #760000;
    font-size:14px;
    line-height:25px;
    display:none;
}

.shopping-bar .inner {
    width:1000px;
    margin:0 auto;
    padding:2.5px 0px;
}

.shopping-bar .shopping-cart {
    display:block;
    float:left;
    height:25px;
    background:url('../img/shopping-cart.png') no-repeat top left;
    padding-left:30px;
    margin-right:20px;
}

.shopping-bar .product { position:relative; float:left; display:block; margin-right:10px; }

.shopping-bar .remove {
    float:left;
    display:none;
    overflow:hidden;
    width:1px;
    margin-left:5px;
}

.shopping-bar .product img {
    float:left;
    border:solid 1px black;
    padding:1px;
    background-color:white;
    cursor:pointer;
}

.shopping-bar .product iframe {
    overflow:hidden;
    border:solid 2px #333333;
    position:absolute;
    display:none;
    left:0px;
    top:25px;
    width:0px;
    height:0px;
    z-index:999;
    -moz-box-shadow: 2px 2px 2px #333;
    -webkit-box-shadow: 2px 2px 2px #333;
    box-shadow: 2px 2px 2px #333;
}

.shopping-bar .total a:hover { text-decoration:underline; }

/*** Application Search ***/

.products_browse.application_search h2 {
    color:#333;
    font-size:28px;
    text-align:center;
}

.products_browse.application_search h2 span.red { color:#931717; }

.products_browse.application_search .app-search {
    border:solid 1px #777676;
    width:725px;
    margin:15px auto;
    -moz-box-shadow: 0px 2px 5px #333;
    -webkit-box-shadow: 0px 2px 5px #333;
    box-shadow: 0px 2px 5px #333;
}

.products_browse.application_search .app-search h3 {
    font-family:"TurnpikeRegular", "Arial", sans-serif;
    font-size:13px;
    text-align:center;
    font-weight:normal;
    color:#990000;
    height:30px;
    display:block;
    background-color:#d8d5d5;
    line-height:30px;
    -moz-box-shadow: 0px 2px 5px #333;
    -webkit-box-shadow: 0px 2px 5px #333;
    box-shadow: 0px 2px 5px #333;
}

.products_browse.application_search .app-search .inner {
    margin:10px;
    padding:10px;
    border:solid 1px #999;
}

.products_browse.application_search .app-search .selects {
    margin:20px 0px;
    text-align:center;
}

.products_browse.application_search .app-search .selects select {
    width:145px;
}

.products_browse.application_search .app-search .find-your-application {
    display:block;
    width:202px;
    height:31px;
    margin:0 auto 20px auto;
    background:url('../img/findyourapplication.png') no-repeat top left;
}


/*********************************/
/** CMS GENERAL CSS *************/
/*********************************/
.cms_display .inner-content h1, .cms_display .inner-content h2 {
    color:#990000;
    text-transform: uppercase;
    font-size:18px;	
    margin:10px 0 15px;
    padding:0 0 3px;
    border-bottom:1px dashed #808080;
}
.cms_display .inner-content h1 span {
    color:#333;
    text-transform:none;
    font-size:14px;
    font-weight:normal;
    padding-left:25px;
}
.cms_display .inner-content div.column-2 {
    float:left;
    width:460px;
    margin-right:42px;
    padding:0 5px;	
}
.cms_display .inner-content div.column-2.last {
    margin-right:0;
}

.cms_display .inner-content p {
    margin-bottom:20px;	
}
.cms_display .inner-content a.download {
    display:block;
    height:31px;
    width:115px;
    margin:15px 0;
    background:url('/img/cms/button_download.gif') left top;	
}



/** CMS About Us Page *************/

.cms_display.about-us .inner-content div.top-header {
    background:#e8e8e8 url('../img/cms/top_about_us.jpg') no-repeat top left;
    width:982px;
    padding-top:120px;
    margin-bottom:20px;
    
}
.cms_display.about-us .inner-content div.top-header p {	
    padding:15px;		
}
.cms_display.about-us .inner-content .date {
    font-size:16px;
}

.cms_display.about-us .inner-content .ui-tabs  { zoom: 1; }
.cms_display.about-us .inner-content .ui-tabs .ui-tabs-nav {
    list-style: none; 
    position: relative; 
    padding: 2px 2px 0; 
    overflow: hidden; 
    top: 1px; z-index: 1000; height: 25px; }

.cms_display.about-us .inner-content .ui-tabs .ui-tabs-nav li {
    position: relative; float: left; border: 1px solid #ccc; 
    border-bottom-width: 0 !important; margin: 0 2px -1px 0; background: #ccc; }

.cms_display.about-us .inner-content .ui-tabs .ui-tabs-nav li a { 
    float: left; 
    text-decoration: none; 
    padding: 5px 10px; 
    color: #000; }
.cms_display.about-us .inner-content .ui-tabs .ui-tabs-nav li.ui-tabs-selected  { 
    padding-bottom: 1px; 
    border-bottom-width: 0; 
    background: white; }

.cms_display.about-us .inner-content .ui-tabs .ui-tabs-panel { 
    display: block; border-width: 0; 
    background: none;
    border: 1px solid #ccc; 
    position: relative;
    min-height: 350px; 
    height: auto !important; height: 350px; 
    padding:15px;}
.cms_display.about-us .inner-content .ui-tabs .ui-tabs-hide {display: none !important; }
.cms_display.about-us .inner-content a.mover { 
    background: #900; 
    padding: 6px 12px; 
    position: absolute;
    color: white; 
    font-weight: bold; 
    text-decoration: none; }
.cms_display.about-us .inner-content .next-tab 	{ bottom: 0; right: 0; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; }
.cms_display.about-us .inner-content .prev-tab 	{ bottom: 0; left: 0; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }


/** CMS Catalogs Page *************/
.cms_display.catalogs .inner-content div.catalog-item {
    float:left;
    margin-bottom:25px;
    width: 460px;
}
.cms_display.catalogs .inner-content div.catalog-item img, 
.cms_display.catalogs .inner-content div.catalog-item a{
    float:left;
    margin-right:15px;
}




/** CMS Contact Us Page *************/

.cms_display.contact-us .inner-content h2 {
    color:#333;
    border:none;
    text-transform:none;
    
}
.cms_display.contact-us .inner-content div.contact-details {
    float:left;
    clear:left;
    margin:25px 0;
    font-size:16px;
    color:#404040;
    padding-left:25px;
    
}
.cms_display.contact-us .inner-content div.contact-details img
, .cms_display.contact-us .inner-content div.contact-details div {
    float:left;
}
.cms_display.contact-us .inner-content div.contact-details img {
    margin-right:25px;
    border:4px solid #000;
}
.cms_display.contact-us .inner-content div.contact-details ul {
    list-style:none;
    margin-bottom:20px;
}


/** CMS News Page *************/
.cms_display.news .inner-content div.column-2 {
    width:690px;
}
.cms_display.news .inner-content div.menu {
    width:240px;
    padding:0;
}
.cms_display.news .story {
    margin: 0;
    padding: 0;
    background-color: #e2e2e2;
    padding-bottom: 5px;
}
.cms_display.news .dashed-bottom {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: -8px;
    margin-bottom: 5px;
    border-bottom: 1px dashed grey;
}

.cms_display.news .story h3 {
    margin: 0;
    padding: 0;
    background-color: white;
    padding-bottom: 5px;
}
.cms_display.news .story h3 .date {
    font-weight: bold;
    background-color: white;
}
.cms_display.news .story .summary {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #e2e2e2;
}
.cms_display.news .story p {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #e2e2e2;
}
.cms_display.news .story .summary a.read_more {
    display: inline-block;
    text-indent:-999em;
    width:61px;
    height:16px;
    margin-left: 5px;
    background:url('/img/cms/button_read_more.gif') 0 0 no-repeat;
}

.cms_display.news .inner-content ul {
    list-style:none;
    margin:0;
    padding:0;
}
.cms_display.news .inner-content div.menu ul {
    border-top:1px solid #949494;

}
.cms_display.news .inner-content div.menu ul li {
    border:1px solid #949494;
    border-width: 0 1px;
}
.cms_display.news .inner-content div.menu ul li.dropshadow {
    border:none;
    height:10px;
    background:url('/img/cms/news_menu_dropshadow.gif');
}
.cms_display.news .inner-content div.menu ul li a {
    display:block;
    text-transform:uppercase;
    background:url('/img/cms/news_menu_link_bg.gif') 0 -136px repeat-x;
    line-height:34px;
    font-size:16px;
    font-weight:bold;
    padding-left:15px;
    color:#333;
}
.cms_display.news .inner-content div.menu ul li a:hover {
    background-position:0 -68px;
    text-decoration:none;
    color:#7f7f7f;
}
.cms_display.news .inner-content div.menu ul li.selected a {
    color:white;
    background-position:0 0;
}
.cms_display.news .inner-content h2 {
    text-indent: -999em;
    height:28px;
    background:url('/img/cms/news_product_hdr.gif') 0 0 no-repeat;
    border:none;
    margin-bottom:5px;
}
.cms_display.news .inner-content .tagline {
    display:block;
    font-size:14px;
    color:#666;
    padding:0 0 3px;
    border-bottom:1px dashed #808080;
    margin:0 0 10px 0;
    
}
.cms_display.news .inner-content .stories li {
    float:left;
}
.cms_display.news .inner-content .stories .date {
    font-weight:bold;
}
.cms_display.news .inner-content .stories h3 {
    display:inline;
}

.cms_display.news .inner-content .stories p {
    float:left; 
    background-color:#e2e2e2;
    color:#333;
    line-height:16px;
    margin: 0 0 0 0;
    padding:7px;
    padding-bottom: 0px;
    margin-top:5px; 
}

.cms_display.news .inner-content .stories p img {
    float:left; 
    margin-right:7px;

}
.cms_display.news .inner-content .stories a.read_more {
    display:block;
    text-indent:-999em;
    float:right;
    width:61px;
    height:16px;
    margin-top:20px;
    padding-right: 5px;
    padding-bottom: 5px;
    background:url('/img/cms/button_read_more.gif') 0 0 no-repeat;
    
}

/** CMS Where to Buy Page *************/
.cms_display.where-to-buy .inner-content .tagline {
    font-style:italic;
    font-size:14px;
    color:#333;
}
.cms_display.where-to-buy .inner-content ul {
    list-style:none;
    float:left;
    margin:25px 0 50px 20px;
    padding:0;
}
.cms_display.where-to-buy .inner-content ul li {
    display:block;
    float:left;
    border:5px solid #000;
    margin:0 20px 25px 0;
}


/** CMS Tech Support Page *************/
.cms_display.tech-support .inner-content div.column-2 {
    width:520px;
}
.cms_display.tech-support .inner-content div.help {
    width:400px;
    padding:0;
}
.cms_display.tech-support .inner-content div.help p {
    width:275px;
    height:155px;
    background:url('/img/cms/techsupport_help_bg.gif') 0 0 no-repeat;
    color:#333;
    font-size:16px;
    line-height:20px;
    padding:60px 20px 0 20px;
    margin:85px 0 0 35px;
    
}
.cms_display.tech-support .inner-content ul {
    list-style:none;
    margin:0;
    padding:0;
}
.cms_display.tech-support .inner-content h1 span {
    float:right;
}	
.cms_display.tech-support .inner-content .categories {
    padding-bottom:10px;
    border-bottom:1px dashed #808080;	
}
.cms_display.tech-support .inner-content .categories a {
    display:block;
    text-transform:capitalize;
    color:#fff;
    font-weight:bold;
    background:#990000 url('/img/cms/techsupport_menu_bg.gif') top right no-repeat;
    padding:10px;
    font-size:14px; 

}
.cms_display.tech-support .inner-content .categories li {
    margin-bottom:4px;
}
.cms_display.tech-support .inner-content .faqs {
    clear:left;
    list-style:disc;
}
.cms_display.tech-support .inner-content .faqs li {
    margin:25px;
    font-size:12px;
    line-height:18px;
    color:#666;
}
.cms_display.tech-support .inner-content .faqs li strong {
    font-weight:bold;
    font-size:14px;
    color:#000;
}

/** CMS OEM Page *************/
body.cms_display.oem .inner-content div.top-header {
    background:url('/img/cms/top_oem.jpg') no-repeat top left;
    width:982px;
    height:174px;
    position:relative;
    margin-bottom:20px;
}

body.cms_display.oem .inner-content div.top-header p {
    position:absolute;
    color:black;
    font-weight:normal;
    font-size:13px;
    width:507px;
    height:40px;
    padding:20px;
    top:50px;
    left:420px;
}
.cms_display.oem .inner-content ul {
    margin:10px 25px;
    font-size:14px;
    list-style-image:url("/img/cms/oem_ul.gif");
    
}
.cms_display.oem .inner-content ul li {margin:15px 0;}
.cms_display.oem .inner-content div.column-2 {
    background:#fff url('/img/cms/divider_bg.gif') right top no-repeat;
} 
.cms_display.oem .inner-content div.column-2.last {
    background:none;
}
.cms_display.oem .inner-content div.column-2 h2 {margin-right:15px;}

/** CMS How To Buy Page *************/
.cms_display.how-to-buy .inner-content ul {
    margin:10px 0;
    font-size:14px;
    list-style:none;
    
}
.cms_display.how-to-buy .inner-content ul li {
    float:left;
    width:320px;
    margin-right:10px;
}.cms_display.how-to-buy .inner-content ul li img {margin-top:10px;}
.cms_display.how-to-buy .inner-content div.questions {
    background-color:#f0f0f0;
    padding:15px;
    
}

/** CMS MEDIA Page *************/
.cms_display.media .inner-content ul {
    margin:10px auto;
    font-size:14px;
    list-style:none;
    width:860px;
    
}
.cms_display.media .inner-content ul li {
    float:left;
    width:210px;
    margin-right:5px;
}.cms_display.media .inner-content ul li img {margin-top:10px;}
.cms_display.media .inner-content div.detail {
    background-color:#f0f0f0;
    text-align:center;
    width:860px; margin:0 auto;
    
}	.cms_display.media .inner-content div.detail h2 {
    border:none;
}

.cms_display.media .inner-content div.detail_text {
    background-color: #f0f0f0;
    text-align: left;
    width:860px; margin:0 auto;
}
.cms_display.media .inner-content div.detail_text h2 {
    border: none;
}
.cms_display.media .inner-content div.detail_text p {
    margin-left: 10px;
}

/** ROUSH Page ****************/

ul#roush-items {
    margin: 0;
    padding: 0;
    display: inline;
    text-align: center;
}

ul#roush-items a {
    border: none;
}

ul#roush-items li {
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
    float: left;
    text-align: center;
    display: inline;
}

ul#roush-items li img {
    vertical-align: center;
    clear: both;
    border: none;
}

ul#roush-items li .text {
    margin: auto;
}

/** OEM Aftermarket Page **********/

ul#partner_list {
    list-style-type: none;
    display: inline;
}

ul#partner_list li {
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}

/** Search Resulsts Page **********/

table#search-results {
    list-style-type: none;
    display: inline;
    text-align: center;
}

table#search-results tr {
    display: inline;
    margin: 5px;
    float: left;
}

table#search-results tr td {
    height: auto;
    width: auto;
    text-align: center;
}

table#search-results tr td img {
    display: inline;
    border: none;
}

table#search-results tr td div.desc {
    text-align: center;
    font-weight: normal;
    width: 180px;
    margin: 2px;
}

/******************************************
 * Dealer Locator                         *
 ******************************************/

.dealer_locator .inner-content {
    height: 620px;
}

.dealer_locator .inner-content h1, .cms_display .inner-content h2 {
    color:#990000;
    text-transform: uppercase;
    font-size:18px;	
    margin:10px 0 15px;
    padding:0 0 3px;
    border-bottom:1px dashed #808080;
}

.dealer_locator .inner-content h1 span {
    color:#333;
    text-transform:none;
    font-size:14px;
    font-weight:normal;
    padding-left:5px;
}

.dealer_locator #left-box {
    float: left;
    display: block;
    clear: both;
    width: 240px;
    height: 93px;
    background-image: url('/img/maps_bg_repeat.jpg');
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    border: 1px solid #993e3d;
    color: white;
    padding-top: 15px;
}

.dealer_locator #left-box #search-wrapper {
    width: 210px;
    height: 25px;
    background-image: url('/img/maps_search_bar.jpg');
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    position: relative;
    left: 90px;
}

.dealer_locator #left-box #search-wrapper form {
    display: inline;
    margin-bottom: 50px;
}

.dealer_locator #left-box #label {
    float: left;
    position: relative;
    top: 5px;
    left: 20px;
}

.dealer_locator #left-box #search-wrapper .search-box {
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 103px;
    height: 21px;
}

.dealer_locator #left-box #search-wrapper .search-box:focus {
    border: none;
}

.dealer_locator #left-box #search-wrapper .search-box-submit {
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 1px;
    left: 110px;
    width: 19px;
    height: 23px;
}

.dealer_locator #left-box #distance-picker {
    font-size: 10px;
    width: 220px;
    margin: auto;
    margin-top: 10px;
}

.dealer_locator #left-box #distance-picker span {
    margin-right: 5px;
}

.dealer_locator #left-box #distance-picker ul li {
    display: inline;
    list-style-type: none;
}

.dealer_locator #left-box #distance-picker ul li a {
    color: white;
}

.dealer_locator #left-box #distance-picker ul li#selected a {
    font-weight: bold;
    text-decoration: underline;
}

.dealer_locator #store-locations {
    margin: 0;
    padding: 0;
    margin-left: -1px;
    margin-top: 18px;
    background: #e5e5e5;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 5px;
    text-align: left;
    border: 1px solid #969696;
    border-top: 1px solid white;
    background: #e5e5e5 url('/img/top_separator_dl.png') top no-repeat;
}

.dealer_locator #store-locations-directions {
    margin: 0;
    padding: 0;
    margin-left: -1px;
    margin-top: 0px;
    background: #e5e5e5;
    width: 100%;
    padding-top: 3px;
    /*padding-bottom: 5px;*/
    text-align: left;
    border: 1px solid #969696;
    border-top: 1px solid white;
    background: #e5e5e5 url('/img/top_separator_dl.png') top no-repeat;
}

.dealer_locator #store-locations h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dealer_locator #store-locations h3 a {
    font-size: 12px;
    color: #656565;
    padding-left: 25px;
    margin-left: 15px;
}

.dealer_locator #store-locations h3 a {
    background: url('/img/minus_button.png') left no-repeat;
}

.dealer_locator #store-locations h3 a.plus {
    background: url('/img/plus_button.png') left no-repeat;
}

.dealer_locator #store-locations #locations-list {
    padding-top: 5px;
    padding-left: 25px;
    margin-top: 5px;
    color: #666666;
    background: white url('/img/top_separator_dl_white.png') top no-repeat;
    height: 300px;
    overflow: auto;
}

.dealer_locator #store-locations #locations-list li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dealer_locator #directions {
    margin: 0;
    padding: 0;
    margin-left: -1px;
    margin-top: 18px;
    background: #e5e5e5;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 5px;
    text-align: left;
    border: 1px solid #969696;
    border-top: 1px solid white;
    background: #e5e5e5 url('/img/top_separator_dl.png') top no-repeat;
    margin-bottom: -18px;
}

.dealer_locator #directions h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #656565;
    margin-left: 15px;
}

.dealer_locator #directions form {
    margin-left: 15px;
}

.dealer_locator #directions .point {
    border: 1px solid silver;
    height: 21px;
    width: 150px;
    padding-left: 2px;
    margin-bottom: 3px;
    color: #656565;
    font-weight: bold;
}

.dealer_locator .infobox {
    width: 280px;
    height: 135px;
    background: white;
    border: 1px solid #888;
    position: relative;
    left: -78px;
    top: -173px;
}

.dealer_locator .infobox .infobox-inner {
		overflow: auto;
		width: 270px;
		height: 125px;
}

.dealer_locator .infobox .close {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
}

.dealer_locator .infobox .title {
    font-family: Verdana;
    font-size: 10pt;
    line-height: 1.1;
    margin-right: 20px;
    font-weight: bold;
    padding: 10px;
    height: 15px;
}

.dealer_locator .infobox .description {
    font-family: Verdana;
    font-size: 10pt;
    color: #888;
    padding: 10px;
}

.dealer_locator .infobox .bottom_ptr {
    width: 33px;
    height: 38px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 147px;
}

/** New Media Section **/
ul#media-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		width: 441px;
		height: 41px;
		background: url('/images/media-page/top-nav-btns.jpg') no-repeat;
		position: relative;
}

ul#media-menu li a {
		display: block;
		text-indent: -900%;
		position: absolute;
		outline: none;
}

  ul#media-menu li a:hover {
			background-position: left bottom;
	}
	
	ul#media-menu li a.wallpapers {
			width: 147px;
			height: 41px;
			background: url('/images/media-page/top-nav-btns.jpg') no-repeat;
	}

	ul#media-menu li a.wallpapers:hover {
			background-position: 0px -41px;
	}

	ul#media-menu li#selected a.wallpapers {
			background-position: 0px -82px;
	}

	ul#media-menu li a.videos {
			width: 147px;
			height: 41px;
			background: url('/images/media-page/top-nav-btns.jpg') no-repeat;
			background-position: 147px 0px;
			left: 147px;
	}

	ul#media-menu li a.videos:hover {
			background-position: -147px -41px;
	}

	ul#media-menu li#selected a.videos {
			background-position: -147px -82px;
	}

	ul#media-menu li a.news {
			width: 147px;
			height: 41px;
			background: url('/images/media-page/top-nav-btns.jpg') no-repeat;
			background-position: 294px 0px;
			left: 294px;
	}

	ul#media-menu li a.news:hover {
			background-position: -294px -41px;
	}

	ul#media-menu li#selected a.news {
			background-position: -294px -82px;
	}

#news-container {
		margin-top: 40px;
}

#news-container .news-story {
		width: 100%;
		margin-bottom: 10px;
}

#news-container .news-story .header {
		width: 964px;
		height: 39px;
		font-size: 14px;
		font-family: Arial;
		color: white;
		background: url('/images/media-page/header-bg.jpg') no-repeat;
}

#news-container .news-story .header .date {
		float: left;
		margin-left: 6px;
		margin-top: 11px;
}

#news-container .news-story .header .date span {
		font-weight: bold;
}

#news-container .news-story .header .title {
		float: left;
		margin-left: 30px;
		margin-top: 9px;
		font: Arial;
		font-size: 18px;
		font-weight: bold;
}

#news-container .news-story .summary {
		width: 937px;
		font: Helvetica;
		font-size: 15px;
		color: #333333;
		background-color: #c2c2c2;
		margin-left: 15px;
		padding-left: 5px;
		padding-top: 4px;
		padding-right: 5px;
}

#news-container .news-story .summary .category {
		font: Arial;
		font-size: 12px;
		padding-bottom: 5px;
}

#news-container .news-story .summary img {
		float: left;
		border: 5px solid #202020;
		margin: 0;
		padding: 0;
		margin-right: 10px;
}

.bold {
		font-weight: bold;
}

.video-row {
		margin-top: 0px;
}

.video-row .video-box {
		background: white;
		border: 1px solid silver;
		padding: 5px;
		width: 276px;
		height: 216px;
		float: left;
		margin-top: 30px;
		margin-right: 30px;
}

#pagination {
		width: 100%;
		text-align: right;
		font-face: Helvetica, Arial, sans-serif;
		font-size: 18px;
		color: #bd2828;
		font-weight: bold;
}

#pagination a.hidden {
		display: none;
}

.video-row .video-box img {
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
}

.video-row .video-box span {
		font-weight: bold;
		color: #535353;
}

.video-row .video-box ul {
		margin: 0; 
		padding: 0;
		list-style-type: none;
		margin-left: 12px;
		margin-top: 5px;
}

.video-row .video-box ul li {
		float: left;
		margin-right: 2px;
}

.dropshadow {
 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}
