/*
Theme Name: Road & Track by Öhlins
Theme URI: http://www.roadandtrackbyohlins.com/
Description: Theme made for Öhlins Road & Track Project.
Version: 1.0
Author: Johan Linander
Author URI: http://mediaempire.se/
Tags: none

*/

/***************************************************/
/* RESET RELOADED BY ERIC MEYER                    */
/***************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: #cdcdcd;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}


/*** HTML ELEMENTS ***/
html {
}
body {
  font-family: Arial,"Lucida Grande",Tahoma,Verdana,"Bitstream Vera Sans",sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  line-height: 1.45;
  border: none;
/*   background: #000 url(images/rt_top_bg.jpg) repeat-x fixed; */
  background: url(images/rt_bg3.jpg) fixed;
/*   color: #b2b2b2; */
  color: #c2c2c2;
}
a {
  text-decoration: none;
  color: #FFF;
}
a:visited {
  color: #FFF;
}
a:hover {
  text-decoration: underline;
  color: #FFF;
}
a:active {
  color: #FFF;
}
a img {
  border: none;
}
/*
hr {
  color: #2b2b2b;
  background-color: #2b2b2b;
  height: 1px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #000;
  margin: 10px 0;
}
*/
em {
  font-style: italic;
}
strong {
/*   font-weight: bold; */
  color: #fff;
}
pre {
  font-family: Consolas, "Courier New", Courier, monospace;
  border: 1px solid #C7C7C7;
  margin: 6px 0px;
  padding: 7px;
  background: #FFF;
}
p {
  line-height: 1.55;
}
/*** COMMON CLASSES ***/
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide,
.hidden {
  display: none;
}
.clear {
  clear: both;
}
/*** AUTO-CLEAR ***/
.autoclear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.autoclear {
  display: inline-block
}
/* Hides from IE-mac \*/
* html .autoclear {
  height: 1%;
}
.autoclear {
  display: block;
}
.red {
  color: red;
}
.red a {
  color: red;
}
/* End hide from IE-mac */

/*** HEADINGS ***/

/*** BASE ***/
div#container {
/*   width: 1012px; */
  width: 980px;
  margin: 0 auto 20px;
}
ul#language {
  list-style-type: none;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  width: 335px;
  float: right;
  margin: 10px 0 2px 0;
/*   border: 1px solid #000; */
  text-transform: uppercase;
}
ul#language li {
  display: inline;
/*   text-indent: -9999px; */
}
ul#language li a {
  color: #c2c2c2;
}
ul#language li.en_flag a {
  background: url(images/rt_lang_en.gif) no-repeat 0 50%;
  padding: 0 5px 0 18px;
}
ul#language li.fr_flag a {
  background: url(images/rt_lang_fr.gif) no-repeat 0 50%;
  padding: 0 5px 0 18px;
}
ul#language li.de_flag a {
  background: url(images/rt_lang_de.gif) no-repeat 0 50%;
  padding: 0 5px 0 18px;
}
ul#language li.it_flag a {
  background: url(images/rt_lang_it.gif) no-repeat 0 50%;
  padding: 0 5px 0 18px;
}

div#header {
  clear: both;
  width: 980px;
  height: 102px;
  margin: 0 auto 0;
  background: transparent url(images/rt_header.png) no-repeat;
  position: relative;
}
a#logo {
  position: absolute;
  text-indent: -9999px;
  width: 560px;
  height: 86px;
  top: 8px;
  left: 8px;
}
div#map_canvas_wrapper {
  width: 926px;
  height: 500px;
  margin: 0 auto;
}
div#map_canvas {
  color: #000;
}
div#map_canvas a {
  text-decoration: underline;
  color: #000;
}
div#map_canvas a:visited {
  text-decoration: underline;
  color: #000;
}
div#map_canvas a:hover {
  text-decoration: underline;
  color: #000;
}
ul#menu {
  width: 980px;
  height: 40px;
  margin: 10px auto;
  background: transparent url(images/rt_menu.png) no-repeat;
  position: relative;
}
ul#menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}
ul#menu li,
ul#menu a {
  height: 40px;
  display: block;
  text-indent: -9999px;
}
li.btn1_nojs, li.btn1_hover, li.btn1_active { left: 4px; width: 34px; }
li.btn2_nojs, li.btn2_hover, li.btn2_active { left: 39px; width: 140px; }
li.btn3_nojs, li.btn3_hover, li.btn3_active { left: 180px; width: 201px; }
li.btn4_nojs, li.btn4_hover, li.btn4_active { left: 381px; width: 163px; }
li.btn5_nojs, li.btn5_hover, li.btn5_active { left: 544px; width: 129px; }
li.btn6_nojs, li.btn6_hover, li.btn6_active { left: 673px; width: 159px; }
li.btn7_nojs, li.btn7_hover, li.btn7_active { left: 832px; width: 144px; }

