.hide {
    display:none !important;
    }
#from1suffix,
#from2suffix,
#to1suffix,
#to2suffix {
    padding-left: 5px;
    }
#reservationCodeIntro,
#reservationCodeIntro * {
    font-weight: bold;
    }
#emailProfileBookingFormLoader {    
    font-size: 12px;
    }
#emailProfileBookingFormLoader .loading_small {
    padding: 10px 0;
    }
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*                                                                                        */
/*                           Definice obecných částí webu MAIN.CSS                        */
/*                                                                                        */
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.scroll_to_top_button {
    position: fixed; 
    bottom: 30px; 
    right:20px;
    display:block;
    width: 51px;
    height: 28px;
    }
.scroll_to_top_button span {
    display:none;
    } 
.qtip-contentWrapper {
    font-size: 12px;
    }
* { 
  font-size: 100%; 
  font-family: verdana; 
  margin: 0;
  padding: 0;
  }
html {
  width: 100%;
  height: 100%;
}
.client_footer {
    clear:both;
    }
.display_none {
    display: none;
    }
body { 
  position: relative;
  text-align: center;
  background-image: url('../images/bck_body.jpg'); 
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  }
pre {
  text-align: left;
  clear: both;
}
a:hover { 
	text-decoration: none;
  	}
img, a img { border: none; }  
fieldset { 
    border: none; 
    margin: 0; 
    padding: 0; 
}
@-moz-document url-prefix() { 
    /* Only target Gecko. (Breaks layout in IE.) */
    fieldset { display: table-cell; }
}
.offscreen { position: absolute !important; left: -9999px !important; }
	
/*---- obal celeho webu ---*/  
.box {
  width: 970px; /* 10px jsem pripocetl, kvuli stinu vpravo*/
  margin: 0 auto;
  text-align: left;
  position: relative;
  }
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*                                        Hlavička                                        */
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.header {
    height: 150px;
    _height: 150px;
    position: relative;
    z-index: 5;
    }
.header .logo {
    display: inline;
    float: left;
    margin: 30px 0 0 0;
    }
.affiliate_program {
    background:none;
}
.affiliate_program .header {
    height:auto;
    margin-bottom:7px;
}
.affiliate_program .head_container {
    margin-top:0;
}    
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*                                        Jazyky - odkazy                                 */
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.header .language_link {
    float: right;
    font-size: 11px;
    text-align: center;
    padding: 10px 10px 9px 10px;
    _padding: 9px 10px 10px 10px;
    border-width: 1px;
    border-style: solid;
    border-right: none;
    border: none !important;
    background: none !important;
    }
.header .language_link ul {
    margin: 0;
    padding: 0;
    }        
.header .language_link ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    }        
.header .language_link ul li a {
    display: block;
    padding: 0;
    float: left;
    } 
.header .language_link ul li img {
    padding: 2px;
    float: left;
    position: relative;
    top: 2px;
    }                   
.header .language_link ul li a span{
    padding: 2px 15px 2px 5px;
    float: left;
    }                   
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*                                        Jazyky - Combo                                  */
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.header .language_combo {
    float: right;
    font-size: 11px;
    width: 130px;
    _width: 150px;
    text-align: center;
    padding: 9px 10px 10px 10px;
    _padding: 8px 10px 9px 10px;
    height: 17px; 
    display: inline;
    border-width: 1px;
    border-style: solid;
    border-right: none;
    border: none !important;
    background: none !important;
    }
.header .language_combo img {
    padding: 2px;
    float: left;
    vertical-align: middle;
    }                 
.header .language_combo select {
    width: 100px;
    }        
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*                                  Hlavicka - CMT                                        */
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/     
.header .reservation_box {
    float: right;
    font-size: 11px;
    position: relative;
    width: auto;
    text-align: left;
    padding: 11px 10px;
    border-width: 1px;
    border-style: solid;
    z-index: 100;
    margin-top: 11px !important;
    border: none !important;
    background: none !important;
    }
.header .reservation_box a {
    color: #fff;
    }  
.header .reservation {
    position: absolute;
    top: 36px;
    left: -1px;
    z-index: 100;
    width: 215px;
    }
.header .reservation .content {
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px 10px 10px;
    width: 190px;
    }     
.header .reservation label {
    width: 140px;
    margin: 0 10px 2px 0;
    text-align: left;
    display: block;
    padding: 5px 0 0 0;
    color: #fff;
    } 
.header .reservation input {
    width: 190px;
    #width: 184px;
    _width: 184px;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    padding: 2px;
    }
.header .reservation input.hp_cmt_locator {
    width: 142px;
    float: left;
    }
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*                                  Hlavicka - Profile                                        */
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/     
.header .profile_box {
    float: right;
    font-size: 11px;
    position: relative;
    width: auto;
    text-align: left;
    padding: 11px 10px;
    border-width: 1px;
    border-style: solid;
    z-index: 100;
    border: none !important;
    background: none !important;
    margin-top: 11px !important;
    }
.header .profile_box .detail_login a {
    display: block;
    margin-top: 5px;
    }
.header .profile {
    position: absolute;
    top: 36px;
    left: -1px;
    z-index: 100;
    width: 215px;
    }
.header .profile .content {
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px 10px 10px;
    width: 190px;
    }     
