/* Zakladni nastaveni barev */
body {
  background-color: #fff;
  background-image: url('../images/page_bg.gif');
  background-repeat: repeat-x;
  background-position: 0% 0%;
  text-align: center;
}


table, th, td, div, img, h1, h2, h3, h4, h5, input, textarea {
	border-color: #d7d7d7;
}

a {
	color: #385008;
}

input.submit {
	background-color: #4b690e;
	background-image: url('../images/button_bg.gif');
	background-repeat: repeat-x;
	border-bottom-color: #460129;
	border-right-color: #85044f;
	border-width: 0;
	padding: 2px 3px;
	/*text-transform: uppercase;*/
	
	color: #fff;
}

#main h2 {
  color: #302f2f;
  font-size: 1.6em;
  margin-bottom: 5px;
  padding: 5px 0px 10px 0px;
  border-bottom-width: 3px;
  border-bottom-color: #e0e1e1;
}

h4 {
  color: #0D1C76;
}

fieldset {
  border-color: #A3A3A3;
}

fieldset legend {
  border-color: #A3A3A3;
  color: #031939;
  background-color: #F0F0F0;
}

.topbox {
  background-color: #FFF;
}

input, textarea {
    background-image: url('/images/pozadi_input.gif');
    background-repeat: repeat-x;
    background-position: 0% 100%;
    border-color: #3d5310;
}

/* obecne soubory ke stazeni s ikonkou */
.soubory_ke_stazeni li {
  padding-left: 5px;
}

/* zakladni layout */
#page {
    width: 100%;
    background-image: url('../images/body_bg.gif');
    background-repeat: repeat-y;
    background-position: 50% 0%;
}

#body_ct {
    width: 100%;
    background-image: url('../images/page_gradient.gif');
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

#body {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
    background-color: #fff;
}


#header {
    width: 763px;
    height: 191px;
    background-image: url('../images/header.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    background-color: #7a9a39;
    
}

#header h1 {
    position: absolute;
    left: 9px;
    top: 29px;
    width: 164px;
    height: 99px;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}

#header h1 a {
    color: #fff;
    text-decoration: none;
    font-size: 3em;
}

#header h1 .c2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 164px;
    height: 99px;
    background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
}

#header h1 span {
    cursor: pointer;
}

#header h2 {
    position: absolute;
    color: #fff;
    left: 110px;
    top: 70px;
    text-transform: lowercase; 
    font-size: 0.6em;
    height: 40px;
    width: 50px;
    overflow: hidden;
    z-index: 9;
}

#header h2 span {
    display: block;
    
}

#main_menu_ct {
    position: absolute;
    left: 0px;
    top: 197px;
    width: 764px;
    height: 40px;
    background-color: #87a745;
    z-index: 100;
}

#main_menu ul, #main_menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main_menu li {
    float: left;
    _display: inline;
    margin-left: 6px;
}

#main_menu a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    height: 40px;
    overflow: hidden;
    float: left;
    display: block;
}

#main_menu a span {
    display: block;
    padding: 12px 4px 0 4px;
}

#main_menu a:hover {
    text-decoration: underline;
}

#main_menu a.aktivni {
    background-color: #7a9e32;
    background-image: url('../images/menu_bg.gif');
    background-repeat: repeat-x;
}

#drobeckova {
    width: 744px;
    position: absolute;
    left: 10px;
    top: 243px;
    background-image: url('../images/e.gif');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    z-index: 50;
}

#drobeckova, #drobeckova a {
    color: #88a845;
}

#drobeckova p {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}


#main {
    padding-bottom: 10px;
}

#middle_box {
    width: 753px;
    float: left;
    padding-top: 76px;
}

#middle {
    width: 550px;
    float: right;
}

#middle h1, #middle h2, #middle h3 {
    color: #3a5309;
}

#middle h2 {
    padding: 0 0 5px 0;
}

#middle h3 {
    font-size: 1.4em;
}

#middle, #middle table {
    line-height: 140%;
}

#middle p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

#left {
    width: 192px;
    float: left;
}

#right {
    width: 226px;
    float: right;
}

#right h3 {
    background-color: #a6be74;
    color: #4a680f;
    height: 40px;
    overflow: hidden;
    font-size: 1.4em;
}

#right h3 span {
    display: block;
    padding: 10px 0 0 8px;
}

#right .box {
    padding: 10px 10px;
    margin-bottom: 20px;
}

#right #konto_box input {
    width: 120px;
}

#right #konto_box input.submit {
    width: auto;
}

