#bookingPanel.statePad #bookingTabToggleBtn {
    margin-top: 0;
}

#bookingPanel {
    position: absolute;
    top: 130px;
    left: 0;
    height: 350px;
    z-index: 200;
    background-color: transparent;
}

#bookingPanel.closed {
    left: -336px;
}
/*
#bookingPanel table {
    border-spacing: 2px!important;
}
*/
#bookingTabToggleBtn {
    background: url("../images/en/buy_ticket_btt_en.png") no-repeat transparent;
    width: 31px;
    margin-top: 85px;
    float: left;
    height: 109px;
    cursor: pointer;
}

#bookingPanel.statePad {
    top: 215px;
}

#bookingTab {
    width: 336px;
    float: left;
    background: url("../images/bookingPan_bg.png") bottom repeat-x #fff;

    background: -moz-linear-gradient(center top , #fffbfa, #e8ebf0) repeat scroll 0 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fffbfa),to(#e8ebf0));
    background: -o-linear-gradient(#fffbfa, #e8ebf0);
    background: -ms-linear-gradient(#fffbfa, #e8ebf0);
}

.date_picker_holder {
    z-index: 19000;
    position: absolute;
}

.date_picker_holder td.sel_date a {
    background: #fff;
}

.date_picker_holder td.sel_date.date_1 a {
    background: #f55;
}

.date_picker_holder td.sel_date.date_2 a {
    background: #5f5;
}

.date_picker_holder td.sel_date.date_3 a {
    background: #ff5;
}

.date_picker_holder td.sel_date.date_4 a {
    background: #55f;
}

.textinputBox {
    background: #ffffff;
    display: inline-block;
    margin: 2px;
    color: #696969;
    height: 21px;
    border: 1px solid #9f9f9f;
    font: 12px/17px Arial, sans-serif;
    padding: 0 2px 0 5px;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.textinputBox.focus {
    border: 3px solid #fb9212;
    margin: 0;
}

.textinputBox.invalid {
    border: 3px solid #f00;
    margin: 0;
}

.textinputBox.disabled,
.textinputBox.invalid.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    color: #f5f5f5;
    margin: 2px;
    border-width: 1px;
}

.textinputBox .dateInput {
    border: 0px;
    color: #696969;
    font: 12px/17px Arial, sans-serif;
    vertical-align: top;
    padding: 2px 0;
	background-color:#ffffff;
}

.textinputBox .dateInput.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    color: #f5f5f5;
}

.textinputBox .calendarButton {
    background: url(../images/calendar.png) 0 2px no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 21px;
    cursor:pointer;
}

.textinputBox.disabled .calendarButton {
    background-image: none;
}

.ttMCSep {
    display: none;
}

.ttMCSep div {
    white-space: nowrap;
    height: 23px;
}

.ttMCSep span {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    float: left;
    display: block;
    width: 18px;
    height: 23px;
}

.ttMCSep .csep {
    border-top: 1px solid #ccc;
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
    top: 12px;
    height: 1px;
    font-size: 0;
}

.ttMCSep .csep.withBtn {
    margin-left: 70px;
}

.ttMCSep .csep.withClose {
    margin-right: 30px;
}

#ttMCSep0 span {
    color: #ca52a2;
}

#ttMCSep1 span {
    color: #8b4fc7;
}

#ttMCSep2 span {
    color: #668ede;
}

#ttMCSep3 span {
    color: #52b8cc;
}

#ttMCSep0 .csep {
    border-color: #ca52a2;
}

#ttMCSep1 .csep {
    border-color: #8b4fc7;
}

#ttMCSep2 .csep {
    border-color: #668EDE;
}

#ttMCSep3 .csep {
    border-color: #52b8cc;
}

.ttMCSep .addBtn {
    display: block;
    float: left;
    height: 21px;
    border: 1px solid #9f9f9f;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #696969;
    line-height: 21px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    padding: 0 5px;
    margin: 0 5px 0 0;

    background: -moz-linear-gradient(center top , #fdfdfd, #ededed) repeat scroll 0 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#ededed));
    background: -o-linear-gradient(#fdfdfd, #ededed);
    background: -ms-linear-gradient(#fdfdfd, #ededed);

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.ttMCSep .delBtn {
    background: url('../images/close_btt.png') 0 50% no-repeat transparent;
    float: right;
    width: 17px;
    height: 23px;
    display: block;
    border: 0;
    color: transparent;
    margin: 0 3px 0 5px;
    text-indent: -9999px;
}

.ttTROri label,
.ttTRDest label {
    padding-left: 4px;
}

.ttTROri input,
.ttTRDest input,
.ttTRDates input {
    border: 0;
    padding: 1px;
}

.ttTRDates .b50:last-child .textinputBox {
    float: right;
}

.right #ttLeaveDate0 {
    border-color: #ca52a2;
}

#ttLeaveDate1 {
    border-color: #8b4fc7;
}

#ttLeaveDate2 {
    border-color: #668ede;
}

#ttLeaveDate3 {
    border-color: #52b8cc;
}

