
/* hviezda.sk v1.0 CSS */

/*
div {border: 1px red dotted; padding:1px;}
ul, li, p {border: 1px green dotted; padding:1px;}
/**/


  * {
    margin: 0;
    padding: 0;
  }
  html {
    height: 100%;
  }
  body {
    background: silver;
    color: #666;
    color: black;

    font-family: verdana, bitstream vera sans;
    font-size: 11px;
    
    width: 100%;
    height: 100%;
    text-align: center;

/*    background-color: #E5E2D3; */
    background: rgb(255, 255, 255) url('../images/new-test/bg.gif') repeat-x left top;

  }
  
  a {
    text-decoration: none;
    color: navy;
  }
  a:hover {
    text-decoration: underline;
  }
  .white-link {
    color:#FFFFFF;
    font-size:10px;
    font-weight:normal;
    margin-top:5px;
    margin-right:10px;
    position:relative;
  }
  
  img{
    border:none;
  }
  h1 {
    font-size: 15px;
    font-weight: bold;
    text-indent: 0;
    color:#CC1515;
  }
  h2 {
    font-size: 14px;
    font-weight: bold;
    text-indent: 0;
    color:#CC1515;
  }
  h3 {
    font-size: 12px;
    font-weight: bold;
    text-indent: 0;
  }
  table {
    font-size: 11px;
  }
  input, select {
    font-family: verdana, bitstream vera sans;
    font-size: 11px;
    height: 14px;
    _height: 18px;
  }
  select {
    height:18px;
    border:1px solid #c8c8c8;
  }
  option {
    padding: 2px;
  }
  input {
    padding-top: 2px;
    _padding-top: 1px;
    padding-left: 2px;
    border:1px solid #c8c8c8;
  }
  textarea{
    border:1px solid #c8c8c8;
  }
  input:hover, select:hover, textarea:hover {
    border:1px solid #e89d9d;
  }
  input:focus, select:focus, input:active, select:active, textarea:focus, textarea:active {
    border:1px solid #CC1515;
  }
  .hidden{
  display:none;
}





 /* layout */
  #container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 1000px;
    text-align: left;
  }
  #container #admin {
    height: 8px;
    width: 1000px;
    text-align:right;
    padding-top:0px;
  }
  #container #header {
    height: 130px;
    background: url('../images/new-test/header.jpg') left top;
  }

  #container #logotype {
    position: absolute;
    left: 25px;
    top: 45px;
    width: 200px;
    height: 62px;
  }
  #container #logotype #logo {
    background:transparent;
    width: 200px;
    height: 62px;
  }
  #container #logotype img {
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #container #logotype span {
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 1;
    font-size: 6px;
  }
  #container #menu {
    height: 26px;
    background: url('../images/new-test/menu2.gif') left bottom;
    padding: 0 12px 0 12px;
  }
  #container #body {
    background: url('../images/new-test/body.gif') repeat-y left top;
    padding: 0 12px 0 12px;
  }
  #container #copyright {
    height: 84px;
    background: url('../images/new-test/copyright.gif') no-repeat left top;
    line-height: 17px;
  }
  #container #copyright div {
/*    color: rgb(44, 0, 21);*/
    color: #82ADD5;
    padding: 12px 20px 0px 20px;
    font-size: 11px;
  }
  #container #copyright div a {
    color: #82ADD5;
  }


 /* menu */
  #menu table {
/*    width: 976px;  size patch */
    height: 24px;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: rgb(255, 255, 255);
  }
  #menu table td {
    text-align: center;
    width: 100px;
    border-right: 2px solid rgb(255, 255, 255);
  }
  #menu table td a {
    color: rgb(255, 255, 255);
    white-space: nowrap;
    cursor: pointer;
  }
  #menu .selected {
/*    background-color: rgb(9, 83, 158); /*original color*/
    background-color: rgb(225, 225, 225); /*original color*/
/*    color: rgb(255, 255, 255); /*original color*/
    color: #cc1515;
  }
  #menu .selected a {
