div#cc-main {
  position: relative;
 /* background: url(../images/configurator_background.png) no-repeat left top;*/
  width: 100%;
  margin-top: 20px;
}



div#cc-rightmenu {
  /*position: absolute;
  left: 0px;
  top: 53px;
  */
  width: 500px;
  display: block;
  font-size: 11px;
}

div#cc-rightmenu a.polozka, div#cc-rightmenu a.polozka-selected, div#cc-rightmenu a.polozka-disabled {
  height: 15px;
  display: block;
  text-align: left;
  padding: 2px 0px 2px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;  
  line-height: 14px;
  margin: 0 0 2px 0;
  /*background: url(../images/menu_configurator_item.png) no-repeat;*/
  background-color: #283339;
  border: 1px solid #757e83;
  position: relative;
  text-transform: uppercase;
}
div#cc-rightmenu a.polozka-disabled {
  cursor: default;
}

div#cc-rightmenu a.polozka:hover, div#cc-rightmenu a.polozka-selected {
  background-position: center bottom; 
  border: 1px solid #ab003b;
  position: relative;
  cursor: pointer;
}

div#cc-rightmenu div#verze-obsah,
div#cc-rightmenu div#doplnky-obsah {
  display: block;
  padding: 10px 0 10px 0;
  position: relative;
  
}
div#cc-rightmenu div#barvy-obsah {
  
  display: block;
  padding: 10px 0 10px 0;
  position: relative;
}
div#cc-rightmenu div#interiery-obsah {
  
  display: block;
  padding: 10px 0 10px 0;
  position: relative;
}
div#cc-rightmenu div#summary-obsah {
  
  display: block;
  padding: 10px 0 10px 0;
  position: relative;
}
div#cc-rightmenu div#cc-barva {
  float: left;
  padding: 0 0 0 20px;
}
div#cc-rightmenu div#cc-interier {
  float: left;
  padding: 10px 0 0 20px;
}

div#cc-rightmenu div#cc-palivo {
  width: 90px;
  float: left;
  padding: 10px 0 0 0px;
}
a.palivo {
  padding: 3px 0 3px 20px;
  background: url(../images/configurator_radio_model.png) no-repeat left center;
  display: block;
  text-decoration: none;
  color: #333333 !important;
}
a.palivo:hover {
  color: #b51d15 !important;
}
a.palivo-selected {
  padding: 3px 0 3px 20px;
  background: url(../images/configurator_radio_model_selected.png) no-repeat left center;
  display: block;
  text-decoration: none;
}

div#cc-rightmenu div#cc-motor {
  width: 150px;
  float: left;
  padding: 10px 0 0 20px;
  
}
a.motor {
  padding: 3px 0 3px 20px;
  background: url(../images/configurator_radio_model.png) no-repeat left center;
  display: block;
  text-decoration: none;
  color: #333333 !important;
}

a.motor:hover {
  color: #b51d15 !important;
}
a.motor-selected {
  padding: 3px 0 3px 20px;
  background: url(../images/configurator_radio_model_selected.png) no-repeat left center;
  display: block;
  text-decoration: none;
}
div#cc-rightmenu div#cc-motor div#motor-conteiner {
  float: left;
  /*height: 170px;
  overflow: hidden;*/
}

div#cc-rightmenu div#cc-rozvor {
  width: 80px;
  float: left;
  padding: 10px 0 0 20px;
}
a.rozvor {
  padding: 3px 0 3px 20px;
  background: url(../images/configurator_radio_model.png) no-repeat left center;
  display: block;
  text-decoration: none;
  color: #333333 !important;
}
a.rozvor:hover {
  color: #b51d15 !important;
}
a.rozvor-selected {
  padding: 3px 0 3px 20px;
  background: url(../images/configurator_radio_model_selected.png) no-repeat left center;
  display: block;
  text-decoration: none;
}

