body {
  margin: 0px;
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
  background: rgb(62,98,117) url(img/core/bcg_3.png) repeat-x;
  color: rgb(90,92,95);
}

/* main photo */
#mContainer {
  cursor: hand;
	width: 900px;
	height: 450px;
	margin-top: 1px;
  margin-bottom: 3px;
}

.mPhoto {
	position:absolute;
	top:84px;
	-moz-opacity:0.0;
	filter:Alpha(opacity=0);
}

/* news/actions/price tips */
.news {
  width: 891px;
  height: 225px;
  margin-top: 1px;
  padding-top: 8px;
  padding-left: 9px;
  padding-bottom: 8px;
  font-size: 10px;
  background-color: rgb(51,51,51);
  color: rgb(190,192,195);
}

.news_block {
  float: left;
  width: 170px;
  background-color: rgb(25,25,25);
  margin-right: 8px;
}

.news_clearance_header {
  float: left;
  width: 164px;
  height: 20px
  padding-top: 5px;
  padding-left: 1px;
  padding-right: 5px;
  font-size: 12px;
  background-color: rgb(120,31,28);
  border-bottom: 1px solid rgb(61,61,61);
}

.news_discount_header {
  float: left;
  width: 164px;
  height: 20px
  padding-top: 5px;
  padding-left: 1px;
  padding-right: 5px;
  font-size: 12px;
  background-color: rgb(120,31,28);
  border-bottom: 1px solid rgb(61,61,61);
}

.news_action_header {
  float: left;
  width: 164px;
  height: 20px
  padding-top: 5px;
  padding-left: 1px;
  padding-right: 5px;
  font-size: 12px;
  background-color: rgb(133,54,15);
  border-bottom: 1px solid rgb(61,61,61);
}

.news_new_header {
  float: left;
  width: 164px;
  height: 20px
  padding-top: 5px;
  padding-left: 1px;
  padding-right: 5px;
  font-size: 12px;
  background-color: rgb(0,41,64);
  border-bottom: 1px solid rgb(61,61,61);
}

.news_title {
  float: left;
  width: 160px;
  height: 18px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: bold;
}

.news a{
  color: rgb(190,192,195);
  text-decoration: none;
}

.news a:hover {
  color: white;
  text-decoration: none;
}

.news_picture {
  float: left;
  width: 170px;
  height: 110px;
}

.news_clearance_description {
  float: left;
  width: 160px;
  height: 63px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  background-image: url(img/core/news_discount_bcg.png);
  font-size: 12px;
}

.news_discount_description {
  float: left;
  width: 160px;
  height: 63px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  background-image: url(img/core/news_discount_bcg.png);
  font-size: 12px;
}

.news_action_description {
  float: left;
  width: 160px;
  height: 63px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  background-image: url(img/core/news_action_bcg.png);
  font-size: 12px;
}

.news_new_description {
  float: left;
  width: 160px;
  height: 63px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  font-size: 10px;
}

/* spacer */
/*.line {
  width: 900px;
  height: 1px;
  margin-top: 2px;
  background-image: url(img/core/line.png);
}*/

/* footer */
#footer {
  float: left;
  width: 900px;
  height: 28px;
  padding-top: 25px;
  font-size: 10px;
  color: rgb(190,192,195);
  text-align: center;
}

#footer a {
  padding-left: 9px;
  padding-right: 10px;
  text-decoration: none;
  color: rgb(190,192,195);
}

#footer a:hover {
  color: white;
  text-decoration: none;
}

