/*
Theme Name: Porsche Carrera Cup Scandinavia
Theme URI: http://www.carreracup.se/
Description: Theme made for Porsche Carrera Cup.
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: #e9e9e9 url(images/cc_top_bg.gif) repeat-x;
/*   color: #6d6d6d; */
  color: #4d4d4d;
}
a {
  text-decoration: none;
  color: #585757;
}
a:visited {
  color: #585757;
}
a:hover {
  text-decoration: underline;
  color: #FF8A00;
  color: #ED1C24;  
}
a:active {
  color: #FF8A00;
  color: #ED1C24;  
}
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;
}
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: 978px;
  margin: 30px auto 20px;
  position: relative;
}
div#language_wrapper {
  position: absolute;
  top: -25px;
  right: 20px;
  width: 181px;
  height: 22px;
}
ul#language {
  display: block;
  width: 181px;
  height: 22px;
  position: relative;
}
ul#language li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
ul#language li,
ul#language a {
  display: block;
  text-indent: -9999px;
  height: 22px;
}
ul#language li.swedish,
ul#language li.swedish_active {
  left: 0;
  width: 94px;
}
ul#language li.english,
ul#language li.english_active {
  left: 95px;
  width: 87px;
}
ul#language li.swedish {
  background: transparent url(images/cc_language.png) 0 0 no-repeat;
}
ul#language li.swedish a:hover {
  background: transparent url(images/cc_language.png) 0 -22px no-repeat;
}
ul#language li.swedish a:active,
ul#language li.swedish_active {
  background: transparent url(images/cc_language.png) 0 -22px no-repeat;
}
ul#language li.english {
  background: transparent url(images/cc_language.png) -95px 0 no-repeat;
}
ul#language li.english a:hover {
  background: transparent url(images/cc_language.png) -95px -22px no-repeat;
}
ul#language li.english a:active,
ul#language li.english_active {
  background: transparent url(images/cc_language.png) -95px -22px no-repeat;
}

div#header {
  height: 547px;
  background: url(images/cc_header_frame.png) top no-repeat;
  position: relative;
}
div#partners {
  height: 79px;
  margin: 0 9px;
  position: relative;
}
a#partner_1 {
  position: absolute;
  top: 20px;
  left: 250px;
  display: block;
  width: 125px;
  height: 38px;
  text-indent: -9999px;
  background: transparent url(images/cc_partner_michelin.png) no-repeat;
}
a#partner_2 {
  position: absolute;
  top: 31px;
  left: 420px;
  display: block;
  width: 112px;
  height: 22px;
  text-indent: -9999px;
  background: transparent url(images/cc_partner_mobil1.png) no-repeat;
}
a#partner_3 {
  position: absolute;
  top: 22px;
  left: 580px;
  display: block;
  width: 76px;
  height: 32px;
  text-indent: -9999px;
  background: transparent url(images/cc_partner_hiq.png) no-repeat;
}
div#cycle_wrapper {
  position: relative;
  width: 735px;
  height: 420px;
  margin-left: 234px;
}
div#cycle {
  width: 735px;
  height: 420px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
div.cycle_container {
  height: 420px;
  width: 735px;
}
div.cycle_overlay {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url(images/cc_transp_bg.png) repeat;
  text-align: right;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: bold;
}
div.cycle_overlay a {
  font-size: 14px;
  color: #fff;
  text-shadow: #222 1px 1px 1px;
}
div#cycle_wrapper a#prev:focus {
  outline: none;
}

div#cycle_wrapper a#prev {
  display: none;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 300px;
  left: 5px;
  z-index: 111;
  background: transparent url(images/cc_button_prev.png) no-repeat 10px 65px;
}
div#cycle_wrapper a#prev:hover {
  background: transparent url(images/cc_button_prev.png) no-repeat 10px 65px;
}
div#cycle_wrapper a#next {
  display: none;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 300px;
  right: 0px;
  z-index: 111;
  overflow: hidden;
  cursor: pointer;
  background: transparent url(images/cc_button_next.png) no-repeat 64px 65px;
}
div#cycle_wrapper a#next:hover {
  background: transparent url(images/cc_button_next.png) no-repeat 64px 65px;
}
div#newsticker {
  margin: 12px 19px 11px;
  width: 940px;
  height: 25px;
}
div#newsticker ul {
  padding: 0 10px;
}
div#newsticker ul li {
  line-height: 25px;
  font-size: 13px;
  text-transform: uppercase;
  color: #9a9a9a;
  white-space: nowrap;
  display: block;
}
div#newsticker ul li span {
 color: #707070;
}
div#nav {
  position: absolute;
  top: -10px;
  left: 19px;
  width: 220px;
  height: 509px;
  background: url(images/cc_nav_bg.png) no-repeat;
  z-index: 100;
}
ul.sf-navbar {
  border-top: solid 1px #242424;
  border-bottom: solid 1px #3b3b3b;
  margin: 0 0 0 5px;
  width: 210px;
  height: 240px;
  background: transparent url(images/cc_nav.png) no-repeat 0 0;
  position: relative;
}
ul.sf-navbar li,
ul.sf-navbar a {
  height: 30px;
  width: 210px;
  display: block;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}