li.btn1_nojs a:hover, li.btn1_hover, li.btn1_active a:hover { background: transparent url(images/rt_menu.png) -4px -40px no-repeat; }
li.btn2_nojs a:hover, li.btn2_hover { background: transparent url(images/rt_menu.png) -39px -40px no-repeat; }
li.btn3_nojs a:hover, li.btn3_hover { background: transparent url(images/rt_menu.png) -180px -40px no-repeat; }
li.btn4_nojs a:hover, li.btn4_hover { background: transparent url(images/rt_menu.png) -381px -40px no-repeat; }
li.btn5_nojs a:hover, li.btn5_hover { background: transparent url(images/rt_menu.png) -544px -40px no-repeat; }
li.btn6_nojs a:hover, li.btn6_hover { background: transparent url(images/rt_menu.png) -673px -40px no-repeat; }
li.btn7_nojs a:hover, li.btn7_hover { background: transparent url(images/rt_menu.png) -832px -40px no-repeat; }

li.btn1_nojs a:active, li.btn1_hover a:active { background: transparent url(images/rt_menu.png) -4px -80px no-repeat; }
li.btn2_nojs a:active, li.btn2_hover a:active, li.btn2_active { background: transparent url(images/rt_menu.png) -39px -80px no-repeat; }
li.btn3_nojs a:active, li.btn3_hover a:active, li.btn3_active { background: transparent url(images/rt_menu.png) -180px -80px no-repeat; }
li.btn4_nojs a:active, li.btn4_hover a:active, li.btn4_active { background: transparent url(images/rt_menu.png) -381px -80px no-repeat; }
li.btn5_nojs a:active, li.btn5_hover a:active, li.btn5_active { background: transparent url(images/rt_menu.png) -544px -80px no-repeat; }
li.btn6_nojs a:active, li.btn6_hover a:active, li.btn6_active { background: transparent url(images/rt_menu.png) -673px -80px no-repeat; }
li.btn7_nojs a:active, li.btn7_hover a:active, li.btn7_active { background: transparent url(images/rt_menu.png) -832px -80px no-repeat; }

div.frame_wrapper {
  width: 980px;
  margin: 10px auto;
}
div#prod_wrap {
  width: 946px;
  height: 260px;
  padding: 6px 17px;
  position: relative;
}
div#feat_prod_wrapper {
  width: 946px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
div#feat_prod_corners {
  width: 709px;
  height: 260px;
  position: absolute;
  top: 6px;
  left: 17px;
  background: transparent url(images/rt_feat_prod_corners.png) no-repeat;
  z-index: 100;
}
div.feat_prod_image {
  float: left;
  width: 709px;
  height: 260px;
/*   background: transparent url(images/rt_feat_prod_sample_image.jpg) no-repeat; */
}
div.feat_prod_textbox {
  float: left;
  width: 207px;
  height: 250px;
  background: transparent url(images/rt_feat_prod_textbox.gif) no-repeat;
  padding: 10px 15px 0 15px;
  position: relative;
}
div.feat_prod_textbox p {
/*   text-shadow: #000 1px 1px 1px; */
}
div.feat_prod_textbox h2 {
  font-size: 20px;
  font-family: Arial;
  text-transform: uppercase;
  text-shadow: #000 1px 1px 1px;
  margin-bottom: 8px;
}
a.feat_prod_button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 166px;
  height: 36px;
  background: transparent url(images/rt_button_learn_more.png) no-repeat;
  text-indent: -9999px;
}
a.feat_prod_button:hover {
  background-position: 0 -36px;
}
div.frame_top {
  width: 980px;
  height: 11px;
  background: transparent url(images/rt_opac_frame_sprite.png) no-repeat;
}
div.frame_middle {
  width: 980px;
  background: transparent url(images/rt_opac_frame_sprite.png) repeat-y scroll -980px 0;
  padding: 6px 0;
}
div.frame_bottom {
  width: 980px;
  height: 11px;
  background: transparent url(images/rt_opac_frame_sprite.png) no-repeat scroll -1960px 0;
}
div#frame_content {
  width: 946px;
  margin: 0 auto;
}
div#left_column {
  float: left;
  width: 543px;