div#cc-rightmenu div#cc-objem {
  width: 100px;
  float: left;
  padding: 10px 0 0 20px;
}
a.objem {
  padding: 3px 0 3px 20px;
  background: url(../images/configurator_radio_model.png) no-repeat left center;
  display: block;
  text-decoration: none;
  color: #333333 !important;
}
a.objem:hover {
  color: #b51d15 !important;
}
a.objem-selected {
  padding: 3px 0 3px 20px;
  background: url(../images/configurator_radio_model_selected.png) no-repeat left center;
  display: block;
  text-decoration: none;
}

div#cc-rightmenu div#cc-pocet-osob {
  width: 100px;
  float: left;
  padding: 10px 0 0 20px;
}
a.pocet-osob {
  padding: 3px 0 3px 20px;
  background: url(../images/configurator_radio_model.png) no-repeat left center;
  display: block;
  text-decoration: none;
}
a.pocet-osob-selected {
  padding: 3px 0 3px 20px;
  background: url(../images/configurator_radio_model_selected.png) no-repeat left center;
  display: block;
  text-decoration: none;
}

div#cc-rightmenu div#cc-verze {
  float: left;
  padding: 0;
  width: 500px;
}
div#cc-rightmenu div#cc-verze div#verze-conteiner {
  /*height: 225px;*/
  /*height: auto;*/
  width: 500px;
  /*overflow: hidden;*/
  display: block;
  float: left;
  padding: 0;
}
div#cc-rightmenu div#cc-verze div.verze-nadpis {
  float: left;
  padding: 0 0 0 0px;
  font-weight: bold;
}
div#cc-rightmenu div#cc-verze div.verze-cena {
  float: right;
  padding: 0 5px 0 0;
  font-weight: bold;
}
div#cc-rightmenu div#cc-verze div#verze-conteiner div.verze-radek {
  height: 25px;
  float: left;
  width: 100%;
  display: block;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  /*border: 1px solid red;*/
}
div#cc-rightmenu div#cc-verze div#verze-conteiner div.verze-radek2 {
  height: 25px;
  float: left;
  width: 100%;
  display: block;
  background-color: #eaeaea;
  padding: 0;
  margin: 0;
}
div#cc-rightmenu div#cc-verze div#verze-conteiner div.verze-radek-nazev {
  float: left;
  padding: 0;
  margin: 0;
  height: 25px;
}
div#cc-rightmenu div#cc-verze div#verze-conteiner div.verze-radek-nazev a.verze {
  text-decoration: none;
  float: left;
  width: 300px;
  line-height: 18px;
  height: 22px;
  background: url(../images/configurator_radio_model.png) no-repeat 5px 5px;
  padding: 3px 0 0 25px;
  color: #333333 !important;
}
div#cc-rightmenu div#cc-verze div#verze-conteiner div.verze-radek-nazev a.verze:hover {
  color: #b51d15 !important;
}
div#cc-rightmenu div#cc-verze div#verze-conteiner div.verze-radek-nazev a.verze-selected {
  text-decoration: none;
  float: left;
  width: 300px;
  height: 22px;
  line-height: 18px;
  background: url(../images/configurator_radio_model_selected.png) no-repeat 5px 5px;
  padding: 3px 0 0 25px;
}
div#cc-rightmenu div#cc-verze div#verze-conteiner div.verze-radek-cena {
  width: 50px;
  height: 20px;
  float: right;
  padding: 5px 10px 0 20px;
}
div#cc-rightmenu div#cc-verze div#verze-conteiner a.verze-radek-info {
  float: right;
  width: 18px;
  height: 22px;
  display: block;
  background: url(../images/configurator_info.png) no-repeat left 3px;
}