ul.sf-navbar li {
  float: left;
}
ul.sf-navbar li {
/*   position: relative; */
}

ul.sf-navbar li.btn1 ul,
ul.sf-navbar li.btn1_active ul {
  top: 0;
}
ul.sf-navbar li.btn2 ul,
ul.sf-navbar li.btn2_active ul {
  top: 30px;
}

ul.sf-navbar li.btn3 ul,
ul.sf-navbar li.btn3_active ul {
  top: 60px;
}
ul.sf-navbar li.btn4 ul,
ul.sf-navbar li.btn4_active ul {
  top: 90px;
}
ul.sf-navbar li.btn5 ul,
ul.sf-navbar li.btn5_active ul {
  top: 120px;
}
ul.sf-navbar li.btn6 ul,
ul.sf-navbar li.btn6_active ul {
  top: 150px;
}
ul.sf-navbar li.btn7 ul,
ul.sf-navbar li.btn7_active ul {
  top: 180px;
}
ul.sf-navbar li.btn8 ul,
ul.sf-navbar li.btn8_active ul {
  top: 210px;
}

ul.sf-navbar li.btn1 a:hover,
ul.sf-navbar li.btn1_active a:hover {
  background: transparent url(images/cc_nav.png) -210px 0 no-repeat;
}
ul.sf-navbar li.btn2 a:hover,
ul.sf-navbar li.btn2_hover,
ul.sf-navbar li.btn2_active {
  background: transparent url(images/cc_nav.png) -210px -30px no-repeat;
}
ul.sf-navbar li.btn3 a:hover,
ul.sf-navbar li.btn3_hover,
ul.sf-navbar li.btn3_active {
  background: transparent url(images/cc_nav.png) -210px -60px no-repeat;
}
ul.sf-navbar li.btn4 a:hover,
ul.sf-navbar li.btn4_hover,
ul.sf-navbar li.btn4_active {
  background: transparent url(images/cc_nav.png) -210px -90px no-repeat;
}
ul.sf-navbar li.btn5 a:hover,
ul.sf-navbar li.btn5_hover,
ul.sf-navbar li.btn5_active {
  background: transparent url(images/cc_nav.png) -210px -120px no-repeat;
}
ul.sf-navbar li.btn6 a:hover,
ul.sf-navbar li.btn6_hover,
ul.sf-navbar li.btn6_active {
  background: transparent url(images/cc_nav.png) -210px -150px no-repeat;
}
ul.sf-navbar li.btn7 a:hover,
ul.sf-navbar li.btn7_hover,
ul.sf-navbar li.btn7_active {
  background: transparent url(images/cc_nav.png) -210px -180px no-repeat;
}
ul.sf-navbar li.btn8 a:hover,
ul.sf-navbar li.btn8_hover,
ul.sf-navbar li.btn8_active {
  background: transparent url(images/cc_nav.png) -210px -210px no-repeat;
}

ul.sf-navbar li.btn1 ul a:hover,
ul.sf-navbar li.btn2 ul a:hover,
ul.sf-navbar li.btn3 ul a:hover,
ul.sf-navbar li.btn4 ul a:hover,
ul.sf-navbar li.btn5 ul a:hover,
ul.sf-navbar li.btn6 ul a:hover,
ul.sf-navbar li.btn7 ul a:hover {
  background: none;
}

ul.sf-navbar li ul {
  background: url(images/cc_transp_bg.png) repeat;
  width: 180px;
  height: auto;
  border: none;
  font-size: 12px;
  color: #FFF;
  left: 210px;
  position: absolute;
/*   border-top: 1px solid #222; */
/*   border-right: 1px solid #222; */
/*   border-bottom: 1px solid #222; */
  text-transform: uppercase;
  font-weight: bold;
  z-index: 200;
}
ul.sf-navbar li ul li,
ul.sf-navbar ul a {
  height: auto;
  width: 165px;
  display: block;
  text-indent: 0;
}
ul.sf-navbar ul a {
  color: #E2E2E2;
}
ul.sf-navbar li ul li {
  padding: 3px 5px 3px 13px;
}