/*   background: yellow; */
}
div#left_column h2 {
  background: transparent url(images/rt_header_latest_news.gif) no-repeat;
  width: 543px;
  height: 41px;
  text-indent: -9999px;
}
div#right_column {
  width: 383px;
  float: left;
  margin-left: 20px;
/*   background: green; */
}
ul#frame_content_bottom {
  width: 946px;
  height: 200px;
/*   height: 37px; */
  margin: 17px auto 0;
/*   padding-top: 163px; */
  background: transparent url(images/rt_lower_columns.jpg) no-repeat;
}
li#column_1,
li#column_2,
li#column_3 {
  float: left;
  width: 315px;
  height: 200px;
}
li#column_2 {
  width: 316px;
}
li#column_1 a,
li#column_2 a,
li#column_3 a {
  margin-top: 163px;
  display: block;
  height: 37px;
  text-indent: -9999px;
}
li#column_1 a {
  background: transparent url(images/rt_lower_columns.jpg) no-repeat;
  background-position: 0 -163px;
}
li#column_2 a {
  background: transparent url(images/rt_lower_columns.jpg) no-repeat;
  background-position: -315px -163px;
}
li#column_3 a {
  background: transparent url(images/rt_lower_columns.jpg) no-repeat;
  background-position: -631px -163px;
}
li#column_1 a:hover {
  background-position: 0 -200px;
}
li#column_2 a:hover {
  background-position: -315px -200px;
}
li#column_3 a:hover {
  background-position: -631px -200px;
}

li#column_1 h2 {
  width: 315px;
  height: 37px;
  background: transparent url(images/rt_header_ohlins_the_movie.gif) no-repeat;
  text-indent: -9999px;
}
li#column_2 h2 {
  width: 316px;
  height: 37px;
  background: transparent url(images/rt_header_hall_of_fame.gif) no-repeat;
  text-indent: -9999px;
}
li#column_3 h2 {
  width: 315px;
  height: 37px;
  background: transparent url(images/rt_header_where_to_buy.gif) no-repeat;
  text-indent: -9999px;
}

ul#latest_news {
  width: 543px;
  background: #1B1B1B;
}
div.news_header {
  width: 541px;
  height: 37px;
  background: transparent url(images/rt_header_latest_bg.gif) repeat-x;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
  font-family: Arial;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 37px;
}
div.news_header_text {
/*   width: 350px; */
  height: 37px;
  overflow: hidden;
  color: #ffb20d;
  margin-left: 9px;
  text-shadow: #000 1px 1px 1px;
}
div.news_header_text span {
  color: #FFF;
}
div.news_header_text a {
  color: #ffb20d;
  text-decoration: none;
/*   border-bottom: 1px solid #fff; */
}
div.news_header_text a:hover {
  border-bottom: 1px solid #828282;
}
div.news_header_date {
  float: right;
  color: #fefefe;
  margin-right: 9px;
  text-shadow: #000 1px 1px 1px;
}
div.ln_content {
  padding: 10px;
  height: 150px;
  background: #1B1B1B url(images/rt_ln_bg.gif) bottom repeat-x;
  width: 521px;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
}
div.ln_image {
  float: left;
  width: 220px;
  height: 147px;
  
}
div.ln_excerpt {
  float: left;
  width: 286px;
  margin-left: 15px;
}
div.ln_excerpt p {
/*   text-shadow: #000 1px 1px 1px; */
}
p.ln_date {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 14px;
}

