body {
    font-family:arial;
    font-size: 12px;
    text-align:center;
    margin: 0px;
    padding: 0px;
    background:#1D50A1 url('./images/bg.jpg') repeat-x top center scroll;
    color: #FFFFFF;
}
.cleaner{
    clear: both;
    visibility:hidden;
}

a{
    color: #CC1717;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

a img {
    border:medium none;
}
.progressPage{
    display:none;
}
#clouds{
    background:url('./images/bg-bottom-cloud.gif') no-repeat bottom center scroll;
    padding: 0 0 130px;
}
#body{
    background: url('./images/earth2.gif') no-repeat right 20px scroll;
    width: 980px;
    margin: 0 auto;
}
#body #top{
    height: 120px; 
    position: relative;
}
#top h1{
    background: url('./images/logo.gif') no-repeat left bottom scroll;
    width: 293px;
    height: 74px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#top h1 a{
    width: 293px;
    height: 74px;
    display: block;
    margin: 0;
    padding: 0;
}
#top h1 a span{
    display: none;
}
#top #mainmenu{
    position: absolute;
    top: 0px;
    right: 40px;
    background: #15367D url('./images/mainmenu-start.gif') repeat-y top left;
    font-size:0.9em;
    padding: 0;
}
#top #mainmenu #end{
    background: url('./images/mainmenu-end.gif') repeat-y top right;
    padding: 0;
}
#mainmenu #end ul{
    margin: 0px;
    padding: 0px 50px;
    list-style-type: none;
    color: #FFFFFF;
}
#mainmenu #end ul li{
    float: left;
    padding: 8px 15px;
}
#mainmenu #end ul li a{
    color: #FFFFFF;
    text-decoration: none;
}
#mainmenu #end ul li a:hover{
    text-decoration: underline;
}

#body #main{
    width: 910px;
    margin: 0 auto; 
}
#main #reports{
    float: left;
    width: 694px;
    margin: 0 0 15px 0px;
    padding: 5px 0 0 0;
    color: #000;
    font-weight: bold;
    background: #FFFFFF;
    -moz-border-radius: 8px;
}
.report {
    _height: 1px;
    text-align:left;
    margin:0 5px 5px 5px;
    font-weight:bold;
    font-size:1.3em;
    position:relative;
    background: #EBEBEB url('./images/msg-block-bg.gif') repeat-y top left;
}
.report .ico {
    float: left;
    width: 25px;
    height:25px;
	display:block;
	margin:0;
	background:url('./images/msg-icons.gif') no-repeat top left;
}
.report .ico_OK { background-position:0px 0px; }
.report .ico_ERROR { background-position:-25px 0px; }
.report .ico_INFO { background-position:-50px 0px; }
.report .ico_ALERT { background-position:-75px 0px; }
.report .ico_HELP { background-position:-100px 0px; }

.report .msg {
    padding: 3px 5px;
    float: left;
    text-align:justify;
    width:630px;
}

#main #reservation{
    float: left;
    width: 340px;
    color: #000000;
}
#reservation .top{
    background: url('./images/reservation-airticket.gif') no-repeat top center;
    height: 42px;
}
#reservation .body{
    background: #FFE000 url('./images/reservation-airticket-body.gif') repeat-x bottom center;
    min-height: 458px;
    _height: 458px;
    border-bottom: 1px solid #FFA300;
}
#reservation .bottom{
    background: url('./images/reservation-airticket-bottom.gif') no-repeat top center;
    height: 10px;
}
#reservation .dotSeparator{
    border-bottom: 1px dashed #712525;
    margin: 10px;
}

#main #ryanair{
    float: left;
    width: 340px;
    color: #000000;
}
#ryanair .top{
    background: url('./images/reservation-ryanair.gif') no-repeat top center;
    height: 42px;
}
#ryanair .body{
    background: #17c7f1 url('./images/reservation-ryanair-body.gif') repeat-x bottom center;
    min-height: 458px;
    _height: 458px;
    border-bottom: 1px solid #1f95b1;
}
#ryanair .bottom{
    background: url('./images/reservation-ryanair-bottom.gif') no-repeat top center;
    height: 10px;
}
#ryanair .dotSeparator{
    border-bottom: 1px dashed #712525;
    margin: 10px;
}

