/***********Predefined***********/
html, body {
border:0;
margin:0;
padding:0;
}

body {
color: #ffffff;


    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.96rem;
    line-height: 1.6em;
  width: 100%;
    font-weight: 400;

/*
background-image:url(images/background_repeat.jpg);
background-repeat:repeat-y;
background-position:top center;
*/


}

.img100 img {max-width: 100%;height: auto;width: auto\9; /* ie8 */	}

a{
color:#A27255;
text-decoration:none;
}

a:hover{
color:#A27255;
text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:bold;
}

h1{
font-weight: bold;
font-size:1.1rem;
text-transform: uppercase;
line-height:  150%;
margin: 0px 0px 10px 0px;
padding: 2px;
}

h2{
font-weight: bold;
color: #513D34;
font-size:1rem;
text-transform: uppercase;
line-height: 150%;
margin: 0px 0px 5px 0px;
}

h2 a{
color: #513d34;
}

h2 a:hover{
text-decoration:underline;
color: #513d34;
}

h3{
font-weight: bold;
color: #3e3e3e;
font-size:0.9rem;
line-height:  150%;
margin: 5px 0px 3px 0px;
}

h4{
font-weight: bold;
color: #4B1D10;

text-transform: uppercase;
line-height: 18px;
margin: 7px 0px 3px 0px;
}

h5{
font-weight: bold;
color: #4B1D10;

line-height: 18px;
margin: 7px 0px 3px 0px;
}

p, ul, ol{
margin:0;
padding:0 0 10px 0;
}

ul, ol{
padding:0 0 1.25em 2.5em;
}

blockquote{
padding: 0px 0px 13px 13px;
margin: 0px;
}

small{
font-size:0.85em;
}

img{
border:0;
margin:0px;
padding:0px;
}

sup{
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub{
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr{
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

form{
margin:0;
padding:0;
display:inline;
}

input, select, textarea{

}

select{
height:18px;

}

/****** Fonts *******/

@font-face {
   
    src: url('fonts/leaguegothic/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {

    src: url('fonts/ash/ash-webfont.eot');
    src: url('fonts/ash/ash-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ash/ash-webfont.woff2') format('woff2'),
         url('fonts/ash/ash-webfont.woff') format('woff'),
         url('fonts/ash/ash-webfont.ttf') format('truetype'),
         url('fonts/ash/ash-webfont.svg#ashregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.addButton{
background-image:url(images/products/add.gif);
background-repeat:no-repeat;
background-color:none;
border:0px;
cursor:pointer;
padding:0px;
margin:0px;
width:75px;
height:33px;
float:left;
}

textarea{
width:100%;
line-height:1.25;
}

label{
cursor:pointer;
}

table{
border-collapse:collapse;
margin:0 0 1.25em 0;
padding:0;
width:950px;
}

table tr td{
padding:2px;
}

table th{
background-color:#a09e99;
color:#FFFFFF;
font-weight:bold;

padding:2px;
}

div{
margin:0px;
padding:0px;
}


.clear         		{ clear:both; }
.float_left    		{ float:left; }
.float_right   		{ float:right; }
.pull_right        { float:right !important; }
.pull_left        { float:left !important; }

.bold          		{ font-weight:bold; }
.italic        		{ font-style:italic; }
.underline      	{ border-bottom:1px solid #b7b6b2; padding:5px 0px; }
.highlighted    	{ color:#a14443; font-weight:bold; text-transform:uppercase }
#selected a   	{ color:#a14443; }

.nopadding     	{ padding:0; }
.noindent      	        { margin-left:0;padding-left:0; }
.nobullet      		{ list-style:none;list-style-image:none; }
.no_border		{border:none;
}

.plain_link, .plain_link:hover { color: #000; }
.plain_link:hover{text-decoration: none;}

.margin_bottom{ margin-bottom:10px;}

.align_right 		{text-align:right}
.align_left 		{text-align:left}
.align_center 	{text-align:center}
.title_column	        {width:220px;}
.options			{width:230px;}

.hidden			{position: absolute; left: -999em; width:610px; }
.hide           {display: none !important;}
.show			{left:auto; width:610px; position:relative; }
.only_mobile {display: none;}

.capitalize		{text-transform:capitalize;}
.grey_out		{color:#656661;}

.border_top		{border-top:solid 1px #d9d5cb;}
.border_bottom	{padding:2px; border-bottom:solid 1px #d9d5cb;}

.horizontal_list{
list-style:none;
margin:0;
padding:0;
}

.horizontal_list li{
float:left;
margin:0px 4px;
padding:0;
text-indent:0;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

/*********Master Top Nav*********/
#master_nav{
    height:25px;
    background-color:#656764;
    transform: none;
}

#master_nav_list {
   

    text-transform:uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

#master_nav_list a {
    color: #FFF;
    text-decoration: none;
}

#master_nav ul{
float:right;
}

#master_nav ul li{
height:25px;
line-height:22px;
position:relative;
z-index:800;
}

#master_nav ul li a{
display:block;
padding:3px 3px 0 3px;
}

#master_nav ul ul{
display:none;
margin:0 0 0 -5px;
padding:5px 0;
position:absolute;
background-color:#656764;
opacity:.95;
z-index:2;
}

#master_nav ul ul li{
line-height:11px;
list-style:none;
padding:0 5px;
width:164px;
height:auto;
margin:0;
}
#master_nav ul ul li:hover {
    background-color: #727472;
}

#master_nav ul ul li a{
color:#ffffff;
width:140px;
height:auto;
padding:3px;
line-height: 14px;
display:block;
}

#master_nav ul li:hover ul{
display:block;
}

#master_nav ul li:hover{
position:relative;
}

#master_nav .search{
float:right;
}