.right #ttLeaveDate1.invalid,
#ttLeaveDate2.invalid,
#ttLeaveDate3.invalid,
#ttLeaveDate4.invalid {
    border-color: #ff0000;
}

.bookingSection {
    margin: 0;
}

.bookingTabs {
    height: 85px;
    border-bottom: 0px solid #DDD;
    background: #fff;
    padding: 0;
    margin: 0 0 3px 0;
    display: block;
    overflow: hidden;
}

.bookingTabs li {
    background: #fff url("../images/bookingPanD_bg.png") repeat-x scroll center top;
    border-color: #8593a0 #8895a1 #8895a1 #abb7c4;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    height: 83px;
    list-style: outside none none;
    position: relative;
}

.bookingTabs li:hover {
    border-bottom: 1px solid #8895A1;
}

.bookingTabs li.current {
    background: #fff;
    border: 1px solid #D4D4D4;
    border-bottom: 0px solid #fff;
    border-color: #fff #fff #fff #fff;
    border-style: solid;
    border-width: 1px;

    box-shadow: 0px -3px 2px 0px  rgba(50, 50, 50, 0.51);
    -moz-box-shadow: 0px -3px 2px 0px  rgba(50, 50, 50, 0.51);
    -webkit-box-shadow: 0px -3px 2px 0px  rgba(50, 50, 50, 0.51);

    background: -moz-linear-gradient(center top , #ffffff, #fffbfa) repeat scroll 0 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#fffbfa));
    background: -o-linear-gradient(#ffffff, #fffbfa);
    background: -ms-linear-gradient(#ffffff, #fffbfa);
}

.bookingTabs li a, .bookingTabs li span {
    background-position: center 19px;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 600;
    height: 37px;
    padding-top: 47px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #3d5f86;
    vertical-align: middle;
    width: 110px;
}
.bookingTabs li.i2 a, .bookingTabs li.i2 span {
    width: 166px;
}

.bookingTabs li.i1 a, .bookingTabs li.i1 span {
    width: 332px;
}

.bookingTabs li:hover a, .bookingTabs li:hover span {
    color: #ffc712;
}
.bookingTabs li.current a, .bookingTabs li.current span {
    color: #ff8e1a;
    text-shadow: 0 0 0 #3d5f86;
}

.bookingTabs a:focus{
    outline: #fb9212 auto 3px;
}

#ticketTab a, #ticketTab span {
    background-image: url("../images/ticket_tab.png");
}
#ticketTab.current a, #ticketTab.current span {
    background-image: url("../images/ticket_tab_act.png");
}
#europcarTab a, #europcarTab span {
    background-image: url("../images/europcar_tab.png");
}
#europcarTab.current a, #europcarTab.current span {
    background-image: url("../images/europcar_tab_act.png");
}
#hotelTab a, #hotelTab span {
    background-image: url("../images/hotel_tab.png");
}
#hotelTab.current a, #hotelTab.current span {
    background-image: url("../images/hotel_tab_act.png");
}

#ticketTab:focus, #hotelTab:focus, #europcarTab:focus {
    border: 1px dotted #000;
}

.bookingBoxContainer {
    width: 336px;
    position: relative;
    left: 0;
    float: left;
}

.bookingBox {
    position: relative;
    background-color: transparent;
    color: #606366;
    border: 0px;
    /*padding: 12px 7px;*/
    padding: 12px 8px 12px 9px;
    margin: -1px 0 0 0;
    z-index: 100;

    /*width: 322px;*/
    width: 319px;
    float: left;
}

.bookingBox table td {
    padding: 1px 2px;
}

#ticketBox {
    min-height: 600px;
}

#europcarBox {
    min-height: 400px;
}

#hotelBox {
    min-height: 300px;
}

.bookingBox.visible {
    display: block;
}

.bookingBox h4, .bookingBox legend {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}

#ttDirectionTab {
    width: 311px;
    height: 37px;
    background: url(../images/wide_direction_bg.png) 0 0 no-repeat;
    margin: 2px 2px 6px 2px;
}