#main #hotel{
    float: left;
    width: 340px;
    color: #000000;
}
#hotel .top{
    background: url('./images/reservation-hotel.gif') no-repeat top center;
    height: 42px;
}
#hotel .body{
    background: #5AD413 url('./images/reservation-hotel-body.gif') repeat-x bottom center;
    min-height: 458px;
    _height: 458px;
    border-bottom: 1px solid #48A60F;
}
#hotel .bottom{
    background: url('./images/reservation-hotel-bottom.gif') no-repeat top center;
    height: 10px;
}
#hotel .dotSeparator{
    border-bottom: 1px dashed #712525;
    margin: 10px;
}


#main #car{
    float: left;
    width: 340px;
    color: #000000;
}
#car .top{
    background: url('./images/reservation-car.gif') no-repeat top center;
    height: 42px;
}
#car .body{
    background: #5DDA14 url('./images/reservation-car-body.gif') repeat-x bottom center;
    min-height: 458px;
    _height: 458px;
    border-bottom: 1px solid #4BB20F;
}
#car .bottom{
    background: url('./images/reservation-car-bottom.gif') no-repeat top center;
    height: 10px;
}
#car .dotSeparator{
    border-bottom: 1px dashed #712525;
    margin: 10px;
}

ul.reservation_menu{
    margin: 0 0 0 0px;
    padding: 0px;
    list-style-type: none;
}
ul.reservation_menu li{
    float: left;
    margin: 5px 1px 0 0;
    padding: 0px 0px;
    display: block;
    width: 112px;
    height: 25px;
}
ul.reservation_menu li a{
    margin: 0px 11px;
    padding: 0px 0px;
    display: block;
    width: 90px;
    height: 25px;
}
ul.reservation_menu li a span{
    display: none;
}


#main #specialaction{
    float: left;
    width: 340px;
    margin: 0 0 0 14px;
    color: #000000;
}
#specialaction .top{
    background: url('./images/specialaction-top.gif') no-repeat top center;
    height: 42px;
}
#specialaction .top .date{
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    width: 130px;
    padding: 10px 0 0 0;
}
#specialaction .top a{
    float: left;
    margin: 0px 35px;
    _margin: 10px 16px 0 20px;
    padding: 17px 0px;
    display: block;
    width: 130px;
}
#specialaction .top a span{
    display: none;
}
#specialaction .body{
    background: #FDFDFD url('./images/specialaction-body.gif') repeat-x bottom center;
    min-height: 458px;
    _height: 458px;
}
#specialaction .bottom{
    background: url('./images/specialaction-bottom.gif') no-repeat bottom center;
    _background: url('./images/specialaction-bottom.gif') no-repeat top center;
    height: 10px;
}
#main #block_medium{
    float: left;
    width: 694px;
    margin: 0 0 0 0px;
    color: #000000;
    text-align: left;
}
#block_medium .top{
    background: url('./images/blockmedium-top.gif') no-repeat bottom center;
    height: 42px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
}
#block_medium .top .date{
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    width: 135px;
    padding: 10px 0px;
}
#block_medium .top h3{
    float: left;
    margin: 0px 10px;
    padding: 7px 20px 7px 0;
    font-size: 1.3em;
    display: block;
    color: #6D6D6D;
    background: #FFFFFF url('./images/blockmedium-top-h3.gif') no-repeat top right;
}
#block_medium .body{
    background: #FDFDFD url('./images/blockmedium-body.gif') repeat-x bottom center;
    min-height: 458px;
    _height: 458px;
}
#block_medium .body .left{
    float: left;
    width: 145px;
}
#block_medium .body .right{
    float: right;
    width: 544px;
    border-left: 1px dashed #DCDCDC;
}
#block_medium .bottom{
    background: url('./images/blockmedium-bottom.gif') no-repeat top center;
    height: 10px;
}

#main #block_small{
    float: left;
    width: 340px;
    margin: 0 0 0 0px;
    color: #000000;
    text-align: left;
}
#block_small .top{
    background: url('./images/blocksmall-top.gif') no-repeat top center;
    height: 42px;
}
#block_small .top .date{
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    width: 135px;
    padding: 10px 0px;
}
#block_small .top h3{
    float: left;
    margin: 0px 10px;
    padding: 7px 20px 7px 0;
    font-size: 1.3em;
    display: block;
    color: #6D6D6D;
    background: #FFFFFF url('./images/blockmedium-top-h3.gif') no-repeat top right;
}
#block_small .body{
    background: #FDFDFD url('./images/blockmedium-body.gif') repeat-x bottom center;
    min-height: 458px;
    _height: 458px;
}
#block_small .bottom{
    background: url('./images/blocksmall-bottom.gif') no-repeat top center;
    height: 10px;
}

