<!--

.box_rezervace {
  font-size: 70%;
  
  }
.box_rezervace .blok {
  min-height: 325px;
  _height: 325px;
  background: #ECEDEE;
  padding: 10px;
  border: 1px solid #9EA5AF;
  width: 470px;
  }
  
/*---- zakladni rozvrzeni prvku v bloku ---- */
 .typ_cesty {
    padding: 6px 0 6px 0;
    _padding: 5px 0;
    }
  .typ_cesty td{
    vertical-align: middle;
    text-align: left;
    }
  .typ_cesty td input{
    width: 15px;
    }
  .itinerar {
    border-top: 1px solid #9EA5AF;
    padding: 5px 0;
    margin: 0 0 6px 0;
    _margin: 0;
    #margin: 0;
    }
  .cestujici {
    border-top: 1px solid #9EA5AF;
    padding: 5px 0;
    }

/*----- formularove prvky ---- */
.itinerar input.txt { width: 20px; }
.itinerar input { width: 190px; }
.itinerar select.txt { width: 165px;}
.itinerar select { width: 195px; }
.itinerar .icoimg { margin-left: 3px; }
.itinerar img {
    vertical-align: top;
    }
.itinerar .air { text-align: right; padding: 0px 15px 0px 0px; width: 190px; }
.itinerar table input.radio { width: 20px; }
.itinerar table { width: 100%; }

.cestujici table { width: 100%; }
.cestujici table td { width: 25%; }
.cestujici table td select{ margin-top: 5px; }

/*---- table radio zarovnani ---*/
.typ_cesty table.radio_zarovnani {
    width: 340px;
    }
.typ_cesty table.radio_zarovnani th {
    width: 15px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    }
table.radio_zarovnani th input.check{
    width: 14px;
    padding: 0px;
    margin: 0 0 0 -2px;
    #margin: 0;
    _margin: 0;
}
.typ_cesty table.radio_zarovnani td {
    text-align: left;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    } 
.itinerar table.radio_zarovnani {
    width: 120px;
    }
.itinerar table.radio_zarovnani th {
    width: 15px;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    }
.itinerar table.radio_zarovnani td {
    text-align: left;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    }       
#from1target, #from2target, #to1target, #to2target{ 
  position: absolute;
  width: 190px;
  #margin: 20px 0 0 -215px;
  _margin: 20px 0 0 -215px;
  
}
/*---------- rezervace hotelu ---------------*/
.tab_destinace, .tab_hotel_1, .tab_hotel_2, .tab_hotel_3, .tab_hotel_4 {
  padding: 5px 0;
  border-bottom: 1px solid #9EA5AF;
  }
.tab_hotel_1, .tab_hotel_2, .tab_hotel_3, .tab_hotel_4 { 
    margin: 5px 0; 
    padding: 0 0 5px 0;
    }
.tab_hotel_1, .tab_hotel_2, .tab_hotel_3, .tab_hotel_4, .hotel_text {
  border: none;
    }
.tab_destinace table, .tab_hotel_1 table, .tab_hotel_2 table, .tab_hotel_3 table, .tab_hotel_4 table, .hotel_text table {
  border-collapse: collapse;
  border: 0;
  width: 100%;  
  }
.tab_destinace table td, .tab_hotel_1 table td, .tab_hotel_2 table td, .tab_hotel_3 table td, .tab_hotel_4 table td, .hotel_text table td {
  vertical-align: middle;
  padding: 1px 0;
  }
.tab_destinace table td {
  padding: 0;  
  vertical-align: middle; 
  }
.tab_destinace table td.radio {
  width: 15px;
  }
.tab_hotel_1 td img, .tab_hotel_2 td img, .tab_hotel_3 td img, .tab_hotel_4 td img { 
    vertical-align: top;
    }
/*---- formularove prvky v rezervaci hotelu ---*/
td .vyber_d {
    width: 220px;
    }
td .vyber_k{
    width: 143px;    
    }
td .vyber_pokoju {
    width: 35px;
    margin: 0 5px 0 0;    
    }
table td .dny {
    width: 30px;
    }
table td input {
    width: 30px;
    }
table td.vd {width: 230px; }
.tab_hotel table td.vk {text-align: right;}
.tab_hotel table td.pr { padding: 0 0 0 0;}

.buttony span {
    padding: 0 10px 0 0;
    }
    
-->