div#latest_news_bottom {
  width: 543px;
  height: 37px;
  background: transparent url(images/rt_latest_news_bottom.gif) no-repeat;
}
div#newsletter h2 {
  background: transparent url(images/rt_header_newsletter.gif) no-repeat;
  width: 383px;
  height: 41px;
  text-indent: -9999px;
}
div.right_box_content {
  padding: 10px 10px 5px;
  background: #1B1B1B;
  width: 361px;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
}
hr {
  border: 0;
  height: 2px;
  margin: 10px 0;
  background: url(images/rt_right_column_hr.gif) 0 0 no-repeat;
}
div.newsletter_bg {
/*   height: 200px; */
  background: #1B1B1B url(images/rt_newsletter_bg.gif) top right no-repeat;
}
div.right_box_bottom {
  width: 383px;
  height: 7px;
  background: transparent url(images/rt_right_box_bottom.gif) no-repeat;
}
div#dfv {
  margin-top: 17px;
}
div#dfv h2 {
  background: transparent url(images/rt_header_dfv.gif) no-repeat;
  width: 383px;
  height: 41px;
  text-indent: -9999px;
}
div#warranty {
  width: 383px;
  height: 100px;
  background: transparent url(images/rt_warranty.gif) no-repeat;
  margin-top: 17px;
}
div#warranty p {
  padding: 55px 10px 0 98px;
  font-style: italic;
  line-height: 13px;
}
div#prices p {
  padding: 55px 16px 0;
  font-style: italic;
  line-height: 13px;
}
div#prices {
  width: 383px;
  height: 100px;
  background: transparent url(images/rt_link.gif) no-repeat;
  margin-top: 17px;
}
div#dfv_graph {
 width: 345px;
 height: 105px;
 margin: 0 auto;
}
div#dfv_icon {
  float: left;
  margin-top: 5px;
}
a#dfv_button {
  float: right;
  display: block;
  width: 166px;
  height: 36px;
  background: transparent url(images/rt_button_learn_more.png) no-repeat;
  text-indent: -9999px;
}
a#dfv_button:hover {
  background-position: 0 -36px; 
}



div#latlng {
  margin: 10px 0 20px;
  font-family: Arial;
  font-size: 20px;
}

div#footer {
  width: 980px;
  height: 102px;
  margin: 10px auto 20px;
  background: transparent url(images/rt_footer_bg.png) no-repeat;
}
#footer_left {
  float: left;
  width: 150px;
  height: 102px;
}
#footer_middle {
  float: left;
  width: 700px;
  height: 102px;
}
#footer_right {
  float: left;
  width: 130px;
  height: 102px;
}
#footer_right a {
  margin: 28px 0 0 2px;
  display: block;
  width: 108px;
  height: 46px;
  background: url(images/rt_ohlins_logo.gif) no-repeat;
  text-indent: -9999px;
}
ul#footer_menu {
  margin: 25px 0 20px;
  text-align: center;
  list-style: none;
}
ul#footer_menu li {
  display: inline;
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
}
#footer_about {
  color: #a2a2a2; 
  font-size: 10px;
  font-family: Arial;
  text-align: center;
  line-height: 12px;
}
#footer_about a {
  color: #c2c2c2;
}

/*** Newsletter START ***/
#newsletter {
}
#newsletter_icon {
  float: left;
  width: 89px;
  height: 36px;
  display: block;
  background: transparent url(images/rt_newsletter_sprite.png) 0 0 no-repeat;
}
#newsletter_input {
  padding: 5px 5px 5px;
  margin: 0;
  width: 226px;
  height: 26px;
  line-height: 26px;
  border: none;
  display: block;
  color: #FFF;
  font-size: 16px;
  background: none;
}
#input_wrapper {
  margin: 0;
  float: left;
  background: transparent url(images/rt_newsletter_sprite.png) -89px 0 no-repeat;
  width: 236px;
  height: 36px;
}
#newsletter_submit {
  border: 0;
  margin: 0;
  float: left;
  display: block;
  width: 35px;
  height: 36px;
  cursor: pointer;
  background: transparent url(images/rt_newsletter_sprite.png) -325px 0 no-repeat;
}
#newsletter_submit:hover {
  background-position: -325px -36px;
}
#newsletter_envelope {
  float: left;
  width: 82px;
  height: 102px;
  background: transparent url(images/rt_envelope_icon.gif) no-repeat;
}
#newsletter_text {
  float: left;  
  margin-left: 12px;
  width: 200px;
}
#newsletter_text p {
/*   text-shadow: #000 1px 1px 1px; */
}
#response {
  clear: both;
  margin: 5px 0 0;
  display: none;
}
.error {
  color: #ff8a00;
}
.success {
  color: #999900;
}
/*** Newsletter END ***/

/*** Where to buy START ***/
#country_selector {
}