#main #block_yellow{
    float: left;
    width: 340px;
    margin: 0 0 0 0px;
    color: #000000;
    text-align: left;
}
#block_yellow .top{
    background: url('./images/blockyellow-top.gif') no-repeat top center;
    height: 42px;
}
#block_yellow .top .date{
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    width: 135px;
    padding: 10px 0px;
}
#block_yellow .top h3{
    float: left;
    margin: 0px 10px;
    padding: 7px 20px 7px 0;
    font-size: 1.3em;
    display: block;
    color: #474848;
    background: #FFDE00 url('./images/blockyellow-top-h3.gif') no-repeat top right;
}
#block_yellow .body{
    background: #FFDE00 url('./images/blockyellow-body.gif') repeat-x bottom center;
    min-height: 458px;
    _height: 458px;
}
#block_yellow .body a{
    color: #6C0000;
}
#block_yellow .bottom{
    background: url('./images/blockyellow-bottom.gif') no-repeat top center;
    height: 10px;
}
#block_yellow .dotSeparator{
    border-bottom: 1px dashed #712525;
    margin: 10px;
}

#main #block_menu{
    /*
    float: left;
    width: 200px;
    margin: 50px 0 0 14px;
    */
}
#block_menu .top{
    background: url('./images/blockmenu-top.gif') no-repeat top center;
    height: 14px;
}
#block_menu .body{
    background: #FE4B4B url('./images/blockmenu-body.gif') repeat-x bottom center;
    color: #FFFFFF;
    text-align: left;
    min-height: 370px;
    _height: 370px;
}
#block_menu .body .inner{
    padding: 20px 10px;
}
#block_menu .body .inner a{
    color: #FFFFFF;
}
#block_menu .bottom{
    background: url('./images/blockmenu-bottom.gif') no-repeat top center;
    color: #FFFFFF;
    min-height: 14px;
    _height: 14px;
}

#main #pay{
    float: left;
    width: 340px;
    margin: 10px 0 0 0;
    color: #000000;
}
#pay img{
    margin: 3px;
}
#main #footer{
    font-size: 0.9em;
    float: left;
    width: 340px;
    margin: 10px 0 0 15px;
    color: #A1C4F2;
}
#footer a, #footer2 a{
    color: #FFFFFF;
}
#main #footer2{
    float: left;
    text-align: right;
    width: 200px;
    margin: 20px 0 0 14px;
    _margin: 20px 0 0 10px;
    color: #000000;
}
#main #rightpanel{
    float: left;
    width: 200px;
    margin: 50px 0 0 14px;
    _margin: 50px 0 0 10px
}
#main #leftpanel{
    float: left;
    width: 695px;
    margin: 0px;
}
#rightpanel .eurocalc{
    background: url('./images/btn-eurocalc.gif') no-repeat left top;
    display: block;
    height: 54px;
    width: 157px;
    margin: 0 auto;
}
#rightpanel .eurocalc span{
    display: none;
}
#main #callcentrum{
    /*
    float: left;
    width: 200px;
    margin: 50px 0 0 14px;
    _margin: 50px 0 0 10px;
    */
}
#callcentrum .top{
    background: url('./images/callcentrum-top.gif') no-repeat top center;
    height: 57px;
}
#callcentrum .body{
    background: #FFFFFF url('./images/callcentrum-body.gif') no-repeat top center;
    color: #FFFFFF;
    text-align: left;
    min-height: 390px;
    _height: 390px;
}
#callcentrum .body .inner{
    padding: 20px 5px 0 5px;
    background: #CC1717 url('./images/callcentrum-body.gif') no-repeat top center;
}
#callcentrum .login input{
    width: 100px;
    background: #EBEBEB;
    font-size:0.8em;
}

#callcentrum .body #specialAction_advertisement{
    background: #FFFFFF url('./images/specialaction-callcentrum.gif') no-repeat top center;
    color: #000000;
    padding: 20px 10px 0 10px;
}
#specialAction_advertisement .destination{
    margin: 5px 0 0 0;
    padding: 0 0 0 30px;
    background: url('./images/city.gif') no-repeat 0px 1px;
}
#specialAction_advertisement .destination strong{
    color: #001281;
    font-size: 1.7em;
}
#specialAction_advertisement .price{
    text-align: right;
}
#specialAction_advertisement .price strong{
    color: #CC1717;
    font-size: 1.7em;
}
#specialAction_advertisement .airline{
    font-weight: bold;
    font-size: 1.2em;
    height: 50px;
}
#specialAction_advertisement .link{
    margin: 15px 0 0 0;
    text-align: center;
    color: #CC1717;
}
#specialAction_advertisement .link a{
    background: url('./images/plane.gif') no-repeat center left;
    padding: 3px 0 3px 22px;
    color: #CC1717;
}