#right #konto_box .polozka {
    width: 60px;
}

#right h3.nakupni_kosik {
    background-image: url('../images/kosik2.gif');
    background-repeat: no-repeat;
    background-position: 97% 45%;
}



#buttony {
    position: absolute;
    left: 763px;
    top: 11px;
    width: 227px;
    height: 180px;
    background-color: #b5c98d;
}

#buttony ul, #buttony li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#buttony ul {
    padding-top: 45px;
}

#buttony li {
    background-color: #fff;
    background-image: url('../images/buttony_bg.gif');
    background-repeat: repeat-x;
    background-position: 0% 50%;
    margin-bottom: 3px;
    margin-right: 3px;
    margin-left: 3px;
}

#buttony li a {
    display: block;
    text-decoration: none;
    color: #45610c;
    font-size: 1.2em;    
    padding: 7px 15px 7px 10px;
    font-weight: bold;
    _width: 100%;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
    
#buttony li.dilna-remesel a {
    background-image: url('../images/iko_dilna-remesel.jpg');
}   
#buttony li.databaze-kompostaren a {
    background-image: url('../images/iko_databaze-kompostaren.jpg');
}   
#buttony li.e-learning a {
    background-image: url('../images/iko_e-learning.jpg');
}   
#buttony li.prezencni-kurzy a {
    background-image: url('../images/iko_prezencni-kurzy.jpg');
}    
              
#buttony li a:hover {
    text-decoration: underline;
}

#vyhledavani {
    position: absolute;
    top: 23px;
    right: 3px;
}

#vyhledavani input {
    vertical-align: middle;
    border-color: #3d5310;
}

#vyhledavani input.q {
    width: 140px;
    background-color: #fff;
}

#main {
    background-image: url('../images/main_bg.gif');
    background-repeat: repeat-y;
    background-position: right top;
    margin-top: 6px;
}

#left .box {
    background-image: url('../images/left_bg.gif');
    background-repeat: repeat-y;
    margin-bottom: 8px;
}

#left .box h3 {
    background-color: #a6be74;
    color: #385008;
    font-size: 1.2em;
    padding: 7px 12px;
}

#left .box .text {
    margin-left: 8px;
    margin-right: 8px;  
    margin-top: 5px;
    padding-bottom: 5px;
}

#left .konference {
    text-align: center;
    padding: 5px 8px;
    line-height: 140%;
}

#left .konference a {
    font-weight: bold;
}

#footer_ct {
    background-image: url('../images/footer_bg.gif');
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding-bottom: 10px;
}

#footer {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 0.9em;  
    background-color: #b5c98d;
    border-top: solid 3px #699117;
}

#footer, #footer a {
    color: #3a3a3a;
}

#footer p {
    line-height: 140%;
    padding: 5px 5px; 
}

#footer .doprava {
    text-align: right;
}

 

#index_motiv {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}
#index_motiv img {
    border: solid 3px #dbeabc; 
}

#index .clanek {
    border: 0;
}

#index .clanek h3 {
    font-size: 1.2em;
}

#index .clanek .clear_anotace {
    clear: none;
}
 

/* clanky */

.clanek {
  border-top-width: 3px;
  border-top-color: #e0e1e1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.clanek_prvni, .clanek_detail {
  border-top-width: 0px;
  padding-top: 0px;
}

.clanek h3 {
  background-color: transparent;
  border-width: 0px 0px 0px 0px;
  border-color: #F0F0F0;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 1.2em;
}

.clanek h3 a {
  font-weight: bold;
}

.clanek .datum {
  padding: 0px 0px 0px 0px;
}

.clanek .cely_clanek {
  text-align: right;
  padding-top: 1px;
  background-image: url('../images/button_bg.gif');
  background-repeat: repeat-x;
  background-position: left bottom;
  float: right;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.clanek .cely_clanek a {
  font-weight: bold;
  font-size: 1em;
  border-style: solid;
  border-color: #DDD;
  border-width: 0;
  padding: 0px 2px 0px 2px;
  color: #fff;
  /*text-transform: uppercase;*/
  text-decoration: none;
}

.clanek .cely_clanek a:hover {
    text-decoration: underline;
}

.clanek .ilustrace {
  float: left;
  margin-left: 2px;
  margin-top: 10px;
  _margin-top: 10px;
  margin-right: 8px;
  clear: left;
}

.clanek .anotace {
  text-align: left;
  font-style: normal;
}

.clanek .flash {
  float: left;
  margin-left: 2px;
  margin-top: 10px;
  _margin-top: 10px;
  margin-right: 8px;
  clear: left;
}

.clanek .clear_anotace {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  overflow: hidden;
}

.strankovani {
	border-width: 1px;
	display: inline;
	width: 20px;
	text-align: center;
	margin-right: 1px;
	padding-left: 2px;
  vertical-align: top;
  _vertical-align: middle;
}

.strankovani_vybrano {
  background-color: #EDF7F9;
}

.strankovani_seznam .invisible {
    visibility: hidden;
}

.strankovani_seznam .doleva {
    margin-right: 4px;
}

.strankovani_seznam .doprava {
    margin-left: 4px;
}

/* produkty */


#produkty .topbox {
    margin: 10px 0px;
    background-color: #f0f0f0;
    /*padding: 13px;*/
}