div#cc-rightmenu div#cc-interier a.interier {
  float: left;
  width: 67px;
  height: 67px;
  border: 2px solid #283239;
  margin: 2px 15px 0 0;
}
div#cc-rightmenu div#cc-interier a.interier-selected {
  float: left;
  width: 67px;
  height: 67px;
  border: 2px solid #ac0037;
  margin: 2px 15px 0 0;
}
div#cc-rightmenu div#cc-interier div#interier-conteiner {
  margin: 5px 0 0 0;
  width: 100%;
}
div#cc-rightmenu div#cc-barva div#barva-conteiner {
  margin: 5px 0 0 0;
  width: 100%;
}
div#cc-rightmenu div#cc-barva a.barva {
  float: left;
  width: 48px;
  height: 35px;
  border: 2px solid #999999;
  margin: 2px 15px 0 0;
}
div#cc-rightmenu div#cc-barva a.barva-selected {
  float: left;
  width: 48px;
  height: 35px;
  border: 2px solid #b51d15;
  margin: 2px 15px 0 0;
}

/* doplnky */
div#cc-rightmenu div#cc-doplnek {
  float: left;
  padding: 0;
  width: 500px;
}
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner {
  /*height: 245px;*/
  /*height: auto;*/
  /*overflow: hidden;*/
  display: block;
  float: left;
  padding: 0;
}
div#cc-rightmenu div#cc-doplnek div.doplnek-nadpis {
  float: left;
  padding: 0 0 0 25px;
}
div#cc-rightmenu div#cc-doplnek div.doplnek-cena {
  float: right;
  padding: 0 5px 0 0;
}
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek {
  height: 25px;
  float: left;
  width: 100%;
  display: block;
  background-color: #eaeaea;
  padding: 0;
  margin: 0;
}
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek2 {
  height: 25px;
  float: left;
  width: 100%;
  display: block;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek-nazev {
  float: left;
  padding: 0;
  margin: 0;
  height: 25px;
}
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek-nazev a.doplnek-checked {
  text-decoration: none;
  float: left;
  width: 300px;
  line-height: 18px;
  height: 22px;
  background: url(../images/configurator_option_checked.gif) no-repeat 5px 5px;
  padding: 3px 0 0 25px;
}
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek-nazev a.doplnek-checked-disabled {
  text-decoration: none;
  float: left;
  width: 300px;
  height: 22px;
  line-height: 18px;
  background: url(../images/configurator_option_checked_disabled.gif) no-repeat 5px 5px;
  padding: 3px 0 0 25px;
}
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek-nazev a.doplnek-unchecked {
  text-decoration: none;
  float: left;
  width: 300px;
  line-height: 18px;
  height: 22px;
  background: url(../images/configurator_option_unchecked.gif) no-repeat 5px 5px;
  padding: 3px 0 0 25px;
}
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek-nazev a.doplnek-unchecked-disabled{
  text-decoration: none;
  float: left;
  width: 300px;
  height: 22px;
  line-height: 18px;
  background: url(../images/configurator_option_unchecked_disabled.gif) no-repeat 5px 5px;
  padding: 3px 0 0 25px;
}
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek-cena {
  width: 50px;
  height: 20px;
  float: right;
  text-align: right;
  padding: 5px 10px 0 20px;
}
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner a.doplnek-radek-info {
  float: right;
  width: 18px;
  height: 22px;
  display: block;
  background: url(../images/configurator_info.png) no-repeat left 3px;
}



div#cc-rightmenu .barva-nadpis-text,
div#cc-rightmenu .interier-nadpis-text {
  float: left;
}

div#cc-rightmenu #barva-nadpis,
div#cc-rightmenu #interier-nadpis {
  float: left;
  width: 430px;
}



div#cc-rightmenu div.nadpis-palivo,
div#cc-rightmenu div.nadpis-motor,
div#cc-rightmenu div.nadpis-model,
div#cc-rightmenu div.nadpis-rozvor,
div#cc-rightmenu div.nadpis-objem,
div#cc-rightmenu div.nadpis-pocet-osob,
div#cc-rightmenu div.nadpis-barva,
div#cc-rightmenu div.nadpis-interier
{ 
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}


div#cc-rightmenu div.nadpis-prevodovka {
  width: 129px;
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 10px;
  color: #464646;
  background: url(../images/menu_configurator_prevodovka.png) no-repeat center;
}