/*    color: rgb(255, 255, 255); /*original color*/
    color: #cc1515;
  }
  #menu a:hover {
    text-decoration: none;
  }

 /* content */
  #contents {
    display:table;
    width: 976px;
    background-color: rgb(250, 250, 250);
  }
  #contents h1 {
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    color: rgb(0, 0, 0);
  }  
  #contents h2 {
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    color: rgb(0, 0, 0);
  }
  #contents hr {
    border: 0;
    border-top: 1px solid black;
    height: 1px;
    margin: 10px 0 10px 0;
  }
  #contents .headline {
    background-color: rgb(245, 245, 245);
    padding: 0px 0 0px 10px;
    height:30px;
  }
  #contents .headline h2 {
    padding: 4px 0 5px 0;
  }
  #contents .headline ul  {
    margin-top: 10px;
    line-height: 17px;
    width: 100%;
    display: table-row;
  }
  #contents .headline li {
    margin-left: 15px; /**/
/*    margin-right: 40px;
    float: left;
    list-style-type: none; /**/
  }
  #contents .contents {
    display:inline-block;
    width: 916px;
    x_width: 946px;

    /*_float: left;*/
    margin: 10px 30px 10px 30px;
  }


  #contents .contents h3 {
    margin: 10px 0 5px 0;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: rgb(45, 45, 45);
  }
  #contents .contents h4, #contents .contents h5, #contents .contents h6 {
    font-family: verdana, bitstream vera sans;
    font-size: 11px;
    font-weight: bold;
    color: rgb(60, 60, 60);
  }


  #contents /*.contents*/ p {
    margin: 10px 0 20px 0;
    line-height: 17px;
    text-align: justify;
  }
  #contents /*.contents*/ p b {
    color: rgb(80, 80, 80);
  }
  #contents /*.contents*/ ul,
  #contents /*.contents*/ ol  {
    margin: 10px 0 20px 0;
    line-height: 17px;
  }
  #contents /*.contents*/ li {
    margin-left: 20px;
  }
  #contents /*.contents*/ a {
    color: rgb(9, 83, 158);
  }
  #contents .contents table {
    border-collapse: collapse;
    font-size: 11px;
    border: 2px solid rgb(128, 128, 128);
    margin-bottom: 15px;
  }
  #contents .contents table th {
    background-color: rgb(240, 240, 240);
    border: 1px solid rgb(192, 192, 192);
    padding: 4px;
  }
  #contents .contents table td {
    border: 1px solid rgb(192, 192, 192);
    padding: 4px;
  }
  #contents .contents .col2left {
    display: table-cell;
    float: left;
    width: 440px;
    padding-right: 15px;
  }
  #contents .contents .col2right {
    display: table-cell;
    float: right;
    width: 440px;
    padding-left: 15px;
  }

  #contents .contents .col2left60 {
    float: left;
    width: 570px;
    padding-right: 15px;
  }
  #contents .contents .col2-50 {
    display: table-cell;
    float: left;
    width: 405px;
    padding-right: 50px;
  }
  #contents .contents .col2-50:first-child {
    xpadding-right: 50px;
  }
  #contents .contents .col2right40 {
    float: left;
    width: 330px;
    padding-left: 0px;
  }
  #contents .contents .col2right40 img {
    border: 5px solid rgb(240, 240, 240);
    margin-bottom: 10px;
  }
  #contents .contents .col2right40 .figure {
    margin-bottom: 10px;
  }
  #contents .contents .col2right40 .figure img {
    margin-bottom: 0;
  }
  #contents .contents .col2right40 .figure p {
    margin: 0;
    font-size: 9px;
    text-align: right;
  }
  #contents .contents img.icon {
    float: left;
    border: 5px solid rgb(240, 240, 240);
    margin: 10px 10px 10px 0;
  }


 /* extra page, page with adv. */
  #contents #extrapage {
    display: table;
    width: 976px;
    xbackground-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255) url('../images/new-test/extrabg.gif') repeat-y left top;
  }
  #contents #extrapage #extracontent {
    display: table-cell;
    float: left;
    width: 718px;
  }
  #contents #extrapage #extracontent #extracontents {
    xwidth: 718px;
    padding: 10px 30px /*10px*/30px 30px;
    xbackground-color: rgb(250, 250, 250);
  }

  #contents #extrapage #extrapanel {
    display: table-cell;
    float: right;
    width: 256px;
    background-color: rgb(245, 245, 245);
    font-family: verdana, bitstream vera sans;
    font-size: 11px;
    line-height: 16px;
  }
  #contents #extrapage #extrapanel p {
    margin: 10px;
  }
  #registration {
    position: relative;
    width: 256px;
    height: 100px;
    background: rgb(255, 255, 255) url('../images/new-test/search.gif') no-repeat left top;
  }
  #registration #submit {
    position: absolute;