a#logo {
  margin: 10px;
  display: block;
  width: 200px;
  height: 95px;
  text-indent: -9999px;
  z-index: 200;
}
div#content {
  background: url(images/cc_content_bg.png) repeat-y;
}
div#content.one_column {
  background: url(images/cc_content_one_column_bg.png) repeat-y;
}
div.content_left {
  float: left;
  width: 226px;
  margin-left: 9px;
  padding: 7px;
}
div.content_left hr {
  background: transparent url(images/cc_hr_220.gif) no-repeat;
  border: 0px;
  height: 2px;
  margin: 8px 3px;
}
div.content_left h2 {
  font-size: 20px;
  color: #848484;
  font-weight: bold;
  margin: 0 0 7px;
  line-height: 20px;
}
div.content_left ul.pufflist {
}
div.content_left ul.pufflist li {
  width: 226px;
  height: 86px;
  background: transparent url(images/cc_small_puff.png) no-repeat;
/*   text-indent: -9999px; */
  margin-bottom: 7px;
}
div.content_left ul.pufflist li a {
  width: 221px;
  margin: 2px 3px 3px 2px;
  padding-top: 56px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  height: 25px;
  color: #6D6D6D;
}
a.swe_flag {
  background: transparent url(images/cc_puff_swedish_flag.png) no-repeat 50% 4px;
}
a.people {
  background: transparent url(images/cc_puff_people.png) no-repeat 50% 4px;
}
a.calendar {
  background: transparent url(images/cc_puff_calendar.png) no-repeat 50% 4px;
}

div.content_left ul.pufflist li a:hover,
div.content_right ul.pufflist li a:hover {
  color: #ED1C24;    
}
div#newsletter,
div#social {
  padding: 0 3px;
}
div#newsletter p,
div#social p {
  margin: 0 0 10px;
}
div#input_wrapper {
  float: left;
  background: transparent url(images/cc_newsletter_sprite.png) no-repeat;
  height: 32px;
  margin: 0px;
  width: 184px;
}
#newsletter_input {
  padding: 5px;
  margin: 0;
  width: 174px;
  height: 22px;
  line-height: 22px;
  border: none;
  display: block;
  color: #000;
  font-size: 16px;
  background: none;
}
label#newsletter_label {
  display: block;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}
#newsletter_submit {
  background: transparent url(images/cc_newsletter_sprite.png) no-repeat -184px 0;
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  height: 32px;
  margin: 0px;
  width: 35px;
}
div#response {
  padding: 3px;
}
div.error {
  color: red;
}
div.success {
  color: green;
}
div#social_wrapper {
  margin-top: 265px;
}
div#social_wrapper ul {
  width: 199px;
  height: 52px;
/*   background: url(images/gt_social.png) no-repeat; */
}
div#social_wrapper ul li#rss {
  float: left;
  width: 50px;
  height: 50px;
  background: url(images/cc_social.png) no-repeat;
}
ul li#rss a {
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}
div#social_wrapper ul li#facebook {
  float: left;
  width: 50px;
  height: 50px;
  background: url(images/cc_social.png) -50px 0 no-repeat;
}
ul li#facebook a {
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
}
div#social_wrapper ul li#twitter {
  float: left;
  width: 48px;
  height: 50px;
  background: url(images/cc_social.png) -100px 0 no-repeat;
}
ul li#twitter a {
  display: block;
  text-indent: -9999px;
  width: 48px;
  height: 50px;
}


