/* CSS Document */
/*************************************
* Styly pro airport list na index page
**************************************/

div.content div.popup_airport_obal table tr td, div.content div.popup_airport_obal table tr th {
    background: none !important;
    border: none;
}

.country_airports {
    height: 115px;
    }

div.popup_airport_obal {
    position: relative;
    z-index: 10;
    }
div.popup_airport {
    position: absolute;
    width: 280px;
    z-index: 1000;
    left: -10px;
    }
div.popup_airport_obal .pa_position1, div.popup_airport_obal .pa_position2 {
    top: 0px;
    }
div.popup_airport_obal .pa_position3, div.popup_airport_obal .pa_position4 {
    top: 51px;
    }                             
div.popup_airport span.show_arrow {
    background: url(http://www.czechairlines.co.uk/img/sec_show_arrow.png) no-repeat scroll 0 0;
    display: block;
    height: 15px;
    position :absolute;
    top: 0;
    width: 35px;
    z-index: 1000;
}
div.pa_position1 span.show_arrow, div.pa_position3 span.show_arrow {
    left: 30px;
}
div.pa_position2 span.show_arrow, div.pa_position4 span.show_arrow {
    left: 160px;
}
div.popup_airport .top {
    background: url(../img/bck_top_white.png) 0 0 repeat-x !important;
    font-size: 1px !important;
    margin: 0 15px !important;
    height: 15px !important;
    padding: 0 !important;
    }
div.popup_airport .middle {
    font-size: 11px !important;
    text-align: left !important;
    }
div.popup_airport .ls {
    background: url(../img/bck_left_white.png) repeat-y 0 100% !important;
    padding: 0 0 0 20px !important;
    }    
div.popup_airport .rs {
    padding-top: 0 !important;
    min-height: 170px;
    }
.popup_block .rs {
    background: url(../img/bck_right_white.png) repeat-y 100% 100% !important;
    padding: 0px 20px 5px 0 !important;
    position: relative !important;
    min-height:178px !important;
    _height:178px !important;
    }  
.popup_block .rs .title {
    color: #DF393D !important;
    font-weight: bold !important;
    padding: 5px 0 !important; 
    font-size: 12px !important;
    display: block !important
    }
div.popup_airport .bottom {
    background: url(../img/bck_bottom_white.png) 0 100% repeat-x !important;
    height: 15px !important;
    margin: 0 15px !important;
    font-size: 1px !important;
    line-height: 1px !important;
    z-index: -1;
    }  
div.popup_airport a.popup_close {
    background: url(../img/bck_popup_close.png) no-repeat 0 0;
    display: block;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 17px;
    z-index: 1;
    }      
div.popup_airport div#calendarDeparture span.show_arrow {
    left: 40px;
}
div.popup_airport div#calendarReturn span.show_arrow {
    left: 170px;
}

div.popup_airport h3 {
  color: #CE2730;
  font-size: 12px;
  padding: 6px 0 3px 20px;
}
.pa_position1 h3,
.pa_position3 h3 {
  background: url('http://www.czechairlines.co.uk/img/airports_h3_13.png') 0 5px no-repeat;
  }
.pa_position2 h3,
.pa_position4 h3 {
  background: url('http://www.czechairlines.co.uk/img/airports_h3_24.png') 0 5px no-repeat;
  }


div.popup_airport table {
    border-collapse: collapse;
    border: none;
/*    width: 245px;*/
    width: 100%;    
    background: none;
    font-size: 11px;
    }
div.popup_airport table tr th {
  font-weight: normal;
  padding: 3px 10px 3px 0;
  text-align: left;
  color: #656464;
  vertical-align: top;
  width: 30px;
}
div.popup_airport table tr th.air_list {
  vertical-align: top;
  padding-top: 18px;
    }

div.popup_airport table tr td {
  background: none;
  width: 150px;
  padding: 0;
  }
div.popup_airport table tr td ul {
  margin: 0 0 0 0;
  padding: 0;
  }  
div.popup_airport table tr td ul li {
  list-style-type: none;
  padding: 0 !important;
  background: none;
  } 
.li_hide {
   display: none;
   }
div.popup_airport table tr td ul li.city {}
div.popup_airport table tr td ul li.city span {
    display: block;
    background: #db9094;
    color: #fff;
    padding: 3px;    
    }    
div.popup_airport table tr td ul li.city ul {
    background: #fff;
    color: #333;
    }
div.popup_airport table tr td ul li.city ul li {
    color: #333;
    padding: 0;
    border-bottom: 1px solid #E9E8E3;
    }
div.popup_airport table tr td ul li.active ul li {
    padding: 0;
    border-bottom: 1px solid #E9E8E3;
    }    
div.popup_airport table tr td ul li.active {
    background: none;
    } 
div.popup_airport table tr td ul li ul li a.active {
    background: #ce2730;
    color: #fff;
    font-size: 11px;
    }
div.popup_airport table tr td ul li ul li a.active,
div.popup_airport table tr td ul li.city ul li a {
    padding: 2px 3px !important;
    display: block;    
    font-size: 11px;
    } 







  
div.popup_airport table tr td .ui-selectbox {
    margin-top: -10px;
    float: left;
    }
div.popup_airport table tr td .selectbox-body {
  width: 180px;
  z-index: 2000;
}
div.popup_airport table tr td .selectbox-body .ui-options{
  height: 150px;
}
div.popup_airport table tr td a {
  color: #CE2730;
  display: block;
  padding: 3px 0;
}
div.popup_airport table tr td a.jScrollArrowDown, div.popup_airport table tr td a.jScrollArrowUp {
  padding: 0;
}
div.popup_airport table tr td a:link, 
div.popup_airport table tr td a:visited {
  color: #CE2730;
}
div.popup_airport table tr td.active a {
  color: #FFF;
  background: #DB9094;
}
.popup_airport {
    display: none;
}
#airportListTR {
    display: none;
}