.header .profile label {
    width: 140px;
    margin: 0 10px 2px 0;
    text-align: left;
    display: block;
    padding: 5px 0 0 0;
    } 
.header .profile input,
.header .profile input.cp_login  {
    width: 190px;
    #width: 184px;
    _width: 184px;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    padding: 2px;
    }
.header .profile input.cp_password {
    width: 142px;
    float: left;
    }
.header .profile .content .cp_links {
    padding: 5px 0 0 0;
    text-align: left;
    line-height: 1.3em;
    clear: both;
    }  
.header .profile .content .cp_links a {
    display: block;
    }          
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*                                  Hlavicka - Basket                                     */
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/             
.header .basket {
    float: right;
    height: 20px;
    margin: 14px 0 0 20px;
    padding: 5px 10px;
    width: 55px;
    font-size: 11px;
    }
.header .basket span {
    font-size: 12px;
    font-weight: bold;
    }
.header .basket img {
    vertical-align: middle;
    }
.header .basket a {
    text-decoration: none; 
    }
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*----                hlavni navigace                         ----*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.head_container {
    width: 965px;
    margin-bottom: 25px;
    margin-top: -90px;    
    _margin-top: -90px;
    }
.head_container .main_navigation {
    margin: 20px 0 0 0;
    _margin: 10px 0 0 0;
    height: 41px;
    background: url('../images/bck_navigation.jpg') 0 0 no-repeat;
    }
.head_container .main_navigation ul li {
    float: left;
    display: inline;
    height: 40px;
    position:relative;
    z-index:1000;
    margin: 0 10px; 
    }
.head_container .main_navigation ul div {  
    float: left;
    width: 2px;
    height: 40px;
    margin: 0 6px 0 6px;
    _margin: 0 3px 0 4px;
    display: inline;
    }
.head_container .main_navigation ul div.nrc {  
    width: auto;
    }          
.head_container .main_navigation ul li a {
    float: left;
    display: inline;
    margin: 3px 0 0 0;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    }  
.head_container .main_navigation ul li a:hover {
    float: left;
    display: inline;
    margin: 3px 0 0 0;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; 
    font-size: 12px;
    font-weight: bold; 
    background: none;  
    }     
.head_container .main_navigation ul li a span {
    border: none;
    }
.head_container .main_navigation ul li a {
    background: none;
    }  
.head_container .main_navigation ul li.active a,
.head_container .main_navigation ul li a:hover,
.head_container .main_navigation ul li.active a span,
.head_container .main_navigation ul li a:hover span {
    background: none;
    font-weight: bold;
    } 
/*---- logos banks and cards  ---*/
.box .logos {
    clear: both;
    margin: 10px 0 0 0;
    display: none;
    }
.box .logos .logo_line {
    display: none;
    }
.box .logos .cards {
    margin: 10px 0;
    padding: 0 20px;
    float: left;
    width: 269px;
    }
.box .logos .banks {
    margin: 10px 0;
    float: right;
    width: 530px;
    padding: 0 0 0 20px;
    }  
.box .logos .verisign {
    margin: 10px 0;
    float: right;
    width: 100px;
    padding: 0;
    }       
.box .logos p {
    font-size: 12px;
    padding: 5px 0;
    }
.box .logos img {
    vertical-align: middle;
    margin: 5px;
    }     
/*---- footer ---*/
.box .footer {
    margin: 10px 0 0 0;
    clear: both;
    width: 970px;
    border-top-width: 1px;
    border-top-style: solid;
    }
.box .footer .content {
    padding: 10px;
    display: none;
    }
.box .footer .content .col {
    float: left;
    margin: 0 20px 0 0;
    width: 222px;
    }
.box .footer .content .col h2 {
    margin: 0;
    padding: 5px 0;
    }    
.box .footer .content .col ul {
    margin: 0 0 0 10px;
    padding: 5px 0;
    }
.box .footer .content .col ul li {
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 12px;
    }
.box .footer .content .col p {
    margin: 0;
    padding: 5px 0;
    font-size: 12px;
    }
.box .footer .content .nomargin {
    margin: 0;
    }
.box .footer .pay_option {
    overflow: hidden;
    margin: 10px 0 0 0;
    _height: 90px;
    display: none;
    }
.box .footer .pay_option .cards {
    margin: 10px 0;
    padding: 0 20px;
    float: left;
    width: 269px;
    }
.box .footer .pay_option .banks {
    margin: 10px 0;
    float: right;
    width: 630px;
    padding: 0 0 0 20px;
    }  
.box .footer .pay_option .verisign {
    margin: 10px 0;
    float: right;
    width: 100px;
    padding: 0;
    display: none;
    }       
.box .footer .pay_option p {
    font-size: 12px;
    padding: 5px 0;
    }
.box .footer .pay_option img {
    vertical-align: middle;
    margin: 5px;
    }     
.box .footer .copy {
    padding: 10px 0;
    float: left;
    }
.box .footer .links {
    padding: 10px 0;
    float: right;
    display: none;
    }
.box .footer p {
    font-size: 70%;
    padding: 5px 0;
    }
.box .footer span {
    margin: 0 10px;
    }  
/*---- orez ---*/
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 1px;
    }