#produkty #podrubriky {
  border-width: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
}

#produkty #podrubriky .rubrika {
  width: 33%;
  border-width: 1px;
  background-color: #F7F7F7;
  padding: 0px;
  vertical-align: middle;
}

#produkty #podrubriky .rubrika img {
  float: none;
  margin-right: 2px;
  margin-left: 1px;
  margin-top: 2px;
  border: solid 1px #ddd;
}

#produkty #podrubriky .rubrika h3 {
  padding: 12px 5px 12px 5px;
  margin: 0; 
  font-size: 1.2em;
}

#produkty #podrubriky .rubrika H3 A, #produkty #podrubriky .rubrika H3 A:visited, #produkty #podrubriky .rubrika H3 A:hover {
  font-weight: bold;
  /*color: #535353;*/
}

#produkty #podrubriky .rubrika h3 a:hover {
    
}

#produkty #podrubriky .rubrika .zobrazit {
  margin-top: 0px;
  margin-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: right;
}

#produkty #podrubriky .rubrika .zobrazit A, #produkty #podrubriky .rubrika .zobrazit A:visited, #produkty #podrubriky .rubrika .zobrazit A:hover {
  color: #777;
  font-size: 0.9em;
}

#produkty #podrubriky .rubrika .popis {
  padding-left: 2px;
  padding-right: 2px;
}

/* seznam produktu */

#produkty .seznam_produktu {
  border-width: 0px;
  width: 100%; 
}

#produkty .seznam_produktu .produkt {
  vertical-align: top;
  border-width: 1px 1px 1px 1px;
  border-color: #D7D7D7;
  background-image: url('/images/product_bg2.jpg');
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 0.9em;
  text-align: left;
  padding: 0;
}

#produkty .seznam_produktu .bunka1, #produkty .seznam_produktu .bunka3 {
  width: 33.3% !important;
        
}

#produkty .seznam_produktu .bunka2 {
  width: 33.4% !important;
}          

#produkty .seznam_produktu .vrsek {
    min-height: 55px;
    _height: 55px;
}

#produkty .seznam_produktu h4 {
  margin-bottom: 5px;
  border-width: 0px;
  font-size: 1.3em;
  padding: 8px 5px 8px 5px;
  background-image: url('/images/product_header.gif');
  background-repeat: repeat-x;
  background-color: #709031;
  margin: 1px;
}

#produkty .seznam_produktu .spodni {
  background-image: url('/images/product_bg.jpg');
  background-repeat: repeat-x;
  background-position: left bottom;
}

#produkty .seznam_produktu h4 a { 
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
 /* text-decoration: none;*/
}

#produkty .seznam_produktu h4 a:hover { 
 /* text-decoration: underline;*/
}

#produkty .seznam_produktu .popis {
  clear: both;
  padding: 3px;
  padding-bottom: 0px;
}

#produkty .seznam_produktu .detail {
    margin-right: 12px;
    padding-top: 13px;
}

#produkty .seznam_produktu .vrchni img {
  border-width: 1px;
  border-color: #DDD;
  margin: 5px;
}

#produkty .seznam_produktu .foto {
    text-align: center;
    min-height: 210px;
    _height: 200px;
    vertical-align: middle; 
}

#produkty .seznam_produktu .foto img {
    border: solid 2px #ddd;
}

#produkty .seznam_produktu .cena_popis {
    font-weight: normal;
}

 #produkty .seznam_produktu .cena {
   color: #494949;
  font-weight: bold;
  text-align: left;
  font-size: 1.3em;
  padding: 3px 5px 0px 0px;
}