#callcentrum .bottom{
    background: url('./images/callcentrum-bottom.gif') no-repeat top center;
    color: #FFFFFF;
    min-height: 14px;
    _height: 14px;
}
#callcentrum a{color:#FFFFFF; }
.phone{padding:2px 0 0 20px; font-weight:bold;}
.skype{padding:2px 0 0 20px; background: url('./images/icons/skype.gif') no-repeat center left;}
.mail{padding:2px 0 0 20px; background: url('./images/icons/mail.gif') no-repeat center left;}
.contact{padding:2px 0 0 20px;}


.ajaxLoader{ background: url('./images/ajax-loader.gif') no-repeat center center scroll; }

#dialog_destinations{
    height: 400px;
    display: none;
    cursor: default;
}

#dialog_destinations .cityList{
    background: #FFE100;
    padding: 0px 10px;
    display:none;
    color: #000000;
}
#dialog_destinations #airportList{
    height:380px;
    overflow:auto;
}
#dialog_destinations #airportList a{
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}
#dialog_destinations #airportList a:hover{
    text-decoration: underline;
}
#dialog_destinations_close{
    height: 20px;
    background: #000;
    color: #FFF;
    text-align: right;
}
#dialog_destinations_close a{
    color: #FFF;
}

.inner{
    margin:0px;
    padding: 0 10px;
}
.dotSeparator{
    border-bottom: 1px dashed #DCDCDC;
    margin: 10px 0;
}
.textblock{
    padding: 5px;
    font-size: 1em;
    color: #626262;
    text-align:justify;
}
.textblock a{
    color: #0084FF;
    text-decoration: none;
}
.textblock a:hover{
    text-decoration: underline;
}
.toptext{
    padding: 15px 15px 5px 15px;
    font-size: 1em;
    color: #626262;
    text-align:justify;
}
.toptext a{
    color: #0084FF;
    text-decoration: none;
}
.toptext a:hover{
    text-decoration: underline;
}
.infotext{
    padding: 15px 0 5px 0;
    font-size: 0.8em;
    color: #626262;
    text-align:center;
}

table.specialAction{
    width: 320px;
    margin: 0;
    color: #626262;
    font-size: 0.9em;
}
table.specialAction tr.odd{
    background: #DCDCDC;
}
table.specialAction th{
    padding: 0 0 10px 0;
    text-align:left;
}
table.specialAction td{
    padding: 2px 5px;
    text-align:left;
}
table.specialAction td a{
    color: #0084FF;
}

table.list{
    width: 670px;
    margin: 0;
    color: #626262;
    font-size: 0.9em;
}
table.list tr.odd{
    background: #dcdcdc;
}
table.list th{
    padding: 0 0 10px 0;
    text-align:left;
}
table.list td{
    padding: 5px;
    text-align:left;
}
table.list td .price{
    font-size: 1.2em;
    font-weight: bold;
    color: #CC1717;
}
table.list td a{
    color: #0084FF;
    text-decoration: none;
}
table.list td a:hover{
    text-decoration: underline;
}

.menu{
    text-align: left;
    color: #000000;
    padding: 10px 0;
}
.menu h3{
    margin: 0;
    padding: 5px 5px 5px 15px;
    font-size: 1.3em;
    color: #CC1717;
}
.menu h4{
    margin: 0;
    padding: 5px 5px 5px 15px;
}
.menu ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0px 10px;
    text-align:left;
}
.menu ul li{
    background:transparent url(./images/li-arrow.gif) no-repeat scroll 5px 4px;
    margin:5px 0;
    padding:0 0 0 16px;
}
.menu ul li a{
    color: #0084FF;
    text-decoration: none;
}
.menu ul li a:hover{
    text-decoration: underline;
}

.flyFirm{
    padding: 10px;
    margin: 0 0 15px 0;
    border-bottom: 1px dashed #CC1717;
}
.flyFirm .name{
    float: left;
    width: 150px;
    text-align: justify;
}
.flyFirm .name h4{
    margin: 0;
    font-size: 1.4em;
}
.flyFirm .name a{
    color: #CC1717;
}
.flyFirm .name_big{
    float: left;
    width: 200px;
    text-align: justify;
}
.flyFirm .name_big h4{
    margin: 0;
    font-size: 1.4em;
}
.flyFirm .name_big a{
    color: #CC1717;
}
.flyFirm .comment{
    float: left;
    width: 350px;
    text-align: justify;
}
.flyFirm .connections{
    float: left;
    width: 300px;
    text-align: justify;
}
.flyFirm .connections .connection{
    margin: 0 0 5px 0;
    padding: 0 10px 0 0;
}
.flyFirm .connections .connection a{
    display: block;
    color: #CC1717;
    border-bottom: 1px solid #CC1717;
}
.flyFirm .small_comment{
    float: left;
    width: 150px;
    text-align: justify;
}