.client_footer {
    overflow: hidden;    
    }
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*---                     popup kalendare  - globalne      ---*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/    
.popup_itinerary_calendar {
    position: absolute;
    width: 210px;
    margin: 0 0 0 15px;
    z-index: 9000;
    display: none;
    border-width: 1px;
    border-style: solid;
    padding: 0 0 10px 0;
    }
.popup_itinerary_calendar .cal_top {
    font-size: 1px;
	}
.popup_itinerary_calendar .cal_middle {
    width: 210px;
    margin: 0;
    background: url('../images/popup_calendar/bck_popup_sub_calendar_middle.gif') repeat-x !important;
    }    
/*--- vnitrek --*/
.popup_itinerary_calendar table.calendar_container {
    width: 210px !important;
    }
.popup_itinerary_calendar table.calendar_container td {
    padding: 0 !important;
    }    
.popup_itinerary_calendar table.calendar_container td table.selector {
    border-collapse: collapse !important;
    width: 190px !important;
    margin: 5px 10px 0 10px !important;
    }
.popup_itinerary_calendar table.calendar_container td table.selector select.month {
    width: 75px !important;
    font-size: 11px!important;
    height: 20px !important;
    }
.popup_itinerary_calendar table.calendar_container td table.selector select.year {
    width: 50px !important;
    font-size: 11px!important;
    height: 20px !important;
    }      
.popup_itinerary_calendar table.calendar_container td table.selector th {
    width: 160px !important;
    padding: 0 !important;
    }
.popup_itinerary_calendar table.calendar_container td table.selector th.lar, 
.popup_itinerary_calendar table.calendar_container td table.selector th.rar {
    width: 17px !important;
    } 
.popup_itinerary_calendar table.calendar_container td table.selector th.lar a, 
.popup_itinerary_calendar table.calendar_container td table.selector th.rar a {
    font-size: 20px !important;
    width: 10px !important;
    padding: 0 !important;
    display: block !important;
    text-decoration: none !important;
    }
.popup_itinerary_calendar table.calendar_container td table.selector th.lar b, 
.popup_itinerary_calendar table.calendar_container td table.selector th.rar b {
    font-size: 20px !important;
    }       
.popup_itinerary_calendar table.calendar_container td table.selector th.calendar_close {
    width: 15px !important;
    }     
.popup_itinerary_calendar table.calendar_container td table.selector th span.calendar_close {
    width: 15px !important;
    height: 15px !important;
    display: block !important;
    cursor: pointer !important;
    font-size: 12px;
    background: url('../images/icons/small_popup_close_ico.gif')
    }      
.popup_itinerary_calendar table.calendar_container td table.selector select {
    width: 60px !important;
    font-size: 80% !important;
    }       
/*--- table dny ---*/
.popup_itinerary_calendar table.calendar_container td table.calendar {
    border-collapse: collapse !important;
    width: 190px !important;
    margin: 0px 10px 0 10px !important;
    }
.popup_itinerary_calendar table.calendar_container td table.calendar th {
    font-size: 11px !important;
    background: none !important;
    text-align: center !important;
    height: 27px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    }
.popup_itinerary_calendar table.calendar_container td table.calendar th.vacation {
    font-size: 11px !important;
    text-align: center !important;
    height: 18px !important;
    }
.popup_itinerary_calendar table.calendar_container td table.calendar td {
    font-size: 11px !important;
    font-weight: normal !important;
    height: 18px !important;
    text-align: center !important;
    padding: 0 !important;
    }                
.popup_itinerary_calendar table.calendar_container td table.calendar td a {
    display: block !important;
    height: 14px !important;
    padding: 2px !important;
    margin: 2px !important;
    }
.popup_itinerary_calendar table.calendar_container td table.calendar td a:hover {
    display: block !important;
    }     
.popup_itinerary_calendar table.calendar_container td table.calendar td a.vacation {
    display: block !important;
    } 
.popup_itinerary_calendar table.calendar_container td table td a.vacation:hover {
    display: block !important;
    }   
/*--- hack pro Litebox ---*/
#lbMain {
	text-align: left !important;
	}
#lbDetailsContainer	{
	display: none !important;
	height: 1px !important;
	}
#lbOuterContainer {
	background: none !important;
	height: 1px !important;
	}
#lbIframeContainer {
	width: 845px;
	}
/*--- pro linku v letech ---*/
td.flight_no_border	{
	border-bottom: none;
	}
div.delay {
    padding: 3px 10px 3px 5px !important;
    margin: 10px 0 !important;
    background: #eee !important;
    }
/*--- helpers ---*/
.shoppingCartHelper,
.cmtHelper,
.profileLoginHelper,
.hotelLinkHelper,
.flightLinkHelper,
.languageLinkHelper,
.profileLoginHelper,
.profileCreateHelper {
    display: none;
    } 
.languageLinkHelper ul li a {
    white-space: nowrap;
    }    
/*---- informacni bloky na podstranach ---*/
.block_info {
    border: 1px solid #ccc;
    padding: 0 10px 10px 10px;
    margin: 5px 0;
    width: 725px;
    }
.block_info h2 {
    font-size: 90%;
    color: #ff0000;
    padding: 10px 0 5px 0;
    }
.block_info p {
    font-size: 80%;
    padding: 5px 0;
    }