#produkty .seznam_produktu .cena_puvodni {
  color: #888;
  font-weight: bold;
  text-align: right;
  font-size: 1em;
  padding: 0px 6px 0px 0px;
  text-decoration: line-through;
}


#produkty .seznam_produktu .vrchni {
  padding-left: 3px;
  padding-right: 3px;

  min-height: 120px;
  _height: 120px;
  overflow: visible;
}

#produkty .seznam_produktu .koupit {
  float: left;
  padding-bottom: 5px;
  padding-left: 5px;
  height: 40px;
  _height: 45px;
}

#produkty .seznam_produktu .spodni .clear {
    height: 1px;
    overflow: hidden;
}

#produkty .seznam_produktu .detail_img {
    text-align: right;
}

#produkty .koupit input {
  width: 20px;
  text-align: center;
  border-color: #999;
  vertical-align: middle;
  _height: 18px;
}

#produkty .koupit a, #produkty .koupit .submit {
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  vertical-align: middle;  
  padding: 0px 3px 1px 3px;
  text-decoration: none;
  background-color: #F0F0F0;
}

#produkty .koupit .submit {
  width: auto;
  padding: 0px 0px 0px 0px;
  font-weight: normal;    
  /*color: #054A9E;*/
  font-size: 1em;  
}

#produkty .koupit .submit_koupit {
    width: auto;
    border: 0;
}

#produkty .seznam_produktu_seznam {
  border-width: 0px;
  width: 100%; 
}

#produkty .seznam_produktu_seznam td {
  border-bottom: solid 1px #ddd;
  padding: 3px 3px;
}

#produkty .seznam_produktu_seznam .zahlavi td {
  font-size: 1em;
  border-bottom: solid 1px #ddd;
}

#produkty .seznam_produktu_seznam .zahlavi td a {
  font-weight: bold;
}

#produkty .seznam_produktu_seznam .vlastnost {
  text-align: center;
}

#produkty .seznam_produktu_seznam .nazev a {
  font-weight: bold;
}

#produkty .seznam_produktu_seznam .suda td {
  background-color: #f0f0f0;
} 

#produkty .seznam_produktu_seznam .foto img {
  border: solid 1px #ddd;
}


#produkty .vyrobci {
    border: solid 1px #ddd;
    clear: both;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 99%;
}

#produkty .vyrobci .foto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80px;
    height: 80px;
}


#produkty .vyrobci .fake_foto {
    width: 80px;
    height: 80px;
    display: block;
    cursor: pointer;
    _cursor: hand; 
}

#produkty .vyrobci .clear {
    height: 1px;
    overflow: hidden;
}

#produkty .vyrobci .vyrobce {
    float: left;
    width: 88px; 
    text-align: center;
    padding-top: 3px;
}

#produkty .vyrobci a {
    color: #666;
    font-weight: bold;
}

#produkty .vyrobci span.nazev {
    display: block;
    text-align: center;
    font-size: 0.9em;
}

/* produkt */
#produkty table {
  border-width: 1px;
  border-color: #DDD;
}

#produkty tr.podbarveni {
  /*background-color: #F7F7F7;*/
}

#produkty td {
  padding: 2px;

}

#produkty td.polozka {
  width: 130px;
  text-align: right;
  padding-right: 5px;
}

#produkty td.hodnota {
  /*color: #eb0a8c;*/
  text-align: left;
}

#produkty .zahlavi td {
  border-bottom-width: 1px;
  /*border-color: #98BEE5;*/
  /*color: #eb0a8c;*/
  font-weight: bold;
  /*text-transform: uppercase;*/
  font-size: 0.9em;
  border-width: 0px;
}

#produkty .popis {
  margin-bottom: 10px;
}

#produkty .produktlevy {
  float: left;
  width: 230px;
  border-width: 0px;
}

#produkty .produktlevy .foto {
  text-align: center;
}

#produkty .produktlevy IMG {
  border-width: 0px;
  border-color: #999;
  /*filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);*/ 
  margin-bottom: 10px;
}


#produkty .produktpravy .cena {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
  margin-top: 0px;
}

#produkty .produktpravy .cena_puvodni {
  color: #888;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  padding: 2px 0px 0px 0px;
  text-decoration: line-through;
}


#produkty .produktpravy .koupit {
  text-align: left;  
  margin-top: 2px;
  margin-bottom: 25px;
}

#produkty .produktpravy input, #produkty .produktpravy img {
    vertical-align: bottom;
}

#produkty .produktpravy {
  float: right;
  width: 300px;
  border-width: 0px;
}