/*    width: 85px;
    height: 18px; */
    border: 0;
    background-color: #cc1515;
    left: 153px;
    top: 17px;
    font-family: verdana, bitstream vera sans;
    font-size: 11px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    cursor: pointer;
  }


 /* homepage */
  #homepage {
    position: relative;
    width: 100%;
    height: 625px;
    background-color: rgb(255, 255, 255);
  }


  .pagination {
    text-align: center;
    margin: 20px;
  }



 /* reservation form */
  #reservation_form {
    position: relative;
    width: 704px;
    height: 285px;
    top: 0;
    left: 272px;
    background-color: #ededed;
    font-weight:normal;
  }
  #reservation_form #flight_type_one_way_label {
    position: absolute;
    left: 120px;
    top: 42px;
  }
  #reservation_form #flight_type_one_way {
    position: absolute;
    left: 100px;
    top: 42px;
    _top: 40px;
    border:none;
  }
  #reservation_form #flight_type_round_trip_label {
    position: absolute;
    left: 246px;
    top: 42px;
  }
  #reservation_form #flight_type_round_trip {
    position: absolute;
    left: 226px;
    top: 42px;
    _top: 40px;
    border:none;
  }
  #reservation_form #from_destination_label {
    position: absolute;
    right: 624px;
    top: 63px;
    font-weight:bold;
  }
  #reservation_form #from_destination_edit {
    position: absolute;
    left: 95px;
    top: 60px;
    width: 220px;
  }
  #reservation_form #from_date_label {
    position: absolute;
    right: 624px;
    top: 85px;
    font-weight:bold;
  }
  #reservation_form #from_date_day {
    position: absolute;
    left: 95px;
    top: 82px;
    width: 20px;
  }
  #reservation_form #from_date_month_year {
    position: absolute;
    left: 130px;
    top: 82px;
    width: 135px;
  }
  #reservation_form #to_destination_label {
    position: absolute;
    right: 294px;
    top: 63px;
    font-weight:bold;
  }
  #reservation_form #to_destination_edit {
    position: absolute;
    left: 425px;
    top: 60px;
    width: 220px;
  }
  #reservation_form #to_date_label {
    position: absolute;
    right: 294px;
    top: 85px;
    font-weight:bold;
  }
  #reservation_form #to_date_day {
    position: absolute;
    left: 425px;
    top: 82px;
    width: 20px;
  }
  #reservation_form #to_date_month_year {
    position: absolute;
    left: 460px;
    top: 82px;
    width: 135px;
  }
  #reservation_form #cabin_label {
    position: absolute;
    right: 624px;
    top: 214px;
    font-weight:bold;
  }
  #reservation_form #cabin_YC {
    position: absolute;
    left: 95px;
    top: 214px;
    border:none;
  }
  #reservation_form #cabin_YC_label {
    position: absolute;
    left: 112px;
    top: 214px;
  }
  #reservation_form #cabin_C {
    position: absolute;
    left: 226px;
    top: 214px;
    border:none;
  }
  #reservation_form #cabin_C_label {
    position: absolute;
    left: 243px;
    top: 214px;
  }
  #reservation_form #search_interval_label {
    position: absolute;
    right: 624px;
    top: 191px;
    font-weight:bold;
  }
  #reservation_form #search_interval {
    position: absolute;
    left: 95px;
    top: 188px;
    width: 185px;
  }
  #reservation_form #prefer_airline_label {
    position: absolute;
    right: 294px;
    top: 191px;
    font-weight:bold;
  }
  #reservation_form #prefer_airline {
    position: absolute;
    left: 425px;
    top: 188px;
    width:185px;
  }
  
  #reservation_form #only_available_flights_label {
    position: absolute;
    left: 448px;
    top: 214px;
  }
  #reservation_form #only_available_flights {
    position: absolute;
    left: 426px;
    top: 214px;
    border:none;
  }
  #reservation_form #only_direct_flights_label {
    position: absolute;
    left: 448px;
    top: 234px;
  }
  #reservation_form #only_direct_flights {
    position: absolute;
    left: 426px;
    top: 234px;
    border:none;
  }
  #reservation_form #pricer_label {
    position: absolute;
    right: 624px;
    top: 235px;
    font-weight:bold;
  }
  #reservation_form #pricer_ONP {
    position: absolute;
    left: 95px;
    top: 236px;
    border:none;
  }
  #reservation_form #pricer_ONP_label {
    position: absolute;
    left: 112px;
    top: 236px;
  }
  #reservation_form #pricer_AVB {
    position: absolute;
    left: 226px;
    top: 236px;
    border:none;
  }
  #reservation_form #pricer_AVB_label {
    position: absolute;
    left: 243px;
    top: 236px;
  }
  #reservation_form #passengers_adt_label {
    position: absolute;
    text-align:center;
    left: 85px;
    top: 120px;
  }
  #reservation_form #passengers_yth_label {
    position: absolute;
    text-align:center;
    left: 185px;
    top: 120px;
  }
  #reservation_form #passengers_ycd_label {
    position: absolute;
    text-align:center;
    left: 330px;
    top: 120px;
  }
  #reservation_form #passengers_inf_label {
    position: absolute;
    text-align:center;
    left: 450px;
    top: 120px;
  }
  #reservation_form #passengers_chd_label {
    position: absolute;
    text-align:center;
    left: 570px;
    top: 120px;
  }
  #reservation_form #passengers_adt {
    position: absolute;
    left: 100px;
    top: 149px;
    width:50px;
    /*height:18px;
    border:1px solid gray;*/
  }
  #reservation_form #passengers_yth {
    position: absolute;
    left: 221px;
    top: 149px;
    width:50px;
  }
  #reservation_form #passengers_ycd {
    position: absolute;
    left: 343px;
    top: 149px;
    width:50px;
  }
  #reservation_form #passengers_inf {
    position: absolute;
    left: 461px;
    top: 149px;
    width:50px;
  }
  #reservation_form #passengers_chd {
    position: absolute;
    left: 581px;
    top: 149px;
    width:50px;
  }
  /* NASEPTAVACE */
  #from_destination select{
    position: absolute;
    left: 95px;
    top: 78px;
    z-index:99;
    height:189px;
    width:225px;
    _width:221px;
  }
  #to_destination select{
    position: absolute;
    left: 425px;
    top: 78px;
    z-index:99;
    height:189px;
  }
  
  #reservation_form #from_destination_browser{
    position:absolute;
    cursor:pointer;
    left:321px;
    top:59px;
    width:20px;
    height:20px;
    background:url('../images/globe.gif') left top;
  }
  #reservation_form #to_destination_browser{
    position:absolute;
    cursor:pointer;
    left:651px;
    top:59px;
    width:20px;
    height:20px;
    background:url('../images/globe.gif') left top;
  }
      

  #reservation_form #separator1 {
    top: 110px;
  }
  #reservation_form #separator2 {
    top: 178px;
  }
  #reservation_form #separator_red {
    top: 284px;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    border-top:2px solid #CC1515;
    /*background-color: #CC1515;*/
  }  


  #reservation_form div.separator {
    position: absolute;
    border: none;
    left: 10px;
    width: 682px;
    height: 10px;
    background: url('../images/new-test/dot.gif') repeat-x left top;
  }
  #reservation_form #booking_form_submit {
    position: absolute;
    width: 202px;
    height: 32px;
    right: 10px;
    top: 253px;
    background: rgb(255, 255, 255) url('../images/new-test/search3.gif') no-repeat left top;
  }
  #reservation_form #booking_form_submit #reservation_submit {
    position: absolute;
    border: 0;
    width: 150px;
    _width: 140px;
    background-color: #cc1515;
    left: 10px;
    top: 10px;
    font-family: verdana, bitstream vera sans;
    font-size: 11px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    cursor: pointer;
  }