#country_selector li {
  font-size: 14px;
  font-weight: bold;
  font-family: Arial;
  font-style: italic;
}
#country_selector li ul {
  margin-left: 8px;
  margin-bottom: 7px;
}
#country_selector li ul li {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}
#map_selector {
  margin-bottom: 10px;
}
#map_selector option {
}
.select_continent {
  font-weight: bold;
  font-size: 13px;
  font-style: italic;
}
.select_country {

}
/*** Where to buy END ***/

/*** page START ***/
div.two_column_page {
  background: transparent url(images/rt_two_column_bg.gif) repeat-y;
}
div.one_column_page {
/*  background: #1b1b1b;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525; */
}
div#page_column_left {
  float: left;
  width: 623px;
}
div#page_column_left h1 {
  display: block;
  width: 613px;
  height: 41px;
  background: transparent url(images/rt_page_left_heading.gif) no-repeat;
  font-size: 20px;
  font-family: Arial;
  line-height: 37px;
  text-transform: uppercase;
  padding-left: 10px;
  font-style: italic;
  color: #ffb20d;
  font-weight: bold;
  text-shadow: #000 -1px -1px 1px; 
}
div#page_column_right {
  margin-left: 20px;
  width: 303px;
  float: left;
}
div#page_column_right h2 {
  display: block;
  width: 303px;
  height: 41px;
  background: transparent url(images/rt_page_right_heading.gif) no-repeat;
  font-size: 20px;
  font-family: Arial;
  line-height: 37px;
  text-transform: uppercase;
  padding-left: 10px;
  font-style: italic;
  color: #ffb20d;
  font-weight: bold;
  text-shadow: #000 -1px -1px 1px;
}
div#one_column_content {
  width: 926px;
  background: #1b1b1b;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
  padding: 9px;
}
div.one_column_page h1 {
  display: block;
  width: 946px;
  height: 41px;
  background: transparent url(images/rt_page_one_column_heading.gif) no-repeat;
  font-size: 20px;
  font-family: Arial;
  line-height: 37px;
  text-transform: uppercase;
  padding-left: 10px;
  font-style: italic;
  color: #ffb20d;
  font-weight: bold;
}
div.two_column_bottom {
  clear: both;
  background: transparent url(images/rt_two_column_bottom.gif) no-repeat;
  width: 946px;
  height: 4px;
}
div.one_column_bottom {
  background: transparent url(images/rt_one_column_bottom.gif) no-repeat;
  width: 946px;
  height: 4px;
}
div.page_content {
  padding: 10px;
}
div.page_content div.textbox {
/*   margin-top: 30px; */
}
div.page_content p {
  margin: 0 6px 10px 6px;
  font-size: 13px;
  line-height: 1.45;
}
div.page_content p.note {
  background: transparent url(images/rt_symbol_eye.gif) no-repeat;
  text-indent: 30px;
}
div.page_content p.warning {
  padding: 5px 0 0;
  background: transparent url(images/rt_symbol_warning.gif) no-repeat;
  text-indent: 30px;
}
div.page_content p.caution {
  padding: 9px 0 0;
  background: transparent url(images/rt_symbol_hand.gif) no-repeat;
  text-indent: 30px;
}
div.page_content h3 {
  color: #ffb20d;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 6px 0 6px;
}
div.right_box_bottom_small {
  width: 303px;
  height: 23px;
  background: transparent url(images/rt_right_box_bottom_small.gif) no-repeat;
}
div#news_archive {
  padding: 10px;
}
div#sub_pages {
  padding: 10px;
}
/*** page END ***/

/*** single START ***/
div.page_content p.single_date {
  color: #828282;
/*   font-size: 12px; */
  margin-bottom: 8px;
/*   text-transform: uppercase; */
}
/*** single END ***/

/*** hall of fame START ***/
table#hall_of_fame_table {
  width: 100%;
  width: 624px;
  background: transparent url(images/rt_table_header_623.gif) no-repeat;
}
table#hall_of_fame_table th {
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  border-right: 1px solid #080808;
  color: #ffb20d;
  padding: 0 8px;
  text-shadow: #000 -1px -1px 1px;
}
table#hall_of_fame_table td {
  height: 36px;
  font-size: 16px;
  vertical-align: middle;
  border-right: 1px solid #080808;
  padding: 0 8px;
  text-shadow: #000 1px 1px 1px;
}
/*** hall of fame END ***/

/*** product range START ***/
table#product_table {
  width: 100%;