#ttDirectionTab a {
    width: 59px;
    height: 23px;
    display: block;
    text-decoration: none;
    color: #606366;
    font-size: 10px;
    line-height: 10px;
    padding: 7px 7px 7px 38px;
    float: left;
    word-wrap: break-word;
}

#ttDirectionTab a.current,
#ttDirectionTab a:hover {
    color: #ea8721;
}

#ttDirectionTab a.disabled {
    color: #ccc;
}

#ttDirectionTab a:focus {
    outline: #fb9212 auto 3px;
}

#ttDirectionTab a#ttOW {
    width: 61px;
    padding-left: 34px;
}

#ttDirectionTab a#ttMC {
    width: 64px;
    padding-left: 34px;
}

.clickable {
    cursor: pointer;
}

.disabler {
    z-index: 90;
    background: transparent url(../images/transparent.png) repeat 0 0;
}

.booking_overlay {
    display: none;
    opacity: 0;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 20000;

    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;

    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.booking_overlay span {
    position: relative;
    display: inline-block;
    width: 81px;
    height: 81px;
    text-indent: -9999px;
    background: url('/media/images/preloader.gif') 0 0 no-repeat;
}

.overlay {
    opacity: 0.5 !important;
}

.subdiv {
    border-bottom: 1px solid #ccc;
    margin: 8px;
}

.bookingBox table {
    width: 100%;
}

.bookingBox td {
    vertical-align: middle;
}

.bookingBox label {
    font-weight: bold;
    font-size: 11px;
}

.bookingBox td label {
    display: inline-block;
    /*min-width: 50px;*/
}

.disabled label,
.disabled a {
    color: #ccc;
}

#ttRecentRoutesBtn {
    display: inline-block;
}

.btnToggle {
    position: absolute;
    background: url('../images/icon-toggle.png') 0 0 no-repeat;
    display: block;
    padding: 0;
    text-decoration: none;
    width: 22px;
    height: 21px;
    margin-top: -40px;
    margin-left: 220px;
}

.btnToggle:focus {
    /*outline: #fb9212 auto 3px;*/
}

.b40 {
    width: 40%;
    float: right;
}

.b50 {
    width: 50%;
    float: left;
}

.b60 {
    width: 100%;
    float: none;
    height: 27px;
}
.b70 {
    float: none;
    height: 27px;
    width: 100%;
	margin:5px 0;
}
.b50.right {
    float: right;
}

td.hidden .b50 {
    width: auto;
    display: none;
}

td.hidden .b50.right {
    float: right;
    display: block;
}

.blo10 {
    margin-left: 10%;
    margin-top: 2px;
    margin-bottom: 2px;
}