div#cc-model {
  padding: 0 0 0 0px;
}
div#cc-model .model-box {
  float: left;
  margin: 0 10px 0 0;
  display: block;
}
div#cc-model .model-popis {
  margin: 5px 0 0 0;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 10px;
}

a.model {
  padding: 0 0 0 20px;
  background: url(../images/configurator_radio_model.png) no-repeat left center;
  display: block;
  text-decoration: none;
  color: #333333 !important;
}

a.model:hover {
  color: #b51d15 !important;
}

a.model-selected {
  padding: 0 0 0 20px;
  background: url(../images/configurator_radio_model_selected.png) no-repeat left center;
  display: block;
  text-decoration: none;
}



div.hr1 {
  /*background: url(../images/configurator_hr1.png) no-repeat left center;*/
  height: 10px;
  width: 500px;
  float: left;
  display: block;
  margin-top: 10px;
  border-top: 1px dotted #999999;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #fff;
}

a.step_next {
  float: right;
  background: url(../images/white/tlacitko2.png) no-repeat top right;
  padding-right: 38px;
  padding-left: 10px;
  height: 27px;
  line-height: 27px;
  color: #666666 !important;
  text-decoration: none;
  cursor: pointer;
  text-align: right;
  font-size: 14px !important;
  font-style: italic;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-top: 20px;
}

a.step_next_disabled {
  float: right;
  background: url(../images/white/tlacitko2.png) no-repeat top right;
  padding-right: 38px;
  padding-left: 10px;
  height: 27px;
  line-height: 27px;
  color: #cdcdcd !important;
  text-decoration: none;
  cursor: default;
  text-align: right;
  font-size: 14px !important;
  font-style: italic;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-top: 20px;
}

a.step_next:hover {
  color: #b51d15 !important;
}


a.step_prew {
  float: left;
  background: url(../images/white/tlacitko2b.png) no-repeat top left;
  padding-left: 38px;
  padding-right: 10px;
  height: 27px;
  line-height: 27px;
  color: #666666 !important;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  font-size: 14px !important;
  font-style: italic;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-top: 20px;
}

a.step_prew:hover {
  color: #b51d15 !important;
}



span.no_version {
  position: absolute;
  right: 140px;
  bottom: -30px;
  color: #ffffff; 
  font-size: 10px;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  border: 1px solid #757e83;
  background-color: #b51d15;
}






/* doplnky - zpráva */
div#opt-message {
  /*position: absolute;
  left: 0;
  top: 0;
  width: 970px;
  height: 455px;
  background: url(../images/configurator_loading.png);*/
  
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: url(../images/configurator_new_background.png) repeat-y left top;
  
  z-index: 10000;
}

div#opt-message div#opt-upozorneni {
  float: left;
  padding: 9px 10px 7px 10px;
  display: block;
  color: #b51d15;
  font-size: 17px;
  position: relative; 
}

div#opt-message div#opt-message-big {
 /* position: absolute;
  left: 280px;
  top: 100px;
  width: 390px;
  height: 250px;
  background: url(../images/configurator_opt_message.png) no-repeat center;
  */
  position: fixed;
  left: 50%;
  top: 30px;
  width: 390px;
  height: 250px;
  /*background: url(../images/configurator_opt_info.png) no-repeat center;*/
  border: 1px solid #333333;
  background: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  margin-left: -195px;
  behavior: url(/pie/PIE.htc);
}

div#opt-message div#opt-message-big div#opt-message-matr {
  padding: 10px;  
  position: relative;
}

div#opt-message div#opt-message-big div#opt-message-matr div#opt-message-obsah {
  color: #333333;
  position: relative; 
  text-align: left;
  width: 340px;
  height: 150px;
  overflow: hidden;
  float: left;
  /*border:1px solid red;*/
}
div#opt-message div#opt-message-big div#opt-message-matr div#opt-message-obsah input {
  margin: 0;
  padding: 0;

}
div#opt-message div#opt-message-big div#opt-message-matr div#opt-message-obsah label {
  margin: 0;
  padding: 0;

}
div#opt-message div#opt-message-big div#opt-message-matr div#opt-message-obsah span {
  font-style: italic;
  font-weight: bold;
}