div.content_right {
  float: left;
  width: 696px;
  padding: 10px 12px;
}
div.content_one_column {
  width: 922px;
  margin-left: 9px;
  padding: 10px 12px;
}
div.content_right hr {
  background: transparent url(images/cc_hr_700.gif) no-repeat;
  border: 0px;
  height: 2px;
  margin: 8px 3px;
}
div.content_right p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
}
div.content_right h2,
div.content_one_column h2 {
  font-size: 20px;
  color: #848484;
  font-weight: bold;
  margin: 0 0 7px 3px;
  line-height: 20px;
}
div.content_right h3,
div.content_one_column h3 {
  font-size: 14px;
  color: #585857;
  font-weight: bold;
  margin: 20px 0 5px 3px;
}
ul#newslist {

}
ul#newslist li {
  width: 226px;
  margin: 0 9px 20px 0;
  float: left;
}
table#mediatable td {
  width: 226px;
  padding: 0 9px 20px 0;
}
ul#newslist li.last {
  margin-right: 0;
}
table#mediatable td.last {
  padding-right: 0;
}
ul#newslist li.first {
  clear: left;
}
ul#newslist div.frame,
ul#contactlist div.frame,
ul#partnerlist div.frame,
ul#calendarlist div.frame,
table#mediatable div.frame {
  width: 210px;
  height: 120px;
  padding: 8px;
  background: transparent url(images/cc_newslist_frame.png) no-repeat;
}
ul#newslist div.textbox,
table#mediatable div.textbox {
  width: 204px;
  margin: 7px 3px;
  border-left: solid 10px #d1d1d1;
  padding-left: 6px;
}
ul#newslist div.date,
table#mediatable div.date {
  color: #a6a6a6;
  font-size: 10px;
}
ul#newslist div.textbox h3,
table#mediatable div.textbox h3 {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  color: #585857;
  margin: 0;
}
a.newslink {
  position: relative;
  width: 210px;
  height: 120px;
  display: block;
  overflow: hidden;
}
a.newslink img.test,
a.newslink img.vignette {
  position: absolute;
  top: 0;
  left: 0;
}
a.newslink img.vignette {
  display: none;
}
a.newslink img.video_thumb {
  left: 0px;
  position: absolute;
  top: -24px;
}
a.newslink:hover {
  color: #FFF;
  text-decoration: none;
}
div.all_news {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  color: #a3abad;
}
div.all_news a {
  color: #a3abad;
}
div.content_right ul.pufflist {

}
div.content_right ul.pufflist li {
  width: 226px;
  height: 86px;
  float: left;
  background: transparent url(images/cc_mini_puff.png) no-repeat;
  margin-right: 9px;
  position: relative;
}
div.content_right ul.pufflist li.last {
  margin-right: 0;
}
div.content_right ul.pufflist li a {
  margin: 2px 3px 3px 2px;
  text-align: center;
  display: block;
  width: 136px;
  height: 81px;
  line-height: 81px;
  padding: 0 85px 0 2px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #6D6D6D;  
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
div.content_right ul.pufflist li a.buy {
  line-height: 76px;
  background: transparent url(images/cc_puff_buy.png) no-repeat 137px 50%;
  text-align: left;
  padding: 0 85px 0 17px;
  width: 121px;
}
div.content_right ul.pufflist li a.sell {
  line-height: 76px;
  background: transparent url(images/cc_puff_sell.png) no-repeat 137px 50%;
  text-align: left;
  padding: 0 85px 0 17px;
  width: 121px;
  
}
div.content_right ul.pufflist li a.add_ad {
  line-height: 76px;
  background: transparent url(images/cc_puff_add_ad.png) no-repeat 155px 50%;
  text-align: left;
  padding: 0 65px 0 10px;
  width: 148px;
}
div.content_right ul.pufflist li span {
  position: absolute;
  left: 19px;
  top: 48px;
  z-index: 10;
  font-size: 10px;
  color: #6d6d6d;
}

a.buy_sell {
  background: transparent url(images/cc_puff_arrows.png) no-repeat 137px 50%;
}
a.q_and_a {
  background: transparent url(images/cc_puff_text.png) no-repeat 137px 50%;
}
a.movie {
  background: transparent url(images/cc_puff_movie.png) no-repeat 137px 50%;
}

div#top3_wrapper {
  background: transparent url(images/cc_top_3_bg.png) no-repeat;
  width: 630px;
  height: 142px;
  padding: 9px 16px 5px 50px;
}
table#top3 {
  font-size: 14px;
}
table#top3 tr {
}
table#top3 th {
  color: #9c9c9c;
  text-transform: uppercase;
  font-weight: bold;
  height: 28px;
  vertical-align: middle;
}
table#top3 td {
  color: #6d6d6d;
  font-weight: bold;
  height: 28px;
/*   background: blue; */
  vertical-align: middle;
}
table#top3 .driver_no {
  width: 40px;
}
table#top3 .driver_name {
  width: 540px;
}
table#top3 .driver_points {
  width: 50px;
  text-align: right;
}
table#top3 .top3_more {
  text-align: right;
  color: #a3abad;
  text-transform: uppercase;
  font-size: 12px;
}
table#top3 a {
  color: #a3abad;
}