/*--- novinky pridane do LETUSKA skinu a propsane do defaulnich sablon ---*/
.arr_symbol {
    display: none !important;
    }       
div.pefix_wrap {
    display: inline !important;
    }  
body.affiliate_program .header {
    position: static !important;
    }  
em {
    font-style: normal !important;
    }   
.iespacer {
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
    } 
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*---                           airlines list                              ---*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.homepageBox {
    position: absolute;
    width: 845px;
    }
.homepageBox .space {
    display:none;
    }
/*--- popup CLOSE ---*/
.homepageBox .close {
    position: absolute;
    background: url('../images/icons/bck_close_ico.gif') 100% 50% no-repeat;
    height: 17px;
    width: auto;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 0;
    margin: 0 0 10px 0; 
    color: #ff6600;
    text-align: right;
    height: 22px;
    }
.homepageBox .close a {
    font-size: 12px;
    display: block;
    height: 19px;
    width: auto;  
    color: #ff6600;
    padding: 3px 25px 0 0;
    text-align: right
    }
/*------------------------ obal -----------------------*/
.homepageBox .top {
    line-height: 61px;
    height: 61px;
    background: #fff;
    padding: 5px 0 0 0;
    }
.homepageBox .top h1 {
    font-size: 16px;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    }
.homepageBox .list {
    padding: 5px 3px 20px 0;
    background: #fff;
    max-height:510px;
    height: 510px;
    }
.homepageBox .bottom {
    font-size: 1px;
    line-height: 1px;
    height: 5px;
    background: #fff;
    }
/*------ abeceda -----*/
.homepageBox .alphabet {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin-top: 1px;
    }
.homepageBox .alphabet h2 {
    font-size: 12px;
    margin-bottom: 5px;
    color: #333;
    }
.homepageBox .alphabet a {
    display:block;
    float:left;
    margin-right: 5px;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    width: 22px;
    height: 22px;
    position: relative;
    line-height: 22px;
    text-align: center;
    }
.homepageBox .alphabet a:hover {
    border-color: #ff6600;
    color: #ff6600;
    }
.homepageBox table {
    background:#fff;
    width: 795px;
    margin: 10px 10px 20px 20px;
    border-collapse:collapse;
    }
.homepageBox .list .listWrapper {
    overflow: auto;
    height: 510px
    }
.homepageBox .list table tr td {
    padding: 2px 10px;
    font-size: 12px;
    }
.homepageBox .list table tr td a {
    display:inline-block;
    color: #ff6600;
    }    
.homepageBox .list table tr.divider th {
    background: #eee;
    text-align:left;
    padding: 5px 10px;
    font-size: 12px;
    color: #333;
    }
.homepageBox .list table tr.divider th a {
    color: #333;
    }       
.homepageBox .list table tr.divider th.back a {
    display:none;
    }
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*---                         currency convertor                            ---*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*--- obal ---*/
#currencyContainer {
    position: absolute;
    width: 845px;    
    }
#currencyContainer .top {
    background: #fff;
    font-size: 1px;
    line-height: 1px;
    height: 5px;
    }
#currencyContainer .middle h2 {
    font-size: 16px;
    color: #333;
    padding: 0 20px 20px 20px;
    background: #fff;
    }
#currencyContainer .middle {
    background: #fff;
    height: 170px;
    padding: 15px 0;
    }
#currencyContainer .bottom {
    font-size: 1px;
    line-height: 1px;
    height: 5px;
    background: #fff;
    }    
/*--- popup kulate CLOSE ---*/
#currencyContainer .middle .close {
    position: absolute;
    background: url('../images/icons/bck_close_ico.gif') 100% 50% no-repeat;
    height: 17px;
    width: auto;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 0;
    margin: 0 0 10px 0; 
    color: #ff6600;
    text-align: right;
    height: 22px;
    }
#currencyContainer .middle .close a {
    font-size: 12px;
    display: block;
    height: 19px;
    width: auto;  
    color: #ff6600;
    padding: 3px 25px 0 0;
    text-align: right
    }
.calculator {    
    padding: 10px 20px;
    margin: 8px 0 0 0;
    }
.calculator .left_block {    
    width: 350px;
    padding: 0;
    float: left;
    }
.calculator .right_block {    
    width: 350px;
    padding: 0;
    float: left;
    }
.calculator .left_block .row {
    padding: 3px 0;
    }    
.calculator .left_block .row label,
.calculator .right_block .row label {    
    width: 100px;
    padding: 0 0 2px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: bold;
    color: #333;
    font-size: 12px;
    }    
.calculator .left_block .row input {
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    width: 200px;
    #width: 195px;
    _width: 195px;
    padding: 2px;
    vertical-align: abs-middle; 
    }    
.calculator .left_block .row select.currency  {
    width: 200px;
    border: 1px solid #ccc;
    font-size: 12px;
    }  
.calculator .right_block .row label {
    width: 240px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    } 
.calculator .right_block .row .result {
    position: relative;
    z-index: 1;
    border: 3px solid #f17d00;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    color: #f17d00;
    font-weight: bold;
    }