div#opt-message div#opt-message-big div#opt-tlacitka {
  width: 200px;
  height: 20px;
  padding: 10px 0 0 0;
  margin: 0 auto; 
  position: relative; 
}

div#opt-message div#opt-message-big div#opt-tlacitka a {
  float: right;
  background: url(../images/white/tlacitko.png) no-repeat top right;
  padding-right: 38px;
  padding-left: 10px;
  height: 27px;
  line-height: 27px;
  color: #666666 !important;
  text-decoration: none;
  cursor: pointer;
  text-align: right;
  font-size: 12px !important;
  font-style: italic;
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  margin-top: 0px;
  margin-right: 20px;
  behavior: url(/pie/PIE.htc);
}

div#opt-message div#opt-message-big div#opt-tlacitka a:hover {
  /*color: #fff;
  position: relative;*/ 
  background: url(../images/white/tlacitko.png) no-repeat bottom right;
  color: #b51d15 !important;
}


/* doplnky - informace */
div#opt-info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: url(../images/configurator_new_background.png) repeat-y left top;
}

div#opt-info div#opt-info-upozorneni {
  float: left;
  padding: 9px 10px 7px 10px;
  display: block;
  font-size: 14px;
  position: relative; 
}

div#opt-info div#opt-info-big {
  /*position: absolute;*/
  /*left: 280px;
  top: 100px;
  width: 390px;
  height: 250px;*/
  /*background: url(../images/configurator_opt_message.png) no-repeat center;*/
  
  
  position: fixed;
  left: 50%;
  top: 100px;
  width: 390px;
  height: 250px;
  /*background: url(../images/configurator_opt_info.png) no-repeat center;*/
  border: 1px solid #333333;
  background: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  margin-left: -200px;
  behavior: url(/pie/PIE.htc);
}

div#opt-info div#opt-info-big div#opt-info-matr {
  padding: 10px;  
  position: relative;
}

div#opt-info div#opt-info-big div#opt-info-matr div#opt-info-obsah {
  color: #333333;
  position: relative; 
  text-align: left;
  width: 340px;
  height: 150px;
  overflow: hidden;
  float: left;
  /*border:1px solid red;*/
}
div#opt-info div#opt-info-big div#opt-info-matr div#opt-info-obsah span.opt-info-nadpis {
  font-size: 14px;
  clear: both;
  padding: 0 0 20px 0;
  display: block;
}

div#opt-info a.close {
  width: 13px;
  height: 13px;
  display: block;
  margin: 10px 17px 0 0px;
  float: right;
}

/* verze - informace */
div#verze-info {

  /*background: url(../images/configurator_loading.png);*/
  
  
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: url(../images/configurator_new_background.png) repeat-y left top;
  
  z-index: 10000;
}

div#verze-info div#verze-info-upozorneni {
  float: left;
  padding: 7px 10px 7px 0;
  display: block;
  color: #333333;
  font-size: 17px;
  position: relative; 
}

div#verze-info div#verze-info-big {
  position: fixed;
  left: 50%;
  top: 30px;
  width: 970px;
  height: 400px;
  /*background: url(../images/configurator_opt_info.png) no-repeat center;*/
  border: 1px solid #333333;
  background: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  margin-left: -495px;
  behavior: url(/pie/PIE.htc);
}
div#verze-info div#verze-info-big img {
  margin: 5px 0 5px 0;
}

div#verze-info div#verze-info-big div#verze-info-matr {
  padding: 0;  
  position: relative;
  height: auto;
}

div#verze-info div#verze-info-big div#verze-info-obsah {
  color: #ffffff;
  position: relative; 
  text-align: left;
  overflow: hidden;
  height: 160px;
}
div#verze-info div#verze-info-big div#verze-info-obsah table {
  width: 100%;
}
div#verze-info div#verze-info-big div#verze-info-obsah table td {
  background-color: #eaeaea;
  padding: 2px 5px;
  color: #333333;
}