/* FORM na UByTOVANIE */
#accommodation-reservation-form{
  position:relative; width:400px; height:160px;
}

/* labels */
#accommodation_destination_label{
  position:absolute;
  margin-top:2px;
  right:280px;
  font-weight:bold;  
}
#accommodation_arrival_date_label{
  position:absolute;
  margin-top:24px;
  right:280px;
  font-weight:bold;  
}
#accommodation_number_of_nights_label{
  position:absolute;
  margin-top:44px;
  right:280px;
  font-weight:bold;  
}
#accommodation_room_1_label{
  position:absolute;
  margin-top:66px;
  right:280px;
  font-weight:bold;  
}
#accommodation_room_2_label{
  position:absolute;
  margin-top:88px;
  right:280px;
  font-weight:bold;  
}

/* inputs */
#arrival_destination_edit,
#accommodation_arrival_date_day
{
  left:128px;
  position:absolute;
  background-color:white;
  border:1px solid #B5B5B5;
  height:14px;
  _height:19px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#accommodation_destination_browser{
  width:20px;
  height:20px;
  margin:0 0 0 250px;
  position:absolute;
  background:url('../images/globe.gif') no-repeat left top;;
  cursor:pointer;
}

#accommodation_number_of_nights, 
#accommodation_arrival_date_month_year, 
#accommodation_number_of_nights,
#accommodation_room_1,
#accommodation_room_1_child_age,
#accommodation_room_2,
#accommodation_room_2_child_age
{
  margin:0 0 0 128px;
  position:absolute;
  border:1px solid #B5B5B5;
  height:18px;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}