.passengerWidget {
    width: 150px;
    height: 42px;
    margin: 3px auto;
    color: #616264;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;

    border: 1px solid #d9d9d9;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;

    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fafafa 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fafafa 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fafafa 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fafafa 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

.passengerWidget div {
    line-height: 20px;
    margin: 0 5px;
}

.passengerWidget div.disabler {
    margin: 0;
}

.passengerWidget div span {
    color: #98989a;
    font-size: 10px;
}

.passengerWidget label {
    width: 18px;
    height: 18px;
    color: #616264;
    background: none;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height: 18px;
    cursor: pointer
}

.passengerWidget label.hidden {
    color: #ccc;
}

.passengerWidget label a {
    color: inherit;
    text-decoration: none;
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    outline: 0 none;
}

.passengerWidget input {
    display: none;
}

.passengerWidget label.checked,
.passengerWidget label:hover {
    color: #fff;
}

.passengerWidget label.checked {
    background: url(../images/pass_bg.png) no-repeat;
}

.passengerWidget label.focus {
    color: #fff;
}

.passengerWidget label:hover,
.passengerWidget label.focus {
    background: url(../images/pass_dis_bg.png) no-repeat;
}

.passengerWidget label.checked:hover,
.passengerWidget label.focus.checked {
    background: url(../images/pass_bg.png) no-repeat;
}

.passengerWidget label.hidden:hover {
    background: none;
    color: #ccc;
    cursor: text;
}

.passengerWidget.disabled label.checked {
    /*background: url(../images/pass_dis_bg.png) no-repeat;*/
    /*color: #fff;*/
    background: none;
    color: #ccc;
}

.passengerWidget.disabled div,
.passengerWidget.disabled div span,
.passengerWidget.disabled label {
    color: #ccc;
}

.cityWidget {
    position: relative;
    display: inline-block;
    margin: 2px;
    background: #fff;
    color: #696969;
    height: 21px;
    border: 1px solid #9f9f9f;
    padding: 0;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.cityWidget.invalid,
.cityWidget.invalid.focus {
    border: 3px solid #f00;
    margin: 0;
    /*background: #fcc;*/
}

.cityWidget.focus {
    border: 3px solid #fb9212;
    margin: 0;
}

.cityWidgetModalBtn {
    background: url(../images/m_input.png) 0 0 no-repeat;
    display: inline-block;
    width: 22px;
    height: 21px;
    border-right: 1px solid #9f9f9f;
    cursor: pointer;
}

.cityWidgetGlocBtn {
    background: url(../images/geoloc.gif) 0 1px no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 21px;
    cursor:pointer;
}

.cityWidgetClearBtn {
    background: url(../images/cl_input.gif) 0 1px no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 21px;
    float: right;
    cursor: pointer;
    display: none;
}

.cityWidgetClearBtn:hover {
    background: url(../images/cl_input_a.gif) 0 1px no-repeat;
}

.cityWidget input {
    display: inline-block;
    vertical-align: top;
    font: 12px/17px Arial, sans-serif;
    padding: 2px 0 2px 2px;
}

.cityWidget .cityWidgetMenuWrapper {
    z-index: 110;
    position: absolute;
    background: #fff;
    padding-bottom: 27px;
    border: 1px solid #ccc;

    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cityWidget .ui-autocomplete {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font: 11px/12px Arial, sans-serif;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;

     border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.cityWidget .ui-autocomplete {
    border-bottom: 1px solid #ccc;
}

.cityWidget .ui-menu .ui-menu-item {
    display: block;
    white-space: nowrap;
    overflow: visible;
}

.cityWidget .ui-menu .ui-menu-item a {
    line-height: 16px;
    padding: 2px 3px;
    color: #696969;
    background: none;
    margin: 0;

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.cityWidget .ui-menu .ui-menu-item a.ui-state-focus,
.cityWidget .ui-menu .ui-menu-item a.ui-state-active {
    border: none;
    background-color: #d0e1f3;
    margin: 0;
}

.cityWidget .ui-menu .ui-menu-item a span {
    font-weight: 700;
    color: #555;
}

.cityWidgetMenuFooter {
    display: block;
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;

    background: -moz-linear-gradient(center top , #fff, #ededed) repeat scroll 0 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ededed));
    background: -o-linear-gradient(#fff, #ededed);
    background: -ms-linear-gradient(#fff, #ededed);
}

.cityWidgetMenuFooter a {
    line-height: 27px;
    padding: 0 15px;
    text-transform: uppercase;
}

.boxWrapper {
    margin: 4px 8px;
}

.boxInfo,
.boxMsg {
    margin: 4px 8px;
    padding: 0;
    font-size: 11px;
    line-height: 14px;
}

.boxInfo {
    background: url(../images/ico_info2.png) 0 50% no-repeat;
    padding: 5px 0 5px 26px;
}

#ttRedeemInfo {
    min-height: 46px;
}

#ttRedeemInfo:focus, input[type="checkbox"]:focus {
    outline: 1px dotted;
}

#ttRedeemInfo_help {
    text-align: justify;
}

.vSep{
    width: 1%;
    float: left;
}

.vSep div {
    width: 1px;
    background-color: #c6c6c6;
    height: 105px;
}

.b33 {
    float: left;
    width: 34%;
}

.b33.first,
.b33.last {
    width: 32%;
}

.b33Inner,
.b60Inner,
.b70Inner,
.b40Inner {
    margin: 0 5px;
}

.b33.first .b33Inner,
.b60.first .b60Inner,
.b70.first .b70Inner {
    margin-left: 0;
	margin-right:0;
}

.b33.last .b33Inner,
.b40.last .b40Inner {
    margin-right: 0;
}

.b33 label {
    display: block;
    min-height: 36px;
}

#ttCurrency,
#ttCabinClass,
#ttPromoCode {
    width: 100%;
}

.as50 .b33 {
    width: 50%;
}

.as50 .b33.last {
    width: 49%;
}

.as50 .checkboxBlock input {
    margin: 3px 0 0 0;
}

.checkboxBlock input {
    width: auto;
    margin: 3px 0 0 0;
    display: block;
    float: left;
    border: none;
}

.checkboxBlock label {
    padding: 0;
    margin: 0 0 0 20px;
    display: block;
    cursor: pointer;
}

.checkboxInlineBlock input {
    padding: 0;
    margin: 0;
    border: none;
}

.checkboxInlineBlock label {
    padding: 0;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

.b33 .checkboxBlock {
    margin: 15px 0 0 0;
}

#ttRedeemMilesBox .checkboxBlock {
    margin: 7px 0 0 0;
}

#ttCurrencyBox label,
#ttPromoCodeBox label,
#ttCabinClassBox label {
    white-space: nowrap;
}

#ttCurrencyBox,
#ttRedeemMilesBox,
#ttCabinClassBox,
#ttPromoCodeBox,
#ttAddInsuranceBox {
    margin: 2px 0;
}

.bookingBox .aflBtn {
    height: 30px;
    margin: 18px auto 25px;
    padding-top: 6px;
}

.ttBookingLink {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
}

.ttBookingLink a {
    text-decoration: none;
    color: #636363;
    border-bottom: 1px dotted #a9a9a9;
}

.ttBookingLink a:hover,
.ttBookingLink a:focus {
    color: #03579d;
}

.aflBtnText {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#ttSubmitBtn.passive .aflBtnText {
    color: #fff;
}

.ttBusTicket,
.ttReturnTicket {
    width: 22px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.ttBusTicket {
    background: url(../images/bus_ticket.png) center center no-repeat;
}

.ttReturnTicket {
    background: url(../images/return_ticket.png) center center no-repeat;
}

.ttGeoSection.ttGeoVertical {
    border-left: 163px solid transparent;

    background: -moz-linear-gradient(center top , #8694a2, #a1afbe) repeat scroll 0 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#8694a2),to(#a1afbe));
    background: -o-linear-gradient(#8694a2, #a1afbe);
    background: -ms-linear-gradient(#8694a2, #a1afbe);
}

.ttGeoSection .ttGeoTabs {
    width: 159px;
    height: 477px;
    float: left;
    display: block;
    padding: 0;
    margin: 0 0 0 -163px;
    line-height: 14px;
    border-right: 4px solid #7e858c;
}

.ttGeoVertical .ttGeoTabs li {
    display: block;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    border-right: 0px solid #f9f9f9;
    width: 159px;
    height: 48px;
}

.ttGeoVertical .ttGeoTabs a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0;
    width: 139px;
    height: 48px;
    font-weight: bold;
    font-size: 14px;
    color: #eee;
    text-shadow: 1px 1px 0 #848f9a;
    text-decoration: none;
    background: transparent  url(../images/empty.png) 0 0 repeat;
}

.ttGeoVertical .ttGeoTabs li:hover a,
.ttGeoVertical .ttGeoTabs li.current a {
    color: #fff;
}

.ttGeoVertical .ttGeoTabs li.current/*,
.ttGeoVertical .ttGeoTabs li.last.current,
.ttGeoVertical .ttGeoTabs li.last.current:hover*/ {
    width: 177px;
    background: url(../images/curent_region.png) no-repeat;
}

.ttGeoVertical .ttGeoTabsTabDescription {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 139px;
    padding: 10px;
    font-size: 11px;
    color: #fff;
    text-shadow: 1px 1px 0 #848f9a;
}

.ttGeoTabsTabDescription {
    display: none;
}

.ttGeoVertical .ttGeoTabs li.first {
    margin-top: 20px;
}
/*
.ttGeoVertical .ttGeoTabs li.last {
    border-top: 1px solid #b8c2cc;

    box-shadow: 0 -1px #8694A2;
    -moz-box-shadow: 0 -1px #8694A2;
    -webkit-box-shadow: 0 -1px #8694A2;

    background: -moz-linear-gradient(center top , #8492a0, #a1afbe) repeat scroll 0 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#8492a0),to(#a1afbe));
    background: -o-linear-gradient(#8492a0, #a1afbe);
    background: -ms-linear-gradient(#8492a0, #a1afbe);
}

.ttGeoVertical .ttGeoTabs li.last.current,
.ttGeoVertical .ttGeoTabs li.last.current:hover {
    border-top: 1px solid transparent!important;

    box-shadow: 0 0px #8694A2;
    -moz-box-shadow: 0 0px #8694A2;
    -webkit-box-shadow: 0 0px #8694A2;
}
*/
.ttGeoVertical .ttGeoBox {
    display: none;
    border: none;
    background: #fff;
    padding: 20px 12px;
    height: 400px;
    overflow: auto;
}

.ttGeoBox.visible {
    display: block;
    height: 437px;
}

.ttGeoVertical .ttGeoBox h4 {
    font-weight: bold;
    color: #4a4a4a;
    padding: 7px 12px;
    margin: 0;
    font-size: 12px;
}

.ttGeoVertical .ttGeoBox p {
    padding: 0;
}

.ttGeoVertical .ttGeoBox .ttGeoCityList a {
    display: block;
    text-decoration: none;
    color: #4a4a4a;
    padding: 5px 12px;
    line-height: 1.1em;
}

.ttGeoVertical .ttGeoBox .ttGeoCityList .excluded,
.ttGeoVertical .ttGeoBox .ttGeoCityList .filtered {
    display: none;
}

.ttGeoVertical .ttGeoBox .ttGeoCityList p.hidden {
    padding: 0;
    margin: 0;
    height: 0;
    font-size: 0;
}

.ttGeoVertical .ttGeoBox a:hover,
.ttGeoVertical .ttGeoBox a:active {
    text-decoration: underline;
    background-color: #d0e1f3;
}

#aeDirectionTab {
    width: 232px;
    height: 37px;
    background: url(../images/express_direction_bg.png) 0 0 no-repeat;
    margin: 2px;
}

#aeDirectionTab a {
    width: 82px;
    height: 25px;
    display: block;
    text-decoration: none;
    color: #606366;
    font-size: 10px;
    line-height: 12px;
    padding: 12px 7px 0 27px;
    float: left;
}

#aeDirectionTab a.current,
#aeDirectionTab a:hover {
    color: #ea8721;
}

#aeDirectionTab a:focus {
    outline: #fb9212 auto 3px;
}

#aeLeave,
#aeReturn {
    width: 100%;
}