div#footer {
  background: url(images/cc_footer_bg.png) top no-repeat;
}
div#footer.one_column {
  background: url(images/cc_footer_one_column_bg.png) top no-repeat;
}

div#footer_top {
  height: 38px;
}

/*** PAGE ***/
p.page_text {
  margin: 5px 100px 10px 3px;
}
a.pdf,
a.doc,
a.xls {
  background: transparent url(images/cc_pdf_icon.png) no-repeat;
  display: block;
  padding: 17px 0 0 35px;
}
a.pdf {
  background: transparent url(images/cc_pdf_icon.png) no-repeat;
}
a.doc {
  background: transparent url(images/cc_doc_icon.gif) no-repeat;
}
a.xls {
  background: transparent url(images/cc_xls_icon.gif) no-repeat;
}


/*** CALENDAR & RESULTS ***/
ul.yearselect {
  padding: 10px 5px;
}
ul.yearselect li {
  float: left;
  text-align: center;
  padding: 0 15px 0 0;
}
ul.yearselect li a {
  padding: 4px 10px;
  font-size: 13px;
  background: #ECECEC;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-border-radius:4px;
}
ul.yearselect li a.active {
  background: #D4D4D4;
  font-weight: bold;
}
ul.yearselect li a:hover {
  background: #D4D4D4;
  text-decoration: none;
}


div.page_table_outer_wrapper {
  width: 696px;
  background: url(images/cc_page_table_body_bg.gif) repeat-y;
}
div.page_table_wrapper {
  width: 696px;
  padding: 8px 8px 0;
  background: url(images/cc_page_table_header.gif) no-repeat;
}
table.page_table {
  width: 680px;
}
table.page_table th {
  height: 28px;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 10px;
  vertical-align: middle;
  color: #9C9C9C;
/*   text-transform: uppercase;   */
}
table.page_table td {
  padding: 0px 10px;
  height: 28px;
  vertical-align: middle;  
  font-size: 14px;
  color: #6D6D6D;
  font-weight: bold;
}
table.page_table tr.odd td {
  background: url(images/cc_page_table_row_odd.gif) repeat-x;
}
table.page_table tr.even td {
  background: url(images/cc_page_table_row_even.gif) repeat-x;
}
table.page_table th.raceweek,
table.page_table td.raceweek {
  width: 100px;
}
table.page_table th.start_no,
table.page_table td.start_no {
  width: 50px;
}
table.page_table th.points,
table.page_table td.points {
  width: 50px;
  text-align: right;
}
div.page_table_footer {
  width: 696px;
  height: 7px;
  background: url(images/cc_page_table_footer.gif) no-repeat;
}

/*** RACERESULTS ***/
div.full_table_outer_wrapper {
  width: 937px;
  background: url(images/cc_full_table_body_bg.gif) repeat-y;
}
div.full_table_wrapper {
  width: 937px;
  padding: 8px 8px 0;
  background: url(images/cc_full_table_header.gif) no-repeat;
}
table.full_table {
  width: 921px;
}
table.full_table th {
  color: #FFFFFF;
/*   height: 28px; */
  font-size: 12px;
  padding: 2px 7px 2px;
  vertical-align: bottom;
}
table.full_table th.odd {
  background-color: #000000;
}
table.full_table th.even {
  background-color: #323232;
}
table.full_table th.track,
table.full_table th.date {
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
}
table.full_table th.date {
  padding: 0 0 2px;
  color: #ff8a00; 
}
table.full_table th.position,
table.full_table td.position {
  width: 20px;
}
table.full_table th.total,
table.full_table td.total {
  width: 20px;
}
/*
table.full_table td.points {
  width: 20px;
}
*/
table.full_table td {
  padding: 2px 7px 0;
  height: 16px;
  vertical-align: middle;  
  font-size: 11px;
  color: #6D6D6D;
/*   font-weight: bold; */
}
table.full_table td.odd {
  background: url(images/cc_full_table_cell_odd.gif) repeat-x;
}
table.full_table td.even {
  background: url(images/cc_full_table_cell_even.gif) repeat-x;
}
table.full_table td.points {
  text-align: center;
}
table.full_table th.total,
table.full_table td.total {
  text-align: right;
}
table.full_table td.max {
  color: #444;
  font-weight: bold;
}
div.full_table_footer {
  width: 937px;
  height: 7px;
  background: url(images/cc_full_table_footer.gif) no-repeat;
}

/*** SINGLE ***/
div.single {
  padding: 10px 15px;
  width: 690px;
/*   width: 580px; */
}