#arrival_destination_edit{
  
  width:172px;
  _width:173px;
}
#accommodation_destination_browser{
  margin-left:305px;
}
#accommodation_arrival_date_day{
  margin-top:22px;
  width:20px;
  _width:18px;
}
#accommodation_arrival_date_month_year{
  margin-top:22px;
  margin-left:156px;
  width:148px;
}
#accommodation_number_of_nights{
  margin-top:44px;
  width:50px;
}
#accommodation_room_1{
  margin-top:66px;
  width:174px;
}
#accommodation_room_1_child_age{
  margin:66px 0 0 310px;
}
#accommodation_room_2{
  margin-top:88px;
  width:174px;
}
#accommodation_room_2_child_age{
  margin:88px 0 0 310px;
}


#accommodation_form_submit{
  position:absolute;
  text-align:center;
  margin: 120px 0 0 127px;
  width:70px;
  padding:0px;
  height:23px;
}

#accommodation_form_submit input{
  position:absolute;
  margin:0 0 0 -30px;
  width:60px;
  padding:0px;
  background-color:#CB2042;
  height:20px;
  font-size:11px;
  color:white;
  font-weight:bold;
  font-family:arial, helvetica, sans-serif;
  cursor:pointer;
}

#accommodation_destination_whisper_default
{
  margin:0 0 0 100px;
  position:absolute;
  border:1px solid #B5B5B5;
  height:18px;
  width:180px;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#accommodation_destination select {
    position:absolute;
    min-width:176px;
    #width:173px;
    height:186px;
    padding:2px;
    margin:18px 0 0 128px;
    border:1px solid #B5B5B5;
    overflow:visible;
    z-index:200;
}

  /* emailovy klub */
  #email_club_content{
    background-color:white;
    border:1px solid #c7c7c7;
    position:absolute;
    margin:0 0 0 0;
    padding-top:10px;
    padding-left:5px;
    padding-right:5px;
    width:244px;
    height:95px;
    _height:100px;
    top: 20px;
  }
  #email_club{
    background-color:white;
    position:absolute;
    margin:0 0 0 0;
    width:244px;
    height:125px;
    _height:100px;
    left: 720px;
    top: 290px;
  }
  #email{
    position:absolute;
    width:200px;
    top:50px;
    left:5px;
  }
  #email_confirm{
    position: absolute;
    width:12px;
    height:12px;
    border:none;
    top:75px;
  }
  #email_confirm_label{
    position: absolute;
    top:75px;
    left:20px;
    font-size:10px;
  }
  #email_club #email_btn {
    position: absolute;
    width: 20px;
    height: 18px;
    top:50px;
    left:215px;
    background: rgb(255, 255, 255) url('../images/new-test/arrow.gif') no-repeat left top;
  }
  #email_club #email_btn #email_submit {
    background:transparent;
    position: absolute;
    border: 0;
    width: 20px;
    height: 18px;
    left: 0px;
    top: 0px;
    font-family: verdana, bitstream vera sans;
    font-size: 11px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    cursor: pointer;
  }
  
  /* sluzby */
  #services {
    display:table-cell;
    background-color:white;
    border-top:1px solid #C7C7C7;
    height:110px;
    left:282px;
    margin-left:-5px;
    _margin-left:-10px;
    position:absolute;
    top:515px;
    width:427px;
    text-align:center;
  }
  #service {
    text-align:center;
    float:left;
    background-color:#E1E1E1;
    /*border:1px solid gray;*/
    padding-top:10px;
    margin-left:5px;
    margin-top:15px;
    height:75px;
    width:100px;
  }
  #service img{
    border:1px solid gray;
  }
  #service a:hover{
    text-decoration:none;
  }
  

 /* hp banner 4:3 */

  #banner {
    position: absolute;
    left: 720px;
    top: 425px;
  }
  .banner {
  }
  #banner, .banner {
    width: 256px;
    height: 192px;
    background-color: rgb(9, 83, 158);
  }


 /* hp news */

  #news {
    font-family:verdana,bitstream vera sans;
    font-size:11px;
    line-height:16px;
    position:absolute;
    width:445px;
    height:190px;
    left:272px;
    top:281px;
    background-color:white;
  }  
  .news {
    line-height: 16px;
  }
  #news p {
    margin: 10px;
  }
  .news p {
    margin: 20px 0 20px 0;
  }
  #news p a,
  .news p a {
    font-size: 11px;
    font-weight: bold;
    color: rgb(9, 83, 158);
  }
  .news a {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
  }
  .news .date {
    color: gray;
    padding-right: 10px;
  }



 /* hp special price list */

  #airticket_special_prices {
    position: absolute;
    width: 270px;
    height: 420px;
    left: 0;
    top: 0;
    /*background-color: rgb(240, 240, 240);*/
    font-family: verdana, bitstream vera sans;
    line-height: 29px;
  }
  #airticket_special_prices table {
    width: 265px;
    margin-left: 5px;
    border-collapse: collapse;
  }
  #airticket_special_prices td {
    padding: 0 2px 0 2px;
    _padding: 2px;
    font-size: 11px;
    height:20px;
    _height:16px;
    white-space: nowrap;
  }
  #airticket_special_prices tr{
    border-bottom:1px solid whitesmoke;
  }
  #airticket_special_prices .price {
    text-align: right;
    width: 100px;
    padding-right:10px;
  }
  #airticket_special_prices .tax {
    font-size: 9px;
    color: rgb(128, 128, 128);
    text-align: right;
  }
  #airticket_special_prices td a {
    font-weight: bold;
    color: rgb(9, 83, 158);
  }
  
  /* different rows */