#produkty .produktpravy .koupit table td {
    text-align: center;
    border-bottom: dashed 1px #ddd;
}

#produkty .technicka_data {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-image: url('/images/pozadi_produkt_seznam.gif');
  background-repeat: repeat-x;
  border-collapse: collapse;
}

#produkty .technicka_data td {
  vertical-align: top;
}

#produkty .technicka_data td {
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #F0F0F0;
}

#produkty .technicka_data .zahlavi td {
  border-width: 0px;
}

#produkty div.technicka_data {
  border-width: 1px;
}
#produkty div.technicka_data h3 {
  text-align: left;
  font-size: 0.9em;
  padding-left: 2px;
  padding-top: 2px;
  margin-bottom: 5px;
  color: #eb0a8c;
}

#produkty .razeni a {
    font-weight: bold; 
}

#produkty .razeni a.aktivni {
    /*color: #fff;*/
    text-decoration: none;
}

#produkty .o_znacce {
    text-align: center;
    margin-top: 10px;
}

#produkty table.cenik_varianty {
    width: 100%;
    border-collapse: collapse;
}

#produkty table.cenik_varianty .cena {
    text-align: center;
}

#produkty form {
   /* position: relative;*/
}

#produkty .spinner {
    position: absolute;
}

#produkty .filtr {
}

#produkty .filtr table {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    _width: 100%;
    margin-bottom: 15px;
    background-color: #f0f0f0;
}

#produkty .filtr .odeslani {
    float: right;
    background-color: #f0f0f0;
    padding: 5px 15px 8px 15px;
    border: solid 1px #ddd;  
    border-top-width: 0;  
    position: relative;
    left: -7px;
    _left: 0;
    top: -19px;
}

#produkty .filtr select {
    width: 100%;
}

#produkty .filtr .polozka {
    width: 12%;
}

#produkty .strankovani {
    border-width: 0px;
    display: inline;
    width: 20px;
    text-align: center;
    margin-right: 1px;
    padding-left: 2px;
    vertical-align: top;
    _vertical-align: middle;
    background-color: #fff;
}

#produkty .strankovani a {
    font-weight: bold;
}

#produkty .strankovani_vybrano {
  background-color: #709030;
}

#produkty .strankovani_vybrano a {
    color: #fff;
}

#produkty .strankovani_seznam .invisible {
    visibility: hidden;
}

#produkty .strankovani_seznam .doleva {
    margin-right: 4px;
}

#produkty .strankovani_seznam .doprava {
    margin-left: 4px;
}

#produkty .strankovani_seznam .doleva img {
    margin-right: 3px;
}

#produkty .strankovani_seznam .doprava img {
    margin-left: 3px;
}

#produkty .strankovani_seznam img {
    position: relative;
    top: -2px; 
}


/* formulare */
.include_formular {
  clear: both;
}

.include_formular fieldset {
  margin-left: 100px;
  margin-right: 100px;
  text-align: center;
}

.include_formular table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px !important;
}

.include_formular td.polozka {
  width: 120px;
  text-align: right;
  vertical-align: top;
}

.include_formular td input, .include_formular td textarea {
  width: 90%;
}

.include_formular td textarea {
  height: 90px;
}

.include_formular td input.submit {
  width: auto;
}

/* kosik */
#kosik .seznam_produktu {
  width: 100%;
  border-width: 0px;
  border-color: #a3a3a3;
  background-color: transparent; 
  margin-top: 5px;
}

#kosik .seznam_produktu .zahlavi td {
  font-weight: bold;
  border-bottom-width: 1px; 
  border-bottom-color: #999;
  background-color: #f0f0f0;
}

#kosik .seznam_produktu td {
  padding: 5px 6px 5px 6px;
  border-bottom-width: 0px;
  border-bottom-color: #f0f0f0;
}

#kosik .seznam_produktu .posledni td {
  border-bottom-width: 0px;
}

#kosik .seznam_produktu .mnozstvi {
  text-align: center;
  /*width: 70px;*/
}

#kosik .seznam_produktu .cena {
  text-align: right;
  width: 80px;
}

#kosik .seznam_produktu .zahlavi .cena {
    padding-right: 23px;
}

#kosik .seznam_produktu .mnozstvi input {
  width: 25px;
  text-align: center;
  border-color: #DDD;
}  

#kosik .seznam_produktu .produkt a {
    font-weight: bold;
}

#kosik .seznam_produktu .odstranit {
  width: 20px;
}

#kosik  .cena_celkem {
  /*color: #fff;*/
  font-weight: bold;
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 10px;
}