/*   width: 946px; */
  background: transparent url(images/rt_table_header_rounded.gif) no-repeat;
}
table#product_table thead tr .header {
/*   background: url(images/rt_arrow_both.gif) right 50%; */
  cursor: pointer;
/*   background-repeat: no-repeat;   */
}
table#product_table thead tr .headerSortDown {
  background: url(images/rt_arrow_down.gif) right 50%;
  background-repeat: no-repeat;
}
table#product_table thead tr .headerSortUp {
  background: url(images/rt_arrow_up.gif) right 50%;
  background-repeat: no-repeat;
}
table#product_table th {
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  border-right: 1px solid #080808;
  color: #ffb20d;
  padding: 0 8px;
  text-shadow: #000 -1px -1px 1px;
}
table#product_table td {
  height: 36px;
  font-size: 16px;
  vertical-align: middle;
  border-right: 1px solid #080808;
  padding: 0 8px;
  text-shadow: #000 1px 1px 1px;
}
tr.even td {
  background: url(images/rt_table_row_even.gif) repeat-x;
  color: #eee;
}
tr.odd td {
  background: url(images/rt_table_row_odd.gif) repeat-x;
  color: #eee;
}
tr.odd td.green,
tr.even td.green {
  color: #999900;
}
td.new {
  color: #999900;
}
table.table td.pdf,
table.table th.pdf,
table.table td.image,
table.table th.image {
  padding: 0;
  text-align: center;
  width: 40px;
}
/*** product range END ***/
div.page_content p.product_meta {
  font-size: 16px;
}
a.product_pdf {
/*   text-decoration: underline; */
  background: url(images/pdf-16x16.png) no-repeat;
  padding: 0 0 0 22px;
}

/*** hall of fame START ***/
div#hof_symbol {
  width: 126px;
  height: 127px;
  margin: 30px auto 8px;
  background: transparent url(images/rt_hof_clean.png) no-repeat;
}
div#hof_symbol p {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  color: #ffb20d;
  text-align: center;
  padding-top: 38px;
}
/*** hall of fame END ***/

/*** where to buy START ***/
div.wtb_content {
  background: #151515;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
}
div#page_column_left h1.map_page {
  height: 37px;
}
h2.map_page {
  height: 37px;
  line-height: 37px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent url(images/rt_world_map_h2_bg.gif) repeat-x;
  padding: 0 10px;
}
h3.map_page {
  color: #ffb20d;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent url(images/rt_world_map_h3_bg.gif) repeat-x;
  padding: 0 10px;
}
ul#map_page_list {
  margin: 0 1px;
}
ul#map_page_list li {
  margin: 0;
  padding: 0;
  min-height: 0;
}
ul#map_page_list li ul {
  margin: 0;
  padding: 0;
}
ul#map_page_list li ul li {
  margin: 0 10px;
  padding: 10px 4px;
  background: transparent url(images/rt_world_map_list_divider.gif) repeat-x bottom;
/*   color: #b2b2b2; */
}
ul#map_page_list li ul li.last {
  background: none;
}
ul#map_page_list li ul li h4 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 2px;
}
ul#map_page_list li ul li p {
  margin-bottom: 7px;
}

ul#world_map {
  width: 623px;
  height: 346px;
  background: transparent url(images/rt_world_map.png) no-repeat;
  position: relative;
}
ul#world_map li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
}
ul#world_map li a {
  text-indent: -9999px;
  display: block;
}

li.asia_nojs, li.asia_hover, li.asia_active, li.asia_nojs a, li.asia_hover a { top: 16px; left: 333px; width: 268px; height: 225px; }
li.africa_nojs, li.africa_hover, li.africa_active, li.africa_nojs a, li.africa_hover a { top: 157px; left: 264px; width: 118px; height: 131px; }
li.europe_nojs, li.europe_hover, li.europe_active, li.europe_nojs a, li.europe_hover a { top: 22px; left: 275px; width: 130px; height: 143px; }
li.nc_america_nojs, li.nc_america_hover, li.nc_america_active, li.nc_america_nojs a, li.nc_america_hover a { top: 17px; left: 20px; width: 251px; height: 211px; }
li.pacific_nojs, li.pacific_hover, li.pacific_active, li.pacific_nojs a, li.pacific_hover a { top: 225px; left: 475px; width: 123px; height: 86px; }
li.south_america_nojs, li.south_america_hover, li.south_america_active, li.south_america_nojs a, li.south_america_hover a { top: 202px; left: 143px; width: 93px; height: 130px; }