div#verze-info a.close {
  width: 13px;
  height: 13px;
  display: block;
  margin: 10px 0 0 0px;
  float: right;
}

div.hr777 {
  width: 777px;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  float: right;
  /*background: url(../images/configurator_hr777.png) no-repeat;*/
}

/* vyber modelu */
div#vyber-modelu {
  position: absolute;
  right: 5px;
  top: 30px;
  z-index: 1000;
}

div#vyber-modelu ul li {
  text-align: right;
}
div#vyber-modelu ul li a {
  text-decoration: none;
  height: 17px;
  display: block;
  padding: 0 0 0 0;
}
div#vyber-modelu ul li ul {
  display: none;
  background-color: #47545c;
}
div#vyber-modelu ul li:hover ul {
  display: block;
  position: absolute;
  right: 0;
}
div#vyber-modelu ul li:hover ul li {
  width: 140px;
  padding: 0px 15px 0px 0px;
  margin: 0 0 0 0;
  z-index: 100000;
  height: 20px;
  border-bottom: 1px solid #56636a;
}

div#vyber-modelu ul li:hover ul li a {    
  margin: 0;
  padding: 0px 15px 0px 15px;
  width: 125px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  font-size: 10px;
  color: #d8e0e4;
  z-index: 100000;
  background: none;
  border-bottom: 1px solid #56636a;  
} 
div#vyber-modelu ul li ul li a:hover {    
  color: white; 
} 


/* celkova cena */
div#cc-celkova-cena {
  
  width: 450px;

  text-align: left;
  float: right;
  display: block;
  font-size: 12px;
  /*border: 1px solid red;*/
}
div.ceny {
  width: 220px;
  float: left;
  padding: 0;
  margin: 20px 0 30px 0;
}

div.linky {
  float: right;
  width: 216px;
  margin: 20px 4px 0 0;
}

div#cc-celkova-cena div.linky a.ext-link1 {
  /* 216 x 21 */
  display: block;
  float: left;
  padding: 1px 2px 0 10px;
  display: block;
  width: 204px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  background: url(../images/configurator_link1.png) no-repeat left top;
}

div#cc-celkova-cena div.linky a.ext-link1:hover {
  text-decoration: underline;
}
div#cc-celkova-cena div.linky a.ext-link1-disabled {
  /* 216 x 21 */
  display: block;
  float: left;
  padding: 1px 2px 0 10px;
  display: block;
  width: 204px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  color: #aaaaaa;
  margin: 0;
  text-decoration: none;
  background: url(../images/configurator_link1.png) no-repeat left top;
  cursor: Default;
}

div#cc-celkova-cena div.linky a.ext-link1:hover {
  text-decoration: underline;
}
div#cc-celkova-cena div.linky a.ext-link2 {
  /* 216 x 21 */
  display: block;
  float: left;
  padding: 1px 2px 0 10px;
  display: block;
  width: 204px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
  background: url(../images/configurator_link2.png) no-repeat left top;
}

div#cc-celkova-cena div.linky a.ext-link2:hover {
  text-decoration: underline;
}

a#summary {
  position: absolute;
  left: 25px;
  bottom: 0px;
  display: block;
  width: 160px;
  height: 25px;
}

a#summary.cz {
  background: url(../images/configurator_summary.png) no-repeat;
  background-position: center top;  
}

a#summary.cz:hover {
  background-position: center bottom;
}

a#summary.sk {
  background: url(../images/configurator_summary_sk.png) no-repeat;
  background-position: center top;  
}

a#summary.sk:hover {
  background-position: center bottom;
}
div#cc-celkova-cena div.zakladni_cena_popis {
  float: left;
  text-align: left;
  width: 120px;
  margin: 10px 0 0 0px;
}
div#cc-celkova-cena div.zakladni_cena {
  float: left;
  text-align: right;
  width: 80px;
  margin: 10px 10px 0 0;
}