.row_unpair{
  background-color:#e1e1e1;
}
.row_pair{
  background-color:#EDEDED;
}

  
 /* block comment */

  .links {
    position: relative;
    bottom: 0;
    padding: 5px 5px 5px 10px;
    font-size: 11px;
    line-height: 16px;
  }
  .links a {
/*    color: rgb(9, 83, 158);/**/
    color: rgb(85, 0, 20);
    font-weight: none;
  }
  #news .links {
    margin-top:-10px;
    right: 0;
  }

/* price list */
  #price_list {
    xdisplay: table-cell;
    margin: 10px 0 10px 0;
    position:relative;
    width:100%;
  }
  #price_list .price_list_item {
    display: table-cell;
    float: left;
    width: 315px;
    padding: 2px;
    margin-left: 0px;
    overflow: hidden;
  }
  #price_list .price_list_item_wide {
    display: table-cell;
    float: left;
    width: 426px;
    _width: 350px;
    padding: 2px;
    margin-left: 30px;
    margin-right: 25px;
    overflow: hidden;
    border-bottom: 1px solid lavender;
  }
  #price_list a {
    font-weight: bold;
    color: rgb(9, 83, 158);
  }
  #price_list #jedno{
    width:480px;
    _width:420px;
    float: left;
  }
  #price_list .destination {
    float: left;
  }
  #price_list .price {
    float: right;
  }
  #price_list .tax {
    font-size: 10px;
    color: rgb(128, 128, 128);
    float: right;
    margin: 2px 0 0 4px;
    width: 80px;
    text-align: right;
  }


  /* admin login dialog */

  #admin_login {
    position: absolute;
    width: 140px;
    right: 40px;
    top: 45px;
    font-size: 9px;
  }
  #admin_login #title {
    color: gray;
    padding-bottom: 5px;
  }
  #admin_login td {
    padding: 1px;
    vertical-align: top;
  }
  #admin_login input {
    margin: 0;
    padding: 0 0 1px 1px;
    height: 13px;
    _height: 16px;
    border: 1px silver solid;
    font-size: 9px;
  }
  #admin_login .button {
    padding: 0;
    border: 0;
    width: 16px;
    height: 16px;
    background: white url('../images/new-test/btn.gif') no-repeat 2px 2px;
    cursor: pointer;
  }
  
  /* FORM na SKUPINOVE LETENKY */
  
  #group-reservation-form {
  /*background-color:#aaa;*/
  width:500px;
  height:250px;
  position:relative;
  top:20px;
  left:150px;
  font-weight:bold;
  font-size:11px;
  color:#383838;
  padding-bottom:60px;
}
#group-reservation-form input:hover,
#group-reservation-form textarea:hover, 
#group-reservation-form select:hover {
    border:1px solid #e89d9d;
  }