#master_nav .search input[type=text]{
width:150px;
height:15px;

margin:3px 0 3px 5px;
padding:2px;
border:0px;
float:left;
}

#master_nav .search input[type=image]{
padding:4px;
float:left;
}

#header .search_box input[type=text]{
border:solid 1px #C6BDB4;
width:250px;
height:19px;
color:#000000;

}

#header .search_box input[type=image]{
margin:1px 0 0 3px;
}

/*********Global*****************/
#top_background{
min-height:700px;

background-image:url(images/background_top.jpg);
background-position:center top;
background-repeat:repeat-x;

}

.wrapper{
width:1005px;
margin:0px auto 0px;;
padding:0;
}

/**********Header*****************/

#header, #mobile_header  {
    background-color:#1f260f;
    min-height:66px;
}

#header .logo a{
    margin:4px 0 -89px -15px;
    position:relative;
    z-index:1;
}

#mobile_header {
    min-height: 66px;
    display: none;
}

#mobile_header.sticky {
  padding: 0px;
}

#mobile_header .logo {
    float: left;
    padding: 5px 5px 0 5px;
    max-width: 50%;
}

#mobile_header .tiny_logo { display: none; }
#mobile_header .small_logo { display: inherit; }

#mobile_header .menu {
  padding: 5px;
  font-size: 42px;
  list-style-type: none;
  float: right;
}

#mobile_header .menu a {
  color: #717e75;
  text-decoration: none;
}
#mobile_header .menu li {
  float: left;
  padding: 2px;
  margin-left: 5px;
  width: 48px;
  height: 48px;
  text-align: center;
  /*border: 1px solid #fff;*/
}

#mobile_header .menu li:hover {
  border-radius: 3px;
  /*border: 1px solid #ccc;*/
}

#mobile_header .search {
  float: right;
  display: none;
}

#mobile_header .mobile_nav {
    float: right;
}

#mobile_header .mobile_nav a {
    text-decoration: none;
}

#mobile_header .search_form {
    clear: both;
    text-align: center;
    /*padding: 10px;*/
    display: none;
    padding-bottom: 5px;
}