li.asia_nojs a:hover, li.asia_hover, li.asia_active { background: transparent url(images/rt_world_map.png) -270px -490px no-repeat; }
li.africa_nojs a:hover, li.africa_hover, li.africa_active { background: transparent url(images/rt_world_map.png) -123px -346px no-repeat; }
li.europe_nojs a:hover, li.europe_hover, li.europe_active { background: transparent url(images/rt_world_map.png) -241px -346px no-repeat; }
li.nc_america_nojs a:hover, li.nc_america_hover, li.nc_america_active { background: transparent url(images/rt_world_map.png) 0px -490px no-repeat; }
li.pacific_nojs a:hover, li.pacific_hover, li.pacific_active { background: transparent url(images/rt_world_map.png) 0 -346px no-repeat; }
li.south_america_nojs a:hover, li.south_america_hover, li.south_america_active { background: transparent url(images/rt_world_map.png) -377px -346px no-repeat; }

/*** where to buy END ***/

/*** the technique START ***/
div#page_column_left h1.technique_page {
  height: 37px;
}
h2.technique_page {
  height: 37px;
  line-height: 37px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent url(images/rt_world_map_h2_bg.gif) repeat-x;
  padding: 0 10px;
}
ul#car_map {
  margin: 0 1px;
  width: 621px;
  height: 383px;
  background: transparent url(images/rt_car_map.jpg) no-repeat;
  position: relative;
}
ul#car_map li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
/*   top: 0; */
}
ul#car_map li a {
  display: block;
  text-indent: -9999px;
}

li.front_nojs, li.front_hover, li.front_active, li.front_nojs a, li.front_hover a { top: 89px; left: 433px; width: 132px; height: 160px; }
li.rear_nojs, li.rear_hover, li.rear_active, li.rear_nojs a, li.rear_hover a{ top: 53px; left: 70px; width: 160px; height: 113px; }

li.front_nojs a:hover, li.front_hover, li.front_active { background: transparent url(images/rt_car_map.jpg) -433px -383px no-repeat }
li.rear_nojs a:hover, li.rear_hover, li.rear_active { background: transparent url(images/rt_car_map.jpg) -70px -383px no-repeat }

/*** the technique END ***/

/*** adjustment features START ***/
h2.adjustment_page {
  height: 37px;
  line-height: 37px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent url(images/rt_world_map_h2_bg.gif) repeat-x;
  padding: 0 10px;
  margin: 0 1px;
}
div.adjustment_left {
  float: left;
  width: 290px;
  padding-right: 10px;
}
div.adjustment_right {
  padding-left: 10px;
  float: left;
  width: 293px;
}
div.adjustment_right fieldset {
  border: 2px solid #252525;
  padding: 5px 10px;
}
div.adjustment_right legend {
  font-size: 15px;
  padding: 0 15px 0 5px;
}
div.adjustment_note {
  background: #000;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
  padding-bottom: 10px; 
}
div.adjustment_note p {
  margin: 0 15px 0;
}
/*** adjustment features END ***/

/*** social START ***/


ul#social {
  margin: 36px 0 0 16px;
  width: 134px;
  height: 53px;
  background: transparent url(images/rt_social_icons.png) no-repeat;
  position: relative;
  text-transform: uppercase;
}
ul#social li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  height: 53px;
}
ul#social li,
ul#social a {
  height: 53px;
  display: block;
  text-indent: -9999px;
}
ul#social span {
  display: block;
  position: absolute;
  width: 100px;
  height: 15px;
  top: -18px;
  left: 0;
  color: #a2a2a2;
  padding: 0 0 0 2px;
}
li.scl1 { left: 0px; width: 31px; }
li.scl2 { left: 34px; width: 31px; }
li.scl3 { left: 69px; width: 30px; }
li.scl4 { left: 104px; width: 30px; }

li.scl1 a:hover { background: transparent url(images/rt_social_icons.png) 0px -53px no-repeat; }
li.scl2 a:hover { background: transparent url(images/rt_social_icons.png) -34px -53px no-repeat; }
li.scl3 a:hover { background: transparent url(images/rt_social_icons.png) -69px -53px no-repeat; }
li.scl4 a:hover { background: transparent url(images/rt_social_icons.png) -104px -53px no-repeat; }


/*** social END ***/