.calculator .right_block .row .result span {
    color: #333;
    font-weight: normal;
    padding: 0 3px;
    } 
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*---                    LOADING prekryvajici cele body                                   */
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
div#loadingBox_container {
    position: fixed;
    display: block;
    z-index: 100000;
    top: 0;
    left: 0;
    #left: 0;    
    _left: 0;
    width: 100%;
    height: 100%;
    }
div#loadingBox_container div.loadingbox_overlay {
    opacity: 0.6;
    filter:alpha(opacity=60);
    z-index: 100001;
    background-color: #85BBDF;
    width: 100%;
    height: 100%;
    }
div#loadingBox_container div.loadingbox_image {
  font-size: 70%;
  background: #fff;
  #background: #eee;
  _background: #eee;
  display: block;
  text-align: center;
  z-index: 100002;
  width: 400px;
  padding: 0;
  height: 75px;
  position: fixed;
  #position: absolute;
  _position: absolute;
  top: 50%; 
  left: 60%;
  #left: 80%;
  _left: 50%;
  margin-left: -300px;
  #margin-left: -530px; 
  _margin-left: -180px; 
  margin-top: 0px;
  _margin-top: 0px; 
  text-align: center; 
  #top: expression(eval(document.getElementById("loadingBox_image").scrollTop = document.documentElement.scrollTop + document.documentElement.clientHeight / 2));
  _top: expression(eval(document.getElementById("loadingBox_image").scrollTop = document.documentElement.scrollTop + document.documentElement.clientHeight / 2));
    }
.loader_txt {
    padding: 28px 0 20px 0 !important;
    margin: 3px !important;
    background: #eee !important;
    }
/* Loading box prekryvajici cele detail body*/
div#loadingBoxDetail_container {
    position: absolute;
    display: block;
    z-index: 10003;
    top: 0;
    left: 0;
    #left: 0;    
    _left: 0;
    width: 100%;
    height: 100%;
}
div#loadingBoxDetail_container div.loadingboxdetail_overlay {
    opacity: 0.6;
    z-index: 10004;
    background-color: #85BBDF;
    width: 100%;
    height: 100%;
    }
div#loadingBoxDetail_container div.loadingboxDetail_image {
  background: #fff;
  #background: #eee;
  _background: #eee;
  font-size: 70%;
  display: block;
  text-align: center;
  z-index: 100002;
  width: 400px;
  padding: 0;
  height: 75px;
  position: fixed;
  #position: absolute;
  _position: absolute;
  top: 50%; 
  left: 60%;
  #left: 50%;
  _left: 50%;
  margin-left: -300px;
  #margin-left: -530px; 
  _margin-left: -180px;
  margin-top: 0px;
  _margin-top: -300px; 
  text-align: center; 
  #top: expression(eval(document.getElementById("loadingBox_image").scrollTop = document.documentElement.scrollTop + document.documentElement.clientHeight / 2));
  _top: expression(eval(document.getElementById("loadingBox_image").scrollTop = document.documentElement.scrollTop + document.documentElement.clientHeight / 2));
  border-color: #00AEEF;
    }

    
   



/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*--------                         TLACITKA                           ---------*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.control {
	padding: 15px 0;
	}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXX     velke Homepage    XXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/* background */

.bck_continue {
	text-decoration: none;
	border: none;
	background: #FF6600;	
	} 
.bck_back {
	text-decoration: none;
	border: none;
	background: #666666;
	}
.bck_continue.button_small {
	border: none;
	background: #FF6600;	
	} 
.bck_back.button_small{
	border: none;
	background: #666666; 
	}

/* big button - orange*/

.bck_continue.button_big {
	height: 38px;
	line-height: 38px;
	margin-left: 10px;
	font-weight: bold;
	display: inline;
	cursor: pointer;
	overflow: visible;
	width: auto;
	float: right;
	}
.bck_continue.button_big div {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	} 

/* big button - grey */

.bck_back.button_big {
	height: 38px;
	line-height: 38px;
	margin-right: 10px;
	font-weight: bold;
	display: inline;
	cursor: pointer;
	overflow: visible;
	width: auto;
	float: left;
	}
.bck_back.button_big div {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	}
.bck_continue.button_small.hotelDetailMore,
.bck_continue.button_small.hotelDetailLess,
.bck_continue.button_small.hotelDetailMore:hover,
.bck_continue.button_small.hotelDetailLess:hover {
	float: right;
	padding: 0 5px;
	margin: 5px 0 0 0;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	overflow: visible;
	text-decoration: none;
	width: auto;
	font-size: 12px;
	}    

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXX     male homepage     XXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.bck_continue.button_small {
	display: inline;
	float: right;
	margin: 0 0 0 10px;
	cursor: pointer;
	height: 21px;
	overflow: visible;
	width: auto;
	}
.bck_back.button_small {
	display: inline;
	float: left;
	margin: 10px 10px 0 0;
	cursor: pointer;
	height: 21px;
	overflow: visible;
	width: auto;
	}	
.bck_continue.button_small div,
.bck_back.button_small div {
	height: 19px;
	line-height: 19px;
	padding: 0 5px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	}
.bck_continue.button_small div {
	color: #fff;
	}
.bck_back.button_small div {
	color: #fff;
	}

/* CURRENCY CONVERTOR */

.calculator div.control_special {
	padding: 10px 0 0 97px;
	}