#mobile_header .search_form .search_input {
    width: 70%;
    
    padding: 2px;
}

#mobile_header .search_form .perform_search {
  
  cursor: pointer;
  background-color: #b8622f;
  color: white;
  border: 2px solid #b8622f;
  padding: 2px 12px;
  border-radius: 3px;
}

#mobile_header .search_form .perform_search:hover {
  background-color: #cb733e;
}

#view_cart{
    width:131px;
    height:25px;
    float: right;
    background-image:url(images/header/view_cart.jpg);
    background-repeat:no-repeat;
    margin-right:10px;
}

#view_cart a{
float:right;

padding:5px 5px 0 0;
height:20px;
width:126px;
text-align:right;
color:#908272;
font-weight:bold;
}

#mobile_view_cart {
    float: right;
    display: none;
}

#cart_free_shipping {
  text-transform:uppercase;
  font-size: 1.2em;
  font-weight: 800;
  cursor: default;
}
#cart_free_shipping.smaller {
  font-size: 1.1em;
}

#cart_free_shipping img {
  vertical-align: text-top;
  margin-right: 5px;
}

#cart_free_shipping .highlight {
  color: #C00;
}

#top_nav{
    height:31px;margin-top:6px;
    width:100%;
    float: left;
}

#top_nav .nav_spacer {
    margin:7px 2px;
}

#top_nav ul.main_nav > li a.nav_title {
color: #ffffff;

/*  'Carrois Gothic',  */

text-transform:uppercase;
letter-spacing: 1px;
text-decoration: none;
font-size:1.02rem;
}

#nav_menu {display: none;}

#top_nav ul{
margin:0 0 0 290px;
float:left;
}

#top_nav ul li{
line-height:1em;

color:#ffffff;
margin:0;
position:relative;
z-index:500;
margin-top: 5px;
}

#top_nav ul li a{
display:block;
padding: 9px 9px 3px 3px;
}

#top_nav ul ul{
display:none;
margin:0 0 0 -7px;
padding:5px 0;
position:absolute;
border:1px solid #1f260f;
border-top:0px;
background-color:#1f260f;
opacity:.9;
z-index:2;
}

#top_nav ul ul li{
line-height:11px;
list-style:none;
padding:0 5px;
margin:0;
}

#top_nav ul ul li a{
color:#dddddd;
text-transform:uppercase;
line-height:20px;
width:195px;
padding:6px;
display:block;
}

#top_nav ul li:hover ul{
display:block;
}

#sb-site {
    background-color: transparent !important;
}

#sb-site.modal-mode {
  position: static;
  -webkit-transform: none !important;
  transform: none !important;
}

.sb-slidebar {
    background-color: #333;
    overflow-x: hidden;
}

.sb-slidebar ul.sidebar_main_nav {
    background-color: #b46433;
}

.sb-slidebar ul.sb-submenu > li a, .sb-slidebar ul.sidebar_main_nav > li a{
    padding-left: 20px;
}


.sb-slidebar ul.master_nav_list {
    background-color: #656764;
    display: none;
}