div#cc-celkova-cena div.popis_pod_cenama {
  float: left;
  text-align: left;
  width: 200px;
  margin: 10px 0 0 0px;
  font-size: 9px;
}

/* souhrn */
div#summary-obsah div.nadpis {
  float: left;
  padding: 7px 10px 7px 10px;
  width: 375px;
  display: block;
  color: #cbcbcb;
  font-size: 17px;
}

div#summary-matr {
  /*height: 265px;*/
  /*height: auto;*/
  width: 500px;
  /*overflow: hidden;*/
  display: block;
  float: left;
  padding: 0;
  /*border: 1px solid red;*/
}



div#summary-obsah table.version, div#summary-obsah table.version-details, div#summary-obsah table.opts {
  width: 100%;
  color: #989898;
  margin: 0 0 15px 0;
}

div#summary-obsah table td.left {
  text-align: left;
}

div#summary-obsah table td.right {
  text-align: right;
}

div#summary-obsah table.version td {
  color: #000000;
  font-size: 14px;
  font-weight: bold; 
}

div#summary-obsah table.version-details td, div#summary-obsah table.version-details th {
  background-color: #eaeaea;
  padding: 2px 5px;
  vertical-align: top;
  text-align: left;
}
div#summary-obsah table.version-details th {
  text-align: left;
  color: #000000;
}

div#summary-obsah table.version-details td {
  color: #333333;
}

div#summary-obsah table.opts th {
  background-color: #eaeaea;
  padding: 2px 5px;
  color: #000000;
  text-align: left;
}

div#summary-obsah table.opts td {
  background-color: #eaeaea;
  padding: 2px 5px;
  color: #333333;
}

div#summary-obsah a.close {
  width: 13px;
  height: 13px;
  display: block;
  margin: 10px 17px 0 0px;
  float: right;
}

div#car-opt div#opt-conteiner-big a.close {
  width: 13px;
  height: 13px;
  display: block;
  margin: 10px 17px 0 0px;
  float: right;
}

div#car-interier div#interier-nahled-conteiner-big a.close {
  width: 13px;
  height: 13px;
  display: block;
  margin: 10px 17px 0 0px;
  float: right;
}

div#car-interier div#interier-nahled-conteiner-medium a.close {
  width: 13px;
  height: 13px;
  display: block;
  margin: 10px 17px 0 0px;
  float: right;
}

div.car-right-images {
  float: right;
  position: relative;
  /*border: 1px solid red;*/
  height: 205px;
  width: 450px;
}

div#car-image {
  width: 295px;
  height: 205px;
  float: left;
}
div#car-interier {
  width: 124px;
  height: 205px;
  float: left;
  margin-left: 10px;
}
div#verze-nazev {
  /*width: 421px;
  height: 20px;
  position: absolute;
  left: 535px;
  top: 270px;
  font-size: 12px;
  font-weight: bold;*/
}

div#ajax_progress_bar {
  width: 500px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #eaeaea;
  /*background: url(../images/configurator_loading.png) no-repeat;*/
  display: none;
  opacity: 0.75;   
  filter: alpha(opacity=75);   
  -moz-opacity: 0.75;   
  -khtml-opacity: 0.75;
}
div#ajax_progress_bar div.progress {
  width: 100px;
  height: 10px;
  text-align: center;
  display: block;
  margin: 110px auto;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #8f989d;
  /*background-color: #283239;*/
  padding: 50px 10px 10px 10px;
  background: #283239 url(../images/configurator_progress_bar.gif) no-repeat center 10px;
  /*text-transform: uppercase;*/
}
/*
div#opt-message-conteiner {
  position: absolute;
  left: 0;
  top: 0;
}*/

#verze-obsah a {
  color: #b51d15;
}