div.single h2 {
  margin: 0 0 7px;
}
div.ad_textbox {
  width: 500px;
  margin-bottom: 20px;
}
span.ad_price span.label,
span.ad_phone span.label,
span.ad_mail span.label,
span.ad_price span.value,
span.ad_phone span.value,
span.ad_mail span.value {
  font-size: 14px;
  font-weight: bold;
}
div.ad_textbox p {
  margin-top: 0;
}
div.single_textbox {
  float: left;
  width: 500px;
  margin-bottom: 40px;
}
div.single_textbox p {
  margin-top: 0;
}
div.single_textbox a {
  text-decoration: underline;
}
div.single_right {
  float: right;
  width: 165px;
  padding: 5px 7px 10px;
  background: #F2F2F2;
}
div.single_right h4 {
  text-transform: uppercase;
  font-weight: bold;
  color: #848484;  
}
ul#newsarchlist li {
  background: transparent url(images/cc_arrow_gray.png) no-repeat 0 4px;
  padding-left: 9px;
  margin: 5px 0;
}
ul#newsarchlist li a {
/*   padding-left: 9px; */
}
a.rss-icon {
  margin-left: 5px;
  background: transparent url(images/cc_rss_small.gif) no-repeat 0 0;
  padding-left: 16px;
}
a.rss-icon span {
  display: none;
}

div.content_right p.published {
  color: #666;
  font-size: 11px;
  margin: 0px 0px 11px;
}
div.byline {
  clear: both;
}

/*** FOOTER ***/
div#footer_top div.mail {
  float: left;
  color: #848484;
  font-size: 10px;
  margin: 6px 0 0 20px;
}
div#footer_top div.copyright {
  font-size: 10px;
  color: #848484;
  float: right;
  margin: 6px 20px 0 0;
}
div#footer_bottom {
  
}
div#footer_bottom ul {

}
div#footer_bottom ul li {
  display: none;
}

/*** PAGE ***/
div.left_menu {
  padding: 3px;
}
div.left_menu h2 {
  text-transform: uppercase;
}
div.page_textbox {
  padding: 0 3px;
}
div.page_textbox a {
  text-decoration: underline;
}
div.page_comments {
  padding: 0 3px;
  margin-top: 40px;
}

/*** CONTACT ***/
ul#contactlist,
ul#partnerlist,
ul#calendarlist {
  margin-top: 20px;
}
ul#contactlist li,
ul#partnerlist li,
ul#calendarlist li {
  padding: 17px 0;
  background: transparent url(images/gt_hr_700.gif) no-repeat bottom;
}
ul#contactlist li.last,
ul#partnerlist li.last,
ul#calendarlist li.last {
  background: none;
}
ul#contactlist div.frame,
ul#partnerlist div.frame,
ul#calendarlist div.frame {
  float: left;
}
ul#contactlist div.textbox,
ul#partnerlist div.textbox,
ul#calendarlist div.textbox {
  float: left;
  width: 450px;
  margin: 2px 3px 5px 3px;
  padding-left: 6px;
}
ul#contactlist div.textbox h3,
ul#partnerlist div.textbox h3,
ul#calendarlist div.textbox h3 {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  color: #585857;
  margin: 0;
}
ul#contactlist div.textbox p,
ul#calendarlist div.textbox p {
  margin: 0 0 8px;
  font-size: 10px;
  color: #a6a6a6;
}
span.label {
  color: #494949;
  width: 70px;
  display: inline-block;
  font-size: 12px;
}
span.value {
  color: #848484;
  font-size: 12px;
}
span.value a {
  color: #848484;
}
/*** PARTNERS ***/
ul#partnerlist div.textbox p {
  margin: 5px 0 10px;
  color: #848484;
}
/*** ARCHIVE ***/
div.navigation {

}
div.previous {
  float: left;
}
div.next {
  float: right;
}

/*** DRIVERS ***/
div.start_no {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  padding: 4px 4px 2px;
  font-size: 18px;
  font-weight: bold;
  color: #EEE;
  line-height: 1;
}
div.start_no a {
  text-decoration: none;
}
span.driver a {
  color: #848484;
}
span.driver a:hover {
 color: #ED1C24;
}

/*** DISQUS ***/
div#disqus_thread {
  width: 500px;
}
a.dsq-brlink {
  display: none;
}

div.page_comments div#dsq-comments-title,
div.page_comments div.dsq-options,
div.page_comments div.dsq-dc-logo {
  display: none;
}
.vvqbox {
  margin-top: 0;
}