.sb-slidebar li {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sb-slidebar > li:first-child {
    border-top: none;
}

.sb-slidebar < li:last-child {
    border-bottom: none;
}

.sb-slidebar ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sb-slidebar ul li {
    list-style-type: none;
}

.sb-slidebar ul .sb-submenu {
    display: none;
}

.sb-slidebar ul .sb-submenu-active {
    display: block;
}

.sb-slidebar ul.sidebar_main_nav .sb-submenu li {
    background-color: #C76F38;
}

.sb-slidebar ul.sidebar_main_nav .sb-submenu > li a {
  padding-left: 30px;
}

.sb-slidebar ul.master_nav_list .sb-submenu li {
    background-color: #727472;
}

.sb-slidebar ul li a, .sb-slidebar .sidebar_block {
    color: #FFF;
    padding: 10px;
    
    line-height: 20px;
    display: block;
    text-decoration: none;
}

.sb-slidebar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.sb-slidebar .sub_nav {
    padding: 0;
    margin: 0;
}

.sb-slidebar .sidebar_block {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sb-slidebar .sidebar_block a {
  display: block;
}

.sb-slidebar .close_block {
  cursor: pointer;
}

.sb-slidebar .close_block:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.sb-slidebar .lrbc_block {
    background-color: #FFF;
    text-align: center;
}

span.sb-caret, .caret {
    width: 0;
    height: 0;
    display: inline-block;
    margin: 0 5px;
    border: 5px solid transparent;
}

span.sb-caret, .caret { /* Caret Down */
    border-top: 5px solid;
    border-bottom: 0px solid transparent;
}

.sb-submenu-active > span.sb-caret { /* Caret Up */
    border-top: 0px solid transparent;
    border-bottom: 5px solid;
}

/*




ul.sidebar_main_nav {
    padding: 10px;
}
ul.sidebar_main_nav .sub_nav {
    margin: 0;
    padding: 0;
}
*/

/*---------Footer----------*/
#footer{
background-color:#1f260f;
width:100%;

}


#footer,#footer a{
color:#ffffff;
}


#footer_20{padding:13px; font-size: 0.9rem;}

/*---------Home----------*/
#home_content{
    background-color:#FFFFFF;
}

#home_content #bv-feed {
  width: auto;
  border-radius: 0;
  margin: 0;
}

.video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video_wrapper embed,
.video_wrapper object,
.video_wrapper iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#section_one_content #left_content #mobile_home {
  padding: 20px 25px 25px 25px;
}

#section_one_content #left_content #mobile_home .link_button {
  display: block;
  cursor: pointer;
  
  line-height:40px;
  color: #b46433;
  white-space: nowrap;
  background: #e6e7e2;
  background: -webkit-linear-gradient(top, #ffffff 0%, #dedfd8 100%);
  background: linear-gradient(to bottom, #ffffff 0%,  #dedfd8 100%);
  -moz-box-shadow: 0px 2px 3px 0px #8b8b8b;
  -webkit-box-shadow: 0px 2px 3px 0px #8b8b8b;
  box-shadow: 0px 2px 3px 0px #8b8b8b;
  
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  border: 1px solid #d0d0ca;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
}

#section_one_content #left_content #mobile_home .link_button .arrow {
  color: #e3a962;
  font-size: 140%;
}

#section_one_content #left_content #mobile_home .link_button:active {
  position: relative;
  top: 2px;
}

#section_one_content #left_content #mobile_home .link_button:hover {
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f4 100%);
}

#section_one_content #left_content #mobile_home .link_button a {
  text-decoration: none;
  color: #FFF;
}

#section_one_content #left_content #mobile_home .link_button img {
  vertical-align: middle;
}

#section_one_content #left_content #mobile_title {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 12px 0px;
  color: #7b847c;
  
  
  text-transform:uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-bottom: 2px solid #d1d1d1;
}

#section_one_content {
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #FFFFFF;
    
}

#section_one_content #left_content {
    float: left;
    width: 34.6%;
}

#section_one_content #left_content #news_and_events {
    padding: 20px 25px 25px 25px;
}

#section_one_content #left_content #news_and_events p {
    float: left;
    width: 83%;
    padding: 0px;
    overflow: hidden;
}

#section_one_content #left_content #news_and_events #news_title {
	margin: 0px;
	padding: 0px;
}

#section_one_content #right_content {
    float: right;
    width: 65%;
}

#section_one_content #right_content #vortex_videos {
    padding: 20px 25px 25px 0px;
}

#section_one_content #right_content #vortex_videos #videos_content #video_one, #section_one_content #right_content #vortex_videos #videos_content #video_two  {
    width: 302px;
    /*height: 170px;*/
}

#section_one_content #right_content #vortex_videos #videos_content #video_two {
    margin-left: 20px;
}


#section_one_content #right_content #vortex_videos #videos_title {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#section_one_content #right_content #vortex_videos #videos_title .align_text_to_image {
    float: left;
    display: block;
    margin-right: 15px;
}