.calculator div.control_special .bck_continue.button_small {
	float: none;
	margin: 0 0 0 3px;
	}

/* PROFILE */
.cp_control_pseudo.pseudo_dist {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 5px 5px 202px;
    }
.cp_control_pseudo {
    display: block;
    padding: 10px;
    }      
.cp_control_pseudo .bck_continue.button_small {
    float: right;
    margin-left: 10px;
    }    
.cp_control_pseudo.pseudo_dist .bck_continue.button_small {
	float: none;
	margin-left: 8px;
	}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*--------                         TLACITKA POJISTENI                 ---------*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#popup_container .bck_continue.button_small,
#popup_container .bck_back.button_small {
	margin: 0;
	}
.wrapper_add_button {
    padding-right: 8px;
	}
.wrapper_add_button #insuranceAddToCartButton.control .bck_continue.button_big.ico_cart div,
.wrapper_add_button #parkingAddToCartButton .bck_continue.button_big.ico_cart div {
	height: 19px;
	line-height: 19px;
	padding: 0 5px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	}

.extended #button_addToCart.bck_continue.button_big.ico_cart {
    display: inline;
	float: right;
	margin: 0 0 0 10px;
	cursor: pointer;
	height: 21px;
	overflow: visible;
	width: auto;
    }
.extended #button_addToCart.bck_continue.button_big.ico_cart div {
	height: 19px;
	line-height: 19px;
	padding: 0 5px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	background: none!important;
	}
	
.htl_popup_map .hotelDetailMap {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 0;
	cursor: pointer;
	overflow: visible;
	width: auto;
	height: 25px;
	line-height: 25px;
	padding: 0 7px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;	
	color: #fff;
	text-decoration: none;
	border: none;
	background: #ff6600;
	}   
.cmt .control_bottom_block .bck_continue.button_small {
    margin: 0px 5px 0 0;
    }
    
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*--- navigace vlevo pro MY PROFILE ---*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.cp_white_nav {
  font-size: 11px;
  margin: 5px 0;
  width: 210px;
  }
.cp_white_nav .top {
  display: none;
  }
.cp_white_nav .middle {
  width: 190px;
  padding: 0 10px;
  }
.box .sub_column_left .cp_white_nav .bottom {
  width: 210px;
  height: 5px;
  font-size: 1px;
  line-height: 1px;
  }   
.cp_white_nav .mp_nav a {
    display: block;
    padding: 5px 5px 5px 10px;
    background: none;
    }
.cp_white_nav .mp_nav a:hover {
    display: block;
    padding: 5px 5px 5px 10px;
    }
.small_popup_obal .small_popup.policy_popup .middle {
    position:relative;
    padding-bottom: 35px !important;
    background: #eee!important;
    
    }
.small_popup_obal .small_popup.policy_popup .middle .bck_continue.button_small.hotelDetailMore,
.small_popup_obal .small_popup.policy_popup .middle .bck_continue.button_small.hotelDetailMore:hover {
    position: absolute;
    bottom: 7px;
    right: 7px;
    top: none;
    padding: 0 5px !important;
    margin: 0 !important;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    overflow: visible;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;

	border: none;
	background: #ff6600;	
	}   
.popup_fare_rules.wide_rules .bck_continue.button_small.hotelDetailMore,
.popup_fare_rules.wide_rules .bck_continue.button_small.hotelDetailMore:hover {
    position: static;
    padding: 0 5px !important;
    margin: 0 0 0 10px !important;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    overflow: visible;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1; 
    float: none !important;

	border: none;
	background: #ff6600;	
	}    
.smb_box {
    margin-top: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #ccc;
    display: block;
    z-index: 99999;
    min-width: 200px;
    min-height: 100px;
    background-color: white;
    }
.smb_box a.smb_box_close {
    position: absolute;
    background: url('../images/icons/bck_close_ico.gif') 100% 50% no-repeat;
    height: 20px;
    width: 20px;
    top: 10px;
    right: 10px;
    z-index: 1002;
    font-size: 12px;
    display: block;
    }
    
.smb_box .smb_box_content {
  padding: 10px;
  max-width: 850px;
  text-align: left !important;
  }
 
@media \0screen {  
    .smb_box .smb_box_content {
        width: 850px;
    }  
}
.smb_box_content .no_available {
    font-size: 12px;
    padding: 20px;
}

.smb_box.bg .smb_box_content {
    background: url('../images/flags/BG.gif') 10px 12px no-repeat;
    }
.smb_box.cs .smb_box_content {
    background: url('../images/flags/CZ.gif') 10px 12px no-repeat;
    }    
.smb_box.de .smb_box_content {
    background: url('../images/flags/DE.gif') 10px 12px no-repeat;
    }           
.smb_box.en .smb_box_content.en {
    background: url('../images/flags/GB.gif') 10px 12px no-repeat;
    }    
.smb_box.es .smb_box_content {
    background: url('../images/flags/ES.gif') 10px 12px no-repeat;
    }        
.smb_box.et .smb_box_content {
    background: url('../images/flags/EE.gif') 10px 12px no-repeat;
    }    
.smb_box.fi .smb_box_content {
    background: url('../images/flags/FI.gif') 10px 12px no-repeat;
    }    