#aeServiceClassBox label,
#aeSeatsBox label,
#aeLeaveTimeBox label,
#aeReturnTimeBox label {
    display: block;
    float: left;
    width: 50%;
    line-height: 23px;
}

#aeServiceClassBox select,
#aeLeaveTimeBox select,
#aeReturnTimeBox select {
    width: 100px;
}

#aeSeatsBox select {
    width: 40px;
}

#aeLeaveTimeBox .ffSelectWrapper,
#aeReturnTimeBox .ffSelectWrapper {
    float: left;
}

.aeScheduleLink {
    display: block;
    text-align: left;
    white-space: nowrap;
    margin-left: -5px;
    margin-top: 5px;
}

.aeScheduleLink a {
    text-decoration: none;
    color: #636363;
    border-bottom: 1px dotted #a9a9a9;
}

.aeScheduleLink a:hover {
    color: #03579d;
}

.aeScheduleIcon {
    width: 22px;
    height: 17px;
    display: inline-block;
    background: url(../images/express_ticket.png) center -5px no-repeat;
    vertical-align: middle;
}

#aeScheduleReturnLinkBox .aeScheduleLink{
    margin-left: 0;
}

.disabled .aeScheduleLink span {
    opacity: 0.5;
}

.disabled .aeScheduleLink a {
    color: #ccc;
    border-color: #ccc;
}