#section_one_content #right_content #vortex_videos #videos_title #more_videos {
    margin: 0px;
    padding: 3.5px 0px 0px 0px;
}

#section_two_content {
    width: 100%;
    height: 101px;
    background-color: #f1f1f1;
    
}

#section_two_content #left_content {
    float: left;
    width: 40%;
    height: 101px;
    background-image: url('images/home/divider.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

#section_two_content #left_content #vip_warranty {
    padding: 20px 25px 8px 25px;
    overflow: hidden;
}

#section_two_content #left_content #vip_warranty #warranty_title {
    float: left;
}

#section_two_content #left_content #vip_warranty #warranty_logo {
    float: right;
}

#section_two_content #middle_content {
    float: left;
    width: 36%;
    height: 101px;
    background-image: url('images/home/divider.jpg');
    background-repeat: no-repeat;
    background-position: right;
}

#section_two_content #middle_content #eNewsletter {
    padding: 20px 25px 8px 25px;
    overflow: hidden;
}

#section_two_content #middle_content #eNewsletter #newsletter_title {
    float: left;
}

#section_two_content #middle_content #eNewsletter #newsletter_logo {
    float: right;
}

#section_two_content #right_content {
    float: right;
    width: 23%;
    height: 101px;
}

#section_two_content  #right_content #join_vortex_nation {
    padding: 20px 5px 0px 0px;
    overflow: hidden;
}

#section_two_content #right_content #join_vortex_nation #vortex_nation_title {
    text-align: center;
}

#section_two_content #right_content #join_vortex_nation #vortex_nation_content img {
  padding-left: 5px;
  width: 35px;
}

#section_two_content #right_content #join_vortex_nation #vortex_nation_content {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
}

#section_two_content #right_content #join_vortex_nation #vortex_nation_content a {
  text-decoration: none;
}

/*---------Content Main-------*/
#content{
background-color:#1f260f;
background-position:bottom left;
background-repeat:no-repeat;
float:left;
width:1005px;
}

#content .category_title_alt {
  color: #fff;
  
  
  text-transform: uppercase;
  letter-spacing: 2px;
  
}

#content #main_img{
display:block;
}



#content #main_img_wrapper {width: 100%; overflow: hidden;}

#content #center_nav{
height:38px;margin-left:1px;
text-transform:capitalize;
}

#content #center_nav #title_bar{
  height:25px;
  padding:3px 3px 3px 10px;
  background-color:#7B847C;
}

#content #center_nav #title_bar.thicker {
  height: 36px;
}

#content #center_nav #title_bar.centered {
  text-align: center;
}



#content .quicklinks{
width:180px;
margin:3px 5px 0 0;
}

#breadcrumb_bar{
height:38px;
padding:11px 0 0px 10px;border-bottom:1px solid #ffffff;
/*background-color:#C3CAC3;*/
}

#breadcrumb_bar.clear_bar{
  background-color: transparent;
}

#breadcrumbs{
font-size:1rem;
color:#ffffff;
float:left;
display:inline;
}
.uw{text-transform:capitalize}
#breadcrumbs .highlight{

margin:2px 3px;
color:#ffffff;
}

#breadcrumbs a{color:#ffffff;}

#content .share{margin-right:8px;float:right;}

#content .share .title{
float:left;
font-weight:bold;
padding-right:5px;
color:#615852;
}

#content .share .addthis_toolbox{
float:left;
width:110px;
}

#content .share .addthis_toolbox .addthis_button_google_plusone .google_plusone_iframe_widget {
  width: 25px !important;
}

/*---------Content Right Text-------*/
#content .right_text_spacer{
float:right;
width:335px;
height:5px;
}

#content #right_text{
position:relative;
width:337px;
clear:right;
margin-top:-45px;
}

#right_text .right_text_top{
background-image:url(images/billboard_top-slice.png);
background-repeat:no-repeat;
height:13px;
float:left;
width:100%;
}