.smb_box.fr .smb_box_content {
    background: url('../images/flags/FR.gif') 10px 12px no-repeat;
    }    
.smb_box.hr .smb_box_content {
    background: url('../images/flags/HRr.gif') 10px 12px no-repeat;
    }    
.smb_box.hu .smb_box_content {
    background: url('../images/flags/HU.gif') 10px 12px no-repeat;
    }    
.smb_box.it .smb_box_content {
    background: url('../images/flags/IT.gif') 10px 12px no-repeat;
    }    
.smb_box.ko .smb_box_content {
    background: url('../images/flags/KR.gif') 10px 12px no-repeat;
    }    
.smb_box.lt .smb_box_content {
    background: url('../images/flags/LT.gif') 10px 12px no-repeat;
    }    
.smb_box.lv .smb_box_content {
    background: url('../images/flags/LV.gif') 10px 12px no-repeat;
    }    
.smb_box.mk .smb_box_content {
    background: url('../images/flags/MK.gif') 10px 12px no-repeat;
    }    
.smb_box.pl .smb_box_content {
    background: url('../images/flags/PL.gif') 10px 12px no-repeat;
    }    
.smb_box.ro .smb_box_content {
    background: url('../images/flags/RO.gif') 10px 12px no-repeat;
    }    
.smb_box.ru .smb_box_content {
    background: url('../images/flags/RU.gif') 10px 12px no-repeat;
    }    
.smb_box.sk .smb_box_content {
    background: url('../images/flags/SK.gif') 10px 12px no-repeat;
    }    
.smb_box.sv .smb_box_content {
    background: url('../images/flags/SE.gif') 10px 12px no-repeat;
    }    
.smb_box.uk .smb_box_content {
    background: url('../images/flags/UA.gif') 10px 12px no-repeat;
    }    
.smb_box.vi .smb_box_content {
    background: url('../images/flags/VI.gif') 10px 12px no-repeat;
    }    
.smb_box.zh .smb_box_content {
    background: url('../images/flags/ZH.gif') 10px 12px no-repeat;
    }
    
.smb_box .smb_box_content .baggage_allowance_inline {
    padding: 5px 0 10px 0;
    margin-bottom: 15px;
    }
.smb_box .smb_box_content .baggage_allowance_inline span.baggage_intro_text, 
.smb_box .smb_box_content .baggage_allowance_inline span.baggage_allowance_rule {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    }
.smb_box .smb_box_content .baggage_allowance_inline span.baggage_allowance_rule {
    padding-left: 5px;
    }
.smb_box .smb_box_content .baggage_allowance_inline p.baggage_warning {
    margin-bottom: 8px;
    font-size: 12px;
    }
.smb_box .smb_box_content .baggage_allowance_inline .baggage_main_text p {
    margin-bottom: 8px;
    font-size: 12px;
    }
.smb_box .smb_box_content .baggage_restrictions_container .policy {
    margin-bottom: 20px;
    }
.smb_box .smb_box_content .baggage_restrictions_container .policy h2 {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 15px;
    }
.smb_box .smb_box_content .baggage_restrictions_container .policy h3 {
    margin-bottom: 3px;
    font-size: 13px;
    }    
.smb_box .smb_box_content .baggage_restrictions_container .policy ul {
    margin-bottom: 10px;
    padding-left: 25px;
    }
.smb_box .smb_box_content .baggage_restrictions_container .policy ul li {
    margin: 0 0 5px 0;
    list-style: disc outside;
    font-size: 12px;
    }   
     
.smb_box .smb_box_content pre {
    font-size: 12px;
    padding-top: 10px;
    }      
.smb_box .smb_box_content .notice {
    margin-bottom: 5px;
    padding: 5px 30px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    }
.bck_continue.button_small.hotelDetailMore span,
.bck_continue.button_small.hotelDetailLess span,
.bck_continue.button_small.hotelDetailMore:hover span,
.bck_continue.button_small.hotelDetailLess:hover span {
    padding-left: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    }

.bck_continue.button_small.hotelDetailMore.bg span,
.bck_continue.button_small.hotelDetailLess.bg span,
.bck_continue.button_small.hotelDetailMore.bg:hover span,
.bck_continue.button_small.hotelDetailLess.bg:hover span {
    background: url('../images/flags/BG.gif') 5px 50% no-repeat;
    }