/* text content (company & racing) */
/*#title {
  width: 900px;
  height: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(200,200,200);
}

#title_font {
  float: left;
  FONT-FAMILY: "Century Gothic", Avant Garde, Century Gothic, Avant Garde Gothic, "Lucida Sans", Helvetica, Trebuchet, Arial, Sans;
  font-size: 22px;
  font-weight: bold;
  color: black;
}

#title_font_dark {
  float: left;
  FONT-FAMILY: "Century Gothic", Avant Garde, Century Gothic, Avant Garde Gothic, "Lucida Sans", Helvetica, Trebuchet, Arial, Sans;
  font-size: 22px;
  font-weight: bold;
  color: white;
}

#newstitle_font {
  float: left;
  FONT-FAMILY: "Century Gothic", Avant Garde, Century Gothic, Avant Garde Gothic, "Lucida Sans", Helvetica, Trebuchet, Arial, Sans;
  font-size: 20px;
  font-weight: bold;
  color: black;
}

#content {
  width: 900px;
}

#content b {
  color: black;
}

.text {
  float: left;
  width: 590px;
  margin-right: 155px;
  font-size: 12px;
}

.text a {
  color: rgb(51,102,153);
  text-decoration: none;
}

.text a:hover {
  color: rgb(51,102,153);
  text-decoration: underline;
}

.left_text_bar {
  float: left;
  width: 140px;
  min-height: 20px;
  margin-right: 15px;
  font-size: 10px;
}

.left_text_bar a {
  color: rgb(51,102,153);
  text-decoration: none;
}

.left_text_bar a:hover {
  color: rgb(51,102,153);
  text-decoration: underline;
}


.left_text_bar_dark a {
  color: rgb(190,192,195);
  text-decoration: none;
}

.left_text_bar_dark a:hover {
  color: rgb(190,192,195);
  text-decoration: underline;
}

a.title {
  color: rgb(90,92,95);
  text-decoration: none;
}

a.title:hover {
  color: black;
  text-decoration: none;
}*/

/* dotazník */
/*
.question_group {
  display: block;
  width: 568px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid rgb(213,223,229);
  border-right: 1px solid rgb(213,223,229);
}

.question_group_header {
  display: block;
  width: 590px;
  height: 17px;
  background: url(img/qg_title.png) repeat-x;
}

.question_group_corner_tl {
  float: left;
  width: 10px;
  height: 17px;
  background-image: url(img/qg_corner_tl.png);
}

.question_group_corner_tr {
  float: left;
  width: 10px;
  height: 17px;
  background-image: url(img/qg_corner_tr.png);
}

.question_group_bottom {
  display: block;
  width: 590px;
  height: 17px;
  background: url(img/qg_bottom.png) repeat-x;
}

.question_group_corner_bl {
  float: left;
  width: 10px;
  height: 17px;
  background-image: url(img/qg_corner_bl.png);
}

.question_group_corner_br {
  float: left;
  width: 10px;
  height: 17px;
  background-image: url(img/qg_corner_br.png);
}

.question_group_title {
  float: left;
  display: block;
  width: 570px;
  height: 17px;
}

.question_group_title_font {
  padding-left: 3px;
  padding-right: 3px;
  background-color: white;
  font-size: 10px;
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
  color: rgb(90,92,95);
}

.form_element {
  font-size: 11px;
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
}

.form_element_readonly {
  font-size: 11px;
  color: gray;
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
}

td {
  font-size: 11px;
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
  color: black;
}*/

/* racing novinky */

/*.novinky_navbar {
  float: left;
  width: 590px;
  height: 20px;
}

.novinky_navbar_title {
  float: left;
  width: 120px;
  height: 20px;
  color: rgb(90,92,95);
  font-size: 10px;
}

.novinky_navbar_cmd {
  float: left;
  width: 470px;
  height: 20px;
  color: rgb(90,92,95);
  font-size: 10px;
  text-align: right;
}

.novinky_header {
  float: left;
  width: 590px;
  height: 31px;
  padding-top: 5px;
  background-color: rgb(206,205,205);
  border-bottom: 1px solid white;
}

.novinky_row {
  float: left;
  width: 590px;
  height: 26px;
  background-color: rgb(239,239,240);
  border-bottom: 1px solid white;
}
  
.novinky_title {
  float: left;
  width: 431px;
  padding-left: 10px;
  padding-top: 6px;
  color: rgb(90,92,95);
  font-size: 10px;
  font-weight: normal;
}*/

/*.novinky_category {*/ /* Informace/Výsledky/Fotografie */
  /*float: left;
  width: 69px;
  padding-left: 10px;
  padding-top: 6px;
  color: rgb(90,92,95);
  font-size: 10px;
  font-weight: normal;
}

.novinky_date {
  float: left;
  width: 60px;
  padding-left: 10px;
  padding-top: 6px;
  color: rgb(90,92,95);
  font-size: 10px;
  font-weight: normal;
}

a.novinky {
  color: rgb(90,92,95);
  text-decoration: none;
}

a.novinky:hover {
  color: black;
  text-decoration: underline;
}

.racing_image_row {
  float: left;
  width: 588px;
  padding-right: 2px;
  margin-bottom: 10px;
}

.racing_image {
  float: left;
  width: 120px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.img_border {
  border: 1px solid rgb(200,200,200);
}*/