#right_text .right_text_mid{
background-image:url(images/billboard_mid-slice.png);
background-repeat:repeat-y;
padding:0 10px 0 5px;
float:left;
width:312px;
}

#right_text .right_text_mid .billboard_text {
    width: 110px;
}

#right_text .right_text_bot{
background-image:url(images/billboard_bot-slice.png);
background-repeat:no-repeat;
height:19px;
float:left;
width:100%;
}

#right_text .right_text_content .divider{
background-image:url(images/divider.gif);
background-repeat:repeat-x;
width:100%;
height:6px;
margin-bottom:8px;
}

#right_text .right_text_content .right_text_div{
margin:10px;
}

/*-------------Content Body--------------*/

#content_body{
margin:20px 15px 40px 20px;
width:730px;
float:left;
}
#content_body{color:#b2b7b3}
#content_body .divider{
background-image:url(images/divider.gif);
background-repeat:repeat-x;
width:100%;
height:6px;
margin-bottom:8px;
}
#content_body .demo{margin-top:28px;}
#content_body img {max-width: 100%;height: auto;width: auto\9;}

/*--------------------Dealer Locator-------------------*/
#dealer_locator .headings{

}

#dealer_locator .headings #divider{
color:#cccccc;
padding:4px;
}

#dealer_locator .headings a {
color:#908272;
}

#dealer_locator .search_box{
height:80px;
border:solid 2px #e6e7e5;
margin:0 0 20px 0;
padding:5px;
width:620px;
}

#dealer_locator .search_box h2{

}

#dealer_locator .search_box label{
display:block;
}

#dealer_locator .search_box input[type=text]{
width:83px;
}

#dealer_locator .search_box select{
width:95px;
}

#dealer_locator .search_box .float_left{
margin-right:10px;
}

#dealer_locator .tabs{
height:29px;
background-image:url(images/dealer/dealer_nav_back.jpg);
background-repeat:no-repeat;
padding:10px 0 0 0;
width:634px;
}

#dealer_locator .tabs .horizontal_list li{
margin:0 0 0 2px;
}

#dealer_locator .results{
min-height:520px;
padding:10px;
background-color:#ffffff;
border:solid 2px #e6e7e5;
border-top-color:#ffffff;
margin-bottom:10px;
}

#dealer_locator #result_cont{
width:610px;
margin:0px;
display:block;
margin-top:-520px;
}

#dealer_locator .results table{
width:100%;
border:solid 1px;
}

#dealer_locator .results table th{
background-color:#B2B9B2;
color:#D1D8CC;
font-weight:bold;

}

#dealer_locator #map_cont{
background-image:url("images/dealer/intro_map.jpg");
background-position: center;
width:610px;
margin:0px;
/*display:block;*/
position:relative;
min-height:520px;
}

.online_dealers img{
height:56px;
width:136px;
margin:5px 4px;
position:relative;
}

#dealer_locator #international_dealers{
width:635px;
}

#dealer_locator #international_dealers th{
background-color:#ffffff;
color:#000000;
text-align:left;
padding:4px;
}

#dealer_locator #international_dealers td{
padding:4px;
vertical-align:top;
border:1px solid;
}

#dealer_locator #international_dealers .company{
font-weight:bold;
}

/*--------------------Site Map-------------------*/
#site_map .left_col{
width:353px;
border-right:solid 1px #CCCCCC;
}

#site_map .right_col{
width:255px;
}

#site_map h2{
margin-left:10px;
}

#site_map h3{
margin-left:20px;
}

#site_map h4{
margin-left:30px;

}

/*---------Product Comparison----------*/
#comp_dropdowns{
padding:10px 5px 20px 5px;
}

#comp_dropdowns select{
margin:7px 0px;
width:200px;
}


#compare_specs, #compare_desc{
border-color:#E7E9E6;
}

#compare_specs td input{
background:none;
border:none;
padding:0;
margin:0;
font-weight:bold;
color:#A27255;
cursor:pointer;
}