#kosik .cena_celkem .castka {
  float: right;
  padding-right: 55px;
}

#kosik form .submit {
  width: auto;
  /*padding: 0;
  border: 0; */ 
}


#kosik fieldset {
  margin-left: 60px;
  margin-right: 60px;
}

#kosik .zakaznik {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border-width: 0px;
  border-color: #a3a3a3; 
  margin-bottom: 10px;
}

#kosik .zakaznik .polozka {
  text-align: right;
  padding-right: 5px;
  width: 40%;
}

#kosik .zakaznik td {
  padding: 2px 4px 2px 4px;
  border-bottom-width: 0px;
  border-bottom-color: #fff;
}

#kosik .zakaznik .posledni td {
  border-bottom-width: 0px;
}

#kosik .zakaznik .hodnota {
  /*color: #90193d;*/
  /*font-weight: bold;*/
}

#kosik .zakaznik .hodnota input {
  width: 210px;  
}

#kosik .zakaznik .hodnota select {
  width: 220px;  
}


#kosik .zakaznik .hodnota textarea {
  background-image: url('/images/pozadi_input.gif');
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #fffefb;
  width: 210px;  
}

#kosik .zakaznik .hodnota .psc {
  width: 40px;
}

#kosik .zakaznik .hodnota .mesto {
  width: 165px;
  _width: 167px;
  *width: 163px;
}

#kosik .zakaznik h4 {
  font-size: 0.9em;
  padding-left: 165px;
  /*color: #fff;*/
}

#kosik.objednavka .cena_celkem .castka {
  padding-right: 22px;
}

#kosik hr {
    border: 0;
    height: 1px;
    background-color: #601e21;
    margin-top: 10px;
    margin-bottom: 10px;
    
}


/* registrace */
#registrace fieldset {
  margin-left: 100px;
  margin-right: 100px;
}

#registrace td.polozka {
  width: 108px;
  text-align: right;
}

#registrace td input {
  width: 200px;
}

#registrace td select {
  width: 200px;
}

#registrace td input.polovicni {
  width: 100px;
}

#registrace .psc {
  width: 40px;
  text-align: center;
}

#registrace .mesto {
  width: 155px;
  *width: 153px;
  _width: 157px;
  
}

#registrace .radio {
  width: auto;
  background-image: none;
}

#registrace .submit {
    /*border: 0;
    padding: 0;
    margin: 0;*/
}

#vyber_kurzu li {
    font-size: 0.9em;
    margin-bottom: 10px;
}

#vyber_kurzu li a {
    font-weight: bold;
}

#vyber_publikaci .akcni_nabidka {
    font-size: 0.9em;
    
}

#vyber_publikaci .akcni_nabidka a {
    font-weight: bold;
}

#vyber_publikaci .cena {
    font-weight: bold 
}

#vyber_publikaci .cena .cena_popis {
    font-weight: normal;
}

#vyber_publikaci .foto {
    text-align: center;
    margin: 3px 0;
}



#vyber_dilna .akcni_nabidka {
    font-size: 0.9em;
    
}

#vyber_dilna .akcni_nabidka a {
    font-weight: bold;
}

#vyber_dilna .cena {
    font-weight: bold 
}

#vyber_dilna .cena .cena_popis {
    font-weight: normal;
}

#vyber_dilna .foto {
    text-align: center;
    margin: 3px 0;
}




#kurzy .seznam_akci {
  clear: both;   
  margin-bottom: 5px;   
  border-width: 0px; 
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#kurzy .seznam_akci td {
  border-bottom: dashed 1px #CCC;
  padding-bottom: 9px; 
  padding-top: 5px;
}

#kurzy .seznam_akci .posledni td {
  border-bottom-width: 0px;
}

#kurzy .seznam_akci .cas {
  width: 98px;   
  vertical-align: top;   
  text-align: right;   
  padding-right: 8px;
}

#kurzy .seznam_akci .odkaz {
  font-weight: bold !important; 
}

#kurzy .seznam_akci A, #kurzy .seznam_akci A:visited, #kurzy .seznam_akci A:hover {
  font-weight: normal; 
}

#kurzy .detail_akce {
  margin-bottom: 8px;   
  padding-top: 10px;
}

#kurzy .topbox {
  background-color: #FFF;
}

#kurzy .topbox div {
  padding-bottom: 3px;
  padding-top: 3px;
}

#kurzy .topbox img {
  margin-top: -3px;
}


#kalendar_prihlaseni {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}