/* fotogalerie */
/*.foto_row {
  float: left;
  margin-bottom: 10px;
}

.gallery_container {
  float: left;
  width: 122px;
  margin: 8px;
  padding: 3px;
  background-color: white;
  border: 1px solid rgb(153,153,153);
  font-weight: normal;
  font-size: 10px;
  text-align: center;
}

.foto_container {
  float: left;
  width: 120px;
  height: 90px;
  margin-bottom: 3px;
  text-align: center;
  border: 1px solid white;
  background-color: rgb(235,235,235);
}

.foto_container:hover {
  border: 1px solid rgb(193,43,40);
}

.foto_description {
  font-size: 12px;
}*/

/* Ceník */
/*.catalogue_navbar {
  float: left;
  width: 900px;
  display: block;*/
  /*min-height: 38px;*/
  /*margin-bottom: 5px;
  color: rgb(215,215,215);
  font-size: 11px;
}

.catalogue_navbar_path {
  float: left;
  width: 210px;
  padding-top: 3px;
  padding-left: 10px;
  margin-right: 10px;
  font-weight: bold;
}

.catalogue_navbar_manufacturers {
  float: left;
  width: 300px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

.catalogue_navbar_order {
  float: left;
  width: 190px;
}

.catalogue_navbar_page {
  float: left;
  width: 150px;
  padding-top: 3px;
  padding-right: 10px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

.catalogue_navbar a {
  color: rgb(215,215,215);
  text-decoration: none;
}

.catalogue_navbar a:hover {
  color: white;
  text-decoration: none;
}

#tree {
  float: left;
  width: 215px;
  min-height: 685px;
  border-top: 1px solid white;
  padding-left: 5px;
  padding-bottom: 20px;
  padding-top: 2px;
  margin-right: 10px;
  background: url(img/core/bcg_4.png) repeat-x;
}

#list {
  float: left;
  width: 670px;
  min-height: 685px;
  padding-top: 10px;
  border-top: 1px solid white;
  background: url(img/core/bcg_4.png) repeat-x;
}

.s {
  line-height: 30px;
  padding-left: 5px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.k1 {
  padding-left: 20px;
  margin-left: 5px;
  font-size: 13px;
  text-decoration: none;
  background-image: url(img/core/plus_sign.gif);
  color: rgb(190,192,195);
}

.k1:hover {
  text-decoration: none;
  color: white;
}

.k1_active:hover {
  color: red;
}

.k1_active {
  padding-left: 20px;
  margin-left: 5px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(img/core/minus_sign.gif);
  color: rgb(255,20,20);
}

.k2 {
  padding-left: 20px;
  margin-left: 20px;
  font-size: 12px;
  text-decoration: none;
  background-image: url(img/core/plus_sign.gif);
  color: rgb(133,199,227)
}

.k2:hover {
  text-decoration: none;
  color: rgb(151,202,253);
}

.k2_active:hover {
  color: red;
}

.k2_active {
  padding-left: 20px;
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(img/core/minus_sign.gif);
  color: rgb(255,20,20);
}

.z {
  padding-left: 20px;
  margin-left: 35px;
  font-size: 12px;
  text-decoration: none;
  background-image: url(img/core/plus_sign.gif);
  color: rgb(133,199,227)
}

.z:hover {
  text-decoration: none;
  color: rgb(151,202,253);
}

.z_active:hover {
  color: red;
}

.z_active {
  padding-left: 20px;
  margin-left: 35px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(img/core/minus_sign.gif);
  color: rgb(255,20,20);
}

.pr {
  padding-left: 55px;
  font-size: 10px;
  text-decoration: none;
  color: rgb(160,162,165);
  font-style: italic;
}

.pr:hover {
  text-decoration: none;
  color: rgb(220,222,225);
}

.pr_active:hover {
  color: red;
}

.pr_active {
  padding-left: 55px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: rgb(255,20,20);
  font-style: italic;
}

.product {
  float: left;
  width: 318px;
  height: 190px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  border: 1px solid rgb(25,25,25);
  background-color: white
}

.product_header {
  width: 313px;
  height: 22px;
  padding-left: 5px;
  padding-top: 3px;
  font-size: 13px;
  background-color: rgb(51,51,51);
  color:rgb(215,215,215);
}

.product_discount_header {
  float: left;
  width: 243px;
  height: 22px;
  padding-left: 5px;
  padding-top: 3px;
  font-size: 12px;
  background-color: rgb(120,31,28);
  color:rgb(215,215,215);
}

.product_clearance_header {
  float: left;
  width: 243px;
  height: 22px;
  padding-left: 5px;
  padding-top: 3px;
  font-size: 12px;
  background-color: rgb(120,31,28);
  color:rgb(215,215,215);
}

.product_new_header {
  float: left;
  width: 243px;
  height: 22px;
  padding-left: 5px;
  padding-top: 3px;
  font-size: 12px;
  background-color: rgb(0,41,64);
  color:rgb(215,215,215);
}

.product_action_header {
  float: left;
  width: 243px;
  height: 22px;
  padding-left: 5px;
  padding-top: 3px;
  font-size: 12px;
  background-color: rgb(133,54,15);
  color: rgb(215,215,215);
}*/