#compare_specs th, #compare_specs tfoot td{
background-color:#8D968F;
font-weight:bold;
}

#compare_specs th a, #compare_specs tfoot td a{
color:#FFFFFF;
}

#compare_specs td{
padding:3px;
text-align:center;
}

#compare_specs td.title, #compare_desc td.title{
font-weight:bold;
text-align:left;
width:150px;
}

#compare_specs td.definition, #compare_desc td.definition{
color:#B56434;
cursor:help;
}

#compare_specs .best, #compare_desc .best{
color:#333333;
font-weight:bold;
background-color:#C8D6C9;
}

#compare_specs ul{
  padding: 0;
  list-style-position: inside;
}

/*-------------Videos------*/
#right_text .videos .heading h2{

color:#7a847c;
}

#right_text .videos .divider{
margin-bottom:6px;
}

#right_text .videos .playlist{
float:left;
}

#right_text .videos .video{
height:56px;
width:271px;
padding:10px;
background-image:url(images/videos/playlist_background.jpg);
background-repeat:repeat-x;
background-position: bottom;
background-color: #FFF;
border:solid 1px #c9cac4;
border-top:none;
float:left;
}

#right_text .videos .video_image {float: left; margin-right: 5px;}

#right_text .videos .first{
border-top:solid 1px #c9cac4;
}

#right_text .videos .video div{
margin-left:5px;
width:196px;
line-height:1.4em;
}

#right_text .videos .video h2{
text-transform:none;
margin:0px;
text-decoration:underline;
color:#A27255;

text-align:left;
}

#right_text .videos .playlist_nav{
margin:10px 20px 0 10px;
float:left;
text-align:center;
}

#right_text .videos .playlist_nav a{
position:relative;
}

#right_text .videos .playlist_nav #playlistPagination{
margin-top: -20px;
width: 274px;
float: left;
}

.bt_cat_nav {
border-bottom:3px solid #b3b3b3;
background-image:url("images/videos/nav_gradient.jpg");
background-position:bottom;
background-repeat:repeat-x;
width:670px;
height:59px;
padding:0;
margin: -20px 0 0 -20px;
font-weight: 900;
text-transform: uppercase;

letter-spacing: 1px;
position: relative;
}

.bt_cat_nav li a {
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
}

.bt_cat_nav li {
    position: relative;
    list-style-type: none;
    display: table;
    height: 59px;
    padding: 0 10px;
    border-width: 0 1px 0 0;
}
.bt_cat_nav li:last-child {
    border-width: 0;
}

.bt_cat_nav .navLink{
    border-color:#b3b3b3;
    border-style:solid;
    float:left;
    text-align:center;
}

.bt_cat_nav li.hover, .bt_cat_nav li.selected {
    background-color: #FFF;
}

.bt_cat_nav .selected a, .bt_cat_nav .hover a {
    color: #7a847b;
}

.bt_cat_nav .navLink #arrow{
    position: absolute;
    left: 35%;
    bottom: -12px;
}

.bt_video_container{
margin-top:20px;
text-align:center;
}

.bt_video_container h2{

margin-bottom:20px;
}

/*----------------Base Camp--------------*/
.bc_page_nav{
margin:0 30px 0 10px;
height:20px;
text-align:center;
}

.bc_page_nav a{
position:relative;
}

.bc_page_nav #pagePagination{
margin-top: -20px;
width: 630px;
float: left;
}

#trophy_room .tr_playlist_image img{
margin:1px;
}

#trophy_room .tr_playlist_image .selected {
  border:3px solid #7c8777;
}

#trophy_room .tr_playlist_image .not_selected {
  border:3px solid transparent;
}

#trophy_room #tr_nav {
border: 1px solid #e1e2dc;
height:59px;
padding: 10px 0 10px 0;

background-color: #fcfcfc;
background-image:url(images/base_camp/slideshow_background.jpg);
background-position-y:bottom;
background-repeat:repeat-x;
position: relative;
}