#group-reservation-form input:focus,
#group-reservation-form textarea:focus, 
#group-reservation-form select:focus, 
#group-reservation-form input:active, 
#group-reservation-form textarea:active,
#group-reservation-form select:active {
    border:1px solid #CC1515;
  }
#group_from_destination_edit{
  position:absolute;
  margin: 0px 0 0 95px;
  background-color:white;
  border:1px solid gray;
  width:169px;
  _width:172px;
  height:16px;
  _height:18px;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_from_destination_label{
  position:absolute;
  margin: 2px 0 0 43px;
}
#group_to_destination_edit{
  position:absolute;
  margin: 0px 0 0 426px;
  background-color:white;
  border:1px solid gray;
  width:169px;
  _width:172px;
  height:16px;
  _height:18px;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_to_destination_label{
  position:absolute;
  margin: 2px 0 0 387px;
}
#group_from_destination_browser{
  background:url('../images/lietadlo1.jpg') no-repeat left top;
  width:16px;
  height:16px;
  position:absolute;
  margin: 1px 0 0 270px;
  cursor:pointer;
}
#group_to_destination_browser{
  background:url('../images/lietadlo1.jpg') no-repeat left top;
  width:16px;
  height:16px;
  position:absolute;
  margin: 1px 0 0 600px;
  cursor:pointer;
}
#group_from_date_label{
  position:absolute;
  margin: 24px 0 0 52px;
}
#group_from_date_day{
  position:absolute;
  margin: 22px 0 0 95px;
  background-color:white;
  border:1px solid gray;
  width:16px;
  _width:18px;
  height:14px;
  _height:18px;
  padding:2px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_from_date_month_year{
  position:absolute;
  margin: 22px 0 0 120px;
  width:149px;
  _width:154px;
  height:18px;
  border:1px solid gray;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_to_date_label{
  position:absolute;
  margin: 24px 0 0 372px;
}
#group_to_date_day{
  position:absolute;
  margin: 22px 0 0 426px;
  background-color:white;
  border:1px solid gray;
  width:16px;
  _width:18px;
  height:14px;
  _height:18px;
  padding:2px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_to_date_month_year{
  position:absolute;
  margin: 22px 0 0 451px;
  width:149px;
  _width:154px;
  height:18px;
  border:1px solid gray;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_search_interval{
  position:absolute;
  margin: 44px 0 0 96px;
  background-color:white;
  border:1px solid gray;
  width:173px;
  _width:178px;
  height:18px;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_search_interval_label{
  position:absolute;
  margin: 45px 0 0 34px;
}
#group_number_of_persons{
  position:absolute;
  margin: 43px 0 0 426px;
  background-color:white;
  border:1px solid gray;
  width:32px;
  _width:34px;
  height:14px;
  _height:18px;
  padding:2px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_number_of_persons_label{
  position:absolute;
  margin: 45px 0 0 301px;
}
#group_contact_person{
  position:absolute;
  margin: 80px 0 0 95px;
  background-color:white;
  border:1px solid gray;
  width:169px;
  _width:172px;
  height:16px;
  _height:18px;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_contact_person_label{
  position:absolute;
  margin: 82px 0 0 -24px;
}
#group_phone{
  position:absolute;
  margin: 80px 0 0 426px;
  background-color:white;
  border:1px solid gray;
  width:169px;
  _width:172px;
  height:16px;
  _height:18px;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_phone_label{
  position:absolute;
  margin: 82px 0 0 369px;
}
#group_mail{
  position:absolute;
  margin: 102px 0 0 95px;
  background-color:white;
  border:1px solid gray;
  width:169px;
  _width:172px;
  height:16px;
  _height:18px;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_mail_label{
  position:absolute;
  margin: 104px 0 0 43px;
}
#group_company{
  position:absolute;
  margin: 102px 0 0 426px;
  background-color:white;
  border:1px solid gray;
  width:169px;
  _width:172px;
  height:16px;
  _height:18px;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_company_label{
  position:absolute;
  margin: 104px 0 0 380px;
}
#group_note{
  position:absolute;
  margin: 124px 0 0 95px;
  background-color:white;
  border:1px solid gray;
  width:500px;
  _width:503px;
  height:66px;
  _height:66px;
  padding:1px 0 0 2px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
}
#group_note_label{
  position:absolute;
  margin: 126px 0 0 18px;
}
#group_booking_form_submit{
  position:absolute;
  text-align:center;
  margin: 200px 0 0 290px;
  width:70px;
  padding:0px;
  height:23px;
}
#group_booking_form_submit input{
  margin-top:0px;
  height:20px;
  _height:19px;
  width:68px;
  _width:66px;
  background-color:#CB2042;
  border:none;
  font-size:11px;
  font-weight:bold;
  color:white;
  cursor:pointer;
  cursor:hand;
}
#group_booking_form_submit input:hover{
  border:none;
}
.submit-blue-border {
     height:23px;
     border:1px solid #B21333;
     padding:0px;
     cursor:pointer;
     cursor:hand;
}  