.product_discount_status {
  float: left;
  width: 50px;
  height: 20px;
  padding-top: 5px;
  padding-left: 20px;
  background-image: url(img/core/product_discount_bcg.png);
  font-size: 10px;
  font-weight: bold;
  text-transform: capitalize;
  color: white;
}

.product_clearance_status {
  float: left;
  width: 58px;
  height: 20px;
  padding-top: 5px;
  padding-left: 12px;
  background-image: url(img/core/product_discount_bcg.png);
  font-size: 10px;
  text-transform: capitalize;
  color: white;
}

.product_new_status {
  float: left;
  width: 54px;
  height: 20px;
  padding-top: 5px;
  padding-left: 16px;
  background-image: url(img/core/product_new_bcg.png);
  font-size: 10px;
  text-transform: capitalize;
  color: white;
}

.product_action_status {
  float: left;
  width: 56px;
  height: 20px;
  padding-top: 5px;
  padding-left: 14px;
  background-image: url(img/core/product_action_bcg.png);
  font-size: 10px;
  font-weight: bold;
  text-transform: capitalize;
  color: white;
}
/*
.product_info {
  float: left;
  width: 312px;
  height: 133px;
  padding: 3px;
  font-size: 10px;
  border-top: 1px solid rgb(200,200,200);
  border-bottom: 1px solid rgb(200,200,200); 
}

.product_foto {
  float: left;
  width: 150px;
  height: 100px;
  margin-top: 10px;
}

.product_description {
  float: left;
  width: 153px;
  padding-left: 5px;
}

.product_price {
  float: left;
  width: 313px;
  height: 21px;
  padding-top: 3px;
  padding-right: 5px;
  font-size: 14px;
  background-color: rgb(25,25,25);
  color: white;
}

.product_action_price{
  float: left;
  padding-left: 5px;
}*/

/* Hry - rozcestník */
/*.games_bar {
  float: left;
  width: 280px;
  height: 220px;
  margin-bottom: 30px;
  background-color: rgb(61,61,61);
  color: rgb(245,245,245);
}

.games_bar:hover {
  color: red;
}

.games_spacer {
  float: left;
  width: 30px;
  height: 220px;
  margin-bottom: 30px;
}

.games_infobar {
  float: left;
  width: 880px;
  height: 200px;
  padding: 10px;
  background-color: rgb(61,61,61);
  color: rgb(215,215,215);
}

.games_infobar_block {
  float: left;
  width: 250px;
  height: 180px;*/
  /*background: rgb(25,25,25) url(img/games/kontakt.jpg) repeat-x;*/
  /*background: rgb(25,25,25);
  color: rgb(215,215,215);
  padding: 10px;
  font-size: 13px;
}*/

/* Feedback form*/
/*.view_feedback {
  border: 1px solid rgb(190,190,190);
  border-collapse: collapse;
  background-color: rgb(240,240,250);
}

.view_feedback tr{
  border: 1px solid rgb(190,190,190);
}

.view_feedback td{
  border: 1px solid rgb(190,190,190);
  padding: 5px;
}*/

/* Default definitions */
/*a {
  color: rgb(90,92,95);
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  color: black;
}

h4 {
  color: black;
}

strong {
  color: rgb(215,0,0);
}*/