.fieldLoader {
    background: url(/static/images/loader.gif) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
    top: 5px;
    left: 2px;
    visibility: hidden;
}

#aeModalScheduleAjaxBox {
    border-left: 163px solid transparent;

    background: -moz-linear-gradient(center top , #8694a2, #a1afbe) repeat scroll 0 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#8694a2),to(#a1afbe));
    background: -o-linear-gradient(#8694a2, #a1afbe);
    background: -ms-linear-gradient(#8694a2, #a1afbe);
}

.aeScheduleTabs {
    width: 159px;
    float: left;
    display: block;
    padding: 0;
    margin: 0 0 0 -163px;
    line-height: 14px;
    border-right: 4px solid #7e858c;
    height: 477px;
}

.aeScheduleTabs li {
    display: block;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    border-right: 0px solid #f9f9f9;
    width: 159px;
    height: 48px;
}

.aeScheduleTabs li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0;
    width: 139px;
    height: 48px;
    font-weight: bold;
    font-size: 14px;
    color: #eee;
    text-shadow: 1px 1px 0 #848f9a;
    text-decoration: none;
    background: transparent  url(../images/empty.png) 0 0 repeat;
}

.aeScheduleTabs li:hover a,
.aeScheduleTabs li.current a {
    color: #fff;
}

.aeScheduleTabs li.current {
    width: 177px;
    background: url(../images/curent_region.png) no-repeat;
}

.aeScheduleTabs li.first {
    margin-top: 20px;
}

.aeScheduleTableDescription {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 139px;
    padding: 10px;
    font-size: 11px;
    color: #fff;
    text-shadow: 1px 1px 0 #848f9a;
    border-top: 1px solid #b8c2cc;

    box-shadow: 0 -1px #8694A2;
    -moz-box-shadow: 0 -1px #8694A2;
    -webkit-box-shadow: 0 -1px #8694A2;

    background: -moz-linear-gradient(center top , #8492a0, #a1afbe) repeat scroll 0 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#8492a0),to(#a1afbe));
    background: -o-linear-gradient(#8492a0, #a1afbe);
    background: -ms-linear-gradient(#8492a0, #a1afbe);
}

.aeScheduleTableBox {
    display: none;
    background: #fff;
    padding: 0 20px;
    height: 477px;
    overflow: auto;
}

.aeScheduleHeaderTable,
.aeScheduleTable {
    width: 100%;
    border-collapse: collapse!important;
}

.aeScheduleHeaderTable span {
    display: block;
}

.aeScheduleHeaderTable th {
    padding: 25px 5px 30px 5px;
    border-right: 1px solid #e1e1e1;
}

.aeScheduleHeaderTable th .from {
    font-weight: 700;
    text-transform: uppercase;
}

.aeScheduleHeaderTable th .to {
    font-weight: 200;
}

.aeScheduleTableContainer {
    height: 100px;
    overflow-y: scroll;
}

.aeScheduleHeaderTable td,
.aeScheduleTable td {
    width: 25%;
    text-align: center;
    border-right: 1px solid #e1e1e1;
}

.aeScheduleHeaderTable td {
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.aeScheduleTable td {
    padding: 7px;
    border-right: 1px solid #e1e1e1;
}

.aeScheduleTable tr.even td {
    padding: 5px;
    background: #ecf1f7;
    border-right: 1px solid #d1d8de;
}

.aeScheduleHeaderTable th.last,
.aeScheduleHeaderTable td.last,
.aeScheduleTable td.last {
    border: none!important;
}

.aeModalRulesContent {
    margin: 20px 10px;
    padding: 0 1.8em;
    height: 420px;
    overflow-y: auto;
}

#euDestBox .ffSelectWrapper,
#euReturnDestBox .ffSelectWrapper {
    float: left;
}

#euSameLocation {
    border: none;
}

select.mobileSelect{opacity:0;filter:alpha(opacity=0);position:absolute;top:0;display:block;}

/* Form elements */
.bookingBox .textinput {
    display: inline-block;
    margin: 2px;
    color: #696969;
    height: 17px;
    border: 1px solid #9f9f9f;
    font: 12px/17px Arial, sans-serif;
    padding: 2px 5px;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

input::-ms-clear,
input::-ms-reveal {
    width : 0;
    height: 0;
}

.bookingBox .textinput.focus {
    border: 3px solid #fb9212;
    margin: 0;
}

.bookingBox .textinput.invalid,
.bookingBox .textinput.invalid.focus {
    border: 3px solid #f00;
    margin: 0;
    /*background: #fcc;*/
}

.bookingBox .textinput.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    color: #f5f5f5;
}

#ttReturnDate.disabled,
#aeReturnDate.disabled {
    color: #f5f5f5;
}

.bookingBox .dropdownButtonWidget {
    display: inline-block;
    height: 19px;
    border: 1px solid #9f9f9f;
    position: relative;
    margin: 2px;
    cursor: pointer;
    text-align: center;
    outline: 0;

    background: -moz-linear-gradient(center top , #fdfdfd, #ededed) repeat scroll 0 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#ededed));
    background: -o-linear-gradient(#fdfdfd, #ededed);
    background: -ms-linear-gradient(#fdfdfd, #ededed);

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.bookingBox .dropdownButtonWidget:focus,
.bookingBox .dropdownButtonWidget.focus {
    border: 3px solid #fb9212;
    margin: 0;
}

.bookingBox .dropdownButtonWidget a {
    color: #696969;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.bookingBox .dropdownButtonWidget span {
    background: url(../images/arr_down.gif) 50% 50% no-repeat;
    display: inline-block;
    width: 16px;
    line-height: 18px;
    vertical-align: middle;
    text-indent: -9999px;
}

.bookingBox .dropdownButtonDropdown {
    display: none;
    z-index: 110;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 2px;
    margin-left: -3px;

    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.bookingBox .dropdownButtonDropdown ul {
    list-style: none outside none;
    padding: 0;
    margin:0;
}

.bookingBox .dropdownButtonDropdown li {
    display: block;
}

.bookingBox .dropdownButtonDropdown li.sep {
    height: 1px;
    font-size: 0;
    text-indent: -9999px;
    background-color: #9fa0a2;
    margin: 1px 5px;
}

.bookingBox .dropdownButtonDropdown li:hover {
    background-color: #d0e1f3;
}

.bookingBox .dropdownButtonDropdown li.sep:hover {
    background-color: #9fa0a2;
}

.bookingBox .dropdownButtonDropdown li a {
    display: block;
    height: 27px;
    line-height: 27px;
    text-decoration: none;
    margin: 0 5px;
    font-size: 11px;
    color: #696969;
    text-align: left;
}

.bookingBox .dropdownButtonDropdown li a.first a,
.bookingBox .dropdownButtonDropdown li.last a {
    height: 28px;
    line-height: 28px;
}

.bookingBox .dropdownButtonDropdown li.first a {
    border-top: 0;
}

.bookingBox .dropdownButtonDropdown li.last a {
    border-bottom: 0;
}

input[type="checkbox"] {
    height: auto;
}

input[type="checkbox"]:focus {
    outline: #fb9212 auto 3px;
}

.ttGeoAlphabet {
     background: none repeat scroll 0px 0px #9EACBB;
    padding: 5px;
    width: 159px;
}

.ttGeoVertical .ttGeoTabs .ttGeoAlphabet td a {
    border: 1px solid #9EACBB;
    color: #3e4b53;
    font-size: 10pt ! important;
    font-weight: normal;
    padding: 3px 5px;
    text-decoration: none ! important;
    text-shadow: none ! important;
    width: initial;
    height: initial;
}

.ttGeoVertical .ttGeoTabs .ttGeoAlphabet td a:hover {

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #767d87;
    background: -moz-linear-gradient(center top , #FAFEFF, #a9aaae) repeat scroll 0 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#FAFEFF),to(#a9aaae));
    background: -o-linear-gradient(#FAFEFF, #a9aaae);
    background: -ms-linear-gradient(#FAFEFF, #a9aaae);
}

.ttGeoVertical .ttGeoTabs .ttGeoAlphabet td.current a,
.ttGeoVertical .ttGeoTabs .ttGeoAlphabet td.current a:hover {
    border: 1px solid #E27204;
    color:#fff;
    background: -moz-linear-gradient(center top , #FCB51D, #FF7000) repeat scroll 0 0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#FCB51D),to(#FF7000));
    background: -o-linear-gradient(#FCB51D, #FF7000);
    background: -ms-linear-gradient(#FCB51D, #FF7000);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ttGeoAlphaDiv {
     border: 1px solid #7D868D;
     display: inline-block;
     margin: 2px;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.ttGeoAlphaDiv.focus {
    border: 3px solid #fb9212;
    margin: 0;
}

#ttGeoAlphaFilter {
     border: 0px none;
     margin: 2px 0px 0px 4px;
     vertical-align: top;
     width: 200px;
}

input#ttGeoAlphaFilter:focus {
    outline: none;
}

.ttGeoAlphaSearchIco {
     background: url("../images/searchIco.gif") no-repeat scroll center center transparent;
     border-left: 1px solid #7D868D;
     display: inline-block;
     height: 20px;
     width: 20px;

    border-radius:  0 5px 5px 0;
    -moz-border-radius:  0 5px 5px 0;
    -webkit-border-radius:  0 5px 5px 0;
}

.page-type-front #bookingTabToggleBtn {
    display: none;
}

.booking_form_block {
    display: table;
    padding: 0;
    width: 100%;
}

.booking_form_block .booking_form_block_row {
    display: table-row;
}

.booking_form_block .booking_form_block_row .booking_form_block_cell {
    display: table-cell;
    vertical-align: middle;
}

.booking_form_block .booking_form_block_row .booking_form_block_cell:nth-child(1) {
    width: 20%;
}
.b60 .booking_form_block .booking_form_block_row .booking_form_block_cell:nth-child(1),
.b70 .booking_form_block .booking_form_block_row .booking_form_block_cell:nth-child(1) {

    width: 100%;
}
#direction_tabs_content {
    margin-bottom: 10px;
}

#ttCabinClassBox {
    margin-top: 10px;
}

#ttConfirmBox {
    margin-top: 10px;
}
.b60.first .b60Inner {
    margin: 0;
}
.b60.first .b60Inner .ffSelectButton{
    width: 173.4px  !important;
}
.b70.first #ttCurrency{
    width: 160.4px !important;
    background-color:#FFFFFF;
    margin-left: 13px;
	padding-left:8px;
}

#blockCurr #id_currency {
    background-color: #ffffff;
    float: left;
    height: 18px;
}
#main-Page .preferences label, #main-Page .promo label {
    width: 217px !important;
}