/* POP UP */
#pop_up_body{
  padding-top:20px;
  padding-right:40px;
  padding-left:40px;
  text-align:justify;
  line-height:18px;
}

#pop_up_body p{
    font-size:10px;
    padding-bottom:14px;
  }

#pop_up_body img{
  padding:0px; border:0px;
}

/* EMAIL KLUB */
#re_submit{
  position:relative;
  text-align:center;
  margin:-10px 0px 0px 45px;
  width:200px;
  padding-bottom:0px;
  height:23px;
}
#re_submit input{
  position:relative;
  margin:0 0 0 0px;
  width:180px;
  padding:0px;
  background-color:#CC1515;
  border:none;
  height:20px;
  _height:19px;
  font-size:11px;
  color:white;
  font-weight:bold;
  font-family:arial, helvetica, sans-serif;
  cursor:pointer;
}
#deactivation_submit{
  position:relative;
  text-align:left;
  margin: 0px 0 0 0px;
  width:200px;
  padding:0px;
  height:23px;
}
#deactivation_submit input{
  position:relative;
  margin:0 0 0 0px;
  width:180px;
  padding:0px;
  background-color:#CC1515;
  border:none;
  height:20px;
  _height:19px;
  font-size:11px;
  color:white;
  font-weight:bold;
  font-family:arial, helvetica, sans-serif;
  cursor:pointer;
}
#forward_info{
  width:350px;
  padding-bottom:30px;
  padding-left:30px;
}
#forward_info #message,
#forward_info #email_to,
#forward_info #email_from{
  width:200px;
}
.left-box{
  margin-top:-15px;
}
.right-box{
  margin-top:-15px;
}
#forward_submit{
  width:75px;
  margin-left:60px;
  margin-top:-10px;
}
#forward_submit input{
  width:70px;
  position:relative;
  margin:0 0 0 0px;
  padding:0px;
  background-color:#CC1515;
  border:none;
  height:20px;
  _height:19px;
  font-size:11px;
  color:white;
  font-weight:bold;
  font-family:arial, helvetica, sans-serif;
  cursor:pointer;
}

.document{
  padding-left:30px;
  padding-bottom:20px;
}
.submit-blue-border {
     height:23px;
     border:1px solid #B21333;
     padding:0px;
     cursor:pointer;
     cursor:hand;
}  
.submit-white-border {
     height: 21px;
     text-align:center;
     border:1px solid #FFFFFF;
     background-color:#CB2042;
     margin:0;
     padding:0;
     cursor:pointer;
     cursor:hand;
}
.submit-white-border input{
     border:none;
}

/******** VIZA - page********/
#viza{
  width:100%;
  height:100%;
  display:table;
  position:relative;
}
#viza #category{
  width:215px;
  _width:195px;
  float:left;
  position:relative;
  margin:3px;
}
#viza #category h2{
  background:lavender;
  padding-left:5px;
  padding-top:2px;
  padding-bottom:2px;
  margin-bottom:2px;
}
/******** VIZA - page********/

#contact_form_submit{
  text-align:center;
  margin-top: 5px;
  margin-left: 96px;
  width:70px;
  padding:0px;
  height:23px;
}

#contact_form_submit input{
  xposition:absolute;
  xmargin:0 0 0 -30px;
  width:60px;
  padding:0px;
  background-color:#CB2042;
  height:20px;
  font-size:11px;
  color:white;
  font-weight:bold;
  font-family:arial, helvetica, sans-serif;
  cursor:pointer;
}