ul.right_column_list {
  padding-bottom: 20px;

}
ul.right_column_list li {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  padding: 4px 13px 6px;
  background: transparent url(images/rt_header_latest_bg.gif) repeat-x;
  background-position: bottom;
  border-left: 1px solid #252525;
  border-right: 1px solid #252525;
  
}
ul.right_column_list li span {
  color: #828282;
}

/*** Begin Images ***/
p img {
  padding: 0;
  max-width: 100%;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/*** End Images ***/


/*** Captions ***/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #212121;
  text-align: center;
  background-color: #151515;
  padding-top: 4px;
  padding-bottom: 8px;
  margin: 5px 0 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #c2c2c2;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
}
p.wp-caption-text {
  text-align: center;
  padding: 4px 7px 0;
}
/*** End captions ***/

/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 89;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
div#slider .nivo-directionNav a {
  position: absolute;
	top: 40%;
	z-index: 99;
	cursor: pointer;
}
div#slider .nivo-prevNav {
	left: -43px;
  background: transparent url(images/rt_slider_buttons.png) no-repeat;
  width: 23px;
  height: 71px;
  text-indent: -9999px;
}
div#slider .nivo-prevNav:hover,
div#slider .nivo-nextNav:hover {
  background-position: 0 -71px;
}
div#slider .nivo-nextNav:hover {
  background-position: -23px -71px;
}
div#slider .nivo-nextNav {
  background: transparent url(images/rt_slider_buttons.png) -23px 0 no-repeat;
  width: 23px;
  height: 71px;
  text-indent: -9999px;
	right: -43px;
}

/* Control nav styles (e.g. 1,2,3...) */

div#slider .nivo-controlNav {
  position: absolute;
  bottom: -29px;
  left: 45%;
}

div#slider .nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	height: 11px;
	width: 17px;
	background: url(images/rt_bullets.gif) -17px 0 no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;	
}
div.media_box_products .nivo-controlNav a,
div.media_box .nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	height: 7px;
	width: 7px;
	background: url(images/rt_bullets_3.png) -7px 0 no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 4px;
}

div#slider .nivo-controlNav a.active,
div.media_box_products .nivo-controlNav a.active,
div.media_box .nivo-controlNav a.active {
  background-position: 0 0;
}


div.media_box_products {
  width: 570px;
  height: 321px;
  margin-bottom: 50px;
  margin-top: 20px;
}

/* Direction nav styles (e.g. Next & Prev) */
div.media_box_products .nivo-directionNav a,
div.media_box .nivo-directionNav a {
	position:absolute;
	bottom: 36px;
	z-index:99;
	cursor:pointer;
}
div.media_box_products .nivo-prevNav,
div.media_box .nivo-prevNav {
	left:0px;
}
div.media_box_products .nivo-nextNav,
div.media_box .nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
div.media_box_products .nivo-controlNav a,
div.media_box .nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
div.media_box_products .nivo-controlNav a.active,
div.media_box .nivo-controlNav a.active {
	font-weight:bold;
}
div.media_box_products .nivo-controlNav,
div.media_box .nivo-controlNav {
  width: 570px;
	position: absolute;
	left: 0;
	bottom: -17px;
	text-align: center;
}
div.media_box_products .nivo-controlNav span,
div.media_box .nivo-controlNav span {
  display: inline-block;
}
div.media_box_products .nivo-directionNav a,
div.media_box .nivo-directionNav a {
	display:block;
	width:29px;
	height:29px;
	background:url(images/rt_slider_arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
div.media_box_products a.nivo-nextNav,
div.media_box a.nivo-nextNav {
	background-position: -29px 0;
	right:10px;
}
div.media_box_products a.nivo-prevNav,
div.media_box a.nivo-prevNav {
	left:10px;
}

div.media_box_products .nivo-caption,
div.media_box .nivo-caption {
  text-shadow:none;
	text-shadow: 1px 1px 1px #000;
  
  font-family: Helvetica, Arial, sans-serif;
}
div.media_box_products .nivo-caption p,
div.media_box .nivo-caption p {
  margin: 0;
  padding: 5px 8px;
}
div.media_box_products .nivo-caption a,
div.media_box .nivo-caption a { 
  color:#efe9d1;
  text-decoration:underline;
}
div.media_box {
  width: 590px;
  height: 332px;
  margin: 0 5px 30px;
}