#trophy_room .tr_playlist{
height:50px;
float:left;
list-style-type: none;
padding: 0;
margin: 0;
}

#trophy_room .tr_playlist_nav, #trophy_room .tr_playlist_nav_right {
width:15px;
height:15px;
margin:25px 7px;
float:left;
}

#trophy_room .tr_playlist_nav_right {
  float: right;
}

#trophy_room .mobile_tr_playlist_navigation {
  display: none;
}



#trophy_room #tr_image{
margin:25px 15px 15px 15px;
float:left;
}

#trophy_room #tr_content{
margin:5px 0 0 15px;
width:229px;
}

/* Tooltip */
#tooltip {
    text-align: center;
    color: #fff;
    background: rgba(101, 103, 100, 0.9);
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

#tooltip:after /* triangle decoration */ {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #717e75;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

/* Iconfonts */
@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon/icomoon.eot?v3d7c3');
  src:url('fonts/icomoon/icomoon.eot?#iefixv3d7c3') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.woff?v3d7c3') format('woff'),
    url('fonts/icomoon/icomoon.ttf?v3d7c3') format('truetype'),
    url('fonts/icomoon/icomoon.svg?v3d7c3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\e600";
}
.icon-search:before {
  content: "\e601";
}
.icon-menu:before {
  content: "\e602";
}

/****** BazaarVoice Curations ********/

.bv-container {
  margin: 0px 10px 10px 10px;
}

#home_content .bv-container {
  width: 95%;
  margin: 10px auto 20px auto;
  border-top: 2px solid #D1D1D1;
}

.bv-curations-cleanslate {
  clear: none !important;
}

.bazaar_curations {
  margin-top: 10px;
  /*background: #f8f8f8; padding: 10px;
  overflow: hidden;
  border-radius: 5px;*/
}

.vnation-header {
  clear: both;
  padding-left: 20px;
  height: 36px;
  background: url('images/join_nation_header.png') repeat-x left center;
}

.vnation-header.no-line {
  background: none;
}

.vnation-header .title {
  float: left;
  
  
  text-transform:uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #7b847c;
  
  padding: 0 10px;
  
}
.vnation-header .icons {
  float: left;
  padding: 0px 10px;
 
}


.rp-slider-widget {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	/**/
}

.rp-banner-header {
	height: auto;
	overflow: hidden;
}


.rp-banner-header-column {
	position: relative;
	max-width: 990px;
	height: auto;
	margin: 0 auto;
	padding: 15px 0 0;
	display: block;
	overflow: hidden;
	
	text-decoration: none;
	text-align: center;
	color: #7b847c;
}

.rp-banner-header-column h3 {
	margin: 0 0 10px;
	padding: 0;
	
	
	letter-spacing: 1px;
	font-weight: 500;
	color: #7b847c;
}



/******** Sizing Chart **********/
#content .sizingChart { width: 600px; }
#content .sizingChart th { background-color:#e6e7e5; color: #000000; text-align:center; padding:.8em; text-transform:uppercase; }
#content .sizingChart th.first {text-align: left; background-color:#cfcfcf; }
#content .sizingChart td { border-bottom:#e6e7e5 solid 1px; text-align:center; padding:.8em; }
#content .sizingChart td.first {text-align: left; font-weight:bold; }

.pageb{margin:18px;}
.pageb a{margin:5px;}
/*
.bazaar_curations .photo {
  float: left;
  margin: 3px;
}

.bazaar_curations .carousel-style {
  width: 18%;
}

.bazaar_curations .fm-update { border-bottom: 1px #ddd; }
.bazaar_curations .avatar { float: left; margin-right: 10px; height: 48px; width: 48px; }
.bazaar_curations .author { font-size: 1.2em; padding-top: 5px; }
.bazaar_curations .timestamp { font-size: .8em; color: #777; }
.bazaar_curations .text { margin-top: 20px 0; }
*/