.bck_continue.button_small.hotelDetailMore.cs span,
.bck_continue.button_small.hotelDetailLess.cs span,
.bck_continue.button_small.hotelDetailMore.cs:hover span,
.bck_continue.button_small.hotelDetailLess.cs:hover span {
    background: url('../images/flags/CZ.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.de span,
.bck_continue.button_small.hotelDetailLess.de span,
.bck_continue.button_small.hotelDetailMore.de:hover span,
.bck_continue.button_small.hotelDetailLess.de:hover span {
    background: url('../images/flags/DE.gif') 5px 50% no-repeat;
    }           
.bck_continue.button_small.hotelDetailMore.en span,
.bck_continue.button_small.hotelDetailLess.en span,
.bck_continue.button_small.hotelDetailMore.en:hover span,
.bck_continue.button_small.hotelDetailLess.en:hover span {
    background: url('../images/flags/GB.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.es span,
.bck_continue.button_small.hotelDetailLess.es span,
.bck_continue.button_small.hotelDetailMore.es:hover span,
.bck_continue.button_small.hotelDetailLess.es:hover span {
    background: url('../images/flags/ES.gif') 5px 50% no-repeat;
    }        
.bck_continue.button_small.hotelDetailMore.et span,
.bck_continue.button_small.hotelDetailLess.et span,
.bck_continue.button_small.hotelDetailMore.et:hover span,
.bck_continue.button_small.hotelDetailLess.et:hover span {
    background: url('../images/flags/EE.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.fi span,
.bck_continue.button_small.hotelDetailLess.fi span,
.bck_continue.button_small.hotelDetailMore.fi:hover span,
.bck_continue.button_small.hotelDetailLess.fi:hover span {
    background: url('../images/flags/FI.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.fr span,
.bck_continue.button_small.hotelDetailLess.fr span,
.bck_continue.button_small.hotelDetailMore.fr:hover span,
.bck_continue.button_small.hotelDetailLess.fr:hover span {
    background: url('../images/flags/FR.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.hr span,
.bck_continue.button_small.hotelDetailLess.hr span,
.bck_continue.button_small.hotelDetailMore.hr:hover span,
.bck_continue.button_small.hotelDetailLess.hr:hover span {
    background: url('../images/flags/HRr.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.hu span,
.bck_continue.button_small.hotelDetailLess.hu span,
.bck_continue.button_small.hotelDetailMore.hu:hover span,
.bck_continue.button_small.hotelDetailLess.hu:hover span {
    background: url('../images/flags/HU.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.it span,
.bck_continue.button_small.hotelDetailLess.it span,
.bck_continue.button_small.hotelDetailMore.it:hover span,
.bck_continue.button_small.hotelDetailLess.it:hover span {
    background: url('../images/flags/IT.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.ko span,
.bck_continue.button_small.hotelDetailLess.ko span,
.bck_continue.button_small.hotelDetailMore.ko:hover span,
.bck_continue.button_small.hotelDetailLess.ko:hover span {
    background: url('../images/flags/KR.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.lt span,
.bck_continue.button_small.hotelDetailLess.lt span,
.bck_continue.button_small.hotelDetailMore.lt:hover span,
.bck_continue.button_small.hotelDetailLess.lt:hover span {
    background: url('../images/flags/LT.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.lv span,
.bck_continue.button_small.hotelDetailLess.lv span,
.bck_continue.button_small.hotelDetailMore.lv:hover span,
.bck_continue.button_small.hotelDetailLess.lv:hover span {
    background: url('../images/flags/LV.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.mk span,
.bck_continue.button_small.hotelDetailLess.mk span,
.bck_continue.button_small.hotelDetailMore.mk:hover span,
.bck_continue.button_small.hotelDetailLess.mk:hover span {
    background: url('../images/flags/MK.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.pl span,
.bck_continue.button_small.hotelDetailLess.pl span,
.bck_continue.button_small.hotelDetailMore.pl:hover span,
.bck_continue.button_small.hotelDetailLess.pl:hover span {
    background: url('../images/flags/PL.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.ro span,
.bck_continue.button_small.hotelDetailLess.ro span,
.bck_continue.button_small.hotelDetailMore.ro:hover span,
.bck_continue.button_small.hotelDetailLess.ro:hover span {
    background: url('../images/flags/RO.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.ru span,
.bck_continue.button_small.hotelDetailLess.ru span,
.bck_continue.button_small.hotelDetailMore.ru:hover span,
.bck_continue.button_small.hotelDetailLess.ru:hover span {
    background: url('../images/flags/RU.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.sk span,
.bck_continue.button_small.hotelDetailLess.sk span,
.bck_continue.button_small.hotelDetailMore.sk:hover span,
.bck_continue.button_small.hotelDetailLess.sk:hover span {
    background: url('../images/flags/SK.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.sv span,
.bck_continue.button_small.hotelDetailLess.sv span,
.bck_continue.button_small.hotelDetailMore.sv:hover span,
.bck_continue.button_small.hotelDetailLess.sv:hover span {
    background: url('../images/flags/SE.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.uk span,
.bck_continue.button_small.hotelDetailLess.uk span,
.bck_continue.button_small.hotelDetailMore.uk:hover span,
.bck_continue.button_small.hotelDetailLess.uk:hover span {
    background: url('../images/flags/UA.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.vi span,
.bck_continue.button_small.hotelDetailLess.vi span,
.bck_continue.button_small.hotelDetailMore.vi:hover span,
.bck_continue.button_small.hotelDetailLess.vi:hover span {
    background: url('../images/flags/VI.gif') 5px 50% no-repeat;
    }    
.bck_continue.button_small.hotelDetailMore.zh span,
.bck_continue.button_small.hotelDetailLess.zh span,
.bck_continue.button_small.hotelDetailMore.zh:hover span,
.bck_continue.button_small.hotelDetailLess.zh:hover span {
    background: url('../images/flags/ZH.gif') 5px 50% no-repeat;
    }
/* TABULKY */
table.info .subCellLeft {
	display: inline-block;
	width: 40%;	
	vertical-align: top;	
	}

table.info .subCellRight {
	display: inline-block;
	width: 59%;	
	vertical-align: top;	
	}