/* fareOffetList */
.fareOfferList {
    border-collapse:collapse;
    margin: 0em;
    margin-bottom:5px;
    width:100%;
}
.fareOfferList h3{
    background: url('./images/h4.gif') no-repeat top left;
    text-align: left;
    margin: 0 0 5px 5px;
    font-size: 1.5em;
}
.fareOfferList h4{
    text-align: left;
    margin: 0 0 5px 5px;
    font-size: 1.1em;
}
.fareOfferList td,.fareOfferList th {
    padding:0.5em 0.5em;
    text-align: left;
}
.fareOfferList tr.details{
    display:none;
}
.fareOfferList tr.details td {
    padding:0em;
}
.fareOfferList tr.first td{
    margin: 0em;
    padding: 0em;
    text-align: center;
}
.fareOfferList th {
    background:#A0A0A0;
    color:#FFF;
    font-weight:bold;
    text-align:center;
}
.fareOfferList td.airline, .fareOfferList td.select, .fareDetails td.airline, .fareDetails td.select, .fareOfferList td.precision {
    text-align:center;
}
.fareOfferList td.price {
    text-align:right;
}
.fareOfferList td.precision {
    vertical-align:middle;
}
.totalPrice {
    color:#CC1717;
    font-size:1.2em;
    font-weight:bold;
}
.fareOfferList tr.bg1 td {
    background:#e5e5e5;
}

.body_inner{
    margin:0px;
    padding:5px;
}
.body_inner .dotSeparator{
    border-bottom: 1px dashed #DCDCDC;
    margin: 10px 0;
}
.body_inner .textblock{
    padding: 0px 10px;
    font-size: 1em;
    color: #626262;
    text-align:justify;
}
.body_inner .textblock a{
    color: #0084FF;
    text-decoration: none;
}
.body_inner .textblock a:hover{
    text-decoration: underline;
}

.body_inner .smallblock{
    width:322px;
    _width:307px;
    margin: 5px;
    padding: 0 5px 5px 5px;
    float: left;
    border-bottom: 1px dashed #CC1717;
}
.body_inner .bigblock{
    width:664px;
    margin: 5px;
    padding: 0 5px 5px 5px;
    border-bottom: 1px dashed #CC1717;
}
.body_inner .smallblock h3, .body_inner .bigblock h3{
    color: #CC1717;
    text-align: left;
    margin: 10px 0 5px 0;
    font-size: 1.2em;
}
.body_inner .smallblock h3.center, .body_inner .bigblock h3.center{
    text-align: center;
}

.list-item {
    margin: 15px 0px 5px 0px;
}
.list-item h3 {
    border-bottom: 1px solid #B0B0B0;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
}
div.list-item .a-details, dl.list-item dd.a-details {
    color:#7B8286;
    padding:0 0 10px;
}

div.list-item .a-mainImage, dl.list-item dd.image {
    float:left;
    padding:0 10px 5px 0;
}

dl.list-item dd.anotation {
	margin: 1px 0 0 0;
}
dl.list-item dd.anotation p {
	margin: 0;
	padding:0em 0em 0em 0em;
	text-align: justify;
}
div.list-item .a-more, dl.list-item .more {
	margin: 0;
	padding: 3px 0;
	text-align:right;
	color: #0050A7;
}

dl.list-item .more div.date {
    float:left;
    color: gray;
    font-size: 0.8em;
    width: auto;
}

div.list-item .a-more a, dl.list-item .more a, a.back-link {
	color: #0050A7;
}

div.lightbox {
    clear:both;
    padding: 10px 0px;
}
div.lightbox img {
    border:none;
    padding:1px;
    float:left;
}

div.documentDownload {
    clear:both;
    padding:10px 0px 0px 0px;
}
div.documentDownloadTitle {
    font-size:1.1em;
    font-weight:bold;
}
div.documentDownload ul {
    margin:0px;
    padding:5px 0px 0px 20px;
}

div.mainImage {
    float: right;
    padding: 0px 0px 10px 10px;
    text-align: right;
}