.more-information-cc {
  float: right;
  background: url(../images/white/tlacitko.png) no-repeat top right;
  padding-right: 38px;
  padding-left: 10px;
  width: 165px;
  height: 27px;
  line-height: 27px;
  color: #666666 !important;
  text-decoration: none;
  cursor: pointer;
  text-align: right;
  font-size: 12px !important;
  font-style: italic;
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  margin-top: 10px;
}

.more-information-cc:hover {
  background: url(../images/white/tlacitko.png) no-repeat bottom right;
  color: #b51d15 !important;
}

.more-information-cc2 {
  float: right;
  background: #b51d15 url(../images/white/tlacitko.png) no-repeat top right;
  padding-right: 38px;
  padding-left: 10px;
  width: 165px;
  height: 27px;
  line-height: 27px;
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
  text-align: right;
  font-size: 12px !important;
  font-style: italic;
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  margin-top: 10px;
}

.more-information-cc2:hover {
  background: #b51d15 url(../images/white/tlacitko.png) no-repeat bottom right;
}

.more-information-disabled {
  float: right;
  background: #666666 url(../images/white/tlacitko.png) no-repeat top right;
  padding-right: 38px;
  padding-left: 10px;
  width: 165px;
  height: 27px;
  line-height: 27px;
  color: #fff !important;
  text-decoration: none;
  cursor: default;
  text-align: right;
  font-size: 12px !important;
  font-style: italic;
  text-transform: uppercase;
  font-weight: normal !important;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.5);
  margin-top: 10px;
  behavior: url(/pie/PIE.htc);
}

.left-column-cc {
  float: left;
  /*border: 1px solid red;*/
}

div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek a,
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek2 a {
  color: #333333;
}

div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek a:hover,
div#cc-rightmenu div#cc-doplnek div#doplnek-conteiner div.doplnek-radek2 a:hover {
  color: #b51d15;
}



.cc-new-border {
  -webkit-box-shadow: 2px 0px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    2px 0px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         2px 0px 5px 0px rgba(50, 50, 50, 0.25);
  z-index: 90;
  margin: 0px 0 30px 0;
  position: relative;
  padding: 10px;
  width: 500px;
}


a.cc_click {
  float: left !important;
  width: auto !important;
  font-style: italic;
  font-size: 18px;
  font-weight: normal;
  /*font-family: 'DINMediumRegular';*/
  color: #666666 !important;
  text-decoration: none;
  background: url('../images/white/static-content2-menu.png') repeat-x left top;
  height: 46px;
  line-height: 46px;
  padding: 0 12px 0 10px;
  border-right: 1px dotted #cccccc;
  z-index: 100 !important;
  margin: 0 !important;
  position: relative;
}

a.cc_click_active {
  float: left !important;
  width: auto !important;
  font-style: italic;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  background: url('../images/white/static-content2-menu.png') repeat-x left top;
  height: 46px;
  line-height: 46px;
  padding: 0 12px 0 10px;
  border-right: 1px dotted #cccccc;
  z-index: 100 !important;
  margin: 0 !important;
  position: relative;


  color: #666666 !important;
  background: #ffffff;
  -webkit-box-shadow: 2px -2px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    2px -2px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         2px -2px 2px 0px rgba(50, 50, 50, 0.5);
  z-index: 101 !important;
  padding: 0 11px 0 10px !important;
  margin-right: 2px !important;
  border-right: none;
}

a.cc_click_disabled {
  float: left !important;
  width: auto !important;
  font-style: italic;
  font-size: 18px;
  font-weight: normal;
  /*font-family: 'DINMediumRegular';*/
  color: #cdcdcd !important;
  text-decoration: none;
  background: url('../images/white/static-content2-menu.png') repeat-x left top;
  height: 46px;
  line-height: 46px;
  padding: 0 12px 0 10px;
  border-right: 1px dotted #cccccc;
  z-index: 100 !important;
  margin: 0 !important;
  position: relative;
  cursor: default;
}

a.nosnost,
a.delka,
a.sedadel {
  color: #333333 !important;
}
a.nosnost:hover,
a.delka:hover,
a.sedadel:hover {
  color: #b51d15 !important;
}


