/* Ancillary component */

.ancillary-image img {
    color:transparent;
}
.ancillary-component .ancillary-item {
    overflow: auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.ancillary-leg.typical-leg h2 {
    font-size: 1.275em;
    font-weight: normal;
}

.ancillary-component .ancillary-content {
    overflow: hidden;
    width: 100%;
}

.ancillary-component .ancillary-image {
    float: left;
    background: url(../images/ancillary-image.jpg) no-repeat;
    width: 211px;
    height: 125px;
    margin-right: 5px;
}

.ancillary-component .ancillary-image.ancillary-image-BG_WGT {
    background: url(../images/ancillary-image-bg.jpg);
}

.ancillary-component .ancillary-image.ancillary-image-BG_PCS {
    background: url(../images/ancillary-image-bg.jpg);
}

.ancillary-component .ancillary-image.ancillary-image-ML {
    background: url(../images/ancillary_meals.jpg);
}

.ancillary-component .ancillary-name {
    padding: 5px;
    font-size: 1.125em;
}

.ancillary-content {
    font-size: 0.9em;
    font-weight:bold;
}
.ancillary-content h2 {
    font-size: 0.9em;
    font-weight: bold;
}
.ancillary-component .ancillary-price {
    background-color: #EAEAE6;
    padding: 5px;
    float: right;
    width: 150px;
    margin: 0 10px 4px;
}

.ancillary-component .ancillary-price-added {
    margin-bottom: 5px;
    background: url(../images/ancillary_checkmark.png) top left no-repeat;
    padding-left: 30px;
    height: 24px;
    font-size: 1.125em;
    color: #4c6f00;
}

.ancillary-component .ancillary-price-widget-tier-level {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ancillary-component .ancillary-price-widget-tier-level dt {
    font-weight: bold;
    font-size: 0.8em;
}

.ancillary-component .ancillary-price-widget-tier-level dd {
    padding-left: 10px;
    font-size: 1.0em;
}

.ancillary-component .ancillary-price-widget-default {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ancillary-component .ancillary-price-widget-default span {
    font-size: 0.8em;
}

.ancillary-component .ancillary-price-widget-default span {
    font-size: 1.0em;
}

.ancillary-component .ancillary-content .prices-alternative {
    display: inline-block;
}

.ancillary-component .ancillary-content .prices-or {
    display: inline-block;
}

.ancillary-component .ancillary-price-widget-default-price-perPax {
    margin-bottom: 5px;
}

.ancillary-component .ancillary-price-before-add .ancillary-price-widget-default-price-perPax .prices-amount {
    margin-bottom: 5px;
    font-size: 2.25em;
    font-weight: bold;
}

.ancillary-component .ancillary-price-before-add .ancillary-price-widget-default-price-perPax .decimal {
    font-size: 1.125em;
    padding-top: 5px;
    font-weight: bold;
}

.ancillary-component .ancillary-price-before-add .ancillary-price-widget-default-price-perPax .prices-currency {
    font-size: 1.0em;
}

.ancillary-component .ancillary-price-widget-default-tax-perPax {
    margin-bottom: 5px;
}

.ancillary-component .ancillary-price-perpax-perflight {
    margin-bottom: 10px;
    padding-left: 10px;
    text-indent: -10px;
    font-size: 0.8em;
}

.ancillary-component .ancillary-price-totalPax {
    margin-bottom: 5px;
    font-weight: bold;
}

.ancillary-component .ancillary-price-totalTax {
    margin-bottom: 5px;
    font-weight: bold;
}

.ancillary-component .ancillary-price-total {
    font-size: 1.125em;
    padding-top: 5px;
    margin-right: 10px;
    text-align: right;
}

.ancillary-component .ancillary-price-action {
    float: left;
}

.ancillary-component .ancillary-price-button {
    margin: 0;
    text-align: left;
}

.ancillary-component .ancillary-price-button input {
    height: 29px
}

.ancillary-component .ancillary-price-modify {
    margin: 3px 0 0;
    text-align: left;
}

.ancillary-component .ancillary-button-remove {
    width: 85px
}

.ancillary-component .ancillary-price-button-remove input.disabled {
    background-image: none;
    cursor: default;
    margin: 0;
}

.ancillary-component .ancillary-button-modify {
    font-weight: bold;
    text-decoration: underline
}

.ancillary-component .ancillary-price-input {
    margin-left: 3px;
}

.ancillary-component .ancillary-description {
    padding: 0 5px 5px 5px;
}

.ancillary-component .ancillary-terms {
    padding: 0 5px 5px 5px;
}

.ancillary-component .ancillary-details {
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 0 solid #ccc;
    width: 100%;
    background: #d2e0f6;
    clear: both;
    margin: 0;
}

.ancillary-component .ancillary-details-header {
    overflow: hidden;
    width: 100%;
}

.ancillary-component .ancillary-details-header p {
    padding: 8px;
}

.ancillary-component .ancillary-details-header span {
    padding: 8px;
}

.ancillary-component .ancillary-details-header a {
    margin-left: 8px;
    padding: 8px;
    text-decoration: underline;
    font-weight: bold;
    float: right;
}

.ancillary-component .ancillary-details-footer {
    overflow: hidden;
    width: 100%;
    background: #EAEAE6;
    clear: both;
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
}

.ancillary-component .ancillary-details-footer-price {
    float: right;
    margin-right: 10px;
    background-color: #EAEAE6;
    padding: 5px;
}

.ancillary-component .ancillary-details-footer-price .total,
.ancillary-component .ancillary-details-footer-price .footerTotalDifference {
    font-size: 1.125em;
}

.ancillary-component .ancillary-details-footer-price .total {
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    float: left;
    width: 200px;
}

.ancillary-component .ancillary-details-footer-price .total .label {
    clear: right;
    color: #6a6a6a;
    float: right;
    font-size: 0.825em;
    position: relative;
    top: -3px;
}

.ancillary-component .ancillary-details-footer-price .footerTotalDifference .totalDifferenceMode,
.ancillary-component .ancillary-details-footer-price .footerTotalDifference .prices-alternatives {
    top: 1em;
    font-weight: bold;
}

.ancillary-component .ancillary-details-footer-price .footerTotalDifference .totalDifferenceSeparator,
.ancillary-component .ancillary-details-footer-price .footerTotalDifference .totalDifferenceMode,
.ancillary-component .ancillary-details-footer-price .footerTotalDifference .prices-alternatives,
.ancillary-component .ancillary-details-footer-price .total .type {
    position: relative;
}

.ancillary-component .ancillary-details-footer-price .footerTotalDifference .totalDifferenceSeparator,
.ancillary-component .ancillary-details-footer-price .footerTotalDifference .totalDifferenceMode,
.ancillary-component .ancillary-details-footer-price .total .type {
    color: #6a6a6a;
}

.ancillary-component .ancillary-details-footer-price .footerTotalDifference .totalDifferenceMode,
.ancillary-component .ancillary-details-footer-price .footerTotalDifference .prices-alternatives,
.ancillary-component .ancillary-details-footer-price .total .type {
    font-size: 0.825em;
}

.ancillary-component .ancillary-details-footer-price .footerTotalDifference .totalDifferenceSeparator {
    float: left;
    font-size: 2.25em;
    font-weight: normal;
    top: -4px;
}

.ancillary-component .ancillary-details-footer-price .total .type {
    clear: right;
    float: right;
    top: -3px;
}

.ancillary-component .ancillary-details-footer-price .footerTotal .prices-currency {
    font-size: 1.125em;
    padding-top: 5px;
    float: left;
    margin: 0;
    padding: 0;
}

.ancillary-component .ancillary-details-footer-price .footerTotal .prices-or,
.ancillary-component .ancillary-details-footer-price .footerTotal .prices-and,
.ancillary-component .ancillary-details-footer-price .footerTotal .prices-alternative {
    float: left;
}

.ancillary-component .ancillary-details-footer-price .footerTotal .decimal {
    font-size: 1.125em;
    font-weight: bold;
    padding-top: 5px;
    float: left;
    margin: 0;
    padding: 0;
}

.ancillary-component .ancillary-details-footer-price .footerTotal .prices-amount {
    font-size: 2.25em;
    font-weight: bold;
    float: left;
    margin: 0;
    padding: 0;
}

.ancillary-component .ancillary-details-footer-price .type {
    clear: right;
    float: right;
    font-size: 0.825em;
    color: #999;
}

.ancillary-component .ancillary-leg {
    float: left;
    margin: 0 0 10px 10px;
    padding-bottom: 10px;
    border: 1px solid #2062c1;
    width: 320px;
}

.ancillary-component .ancillary-itinerary {
    background-image: none !important;
}

.ancillary-component .ancillary-leg h3 {
    font-weight: normal;
    background: url(../images/cart-bg.gif) repeat-x;
    color: #fff;
    padding: 5px 5px 5px 40px;
    font-size: 0.9em;
}

.ancillary-component .ancillary-leg-depart h3 {
    background: url(../images/ancillary_depart.png) repeat-x;
    min-height: 30px;
    background-color: #2062c1;
    margin-left: 0;
}

.ancillary-component .ancillary-leg-return h3 {
    background: url(../images/ancillary_return.png) repeat-x;
    min-height: 30px;
    background-color: #2062c1;
    margin-left: 0;
}

.ancillary-component .ancillary-leg-multicity h3 {
    background: url(../images/ancillary_multicity.png) repeat-x;
    min-height: 30px;
    background-color: #2062c1;
    margin-left: 0;
}

.ancillary-component .ancillary-leg-multicity span.flightIndex {
    font-size: 1.5em;
    left: 15px;
    padding-right: 30px;
    position: absolute;
}

/*.ancillary-component .ancillary-leg-connections { display: block; }*/
.ancillary-component .tierLevelInfo {
    display: block;
}

.ancillary-component .tierLevel {
    font-style: italic;
    font-weight: normal;
}

.ancillary-soldout, .ancillary-soldout-flight{
    display: block;
    color: #8A6D3B;
    border-color: #fbeed5;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    margin: 10px 15px;
    padding: 15px 10px 10px 50px;
    background-image: url("../images/soldOutInfo.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fcf8e3;
    border: medium none;
    border-radius: 5px;
}

.ancillary-soldout-flight{
    margin-right: 10px;
    margin-bottom: 5px;
}

div.ancillary-soldout ul{
    list-style: disc inside none;
}

div.ancillary-soldout ul li{
    margin-left: 0 !important;
}

.soldout-header{
    font-weight: bold;
}

.ancillary-component .ancillary-not-applicable-leg {
    display: block;
    color: #c10000;
    border-color: #EAEAE6;
    border-style: solid;
    border-width: 1px;
    clear: both;
    overflow: hidden;
    padding: 5px;
    margin: 10px
}

.ancillary-component .ancillary-not-applicable-segment {
    display: block;
    color: #c10000;
}

.ancillary-component .ancillary-not-valid {
    display: block;
    color: red;
}

.ancillary-component .ancillary-leg .checkboxgroup {
    padding: 10px;
}

.ancillary-component .ancillary-leg  .connection,
.ancillary-component .ancillary-leg .checkboxgroup .totalForTravelPartSelection {
    font-weight: bold;
}
.ancillary-component .ancillary-leg .checkboxgroup .totalForTravelPartSelection {
    border-top-width: 0;
}

.ancillary-component .ancillary-leg  .connection {
    background: none repeat scroll 0 0 #EAEAE6;
    color: #255fb0;
    margin-top: 2px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #EAEAE6;
    border-bottom: 0;
    clear: both;
    overflow: hidden;
}

.ancillary-component .ancillary-leg  .connection{
    margin: 10px 10px -10px 10px;
}

.ancillary-component .ancillary-leg .checkboxgroup li {
    padding: 5px 5px 5px 5px;
    border: 1px solid #EAEAE6;
    border-bottom: 0;
    clear: both;
    overflow: hidden;
}

.ancillary-component .ancillary-leg .checkboxgroup li * {
    vertical-align: bottom;
}

.ancillary-component .ancillary-leg .checkboxgroup li input {
    float: left;
    display: block;
    margin-right: 5px;
}

.ancillary-component .ancillary-pax-checked-true {
    background: url(../images/ancillary-pax-checked-true.png) no-repeat;
    width: 11px;
    height: 11px;
    float: left;
    display: block;
    margin-right: 5px;
}

.ancillary-component .ancillary-pax-checked-false {
    background: url(../images/ancillary-pax-checked-false.png) no-repeat;
    width: 11px;
    height: 11px;
    float: left;
    display: block;
    margin-right: 5px;
}

.ancillary-component .ancillary-leg .checkboxgroup li label {
    float: left;
    max-width: 230px;
}

.ancillary-component .ancillary-leg .checkboxgroup li.bag-allowance label {
    max-width: 125px;
}

.ancillary-bags-pax {
    max-width: 125px;
}
.ancillary-component .ancillary-leg .checkboxgroup li.last,
.ancillary-component .ancillary-leg .checkboxgroup .totalForTravelPartSelection {
    border-bottom: 1px solid #EAEAE6 !important;
}

.ancillary-component .ancillary-leg .checkboxgroup label {
    font-weight: bold
}

.ancillary-component .ancillary-leg .checkboxgroup label .ancillary-bags-complimentary {
    font-weight: normal;
}

.ancillary-component .ancillary-leg .checkboxgroup li.bag-allowance .ancillary-bags-quantity select {
    float: right;
}

.ancillary-component .connection span,
.ancillary-component .totalForTravelPartSelection span {
    overflow: hidden;
    float: left;
}

.ancillary-component .connection .segmentPrice,
.ancillary-component .totalForTravelPartSelection .segmentPrice {
    float: right;
}

.ancillary-component .connection .segmentPrice span,
.ancillary-component .totalForTravelPartSelection .segmentPrice span {
    display: inline;
    float: none;
}

.ancillary-component .connection .segmentPrice span.prices-all.is-conjunction.is-alternative > .prices-or,
.ancillary-component .totalForTravelPartSelection .segmentPrice span.prices-all.is-conjunction.is-alternative > .prices-or {
    display: block;
}

.ancillary-component .ancillary-less-stock {
    overflow: auto;
    border-top: dotted 2px;
    border-bottom: dotted 2px;
}

.ie7 .ancillary-component .ancillary-less-stock span {
    padding-right: 5px;
}

.ancillary-component .ancillary-less-stock-message {
    margin-left: 14px;
}

.ancillary-component .ancillary-out-of-stock-message {
    margin-left: 18px;
    font-weight: normal;
}

/* Ancillary - Bags */
.ancillary-component .ancillary-bags {
    font-size: 0.9em}

.ancillary-component .ancillary-bags .ancillary-bags-details {
    clear: both;
    margin: 3px 0 3px 16px;
    background: #EAEAE6
}

.ancillary-component .ancillary-bags .ancillary-bags-details-row {
    padding: 5px 10px 5px 5px
}

.ancillary-component .ancillary-bags select {
    border-width: 1px;
    padding: 0
}

/* Ancillary - Meals */
.ancillary-component .ancillary-meals .ancillary-top .image {
    margin: 5px;
    background: url(../images/ancillary_meals.jpg) top left no-repeat !important;
    height: 125px !important;
}

.ancillary-component .ancillary-meals .remove-meal {
    float: right;
    background: url(../images/remove-icon.jpg) top left no-repeat;
    width: 16px;
    height: 17px;
    cursor: pointer;
}

.name {
    font-weight: bold;
}
/*.meals .name { font-weight: bold;}*/
.ancillary-component .ancillary-meals .selectMeals {
    clear: both;
    margin: 5px 0 3px 16px;
    background: #EAEAE6;
}

.ancillary-component .ancillary-meals .selectMeals ul {
    list-style: none;
}

.ancillary-component .ancillary-meals .selectMeals ul li .option {
    width: 175px;
    margin-right: 4px;
}

.ancillary-component .ancillary-meals .selectMeals ul li {
    border: 0 !important;
}

.ancillary-component .ancillary-meals .selectMeals ul li div {
    float: left;
    margin-right: 7px;
}

.ancillary-component .ancillary-meals .selectMeals ul li .qty {
    font-weight: bold;
}

.ancillary-component .ancillary-meals .selectMeals ul li .qty {
    font-weight: bold;
}

.ancillary-component .ancillary-meals .meal-option select {
    float: left;
    display: inline-block;
}

.ancillary-component .ancillary-quantity {
    float: right;
    clear: right
}

.ancillary-component .ancillary-quantity-select {
    padding-left: 1px;
    text-align: center;
    max-width: 45px;
}

.ancillary-component .ancillary-quantity-select option {
    text-align: right;
    padding-right: 5px
}

.ancillary-component .ancillary-quantity-select option.original {
    background-color: #EAEAE6;
}

.ancillary-component .ancillary-bags-quantity-permanentlyHidden {
    display: none;
}

.ancillary-component .ancillary-content-sgc-FFU {
    background: url(../images/ancillary-item-bg.png) repeat-x
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-image.ancillary-image {
    width: 27px;
    height: 30px;
    margin: 30px 0 0 20px;
    background-image: url(../images/ancillary-image-ffu.png);
}

.ancillary-component .ancillary-content-sgc-FFU h4.ancillary-name {
    margin: 30px 0 20px 60px;
    padding: 0;
    font-size: 1.275em;
    line-height: 22px;
    color: #0061C9
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-description {
    margin: 0 0 20px 60px;
    padding: 0;
}

.ancillary-component .ancillary-content-sgc-FFU ul {
    margin: 10px 0 10px 15px
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-price {
    width: 260px;
    margin: 0 20px -38px 10px;
    padding: 0;
    clear: right;
    background: transparent;
    position: relative;
    top: -42px
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-price-button-remove {
    background-image: url(../images/button-sprite-gray.png);
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-price-button-remove input {
    background-image: url(../images/button-sprite-gray.png);
    color: #888;
    text-shadow: none
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-price-widget-default-price-perPax {
    color: #0061C9
}

.ancillary-component .ancillary-details-sgc-FFU {
    background: transparent;
    border: none
}

.ancillary-component .ancillary-details-sgc-FFU .ancillary-details-header {
    display: none;
}

.ancillary-component .ancillary-details-sgc-FFU .ancillary-leg-depart {
    margin-left: 20px
}

.ancillary-component .ancillary-details-sgc-FFU .ancillary-leg-return {
    margin-left: 11px
}

.ancillary-component .ancillary-details-sgc-FFU .allPassengersLine {
    border-bottom: 1px solid #EAEAE6 !important;
}


.ancillary-component .ancillary-details-sgc-FFU .ancillary-details-footer {
    border: none;
    width: auto;
    margin: 20px;
    border-radius: 5px
}

.ancillary-component .ancillary-details-sgc-FFU .ancillary-details-footer-price .total p.ancillary-details-footer-paxcnt,
.ancillary-component .ancillary-details-sgc-FFU .ancillary-details-footer-price .total span.label {
    float: none;
    clear: none;
    position: static;
    top: 0;
    display: inline-block;
    color: #000;
    padding-top: 9px
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-price-after-add .ancillary-price-totalPax {
    display: none;
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-price-after-add .ancillary-price-totalTax {
    display: none;
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-price-after-add .ancillary-price-widget-default-price-perPax .prices-amount {
    margin-bottom: 5px;
    font-size: 2.25em;
    font-weight: bold;
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-price-after-add .ancillary-price-widget-default-price-perPax .decimal {
    font-size: 1.125em;
    padding-top: 5px;
    font-weight: bold;
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-price-after-add .ancillary-price-widget-default-price-perPax .prices-currency {
    font-size: 0.9em;
}

.ancillary-component .ancillary-content-sgc-FFU .ancillary-price-added {
    display: none
}

.ancillary-component .ancillary-content-sgc-FFU .ancillariesPopup {
    margin: 0 0 10px 60px;
}

.ancillary-component .ancillary-content-sgc-FFU .ancillariesPopupLink {
    color: #2B6DCC;
    text-decoration: underline;
    cursor: pointer
}

.ancillary-component .ancillary-content-sgc-FFU .ancillariesPopup .hd > h4 {
    padding: 7px 35px 7px 15px;
    color: #000;
    background: white url(../images/widget-bottom-noborder.gif) repeat-x left bottom
}

.ancillary-component .ancillary-content-sgc-FFU .ancillariesPopup .bd > div {
    margin: 5px 7px 0 15px
}

.ancillary-component .ancillariesPopupLink {
    background: url(../images/ssciweb-help-icon.gif) no-repeat 0 0;
    padding-left: 25px;
    padding-bottom: 10px;
}

.ancillary-component .ancillariesPopup {
    height: 20px;
}

.ancillary-component .popupPlace {
    position: absolute;
    left: 220px;
}

.ancillary-button-close-details {
    visibility: hidden;
}

.ancillary-info-image {
    visibility: hidden;
}

.singlePassengerLine {
    min-height: 18px;
}

.insufficient-miles {
    color: #808080;
}

.insufficient-miles-message,
.upgrade-status-message {
    clear: left;
    padding-top: 5px;
    margin-left: 18px;
    color: #FFA500;
}

.enhancedMeals-container,
.enhancedMeals-completed-state-container {
    padding: 15px;
}

.enhancedMeals-container .ancillary-details-header,
.enhancedMeals-completed-state-container .ancillary-details-header {
    font-size: 1.2em;
}

.enhancedMeals-segments .leg {
    background: none repeat scroll 0 0 #e8ecef;
    border-bottom: medium none;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 10px 15px 10px 15px;
}

.enhancedMeals-segments .leg.active {
    background: none repeat scroll 0 0 #eaf4fd;
}

.enhancedMeals-segments .leg-header h5 {
    font-size: 1.2em;
}

.enhancedMeals-segments .leg-header .connection {
    border-bottom: 0px;
    font-weight: normal;
    padding-bottom: 10px;
}

.enhancedMeals-segments .leg .connection span {
    float: none;
}

.enhancedMeals-segments .leg-header .connection .connecting-flights-label {
    font-weight: bold;
}

.enhancedMeals-segments .leg.connecting-flights .segment, .enhancedMeals-segments .segment.active, .enhancedMeals-segments .segment.editable, .enhancedMeals-segments .segment.meals-unavailable {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.enhancedMeals-segments .leg.connecting-flights .segment-header {
    padding-bottom: 10px;
}


.enhancedMeals-segments .segment-content {
    display: none;
    margin-bottom: 15px;
    overflow: hidden;
}

.enhancedMeals-segments .segment-content span{
    word-wrap: break-word ;
}

.enhancedMeals-segments .segment.active .segment-content, .enhancedMeals-segments .segment.meals-unavailable   .segment-content {
    display: block;
}
.enhancedMeals-segments .segment-content .message{
    font-size: 0.75em;
}
.enhancedMeals-segments .segment-content ol li {
    margin-left: 17px;
    padding-left: 10px;
}

.enhancedMeals-segments .segment-content ol li .message{
    display: block;
}


.enhancedMeals-segments .segment-footer {
    display: none;
    padding-top: 5px;
    padding-bottom: 15px;
}

.enhancedMeals-segments .segment.active .segment-footer, .enhancedMeals-segments .segment.editable .segment-footer {
    display: block;
    clear: both;
}

.enhancedMeals-segments .segment-footer div.ancillary-checkmark,
.enhancedMeals-completed-state-container .ancillary-checkmark {
    width: 24px;
    height: 24px;
    background: url("../images/ancillary_checkmark.png") top left no-repeat;
    display: inline-block;
    margin-right: 5px;
}

.enhancedMeals-segments .enhancedMeals-segment-click-message-section, .enhancedMeals-segments .enhancedMeals-segment-all-meals-selected-message-section {
    text-align: left;
    vertical-align: middle;
    margin-bottom: 15px;
}

.enhancedMeals-segments .enhancedMeals-segment-all-meals-selected-message-section p {
    max-width: 50%;
    display: inline-block;
    vertical-align: super;
}

.enhancedMeals-segments .enhancedMeals-segment-nav-buttons-section, .enhancedMeals-segments .enhancedMeals-segment-edit-button-section {
    text-align: right;
}

.enhancedMeals-segments .enhancedMeals-segment-nav-section {
    display: none;
}

.enhancedMeals-segments .segment.active .enhancedMeals-segment-nav-section {
    display: block;
}

.enhancedMeals-segments .segment .enhancedMeals-segment-edit-button-section {
    display: none;
}

.enhancedMeals-segments .segment.editable .enhancedMeals-segment-edit-button-section {
    display: block;
}

.enhancedMeals-gray-button {
    width: 92px;
    height: 26px;
    border: none;
    border-right: 1px solid #d7d7d7;
    color: #2b6dcc;
    background: url("../images/button-sprite-gray.png") no-repeat 0px -280px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
}

.enhancedMeals-gray-button:hover {
    background: url("../images/button-sprite-gray.png") no-repeat 0px -81px;
}

.enhancedMeals-green-button {
    width: 102px;
    height: 26px;
    border: none;
    color: #fff;
    background: url("../images/button-sprite-gray.png") no-repeat 0px -43px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
}




.ancillary-details-marketing-text {
    margin-bottom: 10px;
}

.ancillary-details-header-container {
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #333333;
}

.ancillary-details-segments-column {
    display: inline-block;
    width: 43%;
    vertical-align: top;
    margin-right: 10px;
}

.enhancedMeals-completed-state-container .ancillary-details-segments-column {
    width: 47%;
}

.enhancedMeals-completed-state-container .ancillary-details-segments-column.right-column {
    margin-left: 25px;
    margin-right: 0;
}

.ancillary-details-meals-column {
    display: inline-block;
    width: 50%;
    margin-left: 10px;
}

.mealItem-image {
    display: inline-block;
    width: 55%;
}

.mealItem-info {
    display: inline-block;
    width: 43%;
    vertical-align: top;
}

.mealItem-title {
    color: #1e1e1e;
    font-size: 1.05em;
    margin: 13px 0 5px;
}

.mealItem-price {
    color: #d82a19;
    display: block;
    font-size: 0.825em;
    margin-bottom: 6px;
}
.mealItem-price .mealItem-free {
    font-weight:bold;
    color:#FFA500;
}

.mealItem-price.strikeout .prices-all {
    text-decoration: line-through;
    color:#FFA500;
}

.mealItem-button-add {
    background: url("../images/button-sprite.png?1422260849760") no-repeat scroll left -80px rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    display: block;
    font-size: 0.825em;
    margin-bottom: 5px;
    padding: 4px 28px;
    cursor: pointer;
}

.mealItem-button-add-disabled{
    background: url("../images/button-sprite-gray.png?1422260849760") no-repeat scroll left -80px rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    display: block;
    font-size: 0.825em;
    margin-bottom: 5px;
    padding: 4px 28px;
    cursor: pointer;
}

.mealItem-details-link {
    color: #0066cc;
    font-size: 0.825em;
}

.mealItem-details-link-disabled {
    color: #eee;
    font-size: 0.825em;
}

.mealItem-image {
    background-image: url("../images/meal-default.png");
    display: inline-block;
    height: 142px;
    width: 55%;
}

.meals-header {
    text-align: right;
}

.translate.meals-select {
    float: left;
}

.meals-provider-logo {
	display: inline-block;
    height: 50px;
    width: 83px;
}

.meals-provider-logo.sansibar {
	background-image: url("../images/meals-logo-default.png");
}

.enhancedMeals-segments .select-indicator, .enhancedMeals-segments .free-meal {
	display: none;
}

.enhancedMeals-segments li.passenger:not(:last-child) {
	margin-bottom: 10px;
}

.enhancedMeals-segments li.passenger.active .select-indicator {
    background: url("../images/active-passenger-arrow.png") center right no-repeat;
    display: inline-block;
    float: right;
	width: 70px;
}
.enhancedMeals-segments li.passenger.active .free-meal {
    display:block;
    color: #FFA500;
    margin-top: 10px;

}


.enhancedMeals-segments li.passenger.active, .enhancedMeals-segments li.passenger:hover {
	font-weight: bold;
    cursor: pointer;
}

.enhancedMeals-completed-state-container .enhancedMeals-segments li.passenger:hover {
    font-weight: normal;
    cursor: auto;
}

.enhancedMeals-segments li.passenger.meals-unavailable:hover,
.enhancedMeals-segments li.passenger.meal-selected:hover{
    font-weight: normal;
    cursor: auto;
}

.enhancedMeals-details-overlay {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.enhancedMeals-details-overlay .meal-details-header {
    font-size: 1.5em;
}

.enhancedMeals-details-overlay .meal-details-header .meal-price {
    color: #d82a19;
}

.enhancedMeals-details-overlay .meal-details-header .meal-price .mealItem-free {
    display:none;
}

.enhancedMeals-details-overlay .meal-details-header .meal-price.strikeout , .enhancedMeals-details-overlay .meal-details-header .meal-price.strikeout .meal-price{
    color:#FFA500;
}
.enhancedMeals-details-overlay .meal-details-header .meal-price.strikeout .mealItem-free {
    display: inline;
    font-weight:bold;
}

.enhancedMeals-details-overlay .meal-details-header .meal-price.strikeout .prices-alternative, .enhancedMeals-details-overlay .meal-details-header .meal-price.strikeout .meal-price {
    text-decoration: line-through;
}

.enhancedMeals-details-overlay .meal-image {
    background-image: url("../images/meal-overlay-default.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 405px;
    height: 280px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.enhancedMeals-details-overlay .meal-details {
    font-size: 0.825em;
    margin-bottom: 30px;
}

.enhancedMeals-details-overlay .buttons {
    height: 20px;
}

.enhancedMeals-details-overlay input {
    width: 110px;
}

.enhancedMeals-details-overlay .button-hide {
    display: none;
}

.enhancedMeals-segments .meal-details {
    margin-top: 5px;
}

.enhancedMeals-segments .meal-name,
.enhancedMeals-segments .meal-price,
.enhancedMeals-segments .meal-delete-button {
    font-weight: normal;
    min-height: 30px;
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
    vertical-align: top;
 }

.enhancedMeals-segments .meal-price.strikeout .prices-all{
    text-decoration: line-through;
}

.enhancedMeals-segments .meal-name {
    width: 100px;
    cursor: pointer;
    line-height: 15px;
    margin-top: 6px;
}

.enhancedMeals-completed-state-container .enhancedMeals-segments .meal-name {
    width: 160px;
    cursor: auto;
}

.enhancedMeals-segments .meal-price {
    width: 90px;
    text-align: right;
}

.enhancedMeals-segments .meal-delete-button {
    width: 27px;
    background: url("../images/button-close.png") center right no-repeat;
}

.enhancedMeals-segments .segment .segment-header.selectable, .enhancedMeals-segments .leg .leg-header.selectable {
	cursor: pointer;
}

.enhancedMeals-segments .segment.active .segment-header.selectable, .enhancedMeals-segments .leg.active .leg-header.selectable {
	cursor: inherit;
}

.ancillary-details-meals-column .opacity-mask {
    background-color: #ffffff;
    z-index: 4;
    position: absolute;
    opacity: .5;
}

.enhancedMeals-container .scroll-button {
    opacity: .75;
    height: 30px;
    position: absolute;
    width: 100%;
    border: 1px solid #d7d7d7;
}


.enhancedMeals-container .scroll-button:hover {
    cursor: pointer;
}

.enhancedMeals-container .scroll-button-down {
    bottom: 0;
    background: url('../images/scroll-down-arrow.png') center no-repeat #ffffff;
}

.enhancedMeals-container .scroll-button-up {
    background: url('../images/scroll-up-arrow.png') center no-repeat #ffffff;
}

.meals-list {
    position: relative;
}

.mealItem {
    border-bottom: 1px solid #d7d7d7;
}

.mealItem:last-child {
    border: none;
}

.mealsList {
    overflow: hidden;
}

.ancillary-details-footer-container {
    height: 40px;
    width: 100%;
    background: none repeat scroll 0 0 #e8ecef;
    border-radius: 5px;
}

.ancillary-details-footer-total,
.ancillary-details-footer-buttons {
    display: inline-block;
}

.ancillary-details-footer-total {
    color: #aa9ea8;
    padding: 10px 0 0 12px;
}

.ancillary-details-footer-total .prices-all {
    font-size: 1.3em;
}

.ancillary-details-footer-buttons {
    width: 300px;
    padding: 7px 5px 0 0;
    float: right;
}

.ancillary-details-footer-buttons input[type="button"] {
    float: right;
    margin-right: 4px;
}

.ancillary-details-cancel-upgrade-header {
    padding: 15px;
}

#ancillary-bundle-popup {
    width: 440px;
    height: auto;
}

.ancillary-bundle-popup-content {
    margin: 10px;
}

.ancillary-bundle-popup-header {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.ancillary-bundle-popup-buttons {
    border-top: 1px solid #dddddd;
    padding: 10px 0px 10px;
    margin-top: 10px;
}

.ancillary-component .ancillary-bundled-description-container {
    width: 100%;
}

.ancillary-component .ancillary-bundled-more-information {
    display: block;
}

.ancillary-details-footer-remove-container{
    background:url("../images/info-icon.png") no-repeat scroll left 20px top 15px rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #000;
    clear: both;
    border: 0px solid #ccc;
    padding: 10px;
    padding-left: 50px;
    margin: 0 10px 5px;
    font-size: 0.975em;
    text-align: left;
}

.threshold-info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border: 1px solid;
    border-radius: 5px;
    margin: 10px 15px;
    padding: 11px 5px 11px 40px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border-color: #d4dae8;
    background-color: #eceff6;
    background-image: url("../images/threshold-info.png");
    word-wrap: break-word;
}

.decreaseNotAllowedMessagePerPax {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid;
    border-radius: 5px;
    margin: 10px 15px;
    padding: 11px 5px 11px 40px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border-color: #e2c822;
    background-color: #fff9d7;;
    background-image: url("../images/flomes-warn.gif");
    word-wrap: break-word;
}

.enhancedMeals-segments .threshold-info {
    margin: 10px 0px;
}

.enhancedMeals-segments .threshold-info li {
    clear: both;
    margin-left: 15px;
    overflow: hidden;
}

.ordered-group-list-items li {
    list-style: disc inside none;
}

.ancillary-inventory-description {
    clear: left;
    padding: 10px;
}
/* Ancillary component */

.ancillary-component-redesign .free-ancillaries-available {
    color:#FFA500;
    font-weight:bold;
    margin:10px 0;
}

.ancillary-component-redesign .ancillary-item {
    overflow: auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.ancillary-component-redesign .ancillary-content {
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.ancillary-component-redesign .ancillary-contnet-header {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.ancillary-component-redesign .ancillary-image {
    float: left;
    background: url(../images/ancillary-image.jpg) no-repeat;
    width: 211px;
    height: 125px;
    margin: 0px 15px 20px 15px;
}

.ancillary-component-redesign .ancillary-small-image {
    width: 26px;
    height: 26px;
    margin-left: 15px;
    display: inline-block;
}

.ancillary-component-redesign .ancillary-bundle-container {
    float: left;
    width: 80px;
    height: auto;
    border-right: 1px solid #D3D3D3;
}

.ancillary-component-redesign .bundle-images-container {
    float: right;
    clear: right;
    width: 439px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.ancillary-component-redesign .bundle-images-container .include-message-span {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.ancillary-component-redesign .bundle-images-container .ancillary-bundle-info {
    color: grey;
    display: inline-block;
    font-size: 0.75em;
    text-align: center;
}

.ancillary-component-redesign .bundle-images-container .ancillary-bundle-container {
    float: left;
    width: 70px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.ancillary-component-redesign .bundle-images-container .ancillary-bundle-container .ancillary-bundle-info {
    color: grey;
    display: inline-block;
    font-size: 0.75em;
    text-align: center
}

.ancillary-component-redesign .ancillary-bundle-container:last-child {
    border-right: none;
}

.ancillary-component-redesign .ancillary-bundle-small-image {
    width: 26px;
    height: 26px;
    margin-left: 15px;
    display: block;
    margin: 0 auto;
}

.ancillary-component-redesign .ancillary-check-image {
    background: url(../images/check.png) no-repeat;
    max-width: 7%;
}

.ancillary-component-redesign .ancillary-small-image-l {
    background: url(../images/icon-sprite.png) no-repeat 0 0;
}

.ancillary-component-redesign .ancillary-small-image-group-BG {
    background: url(../images/icon-sprite.png) no-repeat 0 0px;
}

.ancillary-component-redesign .ancillary-small-image-group-ML {
    background: url(../images/icon-sprite.png) no-repeat 0 -30px;
}

.ancillary-component-redesign .ancillary-small-image-group-LG {
    background: url(../images/icon-sprite.png) no-repeat 0 -60px;
}

.ancillary-component-redesign .ancillary-image.ancillary-image-BG_WGT {
    background-image: url(../images/ancillary-image-bg.jpg);
}

.ancillary-component-redesign .ancillary-image.ancillary-image-BG_PCS {
    background-image: url(../images/ancillary-image-bg.jpg);
}

.ancillary-component-redesign .ancillary-image.ancillary-image-ML {
    background-image: url(../images/ancillary_meals.jpg);
}

.ancillary-component-redesign .ancillary-info-image {
    background: url(../images/ibe-sprite2.png) 0 -420px;
    width: 26px;
    max-width: 7%;
    height: 26px;
    display: inline-block;
    margin-right: 15px;
    float: right;
}

.ancillary-component-redesign .ancillary-name {
    font-size: 1.35em;
    font-weight: bold;
    color: #4f4e40;
    display: inline-block;
    vertical-align: super;
    margin-right: 5px;
    max-width: 85%;
}

.ancillary-component-redesign .ancillary-price {
    float: right;
    padding-right: 15px;
    width: 439px;
    display: inline-block;
}

.ancillary-component-redesign .ancillary-price-added {
    margin-bottom: 5px;
    background: url(../images/ancillary_checkmark.png) top left no-repeat;
    padding-left: 30px;
    height: 24px;
    font-size: 1.125em;
    color: #76ab00;
}

.ancillary-component-redesign .ancillary-price-widget-tier-level {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ancillary-component-redesign .ancillary-price-widget-tier-level dt {
    font-weight: bold;
    font-size: 0.8em;
}

.ancillary-component-redesign .ancillary-price-widget-tier-level dd {
    padding-left: 10px;
    font-size: 1.0em;
}

.ancillary-component-redesign .ancillary-price-widget-default {
    margin-top: 15px;
    display: inline-block;
}

.ancillary-component-redesign .ancillary-content .prices-alternative {
    display: inline-block;
}

.ancillary-component-redesign .ancillary-details-footer .prices-alternative {
    vertical-align: sub;
}

.ancillary-component-redesign .ancillary-content .prices-or {
    display: inline-block;
}

.ancillary-component-redesign .ancillary-price-before-add .ancillary-price-widget-default-price-perPax .prices-amount,
.ancillary-component-redesign .ancillary-price-after-add .ancillary-price-widget-default-price-perPax .prices-amount {
    margin-bottom: 5px;
    font-size: 1.35em;
    font-weight: bold;
}

.ancillary-component-redesign .ancillary-price-before-add .ancillary-price-widget-default-price-perPax .decimal {
    font-size: 1.125em;
    padding-top: 5px;
    font-weight: bold;
}

.ancillary-component-redesign .ancillary-price-before-add .ancillary-price-widget-default-price-perPax .prices-currency,
.ancillary-component-redesign .ancillary-price-after-add .ancillary-price-widget-default-price-perPax .prices-currency {
    font-size: 1.35em;
    font-weight: bold;
}

.ancillary-component-redesign .ancillary-price-widget-default-tax-perPax {
    margin-bottom: 5px;
}

.ancillary-component-redesign .ancillary-price-perpax-perflight {
    display: inline-block;
}

.ancillary-component-redesign .ancillary-price-totalPax {
    margin-bottom: 5px;
    font-weight: bold;
}

.ancillary-component-redesign .ancillary-price-totalTax {
    margin-bottom: 5px;
    font-weight: bold;
}

.ancillary-component-redesign .ancillary-price-total {
    font-size: 1.125em;
    padding-top: 5px;
    margin-right: 10px;
    text-align: right;
}

.ancillary-component-redesign .ancillary-price-action {
    width: 130px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.ancillary-component-redesign .ancillary-price-edit-action {
    padding-right: 15px;
    margin-top: 15px;
    width: 439px;
}

.ancillary-component-redesign .ancillary-price-button {
    margin: 0;
    text-align: left;
}

.ancillary-component-redesign .ancillary-price-button input {
    height: 29px;
}

.ancillary-component-redesign .ancillary-price-button input.ancillary-button-edit,
.ancillary-component-redesign .ancillary-price-button input.ancillary-button-remove {
    height: 26px;
}

.ancillary-component-redesign .button {
    margin: 0;
    border: none;
}

.ancillary-component-redesign .ancillary-price-modify {
    margin: 3px 0 0;
    text-align: left;
}

.ancillary-component-redesign .ancillary-button-add {
    width: 130px;
}

.ancillary-component-redesign .ancillary-button-remove,
.ancillary-component-redesign .ancillary-button-edit {
    background: url(../images/button-sprite-gray.png) no-repeat center -82px;
    width: 85px;
    text-shadow: none;
    text-transform: none;
    color: #4f4e40;
    border: 1px solid #ccc;
}

.ancillary-component-redesign .ancillary-price-button-edit {
    background: none;
}

.ancillary-component-redesign .ancillary-price-button-remove {
    background: none;
    margin: 10px 10px 10px 0px;
    float: right;
}

.ancillary-component-redesign .ancillary-price-button-remove input.disabled {
    background-image: none;
    cursor: default;
    margin: 0;
}

.ancillary-component-redesign .ancillary-button-modify {
    font-weight: bold;
    text-decoration: underline
}

.ancillary-component-redesign .ancillary-price-input {
    margin-left: 3px;
}

.ancillary-component-redesign .ancillary-edit-input {
    margin-left: 0px;
}

.ancillary-component-redesign .ancillary-description {
    padding-right: 15px;
    float: right;
    width: 439px;
}

.ancillary-component-redesign .ancillary-terms {
    padding: 0 5px 5px 5px;
}

.ancillary-component-redesign .ancillary-details {
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    width: 100%;
    background: white;
    clear: both;
    margin: 0;
}

.ancillary-component-redesign .ancillary-details-header {
    overflow: hidden;
    width: 100%;
}

.ancillary-component-redesign .ancillary-details-header p {
    padding: 8px;
}

.ancillary-component-redesign .ancillary-details-header a {
    margin-left: 8px;
    padding: 8px;
    text-decoration: underline;
    font-weight: bold;
    float: right;
}

.ancillary-component-redesign .ancillary-details-footer {
    overflow: hidden;
    height: 46px;
    background: #EAEAE6;
    clear: both;
    border: 1px solid #ccc;
    margin: 0px 10px 5px 10px;
    border-radius: 5px
}

.ancillary-component-redesign .ancillary-details-footer-price {
    float: left;
    background-color: #EAEAE6;
    margin-top: 15px;
    margin-left: 10px;
}

.ancillary-component-redesign .ancillary-details-footer-price .total {
    width: 200px;
}

.ancillary-component-redesign .ancillary-details-footer-price .total .label {
    color: #999999;
    position: relative;
}

.ancillary-component-redesign .ancillary-details-footer-price .total .type {
    clear: right;
    color: #999999;
    position: relative;
}

.ancillary-component-redesign .ancillary-details-footer-price .total .prices-currency {
    padding-top: 5px;
    margin: 0;
    padding: 0;
    font-size: 1.35em;
}

.ancillary-component-redesign .ancillary-details-footer-price .total .decimal {
    font-size: 1.125em;
    font-weight: bold;
    padding-top: 5px;
    float: left;
    margin: 0;
    padding: 0;
}

.ancillary-component-redesign .ancillary-details-footer-price .total .prices-amount {
    font-size: 1.35em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.ancillary-component-redesign .ancillary-details-footer-price .type {
    clear: right;
    color: #999;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup li.totalForTravelPartSelection {
    padding: 10px 15px 10px 0;
}

.ancillary-component-redesign .ancillary-details-footer-price .totalDifferenceSeparator {
    font-size: 1.35em;
    vertical-align: bottom;
}

.ancillary-component-redesign .ancillary-details-footer-price .totalDifferenceMode {
    vertical-align: sub;
}

.ancillary-component-redesign .ancillary-details .totalForTravelPartSelection legend {
    float: left;
}

.ancillary-component-redesign .ancillary-details .totalForTravelPartSelection .segmentPrice {
    float: right;
}

.ancillary-component-redesign .typical-leg h5 {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 1.2em;
}

.ancillary-component-redesign .typical-leg .checkboxgroup .connection {
    font-weight: normal;
    border-bottom: 1px solid #CCC;
    display: block;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 35px;
}

.ancillary-component-redesign .ancillary-leg {
    background: #EAF4FD;
    border-radius: 5px;
    float: left;
    margin: 0 0 10px 10px;
    padding-bottom: 10px;
    border: none;
    width: 332px;
}

.ancillary-component-redesign .ancillary-itinerary {
    background-image: none !important;
}

.ancillary-component-redesign .ancillary-leg-multicity h5 {
    background: url(../images/ancillary_multicity.png) repeat-x;
    min-height: 40px;
    position: relative;
}

.ancillary-component-redesign .ancillary-leg-multicity span.flightIndex {
    font-size: 1.5em;
    left: 15px;
    padding-right: 30px;
    position: absolute;
}

.ancillary-component-redesign .ancillary-leg-connections {
    display: inline;
    width: 100%;
    font-weight: bold;

}

.ancillary-component-redesign .typical-leg .checkboxgroup .connection li span {
    margin-top: 5px;

}

.ancillary-component-redesign .tierLevelInfo {
    display: block;
}

.ancillary-component-redesign .tierLevel {
    font-style: italic;
    font-weight: normal;
}

.ancillary-component-redesign .ancillary-not-applicable-leg {
    display: block;
    color: #c10000;
    border-color: #EAEAE6;
    border-style: solid;
    border-width: 1px;
    clear: both;
    overflow: hidden;
    padding: 5px;
    margin: 10px
}

.ancillary-component-redesign .ancillary-not-applicable-segment {
    display: block;
    color: #c10000;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup li {
    border-bottom: 0;
    clear: both;
    overflow: hidden;
    margin-left: 15px;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup li.notgrouped {
    max-height: 80px;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup li.grouped {
    padding-top: 10px;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup li * {
    vertical-align: bottom;
}

.ancillary-component-redesign .ancillary-discount-message,
.ancillary-component-redesign .ancillary-discount-message-all {
    display: inline-block;
    color: orange;
}

.ancillary-component-redesign .ancillary-discount-message {
    font-size: 0.75em;
}

.ancillary-component-redesign .ancillary-discount-message-all {
    width: 439px;
}

.ancillary-component-redesign .ancillary-discount-message-price {
    float: right;
}

.ancillary-component-redesign .ancillary-discount-message-per-pax {
    margin-bottom: 3px;
}

.ancillary-component-redesign .ancillary-free-for-all-paxes-msg {
    font-size: 1.35em;
    margin-top: 15px;
    width: 439px;
    display: inline-block;
    float: right;
}

.ancillary-component-redesign .ancillary-free-for-pax-msg {
    clear: both;
    float: left;
    margin-left: 16px;
}

.ancillary-component-redesign .right-side-price-info {
    float: right;
    clear: right;
    display: inline;
    font-size: 0.75em;
    color: black;
    margin-right: 20px;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup li input {
    float: left;
    display: block;
    margin-right: 5px;
}

.ancillary-component-redesign .ancillary-pax-checked-true {
    background: url(../images/ancillary-pax-checked-true.png) no-repeat;
    width: 11px;
    height: 11px;
    float: left;
    display: block;
    margin-right: 5px;
}

.ancillary-component-redesign .ancillary-pax-checked-false {
    background: url(../images/ancillary-pax-checked-false.png) no-repeat;
    width: 11px;
    height: 11px;
    float: left;
    display: block;
    margin-right: 5px;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup li label {
    float: left;
    width: 200px;
    padding-right: 0px;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup li.bag-allowance label {
    max-width: 125px;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup li.last {
    border-bottom: 1px solid #EAEAE6 !important;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup label {
    font-weight: normal;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup label .ancillary-bags-complimentary {
    font-weight: normal;
}

.ancillary-component-redesign .ancillary-leg .checkboxgroup li.bag-allowance .ancillary-bags-quantity select {
    float: right;
}

.ancillary-component-redesign .ancillary-leg .ancillary-bags-details {
    margin-right: 15px;
}

.ancillary-component-redesign .ancillary-leg .ancillary-bags-details .ancillary-bags-details-row:first-child {
    border-top: 1px dashed #CCF;
    padding-top: 5px;
}

.ancillary-component-redesign .ancillary-leg .ancillary-bags-details .ancillary-bags-details-row:last-child {
    border-bottom: 1px dashed #CCF;
    padding-bottom: 5px;
}

.ancillary-component-redesign .connection span {
    overflow: hidden;
}

.ancillary-component-redesign .connection span {
    float: left;
}

.ancillary-component-redesign .connection .segmentPrice {
    float: right;
}

.ancillary-component-redesign .connection .segmentPrice span {
    display: inline;
    float: none;
}

.ancillary-component-redesign .ancillary-less-stock {
    overflow: auto;
    border-top: dotted 2px;
    border-bottom: dotted 2px;
}

.ie7 .ancillary-component-redesign .ancillary-less-stock span {
    padding-right: 5px;
}

.ancillary-component-redesign .ancillary-less-stock-message {
    margin-left: 14px;
}

.ancillary-component-redesign .ancillary-out-of-stock-message {
    margin-left: 18px;
    font-weight: normal;
}

/* Ancillary - Bags */
.ancillary-component-redesign .ancillary-bags {
    font-size: 0.75em}

.ancillary-component-redesign .ancillary-bags .ancillary-bags-details {
    clear: both;
    margin-top: 40px;
}

.ancillary-component-redesign .ancillary-bags .ancillary-bags-details-row {
    padding: 5px 0px 5px 5px
}

.ancillary-component-redesign .ancillary-bags select {
    border: 1px solid #CCC;
    float: right;
    margin-right: 20px;
    background-position: 0 -30px;
    overflow: visible;
    height: 24px;
    margin-top: -6px;
    border-radius: 2px;
    padding-top: 4px;

    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(47%, rgb(246, 246, 246)), color-stop(100%, rgb(237, 237, 237)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);

}

.ancillary-component-redesign .ancillary-bags select option {
    border-bottom: 1px solid #CCC;
    height: 24px;
    border-radius: 2px;
    padding-top: 4px;
    background: rgb(240, 240, 240);
    webkit-appearance: none;
    -moz-appearance: none;
}

.ancillary-component-redesign .ancillary-bags select option:last-child {
    border-bottom: none;
}

.ancillary-bags select option:hover {
    background: rgb(200, 200, 255);
}

/* Ancillary - Meals */
.ancillary-component-redesign .ancillary-meals .ancillary-top .image {
    margin: 5px;
    background: url(../images/ancillary_meals.jpg) top left no-repeat !important;
    height: 125px !important;
}

.ancillary-component-redesign .ancillary-meals .remove-meal {
    float: right;
    background: url(../images/remove-icon.jpg) top left no-repeat;
    width: 16px;
    height: 17px;
    cursor: pointer;
}

/*.meals .name { font-weight: bold;}*/
.ancillary-component-redesign .ancillary-meals .selectMeals {
    clear: both;
    margin: 5px 0 3px 16px;
}

.ancillary-component-redesign .ancillary-meals .selectMeals ul {
    list-style: none;
}

.ancillary-component-redesign .ancillary-meals .selectMeals ul li .option {
    width: 175px;
    margin-right: 4px;
}

.ancillary-component-redesign .ancillary-meals .selectMeals ul li {
    border: 0 !important;
}

.ancillary-component-redesign .ancillary-meals .selectMeals ul li div {
    float: left;
    margin-right: 7px;
}

.ancillary-component-redesign .ancillary-meals .selectMeals ul li .qty {
    font-weight: bold;
}

.ancillary-component-redesign .ancillary-meals .selectMeals ul li .qty {
    font-weight: bold;
}

.ancillary-component-redesign .ancillary-meals .meal-option select {
    float: left;
    display: inline-block;
}

.ancillary-component-redesign .ancillary-quantity {
    float: right;
    clear: right;
    margin-right: 15px;
}

.ancillary-component-redesign .ancillary-quantity-select {
    padding-left: 1px;
    text-align: center;
    max-width: 45px;
}

.ancillary-component-redesign .ancillary-quantity-select option {
    text-align: right;
    padding-right: 5px
}

.ancillary-component-redesign .ancillary-quantity-select option.original {
    background-color: #EAEAE6;
}

.ancillary-component-redesign .ancillary-quantity-select option.original,
.ancillary-component-redesign .ancillary-quantity-select option.decrease,
.ancillary-component-redesign .ancillary-quantity-select option.increase,
.ancillary-component-redesign .ancillary-quantity-select option.quantityOnly {
    text-align: left;
}

.ancillary-component-redesign .ancillary-bags-quantity-permanentlyHidden {
    display: none;
}

.ancillary-component-redesign .ancillary-content-sgc-FFU {
    background: url(../images/ancillary-item-bg.png) repeat-x
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-image.ancillary-image {
    width: 27px;
    height: 30px;
    margin: 30px 0 0 20px;
    background-image: url(../images/ancillary-image-ffu.png);
}

.ancillary-component-redesign .ancillary-content-sgc-FFU h4.ancillary-name {
    margin: 30px 0 20px 60px;
    padding: 0;
    font-size: 1.275em;
    line-height: 22px;
    color: #0061C9
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-description {
    margin: 0 0 0 60px;
    padding: 0;
}

.ancillary-component-redesign .ancillary-content-sgc-FFU ul {
    margin: 10px 0 10px 15px
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-price {
    width: 260px;
    margin: 0 20px -38px 10px;
    padding: 0;
    clear: right;
    background: transparent;
    position: relative;
    top: -42px
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-price-button-remove {
    background-image: url(../images/button-sprite-gray.png);
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-price-button-remove input {
    background-image: url(../images/button-sprite-gray.png);
    color: #888;
    text-shadow: none
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-price-widget-default-price-perPax {
    color: #0061C9
}

.ancillary-component-redesign .ancillary-details-sgc-FFU {
    background: transparent;
    border: none
}

.ancillary-component-redesign .ancillary-details-sgc-FFU .ancillary-details-header {
    display: none;
}

.ancillary-component-redesign .ancillary-details-sgc-FFU .ancillary-leg-depart {
    margin-left: 20px
}

.ancillary-component-redesign .ancillary-details-sgc-FFU .ancillary-leg-return {
    margin-left: 11px
}

.ancillary-component-redesign .ancillary-details-sgc-FFU .allPassengersLine {
    border-bottom: 1px solid #EAEAE6 !important;
}

.ancillary-component-redesign .ancillary-details-sgc-FFU .ancillary-details-footer {
    border: none;
    width: auto;
    margin: 20px;
    border-radius: 5px
}

.ancillary-component-redesign .ancillary-details-sgc-FFU .ancillary-details-footer-price .total p.ancillary-details-footer-paxcnt,
.ancillary-component-redesign .ancillary-details-sgc-FFU .ancillary-details-footer-price .total span.label {
    float: none;
    clear: none;
    position: static;
    top: 0;
    display: inline-block;
    color: #000;
    padding-top: 9px
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-price-after-add .ancillary-price-totalPax {
    display: none;
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-price-after-add .ancillary-price-totalTax {
    display: none;
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-price-after-add .ancillary-price-widget-default-price-perPax .prices-amount {
    margin-bottom: 5px;
    font-size: 2.25em;
    font-weight: bold;
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-price-after-add .ancillary-price-widget-default-price-perPax .decimal {
    font-size: 1.125em;
    padding-top: 5px;
    font-weight: bold;
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-price-after-add .ancillary-price-widget-default-price-perPax .prices-currency {
    font-size: 0.9em;
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillary-price-added {
    display: none
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillariesPopup {
    margin: 0 0 10px 60px;
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillariesPopupLink {
    color: #2B6DCC;
    text-decoration: underline;
    cursor: pointer
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillariesPopup .hd > h4 {
    padding: 7px 35px 7px 15px;
    color: #000;
    background: white url(../images/widget-bottom-noborder.gif) repeat-x left bottom
}

.ancillary-component-redesign .ancillary-content-sgc-FFU .ancillariesPopup .bd > div {
    margin: 5px 7px 0 15px
}

.ancillary-component-redesign .ancillariesPopupLink {
    background: url(../images/ssciweb-help-icon.gif) no-repeat 0 0;
    padding-left: 25px;
    padding-bottom: 10px;
}

.ancillary-component-redesign .ancillariesPopup {
    height: 20px;
}

.ancillary-component-redesign .popupPlace {
    position: absolute;
    left: 220px;
}

.ancillary-component-redesign .ancillary-price-widget-tier-level dd .free-choice {
  color: #FFA500;
 font-weight:bold;
    margin:5px 0;

}
#auxccselect-details .field { margin:0 0 13px 13px; background:none; }
#auxccselect-details h3 {margin-left: 20px; padding: 10px 0 10px 0;}
#auxccselect-details h4 {margin-left: 20px; padding: 10px 0 10px 0;}
#auxccselect-details .field label {width: 175px;margin-right: 4px;float: left;}
#auxccselect-component { background:url(../images/auxccselect-bg.gif) repeat-y; }
#auxccselect-component .component-top { background:url(../images/auxccselect-top.gif) no-repeat top left; padding-top:3px; }
#auxccselect-component .component-bottom { background:url(../images/auxccselect-bottom.gif) no-repeat bottom left; padding-bottom:10px; overflow:visible; }
#auxccselect-component .credit-card-input {margin-right:8px;}
#auxccselect-component #cardNumberEnabled {height:17px;}
#auxccselect-component #auxCardNumberEnabled {height:17px;}
#auxccselect-component .remove-link-container {float: right;margin-right: 20px;}
.backandcancel button {
    border: none;
    color: #2b6dcc;
    background: none;
}

.backandcancel .bd {
    text-align: center;
}

.backandcancel button:hover {
    border: none;
    color: #3f87f2;
    background: none;
}

#ignoreFlowPopup button {
    border: none;
    color: #2b6dcc;
    background: none;
}

#ignoreFlowPopup button:hover {
    border: none;
    color: #3f87f2;
    background: none;
}

#cancelDialogPopup {
    padding: 10px;
}

#cancelDialogPopup .backandcancel-buttons-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.backandcancel .cancel-button-wrapper{
    float:right;
}
/* bag fee component */
.bagfee-component-overlay, .bagfee-component-initialized {
    border-top: 1px dotted #AAAAAA;
}

.bagfee-component-initialized {
    background: #fff url("../images/filters-bg.gif") repeat-x;
}

.component.bagfee {
    width: 244px;
}

.bagfee-component p {
    padding: 5px;
}

.bagfee-overlay-title {
    padding: 0 5px 3px 18px;
    background: url(../images/nav.png) repeat-x bottom;
    line-height: 35px;
    margin-bottom: 0;
    font-size: 0.975em;
}

.bagfee-component p.title {
    font-weight: bold;
    padding-bottom: 10px;
    margin-left: 5px;
}

.bagfee-component .bagHeading, #bagFeePopupContent .bagHeading {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.bagfee-component #bag-allowance-container ul, #bagFeePopupContent #bag-allowance-container ul {
    margin-left: 16px;
}

.bagfee .fees, #bagFeePopupContent .fees {
    margin-left: 10px;
}

.bagfee .fees table, #bagFeePopupContent .fees table {
    width: 244px;
}

.bagfee .leg-bagfee-details, #bagFeePopupContent .leg-bagfee-details {
    background: #E0E0E0;
    height: 30px;
    font-weight: bold;
    margin: 10px 0;
    clear: left;

}

.bagfee .leg-bagfee-details td, #bagFeePopupContent .leg-bagfee-details td {
    width: 32%;
}

.bagfee .leg-bagfee-details td:first-child, #bagFeePopupContent .leg-bagfee-details td:first-child {
    width: 35%;
    padding-left: 10px;
}

.bagfee .cell, #bagFeePopupContent .cell {
    text-align: center;
}

.bagfee-component p.additional-info, #bagFeePopupContent p.additional-info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bagfee-component .itinerary-part, #bagFeePopupContent .itinerary-part {
    padding-left: 10px;
    padding-right: 10px;
}

.bagfee-component .wl-div-built-dropdown-container {
    margin: 10px 0 15px 0;
}

.bagfee-component .switch-list {
    margin: 0px 30px 15px 0;
    float: left;
    clear: both;
}

.bagfee-component .switch-list input {
    color: #777;
    text-shadow: none;
    text-transform: none;
    font-size: 0.9em;
}

.bagfee-component .leg-switch {
    float: left;
    margin: 0;
    display: inline;
}

.bagfee-component .bag-allowance-items {
    clear: both;
}

.weight-and-size-limitations, .embargo-header {
    margin: 10px 0;
}

/* bagfee tabbed component */

.dot-bagfee {
    padding: 10px;
}

.dot-bagfee-list, .dot-bagfee-list .modal-content {
    padding: 0;
}

.dot-bagfee-list p {
    margin: 2px 0
}

.dot-bagfee-list #btn-close {
    display: block;
    float: right;
    margin: 0 7px 11px 0;
    padding-top: 10px;
}

.dot-bagfee-list h4 {
    padding: 0 5px 3px 18px;
    background: url(../images/nav.png) repeat-x bottom;
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 1.05em;
}

.dot-bagfee-list .clear-float {
    overflow: hidden
}

.dot-bagfee-list .dot-baggfee-unavailable {
    margin-top: 10px;
    padding: 0 15px;
    text-align: center;
    color: #ec1225;
    font-size: 1.05em;
}

.dot-bagfee-container .yui-content {
    max-height: 500px;
    overflow: visible;
}

.dot-bagfee-container {
    min-height: 100px;
}

#dot-baggfee_2 .dot-baggfee-container .yui-content {
    height: 80px;
}

#dot-bagfee {
    padding: 0 0 20px;
    width: 702px;
}

.dot-bagfee-wrapper {
    background: url(../images/component-bg.gif) repeat-y;
}

.dot-bagfee-content {
    background: url(../images/component-top.gif) no-repeat top left;
    padding-top: 50px;
    width: 600px;
}

#dot-bagfee_2 .heading-dot-baggfee {
    padding: 5px 0 0 35px;
}

.dot-bagfee-list h5 {
    padding: 1.2em 0 0.5em 0;
}

.dot-bagfee .baggage-total-units, .bagfee .leg-bagfee-details, .dot-bagfee .embargo-item {
    margin: 10px 0;
    clear: left;
}

.dot-bagfee .leg-bagfee-details {
    padding-left: 10px;
    clear: both;
}

.dot-bagfee .leg-bagfee-details span {
    display: inline-block;
    margin-top: 2px;
}

.dot-bagfee .limitation-message {
    margin: 10px 0 0 10px;

}

.dot-bagfee .limitation-detials ul, .dot-bagfee .embargo-item ul {
    margin: 10px 0 0 25px;
}

.dot-bagfee .baggage-name {
    width: 225px;
}

.dot-bagfee .baggage-fee {
    width: 150px;
    text-align: center;
    display: inline-block;
}

.dot-bagfee .baggage-fee-header {
    clear: both;
}

.dot-bagfee .baggage-fee-header .margin-fix {
    margin-left: 240px;
}

.bagfee-component .float-right-wrapper {
    float: right;
    margin-top: 0px !important;
}

.bagfee-content {
    overflow: auto;
}

.dot-bagfee #dot-bag-tabs li span {
    font-weight: bold;
}

.dot-bagfee .carryon-switch-list, .dot-bagfee .embargo-switch {
    margin: 0px 30px 15px 0;
    float: left;
    clear: both;
}

.dot-bagfee .carryon-main {
    overflow: visible;
}

.bagfee-component .carryon-leg-switch {
    float: left;
    margin: 0;
    display: inline;
}

.dot-bagfee .carryon-switch-list .leg-switch-selected .button-toggle-left {
    background-position: 0px -280px;
}

.dot-bagfee .carryon-switch-list .leg-switch-selected .button-toggle-right {
    background-position: right -280px;
}

.dot-bagfee .switch-list .leg-switch-selected .button-toggle-left {
    background-position: 0px -280px;
}

.dot-bagfee .switch-list .leg-switch-selected .button-toggle-right {
    background-position: right -280px;
}

.dot-bagfee .baggage-count {
    width: 150px;
    text-align: center;
    display: inline-block;
}

.dot-bagfee.additional-info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dot-bagfee .baggage-fee .baggage-fee-kilos {
    text-align: center;
    display: inline-block;
    word-wrap: break-word;
    width: 100px;
    margin-top: -12px;
}

.dot-bagfee .baggage-fee-header .margin-secondheader-fix {
    margin-left: 425px;
}/* BLP Component */
#blp .blpData {
    background: #ecf1f4;
    margin-bottom: 10px;
    margin-top : 10px;
    overflow: hidden;
    padding: 15px;
}

#blp .blpData span {
    line-height: 27px;
}

#blp .blpData .checkmark {
    background: url(../images/blp-checkmark.png) no-repeat center left;
    height: 25px;
    width: 25px;
    float: left;
}

.blpOverlays .blpOverlay {
    margin: 10px 10px 10px 10px;
}

.blpOverlays .blpOverlay .buttons {
    padding-bottom: 10px;
}

.blpOverlays .blpOverlay .blpOverlay-header {
    font-size: 1.05em;
    margin-bottom: 15px;
}

.blpOverlays .blpOverlay .blpOverlay-notice {
    margin-bottom: 20px;
}

.blpOverlays .blpOverlay .field label {
    width: 140px;
    float: left;
}

.blpOverlays .blpOverlay input.textfield {
    width: 143px;
}

.blpOverlays .blpOverlay select.clip {
    min-width: 155px;
}

.blpData {
    background: #ecf1f4;
    overflow: hidden;
    padding: 15px;
}

.blp .component-container-top {
    width: 702px;
    background: url(../images/confirmation-top.gif?1431100159342) top no-repeat;
    padding-top: 25px;
}

.blp .component-container-bottom {
    width: 202px;
    background: url(../images/confirmation-bottom.gif) top no-repeat;
    padding-top: 25px;
}


.blp .component-container-center {
    background: #ecf1f4;
    width: 100%;
    border-radius: 5px;
    border: 1px solid  ;
}
.bnpl-content {
    background: url(../images/border-white-top.gif) no-repeat top left;
    padding-top: 3px;
}
.bnpl-bottom {
    background: url(../images/border-white-bottom.gif) no-repeat bottom left;
    padding-bottom: 10px;
}
.bnpl-wrapper {
    background: url(../images/border-white-bg.gif) repeat-y;
}
.bnpl-bottom h2{
    color:black;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 0px;

}
.bnpl-description{
    border-top: 1px solid #CCCCCC;
    padding-top: 7px;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.bnpl-description ul{
    padding-left: 15px;
}
.bnpl-highlight {
    background: #E6F6F7;
    padding: 7px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 7px;

    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.bnpl-payment-highlight {
    background: #F2F2F2;
    padding: 7px;
    overflow: auto;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 7px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.bnpl-description .radio_div{margin: 4px;margin-top:15px;}
.bnpl-highlight .radio_div{margin: 7px;margin-top:7px;}
.bnpl-details-content .radio_div{margin: 4px;margin-top:10px;}

.noborder{
    border:0px;
}
.bnpl-wrapper label{margin: 5px;}
.bnpl-rent-button{

    display: inline-block;
    zoom: 1;
    float: right;
}
.bnpl-details-header{

}
.bnpl-details-content{
    padding:10px;
    padding-top:20px;

}
.bnpl-details-content ul{padding-left: 20px;}
.bnpl-details-content p{margin-bottom: 15px; padding-left: 0px !important;}
.bnpl-details-content div{margin-bottom: 25px;}

.bnpl-details-content label{margin: 5px;}
.bnpl-details-header h3{
    padding-left:15px;
    padding-top:10px;
    color: black;
}
div.bnpl-details-buttons {
   margin-bottom: 35px;
}
.cancelButton{float:right;margin:12px;color: #2B6DCC; display: inline-block; cursor: pointer}
.bold-font{font-weight: bold}
.box_overlay{overflow:auto;width: 330px;}
.bnpl-highlight .inner_highlight{margin: 25px; background: white; padding:10px;margin-top: 10px;margin-bottom:10px;}
.buttonBNPL{
    display: block;
    border-radius: 3px;
    float: right;
    text-align: center;
    box-shadow: 1px 1px 0 #CCC;
    padding: .4em 1em;
    font-weight: bold;
    margin: 0px 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left:20px;
    padding-right:20px;
    text-decoration: none;
    cursor: pointer
}
a.buttonBNPL { height:25px;line-height:25px; }
.buttonBNPLGray{
    background-color: #DDD;
    background-image: -webkit-linear-gradient(top,#F0F0F0,#DDD);
    background-image: -moz-linear-gradient(top,#F0F0F0,#DDD);
    background-image: -o-linear-gradient(top,#F0F0F0,#DDD);
    background-image: -ms-linear-gradient(top,#F0F0F0,#DDD);
    background-image: linear-gradient(top,#F0F0F0,#DDD);
    color: #5b5b5b;
    border: 1px solid #CCC;
}
.buttonBNPLGreen{
    background: #9dd53a; /* Old browsers */
    background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
    border: 1px solid #CCC;
    color: white;
}
.float-left{float: left !important;}
.bnpl-payment-highlight div{
    float:left; margin-left:10px;
    line-height: 53px;
}
.buttonBNPLGreen:hover{ color: #535353;}

.flow-message-bnplOnHold { padding: 5px; border: 0; background: none; }
.flow-message-bnplOnHold .flow-message-title { color: #9dd53a; }/** booking retrieval component **/
.bookingretrieval { float:left; clear: none; }
.bookingretrieval .component-333-wrapper label { float:left; font-size: 0.9em; padding:2px 3px 0 0; text-align:right; width:160px; }
.bookingretrieval .component-333-wrapper .button {margin-left:165px;}
.bookingretrieval .component-333-wrapper { float:none; margin:0 auto;}
.bookingretrieval .yui-panel .component-333-wrapper, .bookingretrieval .yui-panel .component, .bookingretrieval .yui-panel .component-content { background-image: none; }
.bookingretrieval h4 { padding:0 5px 3px 18px; background:url(../images/nav.png) repeat-x bottom; line-height:35px; margin-bottom:0; font-size: 1.05em; }
.bookingretrieval .hd {display: none; }
.bookingretrieval-link a{color:#255fb0;}
.bookingretrieval-link { border: 1px solid #d4dae8; margin: 0; padding: 6px; background-color: #eceff6; }
.bookingretrieval-link a{color:#255fb0;}
.ie7 .bookingretrieval .component-333-wrapper .button {margin-left:135px;}
.ie7 .bookingretrieval { width: 333px; }
.ie7 #bookingRetrievalForm_mask { visibility: hidden }

.bookingretrieval .agency-search-wrapper label { float:left; font-size: 0.9em; padding:2px 3px 0 0; text-align:right }
.bookingretrieval .agency-search-wrapper { width:702px; background:url(../images/component-bg.gif) repeat-y left; margin:0 0 15px 0; }
.bookingretrieval .agency-search-wrapper .component-content { background:url(../images/component-top.gif) no-repeat top; padding-top: 10px; }
.bookingretrieval .agency-search-wrapper .component { background:url(../images/component-bottom.gif) no-repeat bottom; padding-bottom: 15px; }
.bookingretrieval .agency-search-wrapper .button {margin-left:522px;}
.bookingretrieval .agency-search-wrapper .column { width: auto }
.bookingretrieval #booking-period { width: 20px }
#profile-info .info-content div.status-fields {
    margin: 0;
    padding-bottom: 7px;
    width: 100%;
}
#profile-info .info-content div.column label.inline {
    text-align: left;
    width: auto;
}

#profile-info .info-content div.column label.INACTIVE {
    margin-left: 143px;
    text-align: left;
    width: 600%;
}

#profile-info .info-content div.type-fields {
    margin: 0;
    padding-bottom: 7px;
    width: 100%;
}

#profile-info .info-content div.column label.SUPER {
    margin-left: 143px;
    text-align: left;
    width: 600%;
}

#captcha-container {
    width: 304px;
    height: 78px;
    clear:both;
    float:left;
}
.BOOKING #captcha-container {
    -moz-transform:    scale(0.75);
    -o-transform:      scale(0.75);
    -webkit-transform: scale(0.75);
    transform:         scale(0.75);
    margin-left: -40px;
}

.BOOKING #captcha-container, .ie8 .BOOKING #captcha-container{-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.75,
M12=0, M21=0, M22=0.75, SizingMethod='auto expand')";margin-left: -5px\0;
}

.ie7 .BOOKING #captcha-container {/* IE6 and 7 */ filter: progid:DXImageTransform.Microsoft.Matrix(
        M11=0.75,
        M12=0,
        M21=0,
        M22=0.75,
        SizingMethod='auto expand');
    margin-left: 35px;
    margin-top: 7px;
}
/* Car Component */
#car-search-noResults { background-color: #fff9d7; background-image: url("../images/flomes-warn.gif"); background-position: 5px 5px; background-repeat: no-repeat; border: 1px solid #79702e; font-family: Arial,Helvetica,sans-serif; font-size: 0.9em; margin: 10px 0; padding: 5px 5px 15px 40px;}
#car-search-noResults .search-noResults-title { color: #79702e; font-size: 1.35em; margin: 5px 0;}

#car { padding: 4px; margin-bottom: 20px;  }
#car .car-wrapper { border: 1px solid #ccc; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#car .car-content { padding: 0px;  }
#car .car-content h3.car-title { padding-top: 4px; padding-bottom: 5px; border-bottom: 1px dotted #ccc; font-size: 1.05em; font-weight: bold;}
#car .car-content h3.added  {  background: url(../images/ancillary_checkmark.png) top left no-repeat; padding-left: 30px; height: 24px; font-size: 0.975em; color: #76ab00; }
#car .car-content h3.added .remove { padding-left: 15px; font-size: 0.75em; }
#car .car-content .car-top { margin: 10px; }
#car .car-content .car-top .description { margin-bottom: 10px; min-height: 25px;}
#car .car-content .car-top .content .no-results .button { margin: 0px 10px 10px 40px; }
#car .car-content .car-top .search-criteria .label { font-weight: bold; }
#car .car-content .car-top .search-criteria { background-color:#F3F9FF; padding:10px; margin-top:10px; vertical-align:middle; border-radius: 5px; overflow:hidden;}
#car .car-content .car-top .search-criteria .car-searchCriteria-switch { float:right }
#car .car-content .car-top .search-criteria .car-searchCriteria-switch-off { text-align:right }
#car .car-content .car-top .search-criteria .car-searchCriteria-switch-off a { text-decoration:none; line-height:2em; margin:5px 0; display:inline-block; }

#car .car-content .car-top .image {  float: left; margin-right: 5px; background: url(../images/car-image.png) top left no-repeat; width: 30px; height: 20px;  }

#car .car-content .car-display-mode {padding: 5px 10px 30px;}
#car .car-content .car-display-mode input{float:right; height: 27px; width: 90px; color: #4F4E40; cursor: pointer; border: solid #CCCCCC; font-size: 0.825em;}
#car .car-content .car-display-mode input.selected {background-color: #CCCCCC}
#car .car-content .car-display-mode input.car-grid-button {border-radius: 0 5px 5px 0; border-width: 1px 1px 1px 0;}
#car .car-content .car-display-mode input.car-list-button {border-radius: 5px 0 0 5px; border-width: 1px;}
#car .car-content .car-grid .car-grid-table { margin: 10px; width: 672px; border-collapse: collapse;}
#car .car-content .car-grid .car-grid-table td {border: 1px solid #CCCCCC; }
#car .car-content .car-grid .car-grid-table .car-company-nav {height: 35px; border: 1px solid #CCCCCC; padding: 5px; font-weight: normal}
#car .car-content .car-grid .car-grid-table .car-company{background-color: #EAEAE6; height: 55px; border: 1px solid #CCCCCC; padding: 5px; font-size: 0.975em;}
#car .car-content .car-grid .car-grid-table .car-type-header{background-color: #EAEAE6; height: 120px; width: 119px; }
#car .car-content .car-grid .car-grid-table .car-type-header .car-class{font-weight: bold; font-size: 0.975em; display: block; margin: 0 0 5px 5px;}
#car .car-content .car-grid .car-grid-table .car-type-header .car-class-image{display: inline-block; background: url(../images/car-image.jpg) top left no-repeat; width:90px; height:50px; margin: 0 0 5px 5px;}
#car .car-content .car-grid .car-grid-table .car-type-header .car-description{display: inline-block; margin: 0 0 5px 5px;}
#car .car-content .car-grid .car-grid-table .car-details {text-align: center; overflow-x:hidden}
#car .car-content .car-grid .car-grid-table .car-details .car-price {margin-bottom: 10px;}
#car .car-content .car-grid .car-grid-table .car-details .car-price .price-value{font-size: 1.125em; font-weight: bold}
#car .car-content .car-grid .car-grid-table .car-details .car-price-highlighted{color:#2B6DCC}
#car .car-content .car-grid .car-grid-table .car-details .car-price .price-type{font-size: 0.75em;}
#car .car-content .car-grid .car-grid-table .car-details .car-model{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; margin: 0 auto;}
#car .car-content .car-grid .car-grid-table .car-details .car-select-button{height: 22px; width: 70px; color: #4F4E40; cursor: pointer; border: 1px solid #CCCCCC; border-radius: 5px; padding-bottom: 2px; margin-top: 10px; font-size: 0.825em;}
#car .car-content .car-grid .car-grid-table .car-grid-row{border-right: 1px solid #CCCCCC;}
#car .car-content .car-grid-footer .grid-showmorecars{margin: 10px;}
#car .car-content .car-grid-footer .grid-hidemorecars{margin: 10px;}
#car .car-content .car-grid-footer .btn-grid-cars{text-align: center; width: 100px}

#car .car-content .car-grid .grid-columns-1 .car-details {width:551px}
#car .car-content .car-grid .grid-columns-2 .car-details{width:275px}
#car .car-content .car-grid .grid-columns-3 .car-details{width:183px}
#car .car-content .car-grid .grid-columns-1 .car-model-width {width:541px}
#car .car-content .car-grid .grid-columns-2 .car-model-width{width:265px}
#car .car-content .car-grid .grid-columns-3 .car-model-width{width:173px}

#car .car-content .car-grid .car-grid-table .car-company-logo{display: inline-block; background: url(../images/car-company-logo.png) top left no-repeat; width:60px; height:30px;}
#car .car-content .car-grid .car-grid-table .car-company-hertz{display: inline-block; background: url(../images/car-company-hertz.png) top left no-repeat; width:60px; height:30px;}
#car .car-content .car-grid .car-grid-table .car-company-alamo{display: inline-block; background: url(../images/car-company-alamo.png) top left no-repeat; width:60px; height:30px;}
#car .car-content .car-grid .car-grid-table .car-company-avis{display: inline-block; background: url(../images/car-company-avis.png) top left no-repeat; width:60px; height:30px;}
#car .car-content .car-grid .car-grid-table .car-company-budget{display: inline-block; background: url(../images/car-company-budget.png) top left no-repeat; width:60px; height:30px;}
#car .car-content .car-grid .car-grid-table .car-company-dollar{display: inline-block; background: url(../images/car-company-dollar.png) top left no-repeat; width:60px; height:30px;}
#car .car-content .car-grid .car-grid-table .car-company-enterprise{display: inline-block; background: url(../images/car-company-enterprise.png) top left no-repeat; width:60px; height:30px;}
#car .car-content .car-grid .car-grid-table .car-company-europcar{display: inline-block; background: url(../images/car-company-europcar.png) top left no-repeat; width:60px; height:30px;}
#car .car-content .car-grid .car-grid-table .car-company-thrifty{display: inline-block; background: url(../images/car-company-thrifty.png) top left no-repeat; width:60px; height:30px;}

#car .car-content .results .car { border-top: 1px dotted #ccc; margin: 10px; padding-top: 10px;  }
#car .car-content .results .no-car { text-align: center; padding-bottom: 10px;}
#car .car-content .results .no-car-message { margin: 10px; text-align: left;}
#car .car-content .results .car-image, #car .car-content .results .details, #car .car-content .results .price  {  float: left; }
#car .car-content .results .car-image { margin-right: 15px; }

.car-image .car-image-specific { width:129px; }
.company-logo-hertz{background: url(../images/car_rental_company_hertz.png) top left no-repeat; width:30px; height:20px;}

#car .car-content .results .details { width: 350px; }
#car .car-content .results .details div { margin-bottom: 7px; display: inline-block; zoom: 1; *display: inline;}
#car .car-content .results .logo {  margin-right: 5px; vertical-align: top;  }
#car .car-content .results .price { padding: 5px; float: right; text-align: center; }

#car .car-content .results .price span { padding: 0px; margin: 0px;  }
#car .car-content .results .price .total {  font-size: 1.125em; padding-top: 0px; margin-right: 10px; text-align: right; }
#car .car-content .results .price .currency {  float: none; font-size: 1.125em; padding-top: 0px; position: relative; top: -5px; }
#car .car-content .results .price .currency_right {  float: none; font-size: 1.125em; padding-top: 0px; font-weight: normal; margin-left: 3px; margin-right: 3px; }
#car .car-content .results .price .value {   font-size: 1.65em; font-weight: bold; }
#car .car-content .results .price .value {  clear: both;   }
#car .car-content .results .price .decimal {  float: none; font-size: 1.125em; padding-top: 0px; font-weight: bold;  }
#car .car-content .results .price .type { padding-left: 4px; margin-bottom: 5px;  position: relative; display:block;}
#car .car-content .results .price .car-select-button { clear: both; display: inline-block; zoom: 1; *display: inline; }

#car .car-content .results .car-footer { border-top: 1px dotted #ccc; margin: 10px; padding-top: 10px; overflow: hidden;}
#car .car-content .results .car-footer .button { margin: 0px 10px }
#car .car-content .results .paging { float: right; font-size: 0.75em; padding-top:7px; }
#car .car-content .remove-car  { overflow:hidden; padding:10px}

#car .button-gray { background-image: url(../images/button-sprite-gray.png);height:27px;float:right;margin:0 0 0 10px; }
#car .button-gray input { background-image: url(../images/button-sprite-gray.png);height:27px; line-height:27px;font-size: 0.825em;letter-spacing:0;color: #888; text-shadow: none;text-transform:none ; padding-bottom:0;}

#car-header { padding: 15px;}

#car-header .car-image {  display: inline-block;}
#car-header .car-info { width:50%; display:inline-block;}
#car-header .align-right .car-rate { font-size: 1.5em}#car-header .car-info .car-preferences ul li { display:inline-block; }
#car-header .company-logo {display: inline-block;}
#car .car-tabs { margin: 15px; clear:left; }
#car .car-tabs .yui-nav li { background: none; text-transform: none; }
#car .car-tabs .yui-nav li a { background: none; color: #4F4E40; }
#car .car-tabs .yui-nav li.selected  { border-style:solid; border-width:1px; border-color: #A1A08F; border-bottom-color:white; border-top-left-radius: 5px; border-top-right-radius: 5px; }
#car .car-tabs .yui-nav li.selected a { font-weight: bold; }
#car .car-select-button input.disabled { background-image: none; background-color: #C9C9C9; margin-left: 0; }
#car .tab-content-overview { margin: 15px; overflow: auto;}
#car .tab-content-overview .translate { font-weight: bold;}
#car .tab-content-overview .overview-body { float:left; width:70%; height: 305px; margin-right: 15px; }
#car .tab-content-overview .overview-body .car-properties {height: 30%; overflow-y: auto;}
#car .tab-content-overview li { margin-left: 25px; width:40%; float: left;}
#car .tab-content-overview .overview-body div { padding-bottom: 15px; }
#car .tab-content-overview .overview-body table {width:100%; text-align:center}
#car .tab-content-overview .overview-body table th {background-color:#d3d3d3;}
#car .tab-content-overview .overview-body table tr {height: 30px}
#car .tab-content-overview .overview-contact { background-color: #F3F9FF; border-radius: 5px 5px 5px 5px; height: 150px; margin-left: 15px; overflow: hidden; float:left; width: 25%;}
#car .tab-content-overview .overview-contact div { display: block; padding: 15px; }
#car .tab-content-overview .overview-contact span {  padding-bottom: 15px; display:inline;}
#car .car-overlays .yui-module {border-style: none; background: #FFFFFF; border-radius: 5px 5px 5px 5px;}
#car .car-overlays .container-close {background: url("../images/btn_close.png"); display: block; height: 25px; right: -10px; top: -10px; width: 24px; position: absolute;}
#car .car-overlay-link { cursor: pointer;}


#car .car-search-form { margin-left: 15px; margin-top: 20px;}
#car .car-search-form li {
    list-style-type: none;
}

#car .car-search-main-label {
    text-align: right;
    width: 99px;
    font-weight: bold;
    margin:0 !important;
    margin-right:10px;
    padding:18px 0 0 0;
}

#car .car-search-location label {
    float: left;
}

#car .car-search-location ul {
    float: left;
}

#car .car-search-location li div {
    float: left;
    margin-right: 10px;
    height:38px;
}

#car .car-search-location li div input {
    display: block;
    clear:left;
}

#car .car-search-location li div input.time-picker {
    display: block;
    clear: left;
    width: 5em;
}

#car-pickup-time-popup .table-container {
    min-width: 8em;
    max-width: 8em;
}

#car-dropoff-time-popup .table-container {
    min-width: 8em;
    max-width: 8em;
}

#car .car-search-location li div select {
    display: block;
    clear: left;
    width: 150px;
}
#car .car-search-location li {
    display: block;
}
#car-driver-age {margin-top: 15px;}
#car-driver-citizenship {margin-top: 15px;margin-left: 10px;}
#car .field-description {padding-left: 5px; color:#aaa;}
#car .car-search-dropoff { margin-top: 10px;}
#car .car-search-loyalty-number { padding-top: 10px;}
#car .car-search-loyalty-number .car-search-main-label { margin-right: 3px; padding: 0;}
#car .car-search-button {margin-left: 108px;}
#car .car-search-submit {margin-top: 20px;}
#car .car-search-submit div.button-gray {margin-left: 108px; float: left;}
#car .car-search-location li div select.car-search-hours {margin-top: 15px;}
#car-header .car-image {  float: left; width: 20%;}
#car-header .car-price {width:20%; float:right; text-align: center;}
#car-header .car-price .car-select-button {display: inline-block; zoom: 1; *display: inline;}
#car-header .car-price .car-rate { font-size: 1.5em;}
#car-header .car-info .car-preferences ul li { display:inline-block; zoom: 1; *display: inline;}
#car-header .company-logo {display: inline-block; zoom: 1; *display: inline;}
.car-overlay .car-tabs { margin: 15px; clear:left; }
.car-overlay .car-tabs .yui-nav li { background: none; text-transform: none; }
.car-overlay .car-tabs .yui-nav li a { background: none; color: #4F4E40; }
.car-overlay .car-tabs .yui-nav li.selected  { border-style:solid; border-width:1px; border-color: #A1A08F; border-bottom-color:white; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.car-overlay .car-tabs .yui-nav li.selected a { font-weight: bold; }
.car-overlay .car-select-button input.disabled { background-image: none; background-color: #C9C9C9; margin-left: 0; }
.car-overlay .tab-content.tab-content-overview { margin: 15px; overflow: auto;}
.car-overlay .tab-content.tab-content-overview .contactInfo { font-weight: bold;}
.car-overlay .tab-content-overview .overview-body { float:left; width:70%; height: 305px; margin-right: 15px; }
.car-overlay .tab-content-overview .overview-body .car-properties {height: 30%; overflow-y: auto;}
.car-overlay .tab-content-overview li { margin-left: 25px; width:40%; float: left;}
.car-overlay .tab-content-overview .overview-body div { padding-bottom: 15px; }
.car-overlay .tab-content-overview .overview-body table {width:100%; text-align:center}
.car-overlay .tab-content-overview .overview-body table th {background-color:#d3d3d3;}
.car-overlay .tab-content-overview .overview-body table tr {height: 30px}
.car-overlay .tab-content-overview .overview-contact { background-color: #F3F9FF; border-radius: 5px 5px 5px 5px; height: auto; margin-left: 15px; overflow: hidden; float:left; width: 25%;}
.car-overlay .tab-content-overview .overview-contact div { padding: 10px; }
.car-overlay .tab-content-overview .overview-contact div.locationInfoAddress span { display:block; }
.car-overlay .tab-content-overview .overview-contact span { display:inline;}
.car-overlay .tab-content-overview .overview-contact div div { padding: 0px; }
.car-overlay .yui-module {border-style: none; background: #FFFFFF; border-radius: 5px 5px 5px 5px;}
.car-overlay .container-close {background: url("../images/btn_close.png"); display: block; height: 25px; right: -10px; top: -10px; width: 24px; position: absolute;}
.car-overlay .car-overlay-link { cursor: pointer;}

.carOverlays .cancellationPolicyOverlay  { width:450px; height:300px; }
.carOverlays .cancellation-policy { width: 422px; height: 270px; margin: 30px 20px 20px; overflow-y: auto; }

.driver-details-overlay .driver-details-header{padding: 8px}
.driver-details-overlay .driver-details{margin-left: 15px; margin-top: 20px}
.driver-details-overlay .driver-details .field {margin-top: 10px}
.driver-details-overlay .driver-details .field label{width: 20%; display: inline-block; text-align: right;}
.driver-details-overlay .driver-details .field input{width: 20%; display: inline-block}
.driver-details-overlay .driver-details .checkbox-field{margin-left: 20%; margin-top: 10px}
.driver-details-overlay .driver-details-footer {margin-top: 20px}
.driver-details-overlay .driver-details-footer .field-required-legend { display: inline-block; zoom: 1; *display: inline;}
.driver-details-overlay .car-rent-button { clear: both; display: inline-block; zoom: 1; *display: inline; float:right; }
.driver-details-overlay .disabled { cursor: auto; margin-left: 0; }
.driver-details-overlay a {cursor: pointer}
.driver-details-overlay #phone-areaCode {width: 20px}
.driver-details-overlay #phone-number {width: 85px}
.driver-details-overlay #phone-extension {width: 20px}
.driver-details-overlay #airlineCode {width:20px}
.driver-details-overlay #flightNumber {width:40px}

#car .car-search-location li div input.car-search-minutes {width: 31px; margin-top: 15px;}
.tcOverlay .car-tc-frame {margin-top: 32px; width:700px; height: 283px;border: none}
#car .search-criteria-car
{
    width:400px;
    display:inline-block;
}
#car .car-pickup,.car-dropoff{
   display:inline;
}
#car .description{
    width:394px;
    display:inline-block;
}

/* Car Summary Component */
#carSummary { padding: 4px; margin-bottom: 20px;  }
#carSummary .car-wrapper { border: 1px solid #ccc; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#carSummary .car-content { padding: 0px;  }
#carSummary .car-content h3.car-title { padding-top: 4px; padding-bottom: 5px; border-bottom: 1px dotted #ccc; font-size: 0.975em;font-weight: bold; }
#carSummary .car-content .car-top { margin: 10px; }
#carSummary .car-content .car-top .description { margin-bottom: 10px; min-height: 25px;}
#carSummary .car-content .car-top .image {  float: left; margin-right: 5px; background: url(../images/car-image.png) top left no-repeat; width: 30px; height: 20px;  }

#carSummary .car-content .car-top .content table { border-collapse:separate; border-spacing:10px; width: 100%; }
#carSummary .car-content .car-top .content .section { background-color:#EAF4FD; padding:10px; margin-top:10px; vertical-align:middle; }
#carSummary .car-content .car-top .content .section .car-confirmation { display: block; text-align: center; }
#carSummary .car-content .car-top .content .section .car-confirmation .label { display: block; text-align: center; }
#carSummary .car-content .car-top .content .section .car-confirmation .number { font-size: 0.825em; font-weight: bold; text-align: center; }
#carSummary .car-content .car-top .content .section .car-pickup .label { display: block; font-weight: bold; }
#carSummary .car-content .car-top .content .section .car-dropoff .label { display: block; font-weight: bold; }
#carSummary .car-content .car-top .content .section .car-details .label { display: block; font-weight: bold; }
#carSummary .car-content .car-top .content .no-background-section {margin-left:10px;}
#carSummary .car-content .car-top .content .no-background-section .label { display: block; font-weight: bold; }
#carSummary .car-content .car-top .content .no-background-section .feature { display: block; }
#carSummary .car-content .car-top .content .cell { vertical-align:top; }

#cart-component { background:url(../images/sidebar-bg.gif) repeat-y; margin-bottom:15px; padding:0; clear:both; }
#cart-component .cart-loading { width:100%; height: 100%;  position: absolute; top: 0; }
#cart-component .component-top { background:url(../images/sidebar-top.gif) no-repeat; padding-top:10px; width:100%; }
#cart-component .component-bottom { background:url(../images/sidebar-bottom.gif) no-repeat bottom; padding-bottom:10px; }
#cart-component .component-content { background-image:none; }
#cart-component .component-beside h2{display: inline;}
#cart-component .component-beside {padding-bottom: 10px;margin-bottom: 10px;}
#cart-component h1, #cart-component h2, #cart-component h3, #cart-component h4 {color: #2B6DCC;}
#cart-component .modify-link { font-size: 0.90em; font-weight: normal; margin-right: 10px; }
#cart-component .total-top h4 { font-size: 0.975em; font-weight: normal; display: inline; }
#cart-component .total-top .clear,
#cart-component .total-bottom .clear { display: block; }
#cart-component .total-top .total-price-label { position: relative; top: 2px; }
#cart-component .total-top span.total-price-label { color: #2b6dcc;display: inline;font-size: 0.975em;font-weight: normal; }
#cart-component .total-top em { font-size: 1.5em; font-weight: bold;}
#cart-component .paymentDcc-top  { display: block; margin: -1px 10px 0 20px; padding: 0 0 10px;}
#cart-component .paymentDcc-top h4 { font-size: 0.975em; font-weight: normal; display: inline; }
#cart-component .paymentDcc-top .clear,
#cart-component .paymentDcc-bottom .clear { display: block; }
#cart-component .paymentDcc-top .total-price-label { position: relative; top: 2px; }
#cart-component .paymentDcc-top em { font-size: 1.5em; font-weight: bold;}
#cart-total-price .is-conjunction { font-size: 0.9em; }
.cart-total-price .is-conjunction { font-size: 0.9em; }
#cart-component .is-alternative { margin-bottom: 10px; }
#cart-component .prices-alternative { text-align: right; float: right; }
.total-top .prices-alternative { color: #2B6DCC; }
.paymentDcc-top .prices-alternative { color: #2B6DCC; }
.paymentDcc-bottom .prices-alternative { color: #2B6DCC; }
#cart-component .prices-or { display: block; clear: both; text-align: right; margin-bottom: -3px; color: #333; }
#cart-component .prices-and { display: block; color: #333; }
#cart-component .component-section .hotel-component-section { margin-left:30px; width: 190px;  }
#cart-component .component-section span { margin-bottom: 0px;  }
#cart-component .component-section ul {list-style-type :none;}
#cart-component .component-section .class { font-weight: bold; padding-bottom: 5px; display: block; }
#cart-component .component-section .number{padding-bottom: 5px; display: block; }
#cart-component .component-section .city { margin-top: 5px;display: block;padding-bottom: 5px; }
#cart-component .component-section .dates { display: block;padding-bottom: 5px; }
#cart-component .component-section .city .cityFlightType { font-weight: bold; }
#cart-component .component-section { margin:0 8px 0; padding:3px 0; }
#cart-component .component-section h3 { padding-left: 30px; margin-top: 0px; padding-top: 7px; height: 20px; background: url(../images/cart_icons.png) no-repeat; }
#cart-component .cart-departing h3 { font-weight:bold; font-size: 0.9em;background-position:0px 0px; }
#cart-component .cart-arriving h3 {font-weight:bold; font-size: 0.9em; background-position:0px -30px; }
#cart-component .cart-ancillaries h4 { background-position:0px -60px; }
#cart-component .cart-pax h3 { font-weight:bold; font-size: 0.9em; background-position:0px -90px; }
#cart-component .crossToggler span { padding-left: 10px; margin-top: 0px; height: 15px; background: url(../images/btn-toggle-prices.png) no-repeat; }
#cart-component .crossToggler .open span { padding-left: 10px; margin-top: 0px; height: 15px; background: url(../images/btn-toggle-prices.png) no-repeat; background-position: 0 -15px;}
#cart-component .crossToggler a { margin-left: 0px !important; }
#cart-component .crossToggler a.toggler {padding-left: 10px; margin-top: 0px; height: 15px; background: url(../images/btn-toggle-prices.png) no-repeat; }
#cart-component .crossTogglerLabel { float: left; }
#cart-component .refund-section { font-weight: bold; }
#cart-component .refund-category { font-weight: bold; }
#cart-component .explainLink { font-size: 0.7em; }
#price-info-exchange h4 { padding-left: 15px; }
#cart-component .price-details h3 { font-weight:bold; font-size: 0.9em;background:0px -1200px; padding-left: 0px;}
#cart-component .price-details  { padding: 10px 2px; margin:0 8px; border-top: 1px dotted #B2B19F;}
#cart-component .price-details ul { margin:5px 5px 5px 0px; padding:0; }
#cart-component .price-details li { margin-bottom:7px; }
#cart-component .price-details li a { margin-left:7px; }
#cart-component .price-details li .price-value { font-weight:bold; }
#cart-component .price-details p { margin-bottom: 10px;}
#cart-component .price-details li em { font-style:normal; }
#cart-component .price-details .price-type { font-weight :bold; overflow:hidden; clear:both; margin-bottom: 5px; }
#cart-component .price-details .price-element-details { overflow:hidden; clear:both; margin-bottom: 5px; }
#cart-component .price-details .price-element-details li { list-style-type:none;overflow:hidden; clear:both; margin-bottom: 5px; }
#cart-component .prices-alternatives { margin-right:20px; }
#cart-component .price-details ul ol { margin:7px 0 0 22px; font-weight: normal; }
#cart-component .price-details ul ol ul { margin:7px 0 0 1px; color: #6a6a6a; }
#cart-component .price-details ul ul { margin:7px 0 0 22px; font-weight: normal; }
#cart-component .price-details ul ul ul { margin:7px 0 0 1px; color: #6a6a6a; }
#cart-component .price-details .price-type ol { margin-bottom: 15px; border-bottom: 1px dotted #B2B19F;  }
#cart-component .price-details .price-type ul { margin-bottom: 15px; border-bottom: 1px dotted #B2B19F;  }
#cart-component .hotel-details .label { font-weight: bold; }
#cart-component .hotel-details h4 { background-position: 0 -150px; display: inline-block;}
#cart-component .hotel-details .hotel-name { display: block; margin-bottom: 15px; }
#cart-component .total-bottom  { background:url(../images/cart-bg.gif) repeat-x #2062C1; min-height:23px; margin:0 8px 0 6px; padding: 6px 5px 10px 9px; }
#cart-component .total-bottom h4 { color: #fff; font-size: 0.9em; text-transform:uppercase; display: inline-block; }
#cart-component .paymentDcc-bottom  { min-height:23px; margin:8px 8px 0 6px; padding: 6px 5px 10px 9px; }
#cart-component .paymentDcc-bottom h4 { font-size: 0.9em; text-transform:uppercase; display: inline-block; }
#cart-component .total-bottom em { font-size: 1.35em; color: #fff; font-weight: bold; }
#cart-component .paymentDcc-bottom em { font-size: 1.35em; font-weight: bold; }
#cart-component .paymentDcc-bottom .paymentDcc-price-label { position: relative; }
#cart-component .total-bottom .total-price-label { position: relative; top: 4px; }
#cart-component .total-bottom span.total-price-label { color: #fff; font-size: 0.9em;font-weight:bold; text-transform:uppercase; display: inline-block;margin-bottom: 5px;}
#cart-component .total-bottom .prices-and,
#cart-component .total-bottom .prices-or { color: #fff; }
#cart-component .fare-rules { margin: 5px 10px; text-align:right; padding: 0; }
#cart-component .no-flight { font-size: 0.9em; padding:10px 0 10px 7px; }
#cart-component .price-info-box { background:url(../images/info-icon.png) 0 0 no-repeat; margin: 7px 15px 4px 29px; padding: 0 0 0 21px; font-size: 0.75em; font-style: italic; }
#cart-component .refund-info-box { background:url(../images/info-icon.png) 0 0 no-repeat; padding-left: 21px; font-size: 0.75em; font-style: italic; }
#cart-component .empty-total-price-container { position: relative; top: 4px; }
#cart-component .empty-total-info  { font-size: 0.75em; font-style: italic; display: block; padding-top: 6px; }
#cart-component .empty-total-bottom .empty-total-info { color: #fff; }
#cart-component .refund-policy { padding: 0 0 8px 30px; }
/*bnpl connected changes*/
#cart-component .li-element-totalTrip { border-top: 1px dotted #B2B19F;}
#cart-component .total-due-now-top .clear { display: block; }
#cart-component .total-due-now-top { background:url(../images/cart-bg.gif) repeat-x #2062C1; min-height:23px; margin:0 8px 0 6px; padding: 6px 5px 10px 9px; }
#cart-component .total-due-now-top h3 { color: #fff; font-size: 0.9em; text-transform:uppercase; display: inline-block;font-weight: bold; }
#cart-component .total-due-now-top em { font-size: 1.35em; color: #fff; font-weight: bold; }
#cart-component .total-due-now-top .total-price-label { position: relative; top: 4px; }
#cart-component .total-due-now-top .prices-and,
#cart-component .total-due-now-top .prices-or { color: #fff; }
#cart-component .total-due-now-bottom .clear { display: block; }
#cart-component .total-due-now-top, #cart-component .total-due-now-bottom { background:url(../images/cart-bg.gif) repeat-x #2062C1; min-height:23px; margin:0 8px 0 6px; padding: 6px 5px 10px 9px; }
#cart-component .total-due-now-bottom h4 { color: #fff; font-size: 0.9em; text-transform:uppercase; display: inline-block; }
#cart-component .total-due-now-bottom em { font-size: 1.35em; color: #fff; font-weight: bold; }
#cart-component .total-due-now-bottom .total-price-label { position: relative; top: 4px; }
#cart-component .total-due-now-bottom .prices-and,
#cart-component .total-due-now-bottom .prices-or { color: #fff; }
/*end of bnpl connected changes*/
#cart-component .cart-flights-label { margin-top: 2px; margin-left: 10px;font-weight:bold; font-size:12px; }
#cart-component .customFareAdvisors { display: inline-block; overflow: hidden; width: 228px; }
#cart-component .flightAdvisor { float: left; width: 100%; }

.differentTripType-navigation {margin: 40px 5px 5px;}
.differentTripType-navigation a {display: block; background-color: #9FC353; background-image: -webkit-linear-gradient(top, #f0f0f0, #9FC353); background-image: -moz-linear-gradient(top, #f0f0f0, #9FC353); background-image: -o-linear-gradient(top, #f0f0f0, #9FC353); background-image: -ms-linear-gradient(top, #f0f0f0, #9FC353); background-image: linear-gradient(top, #f0f0f0, #9FC353); border: 1px solid #ccc; border-radius: 7px; box-shadow: 1px 1px 0 #ccc; padding: .4em 1em; margin-right:20px;maring-top:40px; text-decoration: none; float:right;}

#cart-component .non-ref-box .prices-alternative { text-align: left; float: none; display: inline; }
#cart-component .non-ref-box .prices-alternatives { margin-right:0px; }

#cart-component .cart-car-list {margin-left: 30px;margin-bottom: 30px;}
.cart-car-list span {display: block;}
#contact-info .phone-tooltip-container { margin-left: 30px;}
#contact-info .select-field-required-icon {width:12px; text-align: right; font-size: 0.9em;}
#contact-info .select-field-required-empty {
    margin-right: 5px;
    display: inline-block;
    font-size: 0.9em;
    float: left;
    width:12px;
    text-align: right;
}#flight-advisory-messages-component .flight-advisory-info, #flight-advisory-messages-component .flight-advisory-warning, #flight-advisory-messages-component .flight-advisory-error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border: 1px solid;
    margin: 10px 0;
    padding: 5px 5px 15px 40px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#flight-advisory-messages-component .flight-advisory-info {
    border-color: #d4dae8;
    background-color: #eceff6;
    background-image: url('../images/fam-info.gif');
}

#flight-advisory-messages-component .flight-advisory-warning {
    border-color: #e2c822;
    background-color: #fff9d7;
    background-image: url('../images/fam-warn.gif');
}

#flight-advisory-messages-component .flight-advisory-error {
    border-color: #c10000;
    background-color: #fdd8d8;
    background-image: url('../images/fam-error.gif');
}
/* fare rules component */

/** screen.css **/

.fare-rules {padding: 10px;}
.fare-rules-list, .fare-rules-list .modal-content { padding:0;}
.fare-rules-list p {margin: 2px 0}
.fare-rules-list #btn-close { display:block; float:right; margin:0 7px 11px 0; padding-top:10px;}
.fare-rules-list h4 { padding:0 5px 3px 18px; background:url(../images/nav.png) repeat-x bottom; line-height:35px; margin-bottom:10px; font-size: 1.05em; }
.fare-rules-list .clear-float {overflow: hidden}
.fare-rules-list .fare-rules-unavailable {margin-top: 10px; padding: 0 15px; text-align: center; color: #EC1225; font-size: 1.05em;}
.fare-rules-container .yui-content{ max-height: 500px; overflow: auto; }
.fare-rules-container {min-height: 100px;}
#farerules_2 .fare-rules-container .yui-content { height:80px; }
#farerules { padding: 0 0 20px; width: 702px;}
.farerules-wrapper { background:url(../images/component-bg.gif) repeat-y;}
.farerules-content { background:url(../images/component-top.gif) no-repeat top left; padding-top:3px;}
.fareruleA { background: url("../images/payment-bottom.gif") no-repeat scroll left bottom transparent;}
#farerules_2 .heading-farerules {padding:5px 0 0 10px; }
.fare-rules-list h3 { padding: 1.2em 0 0.5em 0;font-size: 0.85em;font-weight:bold;}
.fare-rules-list .farebasis { font-size: 1.1em; padding: 1em 0; }

/* terms and conditions */
.farerules-inline-disabled {margin: 10px 0 0 20px !important;}

.single-tab-content {
    min-height: 200px;
    max-height: 400px;
    overflow: auto;
}
.single-tab-li{margin-left: 20px; font-weight: bold;}
.translate-span{margin-left: 20px; font-family: monospace;}
.full-airport-code{display:none;}.flight-advisories-day-info, .flight-advisories-day-warning, .flight-advisories-day-error, .flight-advisories-day-marketing {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border: 1px solid;
    margin: 10px 0;
    padding: 5px 5px 15px 40px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

.flight-list th {
    font-weight: normal;
    color: #000;
    white-space: nowrap;
}

.flight-number{
    display: table-cell;
}

.duration-wrapper  ,.operating-carrier-wrapper, .current-date, .airport_code, .time{
    color: #000;
}
.flight-advisories-day-info, .flight-advisories-day-marketing {
    border-color: #d4dae8;
    background-color: #eceff6;
    background-image: url('../images/fam-info.gif');
}

.flight-advisories-day-warning {
    border-color: #e2c822;
    background-color: #fff9d7;
    background-image: url('../images/fam-warn.gif');
}

.flight-advisories-day-error {
    border-color: #c10000;
    background-color: #fdd8d8;
    background-image: url('../images/fam-error.gif');
}

.flight-advisory-messages-day {
    clear: both;
}

.flight-list .outbound-selected-with-advisors, .flight-list .inbound-selected-with-advisors, .flight-list .leg-selected-with-advisors {
    background-image: url('../images/fam-arrow.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 27px auto;
}

.flight-list tbody td div.content-holder {
    width: 100%;
    height: 100%;
    padding: 3px;
    *padding-left: 0; /* IE */
    *padding-right: 0; /* IE */
}

.flight-list tbody td div.content-holder div.outer {
    display: table;
    height: 100%;
    width: 100%;
}

.flight-list tbody td div.content-holder div.inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px 0px 0px;
}

.flight-list tbody td.price-cell {
    height: 100%;
    padding: 0px;
}

.flight-list tbody td.price-cell .prices-alternative {
    display: block;
}

.flight-list tbody td.price-cell .prices-alternatives,
.flight-list tbody td.price-cell .prices-alternative,
.flight-list tbody td.price-cell .prices-currency,
.flight-list tbody td.price-cell .prices-amount
{
    text-decoration: inherit;
    font-size: 10px;
}

.flight-list tbody td.price-cell .prices-strikethrough .prices-alternative,
.flight-list tbody td.amenity .prices-strikethrough .prices-alternative,
.collapsed-leg tbody td.price .prices-strikethrough .prices-alternative {
    text-decoration: line-through;
}

.flight-advisory-day-msg {
    margin-top: 5px;
    margin-bottom: 5px;
}

.flc .flight-info {
    text-align: left;
}

.flc .flight-info-segment {
    margin-top: 3px;
    padding: 3px;
}

.flc .flight-info-segment:first-child {
    margin-top: 0;
}

.flc .flight-number-direction-wrapper > p {
    display: inline;
}

.flc .duration-total-wrapper {
    margin-top: 10px;
}

.flc .duration-total-wrapper .stops{
    display: block;
}

.flight-list-container .current-date {
    margin-right: 6px;
}

.flc .fam-flight-info-segment-error {
    background-color: #fce3e6;
}

.flc .fam-flight-info-segment-warning {
    background-color: #fff9d7;
}

.flc .fam-flight-info-segment-info {
    background-color: #f0fce4;
}

.flc .flight-info .flight-advisory-error {
    color: #bf5375;
}

.flc .flight-info .flight-advisory-warning {
    color: #b78a3d;
}

.flc .flight-info .flight-advisory-info {
    color: #83aa58;
}

.flc .flight-advisory-messages {
    margin-top: 5px;
}

.flc .operating-carrier-wrapper {
    font-size: 0.85em;
}

.flc .menu-dates li .date-bundled {
    line-height: 12px;
    font-size: 0.675em;
}

.flc .menu-dates li .date-to-container {
    line-height: 12px;
}

.flc .menu-dates li .date-to {
    display: inline;
}

#leg-messages-component {
    padding: 5px 0 0 0;
}

.flc .leg-message-text {
    line-height: 1.1em
}

.flc .leg-message-info,
.flc .leg-message-warn,
.flc .leg-message-error {
    border: 1px solid;
    margin: 10px 0;
    padding: 5px 5px 15px 40px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.flc .leg-message-info {
    border-color: #d4dae8;
    background-color: #eceff6;
    background-image: url('../images/flomes-info.gif');
}

.flc .leg-message-warn {
    border-color: #e2c822;
    background-color: #fff9d7;
    background-image: url('../images/flomes-warn.gif');
}

.flc .leg-message-error {
    border-color: #c10000;
    background-color: #fdd8d8;
    background-image: url('../images/flomes-error.gif');
}

.flc .leg-message-title {
    margin: 5px 0;
    font-size: 1.5em;
}

.flc .leg-message-info .leg-message-title {
    color: #00529B;
}

.flc .leg-message-warn .leg-message-title {
    color: #9F6000;
}

.flc .leg-message-error .leg-message-title {
    color: #D8000C;
}

.flight-list .flight-ancillaries-info {
    text-align: left;
    margin: 6px;
    line-height: 150%;
}

.flight-list .flight-ancillaries-info .flight-ancillaries-details p {
    display: inline;
}

.flight-list .flight-ancillaries-info .flight-ancillaries-details .view-seats {
    margin-left: 5px;
}

.flight-list .flight-ancillaries-info .flight-ancillaries-tab ul {
    margin-top: 8px;
    margin-bottom: 8px;
}

.flight-list .flight-ancillaries-info .flight-ancillaries-tab ul li a {
    background: #EEEEEE;
    color: #222;
    border-left: 1px solid #D7D7CF;
    border-right: 1px solid #D7D7CF;
    border-bottom: 1px solid #D7D7CF;
    text-decoration: none;
    zoom: 1;
}

.flight-list .flight-ancillaries-info .flight-ancillaries-tab ul li a.selected {
    background: #fff;
    color: #344385;
}

.flight-list .flight-ancillaries-info .yui3-tab-selected .yui3-tab-label,
.flight-list .flight-ancillaries-info .yui3-tab-selected .yui3-tab-label:focus,
.flight-list .flight-ancillaries-info .yui3-tab-selected .yui3-tab-label:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #D7D7CF;
}

.flight-list .flight-ancillaries-info ul li {
    list-style-type: none;
    display: inline-block;
    display: -moz-inline-stack;
    *display: inline; /* IE */
    vertical-align: bottom;
    cursor: pointer;
    zoom: 1;
}

.flight-list .flight-ancillaries-info .flight-info-init-state ul li:first-child a {
    background: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #D7D7CF;
    margin-left: 0px;
}

.flight-list .flight-ancillaries-info .flight-info-init-state ul li a {
    display: inline-block;
    padding: 6px 10px;
    position: relative;
    vertical-align: bottom;
    margin-left: -6px;
    zoom: 1;
    border-left: 1px solid #D7D7CF;
    border-right: 1px solid #D7D7CF;
    border-bottom: 1px solid #D7D7CF;
}

/*.flight-list .flight-ancillaries-info .flight-info-init-state .flight-details-tab .inner-flight-details-tab:not(:first-child) {
    display: none;
}*/

.flight-list .flight-ancillaries-info .flight-info-init-state .flight-details-tab .inner-flight-details-tab {
    display: none;
}

.flight-list .flight-ancillaries-info .flight-info-init-state .flight-details-tab .inner-flight-details-tab.visible0 {
    display: block;
}

.flight-ancillary-info-image {
    margin-top: 6px;
}

.flight-ancillary-info-image div {
    display: inline;
    float: left;
    margin: 2px;
}

.flight-ancillary-info-image .ancillary-info-image {
    width: 26px;
    height: 26px;
    background: url(../images/ibe-sprite2.png) no-repeat;
    background-position: 0 -630px;
}

.brandAncillariesInfoContent .ancillary-info-image {
    padding-left: 2px;
    padding-right: 2px;
}

.brandAncillariesInfoContent .selected-image {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #96A2F7;
}

.brand-overlay-ancillary-info-image
{
    display:block;
    float:left;
    visibility: inherit;
}

.brandAncillariesInfoContent .brand-ancillary-name
{
    min-width:100px;
    min-height:20px;
    border: 1px solid #AAAAAA;
    display: block;
    float: none;
    clear: left;
}

.flight-ancillary-info-image .ancillary-airplane {
    background-position: 0 0;
}

.flight-ancillary-info-image .ancillary-AUS {
    background-position: 0 -810px;
}

.flight-ancillary-info-image .ancillary-0A1 {
    background-position: 0 -630px;
}

.flight-ancillary-info-image .ancillary-0AT {
    background-position: 0 -390px;
}

.flight-ancillary-info-image .ancillary-LGS {
    background-position: 0 -660px;
}

.flight-ancillary-info-image .ancillary-0C1 {
    background-position: 0 -720px;
}

.flight-ancillary-info-image .ancillary-0C4 {
    background-position: 0 -750px;
}

.brand-ancillary-info-image{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.brand-ancillary-info-image .flight-ancillary-info-image {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

.brand-ancillary-info-image .flight-ancillary-info-image .branded-ancillary-info-image {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

.flc .amenties-filter {
    width: 100px;
    height: 25px;
    display: inline-block;
    text-align: center;
    height: 20px;
    border: 1px solid #AAAAAA;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(47%, rgb(246, 246, 246)), color-stop(100%, rgb(237, 237, 237)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.flc .fare-inclusions {
    margin-top:-4px;
    left: 430px;
    top: 103px;
    width: 140px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border: 1px solid #AAAAAA;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(47%, rgb(246, 246, 246)), color-stop(100%, rgb(237, 237, 237)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    cursor:pointer;
}

.fare-inclusions a{
    font-size: 10px;
    color: #666;
    text-align: center;
    line-height: 8px;
    font-family: "Verdana Regular","Verdana";
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.fare-inclusions span {
    position: relative;
    top: 6px;
    width: 124px;
    word-wrap: break-word;
}

.brandsFilter {
    float: right;
}

.amenties-list {
    overflow: visible;
    width: 150px;
    padding: 10px;
}

.amenties-checkbox {
    left: 10px;
    width: 140px;
}

.flight-advisories-itinerary-info, .flight-advisories-itinerary-warning, .flight-advisories-itinerary-error, .flight-advisories-itinerary-marketing {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border: 1px solid;
    margin: 10px 0;
    padding: 5px 5px 15px 40px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

.flight-advisories-itinerary-info, .flight-advisories-itinerary-marketing {
    border-color: #d4dae8;
    background-color: #eceff6;
    background-image: url('../images/fam-info.gif');
}

.flight-advisories-itinerary-warning {
    border-color: #e2c822;
    background-color: #fff9d7;
    background-image: url('../images/fam-warn.gif');
}

.flight-advisories-itinerary-error {
    border-color: #ff0000;
    background-color: #fdd8d8;
    background-image: url('../images/fam-error.gif');
}

.flight-advisory-itinerary-msg {
    margin-top: 5px;
    margin-bottom: 5px;
}

.priceLabelStretch {
    display: block;
}

.flight-list tbody tr td.partial {
    border-right: none;
}

/*flights overview table */
.flightsOverviewHolder {
    width: 100%;
    margin: 10px 0;
}
.flightsOverviewHolder ul.flightsOverview {
    list-style: none;
    border: #9B9B9B 1px solid;
}
.flightsOverviewHolder ul.flightsOverview li {
    padding: 10px 10px;
    border-bottom: #9B9B9B 1px solid;
    list-style-position: inside;
    overflow: hidden;
}
.flightsOverviewHolder ul.flightsOverview li:last-child {
    border-bottom: none;
}
.flightsOverviewCellDesc {
    width: 50%;
    float: left;
    font-size: 1.125em;
    color: #242424;
}
.flightsOverviewCellDesc .flightTitle {
    font-size: 0.9em;

}
.flightsOverviewCellDesc .flightsOverviewDetails {
    font-size: 0.9em;
    color: #7E7E7E;
    padding: 5px 0 0 0;
}
.flightsOverviewCellDate {
    width: 45%;
    float: left;
    text-align: right;
    font-size: 0.975em;
    padding: 11px 0 0 0;
}
.flightsOverviewCell-clear {
    clear: both;
}

.flc_sold_out, .farefamily-cell-soldout{
    color: #ff0000;
    font-weight: bold;
}

#flc-modify-search-trigger {
    text-decoration: underline;
    float: right;
}

.flcModifySearch {
    padding-top: 5px;
    padding-bottom: 40px;
}

.leadPriceOption {
    display: inline-block;
    border-radius: 3px;
    color: #FFF;
    font-weight: bold;
    margin: 0 auto;
}

.leadPriceOption.paddingb2c {
    padding: 8px 15px;
}

.leadPriceOption.paddingrbe {
    padding: 12px 0px 0px 0px;
}

div.leadPriceOption {
    background: #8CBA2F;
}

td.cell-negofare-indicator .leadPriceOption {
    margin-left : 20px;
}

.flight-list table .leadPriceOption.disabled {
    padding: 13px 15px;
    background: #FFF;
    border-radius: 3px;
    color: #618020;
    border: 1px solid #cccccc;
    margin-bottom: 0px;
    cursor: text;
}

.flight-list tbody td.fare-family-group-0.lead-price {
    background-color: #ffffff;
    color: #000000;
    #padding : 0 0 10px 30px;
    cursor: pointer;
}

.flight-list tbody td.fare-family-group-0.lead-price.disabled {
    cursor: text;
}

.leadprice.button {
    font-size: 12px;
    padding: 0 10px;
    margin: 0 10px 0 5px;
    text-transform : capitalize;
}

.leadpriceamt {
    margin-top: -33px;
    color : #fff;
}

.flight-list table td.price input.leadprice {
    width : 110px;
    color: #fff;
}

.flc-grp.noheader  {
    background: none;
}

/*upsell matrix css   */

.flight-list tbody tr.upsell-amenity-row.prices .amenityDesc, .flight-list tbody tr.upsell-amenity-row.prices .amenity {
    border-left: medium none;
}

.upsellPriceContainer {
    padding-top: 10px;
}

.upsellPriceLabel {
    font-weight: bold;
}


.upsellPrice {
    font-weight: bold;
}

.upsellSelectContent {
    height: auto;
}


.upsell.button {
    font-size: 0.9em;
    margin: 0 10px 0 5px;
    padding: 0 10px;
}

.upsell-disclaimer {
    display: table-cell;
    padding-left: 10px;
    padding-right: 20px;
    white-space: normal;
}

.continue.button {
    font-size: 0.9em;
    background: #E4E4E4;
    color: #0066CC;
    padding: 0 10px;
    margin: 0 10px 0 5px;
}

.upsell-amenity-row .highlight, .comparison-amenity-row .highlight {
    border-style: solid;
    border-width: 2px;
    border-color: lightblue;
    border-radius: 4px;
}

.flight-list tbody tr td.amenityDesc.disclaimer.amenityDesc.disclaimer {
    border-bottom: 4px solid #d7d7d7;
    vertical-align: top;
    padding-left: 10px;
}

.amenity-short-text {
    padding-left: 20px;
}

.flight-list tbody tr td.amenityDesc.header, .flight-list tbody tr td.amenity.amenity.header {
    font-weight: bold;
    height: 50px;
    border-top: 4px #D7D7D7 solid;
    vertical-align: top;
}

.flight-list tbody td.amenity.lastBrand, .flight-list tbody td.amenity.button.lastBrand, .flight-list tbody td.amenity.header.lastBrand {
    border-right: 4px #D7D7D7 solid;
}

.flight-list tbody td.amenity.lastBrand {
    margin-right: 10px;
}

.flight-list tbody td.amenity, .flight-list tbody td.amenity.button {
    border: none;
    padding-top: 30px;
}


.flight-list tbody tr td.amenity.upgradeprice {
    border-bottom: 4px #D7D7D7 solid;
    padding-bottom: 5px;
}

.flight-list tbody td.amenity {
    padding: 0;
}

.flight-list tbody td.amenity.header {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.flight-list tbody tr td.amenity.header.selected {
    border-bottom: none;
    border-left: none;
    border-top: none;
}

.flight-list tbody tr td.amenityDesc {
    text-align: left;
    border-left: 5px #D7D7D7 solid;
    border-bottom: none;
    border-right: none;
    border-top: none;
    padding: 0;
}

.flight-list tbody td.amenity.header {
    border-top: 2px #E4E4E4 solid;
}

.flight-list tbody td.amenity-cell-selected {
    border-top: 4px #D7D7D7 solid;
    border-left: 4px #D7D7D7 solid;
    border-right: 4px #D7D7D7 solid;
    background-color: #FFFFFF;
    color: #99CC33;
    border-bottom: none;
}

.brandContent {
    padding-top: 12px;
    padding-bottom: 10px;
}

.brandContent .amenity-included .amenity-purchase {
    padding-top: 10px;
}

.brandContent.underlined {
    padding-bottom: 10px;
}

.break {
    display: block;
}

.flight-list tbody tr td.amenityDesc.header, .flight-list tbody tr td.amenity.amenity.header.title {
    padding-left: 20px;
}

.amenity-icon, .amenity-text {
    vertical-align: middle;
    display: table-cell;
    height: 20px;
}

.amenity-text {
    font-weight: bold;
}

.amenity-short-text {
    font-weight: normal;
    padding-left: 50px;
    margin-top: -5px;
    white-space: normal;
    height: auto;
}

.amenity-included {
    color: #99CC33;
}

.amenity-purchase {
    color: #E4E4E4;
}

.flight-list tbody tr td.separator-cntr, .flight-list tbody tr td.separator-cntr-last {
    border-left: 5px #D7D7D7 solid;
    border-right: 4px #D7D7D7 solid;
    border-top: none;
    border-bottom: none;
    padding: 0px;
}

.amenity-cntr {
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 10px;
}

div.amenity-separator {
    border-top:2px solid #E4E4E4;
    clear:both;
    height:0;
    margin-left: 6px;
    margin-right: 5px;
}

.amenity-included-icon {
    border: 0 none;
    background: url('../images/check.png') no-repeat;
    height: 22px;
    width: 22px;
    background-size: 18px 15px;
    margin: 0 auto;
}

.amenity-purchase-icon {
    border: 0 none;
    background: url('../images/dollar.png') no-repeat;
    height: 22px;
    width: 22px;
    background-size: 18px 15px;
    margin: 0 auto;
}

.flight-list tbody tr td.amenity.amenity.header .brandTitle.lowerBrandGrey {
    color: #c6c6c6;
}

.amenity-included-icon.included-greyIcon {
    background: url('../images/check_grey.png') no-repeat;
    background-size: 13px 12px;
    height: 22px;
    width: 22px;
    margin: 0 auto;
    border: 0 none;
}

/*accessibility*/
.container-close.highlight {
    border-style: solid;
    border-width: 2px;
    border-color: lightblue;
    border-radius: 4px;
}
.offscreen {
    position: absolute;
    left: -200em;
    top: -200em;
}

/*comparison matrix css */

.flight-list tbody tr.comparison-amenity-row.prices .amenityDesc, .flight-list tbody tr.comparison-amenity-row.prices .amenity {
    border-left: medium none;
}

.flight-list tbody .comparison-amenity-row td.amenity.button {
    border-bottom: 1px #A8C3EA solid;
    border-top: 1px #A8C3EA solid;
}

.comparison-amenity-row td.amenity,.comparison-amenity-row td.amenity.button {
    padding-top:0;
    padding-bottom: 20px;
}

.flight-list tbody td.amenity.button .selected{
    position:relative;
    width: 100px;
    height: 40px;
    font-family: "Verdana Bold","Verdana";
    font-weight: 700;
    font-style: normal;
    color: #618020;
    text-align: center;
    line-height: 14px;
    border: 1px #D7D7D7 solid;
    padding: 12px 17px;
    border-radius: 4px;
}

td .lead-price.displayed .displayed {
    width: 80px;
    height: 40px;
    font-family: "Verdana Bold","Verdana";
    font-weight: 700;
    font-style: normal;
    color: #618020;
    text-align: center;
    line-height: 40px;
    border: 1px #D7D7D7 solid;
    border-radius: 4px;
    cursor: text;
    margin: auto;
}

.flc_sold_out ,.farefamily-cell-soldout {
    color: #c10000;
    font-weight: bold;
}

.comparison-amenity-row td.displayed div.hidden{
    display:none;
}

.comparison-amenity-row td.button .button{
    font-size: 0.9em;
    line-height: 12px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: normal;
    background: none;
    background-color: #8CBA2F;
    background-repeat: no-repeat;
    text-align: center;
    white-space: normal;
}

.discount-align-b2c {
     position: relative;
     margin : auto;
     height: 7px;
 }

.discount-align-rbe {
    position: relative;
    margin : auto;
    height: 20px;
}

.discount-align-rbe-comp-matrix {
    position: relative;
    margin : auto;
    height: 7px;
}

.discount-img-cntr {
    position: relative;
}

.comparison-amenity-row .cell-discount-indicator::before, .lead-price .cell-discount-indicator::before {
    content:  url('../images/star.png');
}

.comparison-amenity-row .cell-negofare-indicator::before, .lead-price .cell-negofare-indicator::before {
    content:  url('../images/nego-fare.png');
}

.comparison-amenity-row .cell-discount-negofare-indicator::before, .lead-price .cell-discount-negofare-indicator::before {
    content:  url('../images/star-nego-fare.png');
}

td.amenity.button button {
    cursor: pointer;
    background-position: right top;
    border: 0;
    font-family: "Verdana Bold","Verdana";
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    font-style: normal;
    white-space:normal;
    text-align: center;
    line-height: 14px;
    background: none;
    background-color: #8CBA2F;
}

.comparison-amenity-row td button.paddingB2C {
    padding: 15px 10px;
}

.comparison-amenity-row td button.paddingRBE {
    padding: 5px 10px;
}

.comparison-amenity-row .highlight {
    border-style: solid;
    border-width: 2px;
    border-color: lightblue;
    border-radius: 4px;
}

.comparison-amenity-row td.amenity-desc div.amenity-text {
    font-weight: 100;
}
.offscreen {
    position: absolute;
    left: -200em;
    top: -200em;
}

.flc .expand-lead-prices {
    margin-top:-4px;
    left: 430px;
    top: 103px;
    width: 140px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border: 1px solid #AAAAAA;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(47%, rgb(246, 246, 246)), color-stop(100%, rgb(237, 237, 237)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(237, 237, 237) 100%);
    cursor:pointer;
}

.expand-lead-prices span {
    position: relative;
    top: 6px;
    width: 124px;
    word-wrap: break-word;
}

.comparison-amenity-row td.amenity .brandContent{
    padding-top: 20px;
    padding-bottom: 10px;
}

.flight-list tbody td.lead-price.amenity-cell-selected{
    border-top:0;
    border-left:0;
    border-right:1px #a8c3ea solid;
    border-bottom:4px #D7D7D7 solid;
}

.add-info-amenity {
    white-space: normal;
}

.comparison-amenity-row td.compback input.button{
    padding-bottom:20px;
    padding-top:15px;
    width:100px;
    float:right;
    font-family: "Verdana Bold","Verdana";
    height:50px;
}

.comparison-amenity-row td.compback.button {
    border-left: 5px #D7D7D7 solid;
}

.comparison-amenity-row td.compback div{
    float:right;
    width:100%;
    margin-right:20px;
    margin-top:10px;
}

.comparison-amenity-row td span.upsell-disclaimer{
    padding-top:10px;
    padding-bottom:10px;
}

.comparison-amenity-row td.amenityDesc.disclaimer{
    border-right: 5px #D7D7D7 solid;
}

div.lead-price label.flight-list-radio-button{
    /*padding-bottom: 1em;*/
}

td.amenity.button .soldout {
    width: 100px;
    height: 50px;
    font-weight: 700;
    font-style: normal;
    color: #6e6e6e;
    text-align: center;
    line-height: 50px;
    border: 1px #D7D7D7 solid;
    border-radius: 4px;
    cursor: text;
    margin: auto;
}

.comparison-amenity-row td.button .button.insufficient-miles.disabled {
    cursor: text;
    font-size: 0.9em;
    line-height: 12px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: normal;
    background: none;
    color:#6e6e6e;
    border: 1px #D7D7D7 solid;
    text-align: center;
    white-space: normal;
    border-radius: 4px;
    margin: auto;
}

.flight-list table tr td.booknow-button-row {
    border-left: 5px #D7D7D7 solid;
}

.flight-list table.comparisonMatrix {
    width: 100%;
}

.flight-list table tr td:first-child.comp-matrix-td-wrapper {
    border : none;
    margin: 0;
    padding: 0;
}

.flight-list table tr td.booknow-button-row {
    border-left: 5px #D7D7D7 solid;
}
.ancillaries-extras-dd span.prices-amount ,.ancillaries-extras-dd span.prices-currency{
    font-size: 10px;
}
#vic-flights dl {
    line-height: 18px;
}

#vic-flights dt.inline, #vic-flights dd.inline {
    display: inline;
    padding-right: 4px;
}

#vic-flights dd span.left-space {
    padding-left: 4px;
}

#vic-flights .emptydt {
    height: 18px;
}

#vic-flights .emptydd {
    height: 18px;
}

.vic-flights-code {
    color: #FFFFFF;
}

#vic-flights .ffNumber {
    border-bottom: 1px dotted #aaa;
    list-style-type: none;
    margin-bottom: 5px;
    padding: 0 0 5px;
    width: 100%;
}

#vic-flights .ffNumber div {
    width: auto;
}

#vic-flights .ffNumber span {
    display: inline-block;
}

#vic-flights .ffAirline {
    width: 100px;
}

.itinerary-wrapper {
    width: 702px;
    background: url(../images/payment-bg.gif) repeat-y left;
    margin: 0 0 15px 0;
}

.calendar-image {
    background: url(../images/calendar-reminder.png);
    width: 25px;
    height: 25px;
    display:block;
}

.bag-image {
    background: url(../images/bag.png);
    width: 24px;
    height: 18px;
    float: left;
    margin-right: 4px;
    display:block;
}

.flight-summary .flight-airline, .flight-summary .flight-direction {
    border-width: 5px 4px 0 4px;
    border-style: solid;
}

.flight-summary .flight-airline {
    padding-left: 10px;
}

.flight-summary .flight-number {
    border-width: 0 4px 0 4px;
    border-style: solid;
    padding-left: 10px;
}

.flight-summary .flight-date {
    font-size: 1.2em !important;
}

.itinerary-content .flight-summary-1 {
    background-color: #ECF1F4;
    width: 100%;
    padding: 10px 0 5px 0;
}

.itinerary-content .flight-summary-2 dl {
    float: left;
    font-size: 1.1em
}

.itinerary-content .flight-summary-2 {
    width: 100%;
}

.itinerary-content .flight-passengers {
    /*float: right;*/
    margin-right: 0px;
}

.skip-server-translation.aircraft-name{
    display:block;
    padding-bottom: 10px;
}

.flight-direction,.flightduration,.cabinclass{
    display: block;
}

.flight-time,.cabin-class-and-fare-family,.duration{
    padding-bottom: 10px;
    display: block;
}
.flight-direction,.flight-direction,.cabinclass,.flightduration ,.flightsdetails-aircraft,.operatedby{
    font-size:0.9em;
}

.itinerary-content .flight-particulars dl, .itinerary-content .flight-passengers dl * {
    font-weight: normal;
    display: inline;
    float: left;
    padding-right: 3px;
}

.itinerary-content .flight-particulars dt, .itinerary-content .flight-passengers dt {
    clear: left;
}

.flight-particulars dl dd{
    font-size: 1em;
}

.flight-particulars .flight-time,
.flight-particulars .duration,
.flight-pax-seat-section .seat{
    font-weight: bold;
}

.itinerary-content {
    background: url(../images/payment-bottom.gif) no-repeat bottom;
    padding-top: 7px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 11px;
    overflow: hidden;
}

.itinerary-content .flight-summary {
    width: 144px;
}

.itinerary-content .flight-origin .flight-airport, .itinerary-content .flight-origin .flight-location {
    padding-left: 5px;
}

.flight-passengers {
    line-height: 1.5em;
}

.flight-passengers h4 {
    color: inherit;
    max-width: 200px;
    min-width: 100px;
    word-wrap: break-word;
    padding-right: 5px;
    display: inline-block;
    font-size: 1em;
}

.flight-passengers p {
    display: inline-block;
}

#vic-flights dl {
    line-height: 1.5em;
}

#vic-flights .ffNumber {
    border-bottom: 1px dotted #AAAAAA;
    list-style-type: none;
    margin-bottom: 5px;
    padding: 0 0 5px;
    width: 100%;
}

#vic-flights .ffNumber span {
    display: inline-block;
}

#vic-flights .ffAirline {
    width: 100px;
}

.itinerary-wrapper {
    margin: 0 0 15px;
}

.itinerary-content {
    overflow: hidden;
    clear: left
}

.itinerary-info-part {
    display: block;
    float: left;
    padding: 0;
}

.flight-summary-1 {
    background-color: #eee;
    border-bottom: 0px dotted #DDDDDD;
    font-weight: normal;
}

.flight-summary-1 .flight-summary1-label{
    float: left;
    padding: 0px 15px 0px 15px;
    margin: 0;
    font-size: 1.5em;
    font-weight: normal;
    color:#4f4e40;
}


.flight-reminder-image{
    float: right;
    padding-top: 3px;
}

.flight-summary-2 dl {
    float: left;
}

.flight-summary-1, .flight-summary-2 {
    width: 100%;
}

.flight-summary-2 {
    background-color: #ECF1F4;
    font-weight: normal;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #DDDDDD;
    border-top: 0px dotted #DDDDDD;
}

.segment-status {
    background-color: #ECF1F4;
    font-weight: normal;
    width: 100%;
}

.segment-status p {
    background-color: #FFFFFF;
    padding: 10px;
    margin: 10px;
    border: 1px solid #f00;
    line-height: 1.1em;
    width: 90%;
}

.segment-status span {
    display: block;
    margin: 0 0 0 12px
}

.segment-status-error-icon {
    position: absolute;
}

.itinerary-content .arrival-time {
    width: auto;
}

.itinerary-content .flight-particulars {
    clear: none;
    float: left;
    width: 130px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}

.flight-bags-details{
    font-size: 0.86em;
}

.itinerary-content .flight-summary-2 span {
    float: left;
}

.itinerary-content .flight-summary-2 {
    width: 100%;
}

.flight-bags-quantity .included-prefix {
    width: 10px !important;
    margin-right: 40px !important;
}

.flight-bags-quantity .quantity{
    width: 17px;
}

.flight-passenger .flight-bags-details span {
    width: auto !important;
    display: inline;
}

.flight-particulars dt, .flight-particulars dd,
.flight-passengers dt, .flight-passengers dd {
    display: block;
    float: left;
    font-weight: normal;
    width: 100%;
}

.flight-passengers span {
    display: block;
    float: left;
    width: 100%;
}

.flight-particulars dt,
.flight-passengers dt{
    color: #6a6a6a;
    font-size: .9em;
}

.flight-particulars dt {
    line-height: 1em;
    clear: left;
}

.flight-particulars dd {
    font-size: 1em;
    line-height: 1em;
    clear: left;
}

.itinerary-content .flight-passengers {
    margin-right: 0px;
}

.flight-passengers {
    line-height: 1.5em;
}

.flight-passengers h4 {
    display: inline-block;
    max-width: 200px;
    min-width: 100px;
    padding-right: 3px;
    word-wrap: break-word;
}

.flight-passengers p {
    display: inline-block;
}

.paxList {
    list-style-type: none;
}

.flightsdetails #vic-flights .flight-reminder {
    float: right;
    margin: 0px;
    padding: 5px 15px 5px 5px;
}

.flight-summary .flight-date {
    font-size: 1.3em;
}

.flight-reminder{
    float: right;
}

.flight-number-label{
    padding-left: 14px;
    padding-right: 5px;
}

.flight-seperator{
    padding-left: 5px;
    padding-right: 5px;
}
.flight-particulars{
    border-right: 1px solid #DDDDDD;
}

.flight-layover{
    float: left;
    width: 100%;
    padding: 8px 0 0;
    border-top: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}
.flight-layover-label,
.flight-layover-time,
.flight-layover .flight-location{
    width: auto;
    float: left;
    padding-right: 3px;
}

.flight-layover-label{
    font-weight: bold;
    padding-left:10px;
}

.layover {
    background: none;
    padding-bottom: 0px;
}

.itinerary-content .flight-particulars dd{
    padding-bottom: 10px;
}

.flightsdetails-fare-family-name{
    color: #FF0000;
}

.itinerary-info-part .flight-passengers,
.flight-paxList{
    width: 520px;
}

.flight-pax-name-section,
.flight-pax-seat-section,
.flight-pax-extras-section{
    float: left;
}

.flight-pax-name-section{
    padding: 5px 0px 5px 15px;
    margin: 0px;
    width: 185px;
}

.passenger-information{
    font-weight: bold;
}

.flight-pax-seat-section{
    padding: 5px 0px 5px 15px;
    margin: 0px;
    width: 144px;
    border-left: 1px solid #DDDDDD
}
.flight-pax-extras-section{
    padding: 5px 0px 5px 12px;
    margin: 0px;
    width: 159px;
    border-left: 1px solid #DDDDDD
}

.flight-paxList{
    float:left;
}

.flight-pax-entry{
    width: 535px;
    float:left;
    overflow: hidden;
    margin-top: 15px;
}

.flight-pax-seat-section .seatlabel , .flight-pax-extras-section .flightsdetails-bagslabel{
    font-size: .9em;
}

.flightsdetails-fare-family-with-overlay {
    font-weight: normal;
}

.flightsdetails-marketing-iframe {
    width: 100%;
    height: 100%;
    padding-top:15px;
    border:0;
}

.flights-pax-border{
    margin-top: 10px;
    border-bottom: 2px solid #DDDDDD;
    float: left;
    width: 100%;
    margin-left: 15px;
}

.addiotional-info-operator{
    margin-left: 3px;
    margin-right: 3px;
}

.flight-option span{
    font-size: 1.1em;
}

.flight-particulars{
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}

.flight-bags-quantity * {
    font-size: 1.1em
}

.flight-bags-quantity .weight-quantity {
    padding-left: 0px;
}

.more-than-operator {
    padding-left: 4px;
    padding-right: 1px;
}

.included-prefix {
    padding-right: 4px;
}.flightstatus {
    position:relative;
    display: inline-block;
    clear:both;
}
.flightstatus:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flightstatus {
    display: block;
}
* html .flightstatus {
    height: 1%;
}

.flightstatus .clearfix{
    display: inline-block !important;
}

.flightstatus  h2.title {
    color: #689400;
    font-size: 2.1em;
    margin-left: 0;
}
.flightstatus .component-main {
    float: left;
    margin-bottom: 40px;
    margin-right: 10px;
    padding: 5px 0 0;
    position: relative;
    width: 702px;
}
.flightstatus .component-aside {
    clear: none;
    float: left;
    padding: 0;
    position: relative;
    width: 244px;
}

.flightstatus .schedule-wrapper .flightstatus-header {
    width: 60%;
    float:left;
    margin-bottom:10px;
}


.flightstatus .flightstatus-header  h2{
    margin: 0 0 10px;
    padding: 0;
}
.flightstatus .flightstatus-header h2 .icon-to-big {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-bottom:-3px;
    background-image: url('../images/connection_28_grey.png');
}

.flightstatus .flight-back {
    margin:0  0 10px 14px;
    float: left;
    display: none;
}
.flightstatus  .flight-back.details {
    display: block !important;
}

/* BUTTONS */
.flightstatus  .btn-grey {
    border: 1px solid #ccc;
    border-radius:3px;
    padding:5px 25px;
    cursor:pointer;
    color:#4f4e40;
    text-align:center;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}

.flightstatus  .btn-grey.btn-get-status-details {
    padding: 5px;
}

.flightstatus  .btn-grey.btn-show-more-ext-flights {
    padding: 5px 10px;
}

.flightstatus .sidebox .btn-grey {
    padding: 2px 20px;
    width:50%;
}

.flightstatus .button-route, .flightstatus  .button-flightNo {
    float:left;
}
.button-route.selected, .button-flightNo.selected {
    background: rgb(206,206,206); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(206,206,206,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(228,228,228,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(228,228,228,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(206,206,206,1) 0%,rgba(228,228,228,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
}
/* /BUTTONS */


/* SEARCH BOX */
.flightstatus .search-box{
    margin-right:15px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.flightstatus  .search-box.sidebox {
    margin-right: 0;
    padding: 0;
    border-radius: 7px;
}

.flightstatus  .search-box.sidebox h3{
    font-size: 0.9em;
    color: #4f4e40;
    font-weight: normal;
    padding: 15px 12px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.flightstatus  .search-box.sidebox h3.toggler {
    background: transparent url('../images/toggler-up.png') no-repeat  200px 50%;
}

.flightstatus  .search-box.sidebox h3.toggler.collapsed {
    background: transparent url('../images/toggler-down.png') no-repeat  200px 50%;
    border-bottom:none;
}

.flightstatus  .search-box.sidebox div.collapsed {
    display: none;
}





.flightstatus .search-type {
    padding: 0;
}
.flightstatus .sidebox .search-type {
    padding: 8px 12px 12px;
    width: 218px;
}

.flightstatus .search-type > span {
    float: left;
    margin:5px 15px 0 0;
    text-align: right;
    width: 90px;
}

.flightstatus .sidebox .search-type > span{
    float: none;
    display: block;
    margin:0 0 5px 0;
    text-align: left;
    font-size: 0.9em;
}


.flightstatus .search-type .first {
    border-right: none;
    border-radius:3px 0 0 3px;
}
.flightstatus .search-type .last {
    border-left: none;
    border-radius:0 3px 3px 0;
}

.flightstatus .search-options-wrapper {
    margin: 0;
}

.flightstatus .sidebox .search-options-wrapper {
    padding: 0 12px 5px;
    width: 218px;

}

.flightstatus  .select-airport-fieldset, .flightstatus  .select-flight-no-fieldset {
    padding: 0 0 0 20px;
    margin:15px 0 20px;
    border-bottom: 1px solid #ccc;
}

.flightstatus .sidebox .select-airport-fieldset, .flightstatus .sidebox .select-flight-no-fieldset {
    padding: 0;
    margin: 0 0 10px;
    border: none;
    width: 100%;
}

.flightstatus  .select-flight-no-fieldset {
    padding-left: 40px;
}
.flightstatus  .field{
    margin-bottom:20px;
    height:22px;
}

.flightstatus  .field.select-date{
    width: 100%;
}

.flightstatus .extendedScheduleSearch .field {
    height: auto;
}

.flightstatus .sidebox .field{
    margin-bottom: 20px;
}
.flightstatus .sidebox .field.column {
    width: 100%;
}

.flightstatus  .field label {
    float: left;
    margin: 3px 5px 0 0 ;
    text-align: right;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.75em;
}


.flightstatus .scheduled .field.hide-flights {
    margin: 15px 0 15px 13px;
}


.flightstatus  .field.select-airport-destination label {
    width:30px;
}

.flightstatus  .select-flight-no-fieldset label {
    width: 90px;
}

.flightstatus  .sidebox .select-flight-no-fieldset label {
    width: 170px;
}

.flightstatus .sidebox .field label, .flightstatus .sidebox .field.select-airport-destination .field label, .flightstatus .sidebox .select-flight-no-fieldset label {
    display: block;
    text-align: left;
    float: none;
}

.flightstatus  .sidebox .field-required {
    background: url("../images/red-asterisk.gif?1413318191275") no-repeat scroll center top rgba(0, 0, 0, 0) !important;
}

.flightstatus  .field .textfield {
    height: 14px;
    width: 170px;
}
.flightstatus  .field select.origin, .flightstatus  .field select.destination   {
    width:200px;
}


.flightstatus  .field select.origin, .flightstatus  .field select.destination   {
    height:22px;
}

.flightstatus .sidebox .field select.origin, .flightstatus .sidebox .field select.destination   {
    width: 134px;
    margin-bottom: 8px;
}

.flightstatus .sidebox .field .textfield {
    display: block;
    float: left;
    margin-bottom: 8px;
}

.flightstatus  .field .select-date-for-airport, .flightstatus  .select-date-for-flight-no  {
    width: 235px;
    height: 22px;
}

.flightstatus .sidebox .field .select-date-for-airport, .flightstatus .sidebox .select-date-for-flight-no  {
    width: 184px;
}

.flightstatus .buttons {
    width:100%;
}
.flightstatus .sidebox  .buttons {
    text-align: center;

}


.flightstatus .button {
    clear: both;
    margin-bottom: 5px;
    margin-left: 125px;
}

.flightstatus .sidebox .button {
    margin: 0;
    float: none;
}
.flightstatus .sidebox .select-airport-fieldset .button {
    /* margin: 0 36px 0 0;*/
}


.flightstatus .sidebox .button-small input {
    margin: 0;
    float:none;
}

/* extended schedule searchBox */
.flightstatus  .search-box.extendedScheduleSearch {
    width:545px;
    padding: 0;

}

.flightstatus  .search-box.extendedScheduleSearch h2 {
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    color:#4f4e40;
    font-weight: normal;
    font-size: 1.35em;
}

.flightstatus  .search-box.extendedScheduleSearch h2.toggler {
    background: transparent url('../images/toggler-up.png') no-repeat  500px 50%;
}

.flightstatus  .search-box.extendedScheduleSearch h2.toggler.collapsed {
    background: transparent url('../images/toggler-down.png') no-repeat  500px 50%;
}

.flightstatus  .search-box.extendedScheduleSearch .search-options-wrapper.collapsed {
    display: none;
}


.flightstatus  .search-box.extendedScheduleSearch .search-options-wrapper {
    padding: 0 20px;
}

.flightstatus  .search-box.extendedScheduleSearch .search-options-wrapper .select-date label{
    max-width: 180px;
    width: auto;
}

.flightstatus  .search-box.extendedScheduleSearch .search-options-wrapper .select-date .date-picker {
    width: 190px;
}

.flightstatus  .search-box.extendedScheduleSearch .select-airport-fieldset {
    padding:0;
}

.flightstatus  .search-box.extendedScheduleSearch .field label {
    display:block;
    float:none;
    text-align:left;
    background: none;
    clear:both;
    margin-bottom:2px;
}

/* date switcher */
.flight-schedule-date-switch {
    width: 39%;
    float: right;
    margin-top: 15px;
}
.flight-schedule-date-switch .flight-schedule-date{
    line-height: 25px;
    font-size: 1.125em;
    float:left;
}

.flight-schedule-date-switch .btn {
    float: right;
    width: 25px;
    height:25px;
    cursor: pointer;
    border: none;
    text-indent: -10000px;
    overflow: hidden;
}
.flight-schedule-date-switch .btn.disabled {
    cursor: not-allowed;
}

.flight-schedule-date-switch .prev {
    background: transparent url('../images/arrow-left.png') no-repeat  0 0;
}
.flight-schedule-date-switch .next {
    margin:0 20px 0 10px;
    background: transparent url('../images/arrow-right.png') no-repeat 0 0;
}
/* Flight List Table*/
.flightstatus .schedule-wrapper table {
    border-collapse: separate;
    border-spacing: 4px;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 0;
    width: 98%;
}

.flightstatus .schedule-wrapper thead th {
    padding: 0;
    width: 90px;
    height: 60px;
    background-color: #e4e4e4;
    text-align:center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 0.75em;
}
.flightstatus .schedule-wrapper thead th div {
    overflow:hidden;
    width: 83px;
    padding: 0 5px;
    font-size: 1.0em;
}


.flightstatus .schedule-wrapper td {
    padding: 0;
    width:90px;
    height: 55px;
    text-align:center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 0.9em;
}

.flightstatus .schedule-wrapper .depart div.abs{
    position: relative;
}
.flightstatus .schedule-wrapper .depart .icon-to{
    position: absolute;
    right: -16px;
    bottom: 50%;
    top: auto;
    margin-top: auto;
    margin-bottom: -12px;
    width: 24px;
    height: 24px;
    background-image: url('../images/connection_24_grey.png');
    z-index: 1000;
}

.flightstatus .scheduled .schedule-wrapper .depart .icon-to{
    right: -19px;

}

.flightstatus .schedule-wrapper .even  td{
    background: #f2f2f2;
}



.flightstatus .schedule-wrapper  .btn-get-status {
    padding: 5px 20px;
}

/* flight status list */
.flightstatus .flight-status-list {
    list-style-type: none;
    width: 100%;
}
.flightstatus .flight-status-list .segment {
    margin-bottom: 15px;
}

.flightstatus .flight-status-list .flight-info {
    width:100%;
}
.flightstatus .flight-status-list .flight-info h2 {
    font-size: 3.0em;
    margin-bottom: 0;
    padding-left:14px;
}
.flightstatus .flight-status-list .flight-info h2 span {
    font-size: 0.825em;
    color: #4f4e40;
    padding: 0;
}
.flightstatus .flight-status-list .flight-info .flight-date {
    float:right;
    margin: -32px 32px 0 0;
    font-size: 1.2em;
}

.flightstatus .flight-status-list  .departing-info, .flightstatus .flight-status-list  .arriving-info{
    float: left;
    margin: 0px 15px;
    padding: 8px;
    border: 1px solid #cccccc;
    width: 300px;

}

.flightstatus .flight-status-list .status-header  {
    height: 90px;
    width: 100%;
    float: left;
}
.flightstatus .flight-status-list .airport-wrapper {
    width: 40%;
    height: 90px;
    background: #4c4c4c;
    float: left;
}

.flightstatus .flight-status-list .airport-wrapper p {
    margin: 0 15px;

    color: #fff;
}

.flightstatus .flight-status-list .airport-wrapper .flight-type {
    margin-top: 12px;
    font-weight: bold;
}

.flightstatus .flight-status-list .airport-wrapper .city-code {
    font-size: 2.4em;
}

.flightstatus .flight-status-list .status-wrapper {
    width: 60%;
    height: 55px;
    padding-top: 35px;
    float: left;
    text-align:center;
}
.flightstatus .flight-status-list .status {
    margin:0;
    color:#fff;
    font-size: 1.2em;
    font-weight: bold;
    padding:5px 0 5px 30px;
}
.flightstatus .flight-status-list .ON_TIME {
    background-color: #99cc99;
}

.flightstatus .flight-status-list .ON_TIME .status {
    background: transparent url('../images/flifo_clock.png') no-repeat 0 4px;
}

.flightstatus .flight-status-list .DELAYED {
    background-color: #ffcb5e;
}
.flightstatus .flight-status-list .DELAYED .status {
    background: transparent url('../images/flifo_clock.png') no-repeat 0 4px;
}
.flightstatus .flight-status-list .ARRIVED, .flightstatus .flight-status-list .DEPARTED {
    background-color: #999999;
}
.flightstatus .flight-status-list .ARRIVED .status, .flightstatus .flight-status-list .DEPARTED .status{
    background: transparent url('../images/flifo_check.png') no-repeat 0 4px;
}
.flightstatus .flight-status-list .ARRIVED_WITH_DELAY {
    background-color: #999999;
}
.flightstatus .flight-status-list .ARRIVED_WITH_DELAY .status {
    background: transparent url('../images/flifo_check.png') no-repeat 0 4px;
}
.flightstatus .flight-status-list .CANCELLED {
    background-color: #C00;
}
.flightstatus .flight-status-list .CANCELLED .status {
    background: transparent url('../images/flifo_clock.png') no-repeat 0 4px;
}


.flightstatus .flight-status-list .status-details {
    float: left;
    width: 100%;
    margin-top:4px;
}
.flightstatus .flight-status-list .status-details .detail-item {
    float: left;
    width: 50%;
}
.flightstatus .flight-status-list .status-details .detail-item.wide {
    width: 100%;
}

.flightstatus .flight-status-list .status-details .detail-item > div {
    background-color: #f2f2f2;
    min-height:30px;
    padding: 20px;
    margin: 0 2px 4px 0;
}
.flightstatus .flight-status-list .status-details .detail-item > div.scheduled-time {
    margin: 0 2px 4px 0;
}
.flightstatus .flight-status-list .status-details .detail-item > div.estimated-time {
    margin: 0 0 4px 2px;
}
.flightstatus .flight-status-list .status-details .detail-item > div.terminal {
    margin: 0 2px 4px 0;
}
.flightstatus .flight-status-list .status-details .detail-item.wide > div.terminal {
    margin-right: 0px;
}

.flightstatus .flight-status-list .status-details .detail-item > div.baggage-claim {
    margin: 0 0 4px 2px;
}

.flightstatus .flight-status-list .status-details .detail-item  p {
    color: #000;
    margin-bottom: 4px;
    font-size: 0.9em;
}
.flightstatus .flight-status-list .status-details .detail-item  .label  {
    color: #4f4e40;
    font-size: 0.75em;
}


/* SCHEDULE */
.flightstatus .component-main.scheduled{
    width: 956px;
    margin-right:0;
}

.flightstatus .component-main.scheduled .schedule-wrapper {

}

.flightstatus .component-main.scheduled .schedule-tab-header {
    list-style-type: none;
    float:left;
    width:954px;
    margin-top: 30px;
}

.flightstatus .component-main.scheduled .schedule-tab-header .flightstatus-header {
    float: left;
    width:440px;
    padding: 0 0 0 5px;
    border-bottom: none;
}

.flightstatus .component-main.scheduled .schedule-tab-header .flightstatus-header .flightstatus-header-desc {
    display:block;
    margin-bottom: 2px;
}


.flightstatus .component-main.scheduled .schedule-tab-header .flightstatus-header.inactive {
    padding-bottom: 5px;
    background: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 0;
}


.flightstatus .component-main.scheduled .flightstatus-header.inactive, .flightstatus .component-main.scheduled .flightstatus-header.inactive h2 {
    color:#bcbcbc;
}

.flightstatus .component-main.scheduled .schedule-tab-content {
    border: 1px solid #e0e0e0;
    width:952px;
    padding:5px 0 10px;
    overflow-y: auto;
}


.flightstatus .component-main.scheduled table {
    width:950px;

}
.flightstatus .component-main.scheduled table th{
    overflow: hidden;
    width:472px;
    font-size:1.0em;
}

.flightstatus .component-main.scheduled table th.day {
    width: 60px;
    background-color: #0074c1;
}
.flightstatus .component-main.scheduled table th.day.selected {
    background-color: #003f6a;
}
.flightstatus .component-main.scheduled table th.th-desc .thead {
    width:472px;
    padding: 0;
}
.flightstatus .component-main.scheduled table th.th-desc .thead > div{
    overflow: hidden;
    float: left;
    height:38px;
    padding:22px 5px 0;
    border-right:3px solid #fff;
}
.flightstatus .component-main.scheduled table th.th-desc > div > div {
    padding:0;
}
.flightstatus .component-main.scheduled table th.th-desc div.th-flight, .flightstatus .component-main.scheduled table th.th-desc div.th-flight div {
    width: 125px;
}
.flightstatus .component-main.scheduled table th.th-desc div.th-depart , .flightstatus .component-main.scheduled table th.th-desc div.th-arrival, .flightstatus .component-main.scheduled table th.th-desc div.th-depart div, .flightstatus .component-main.scheduled table th.th-desc div.th-arrival div {
    width: 95px;
}
.flightstatus .component-main.scheduled table th.th-desc div.th-stops, .flightstatus .component-main.scheduled table th.th-desc div.th-stops div {
    width: 108px;
    border-right: none;
}


.flightstatus .component-main.scheduled table th.day div {
    width: 50px;
}

.desc-flight-time {
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
}

.desc-flight{
    float: left;
}

.aircraft{
    margin-right: 10px;
}

.flightstatus .component-main.scheduled table th.day span {
    color: #fff;
    /*font-size: 1.0em;*/
}

.flightstatus .component-main.scheduled table tr.moreHidden {
    display: none;
}

.flightstatus .component-main.scheduled table td {
    height: 45px;
}

.flightstatus .component-main.scheduled table td.day {

}

.flightstatus .component-main.scheduled table td .more,
.flightstatus .component-main.scheduled table td .depart,
.flightstatus .component-main.scheduled table td .arrival,
.flightstatus .component-main.scheduled table td .stops {
    float: left;
    text-align: center;
    margin-right:3px;
    padding: 15px 5px;
}


.flightstatus .component-main.scheduled table td .rowHeight_1 {
    padding: 15px 5px;
}
.flightstatus .component-main.scheduled table td .rowHeight_2 {
    padding: 23px 5px;
}
.flightstatus .component-main.scheduled table td .rowHeight_3 {
    padding: 31px 5px;
}
.flightstatus .component-main.scheduled table td .rowHeight_4 {
    padding: 39px 5px;
}
.flightstatus .component-main.scheduled table td .rowHeight_5 {
    padding: 47px 5px;
}

.flightstatus .component-main.scheduled table td ul {
    list-style-type: none;
    float:left;
    width: 472px;
}

.flightstatus .component-main.scheduled table .even td ul {
    border-bottom:3px solid #fff;
}
.flightstatus .component-main.scheduled table .even.folded td ul {
    border-bottom: none;
}
.flightstatus .component-main.scheduled table td .more {
    width: 125px;
}
.flightstatus .component-main.scheduled table td .depart {
    width: 95px;
}
.flightstatus .component-main.scheduled table td .arrival {
    width: 95px;
}
.flightstatus .component-main.scheduled table td .stops {
    width: 108px;
    margin-right: 0;
}

.flightstatus .component-main.scheduled table .abs {
    position: relative;
}
.flightstatus .component-main.scheduled table th .icon-more {
    background: transparent url('../images/schedule-plus-minus.png') no-repeat 0 -20px;
    position:absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    width: 20px;
    height:20px;
    border: none;
    cursor: pointer;
    text-indent: -10000px;
    overflow: hidden;
    text-align: left;
}

.flightstatus .component-main.scheduled table tr.even td .more,
.flightstatus .component-main.scheduled table tr.even td .depart,
.flightstatus .component-main.scheduled table tr.even td .arrival,
.flightstatus .component-main.scheduled table tr.even td .stops {
    margin-right:0;
    border-right:3px solid #fff;
}
.flightstatus .component-main.scheduled table tr.even td .stops {
    border-right: none;
}

.flightstatus .component-main.scheduled table .top-level .folded th .icon-more {
    background-position: 0 0;
}

.flightstatus .component-main.scheduled table td.more > div.flight-no {
    padding-left: 40px;
    text-align: left;
}

.flightstatus .component-main.scheduled table td.more > div.flight-no span {
    display:block;
}

.flightstatus .component-main.scheduled table td .desc {
    font-size: 0.75em;
    text-align: left;
    width: 472px;
    float:left;
    border-spacing: 0;
    margin: 0;
}

.flightstatus .component-main.scheduled table td .desc .desc-flight, .flightstatus .component-main.scheduled table td .desc .desc-marketer {
    padding: 10px;
    width: 264px;
    vertical-align: middle;
    text-align: left;
    height: auto;
    min-height:28px;
}
.flightstatus .component-main.scheduled table td .desc .desc-span{
    font-size: 1.5em;
}
.flightstatus .component-main.scheduled table td .desc .desc-marketer {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
}
.flightstatus .component-main.scheduled table  td .desc .desc-flight > span{
    font-size: 1.75em;
}

.flightstatus .component-main.scheduled table td .desc .desc-marketer > span{
    display:block;
    font-size: 1.75em;
}

.flightstatus .component-main.scheduled table .top-level .new {
    display: none;
}


.flightstatus .component-main.scheduled table td .desc .desc-marketer {
    border-right: none;
    width: 164px;
}


.flightstatus .component-main.scheduled table .odd  td .desc {
    border: 2px solid #f7f7f7;
    width: 472px;
}
.flightstatus .component-main.scheduled table .odd td .desc .desc-flight {
    width: 264px;
    vertical-align: middle;
}


.flightstatus .component-main.scheduled table .odd td .desc .desc-marketer {
    border-left: 2px solid #f7f7f7;
    border-right:none;
    width: 162px;
}


.flightstatus .component-main.scheduled table td.day.selected {
    background-color: #d7d7d7;
}

.flightstatus .component-main.scheduled table td.day.schedule-dot {
    background-image: url('../images/schedule-dot.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.flightstatus .component-main.scheduled .show-direct {
    float: right;
}
.flightstatus .component-main.scheduled .show-direct label{
    float: right;
    margin: -1px 0 0 8px;
    padding: 0;
    width:auto;
}
.flightstatus .component-main.scheduled .show-direct input{
    float: right;
}

.flightstatus .field select{
    z-index: 3;
}

.flightstatus .loading-mask{
    z-index: 999;
}

.flightstatus .flight-no > span {
    display: inherit;
}

#origin-airport-container .yui-ac-content {
    font-size: 0.75em;
    line-height: 18px;
    max-height: 310px;
    min-width: 720px;
    overflow: auto;
    padding: 0;
    position: relative;
    vertical-align: top;
}
#origin-airport-container .yui-ac-content .yui-ac-bd li {
    cursor: pointer;
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
    text-align: left;
    min-width: 130px;
    color: #2b6dcc;
    white-space: nowrap;
}

#origin-airport-container .yui-ac-content .yui-ac-bd li:active {
    background: none repeat scroll 0 0 #ddd;
}

#origin-airport-container .yui-ac-content .yui-ac-bd li:hover {
    color: #3f87f2;
}

#destination-airport-container .yui-ac-content {
    font-size: 0.75em;
    line-height: 18px;
    max-height: 310px;
    min-width: 720px;
    overflow: auto;
    padding: 0;
    position: relative;
    vertical-align: top;
}
#destination-airport-container .yui-ac-content .yui-ac-bd li {
    cursor: pointer;
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
    text-align: left;
    min-width: 130px;
    color: #2b6dcc;
    white-space: nowrap;
}

#destination-airport-container .yui-ac-content .yui-ac-bd li:active {
    background: none repeat scroll 0 0 #ddd;
}

#destination-airport-container .yui-ac-content .yui-ac-bd li:hover {
    color: #3f87f2;
}

.flightstatus  .airport-trigger {
    margin-left: 0px;
}

.flight-status-comment {
    font-size: 0.75em !important;
}
.promo_code_per_pax {
 width: 350px !important;
 float: left;
 clear: left;
}
.promo_code_per_pax .promo_label{
 float:left;
 font-weight: bold;
}
.promo_cont {margin-bottom: 5px;}
#modify-search .label_fsc_promoCodePerPax{
    width: 400px !important;
    text-align: left;
}
.promo_code_per_pax .promo_code ,

.promo_code_per_pax .promo_code ,
#modify-search .promo_code_checkbox_label,
.promo_code_per_pax #promo_code_button {
 float:left;
}
.promo_code_per_pax #promo_box_per_pax {
 float: left;
 clear:left;
 margin-right:10px;
}
.single-promo-label{
 position: relative;
 font-size: 1.2em;
 margin-bottom: 10px;
 font-weight: bold;
 text-align: left;
 display: block;
}

.hotel-searchForm-combinedLocationDetails {
}

.hotel-autoCompleteContainer .match-highlight {
    font-weight: bold;
}

.hotel-autoCompleteContainer .location-type-header {
    font-weight: bold;
}

.hotel-searchForm-combinedLocationGroup {
    float: left;
    width: 270px;
}

.hotel-searchForm-combinedLocationGroup .textfield {
    width: 100%;
}

.hotel-searchForm-combinedLocationGroup .yui-ac-container {
    width: 300px;
}

.hotel-searchForm-combinedLocationGroup .yui-ac-content {
    overflow-y: auto;
    max-height: 370px;
}

.hotel-thumbnail img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.hotel-overlays .bookingConditionsOverlay {
    width: 450px;
    height: 300px;
}

.hotel-overlays .bookingConditionsOverlay .container-close {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../images/button-sprite.png) no-repeat -262px -142px;
    height: 21px;
    width: 24px;
    text-indent: -9999px;
    overflow: hidden
}

.hotel-overlays .bookingConditionsOverlay .yui-module {
    text-align: left; /*position: absolute;*/
    background: #fff url(../images/modal-bg.gif) repeat-x;
    padding: 0 0 15px 0;
    border: 2px solid #2c6dcb;
    border-radius: 0px 0px 0px 0px;
}

.hotel-booking-conditions-link {
    clear: left;
    display: block;
    height: 26px;
    background: url(../images/button-info.png) no-repeat;
    padding-left: 30px;
    text-decoration: none;
    line-height: 20px;
    margin: 15px 0 0 10px;
    float: left;
}

.hotel-toggle-button {
    clear: left;
    display: block;
    height: 26px;
    background: url(../images/button-plus.png) no-repeat;
    padding-left: 30px;
    text-decoration: none;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    float: left;
}

.hotel-toggle-button-toggled {
    background: url(../images/button-minus.png) no-repeat;
}

.hotel-room-age-policy {
    margin-left: 25px;
    padding: 15px 0 0;
}

.hotel-room-age-policy li {
    padding: 5px 0;
}

.hotel-room-person-image {
    margin: 0px;
    padding: 0px;
}

.hotem-room-capacity {
    float: right;
    line-height: 32px;
    margin: 0 30px 0 0;
}

#hotel-map {
    height: 320px;
    padding: 0 15px;
    width: 670px;
}

.hotel-map-poi-popup {
    width: 180px;
}

.hotel-map-poi-name {
    float: left;
}

.hotel-map-poi-price {
    float:right;
}


.mqabasicwnd-content {
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.15em;
    color: #000000;
}

.hotel-map-poi-clear {
    clear:both;
}

.selectedPoi {
    width: 30px;
    height: 32px;
    background: url(../images/selectedPoi.png) no-repeat;
    display: block;
    cursor: pointer;
}

.notSelectedPoi {
    width: 30px;
    height: 32px;
    background: url(../images/notSelectedPoi.png) no-repeat;
    display: block;
    cursor: pointer;
}/* Hotel details Component on the confirmation page */
#hoteldetails {
    width: 702px;
    margin-bottom: 20px;
}

#hoteldetails h3 {
    margin: 0px 11px 15px;
    border-bottom: 1px solid #dddddd;
    background: transparent url('../images/hotels-ico.png') no-repeat 0px 0px;
    padding: 0 0 5px 35px;
    line-height: 28px
}

#hoteldetails dt {
    font-weight: bold;
    line-height: 15px;
}

#hoteldetails dd {
    line-height: 15px;
}

#hoteldetails .content {
    margin: 10px;
}

#hoteldetails .content .instructions {
    margin-bottom: 15px;
}

#hoteldetails .content .section {
    padding: 10px;
    float: left;
}

#hoteldetails .content .check-in {
    margin: 0 5px;
}

#hoteldetails .content .hotel {
    margin-left: 168px;
    margin-right: 5px;
}

#hoteldetails .content .confirmation-number {
    width: 138px;
    margin-right: 5px;
    text-align: center
}

#hoteldetails .content .confirmation-number dt {
    font-weight: normal;
}

#hoteldetails .content .confirmation-number dd {
    font-weight: bold;
    font-size: 0.9em;
}

#hoteldetails .content .phone {
    margin-top: 15px;
}

#hoteldetails .content .dial-code {
    float: left;
}

#hoteldetails .content .confirmation-number,
#hoteldetails .content .check-in,
#hoteldetails .content .check-out {
    background-color: #EAF4FD;
    line-height: 12px;
}

#hoteldetails .content .check-in,
#hoteldetails .content .check-out,
#hoteldetails .content .room-details,
#hoteldetails .content .hotel,
#hoteldetails .content .number-of-units {
    width: 230px;
}

#hoteldetails .content .check-out,
#hoteldetails .content .room-details,
#hoteldetails .content .number-of-units {
    margin-left: 5px;
}

#hoteldetails .content .hotel,
#hoteldetails .content .room-details,
#hoteldetails .content .number-of-units {
    padding-top: 0;
}#insurance {
    padding: 0;
}

#insurance .insurance-wrapper, #insurance-confirmation-wrapper {
    background: url(../images/component-bg.gif) repeat-y;
}

#insurance .insurance-content, #insurance-confirmation-content {
    background: url(../images/component-top.gif) no-repeat top left;
    padding-top: 3px;
}

#insurance div.insurance-bottom, #insurance-confirmation {
    background: url(../images/component-bottom.gif) no-repeat bottom left;
    padding: 15px;
    margin-bottom: 15px;
}

#insurance h2 {
    margin: 0;
}

#insurance h3 {
    margin: 0;
}

#insurance .insurance-image, #insurance-confirmation .insurance-image {
    float: left;
    background: url(../images/insurance-image.png) no-repeat;
    width: 122px;
    height: 67px;
    margin: 0 18px 7px 0;
}

#insurance .base-info {
    overflow: auto;
}

#insurance .insurance-dob .passenger-item {
    margin-bottom: 15px;
}

#insurance .insurance-dob .passenger-item div {
    display: inline-block;
}

#insurance .insurance-dob .field.dob {
    float: right;
}

#insurance .button {
    border: none;
    height: 30px;
    margin: 0;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#insurance .button-active {
    border: 1px solid #78ab0d;
    color: #fff;
    background: url("../images/button-sprite-gray.png") no-repeat -2px -43px;
    cursor: pointer;
}

#insurance .button-gray {
    border: 1px solid #868686;
    color: #868686;
    background: #fafafa;
    cursor: auto;
}

#insurance .insurance-offer {
    margin: 0 0 20px 0;
}

#insurance .insurance-offer .checkboxgroup > li {
    margin-top: 7px;
    padding-top: 7px;
}

#insurance .insurance-offer .checkboxgroup > li + li {
    border-top: solid 1px #ccc;
}

#insurance .insurance-offer .checkboxgroup li .rel {
    font-weight: bold;
}

#insurance .insurance-offer .checkboxgroup li .price {
    float: right;
    font-weight: bold;
}

#insurance .insurance-offer .checkboxgroup li .description {
    display: block;
    margin-left: 17px;
}

.insurance-offer .description {
    margin-top: 7px;
}

#insurance .bottom-notes {
    font-size: 0.9em;
    margin: 10px 0 0 0;
}

h2#insurance-confirmation-heading {
    background: url(../images/heading-icons.gif) left -90px no-repeat;
    padding: 5px 0 0 35px;
    color: #4F4E40;
    margin-left: 0
}

.insurance-confirmation-number {
    float: right;
    width: 150px;
    text-align: right;
}

.insurance-additional-info {
    border-top: solid 1px #B2B19F;
    margin-top: 10px;
    padding-top: 10px;
}

#insurance-confirmation .insurance-text-content {
    margin: 0 0 0 160px;
}

#insurance-confirmation .insurance-noimage {
    margin: 0;
}
/* Login Component */
.login-component {
    background: url(../images/sidebar-bg.gif) repeat-y;
    padding: 0;
    clear: both;
}

.login-component .component-top {
    background: url(../images/sidebar-top.gif) no-repeat;
    padding-top: 10px;
    width: 100%;
}

.login-component .component-bottom {
    background: url(../images/sidebar-bottom.gif) no-repeat bottom;
    padding-bottom: 10px;
}

.login-component .component-content {
    background-image: none;
}

.login-component .toggler a {
    border: 0;
    padding-right: 20px;
    background: url(../images/button-sprite.png) no-repeat right -233px;
    line-height: 22px;
    text-decoration: none;
}

.login-component .toggler button {
    border: 0;
    background-color: transparent;
}
.login-component .toggler a.open {
    background: url(../images/button-sprite.png) no-repeat right bottom;
}

.login-component .logout {
    text-align: right;
    font-size: 0.825em;
    margin-right: 15px;
    line-height: 22px;
    float: right;
}

.login-component a.forgot-password, .login-component a.create-account {
    margin: 7px 0 0 0;
    clear: both;
    font-size: 0.9em;
    text-decoration: underline;
}

.login-component input.textfield {
    width: 205px;
    margin-bottom: 7px;
}

.login-component p {
    padding: 7px 5px;
    clear: both;
}

.login-component #balanceAvailable {
    text-align: right;
}

.login-component #balanceNotAvailable .error {
    color: red;
}

.login-component #balanceDate {
    display: block;
    clear: both;
}

.login-component .note {
    color: #6a6a6a;
}

.login-component dl {
    margin: 0 5px;
    line-height: 24px;
}

.login-component dt {
    float: left;
    clear: both;
    width: auto;
    font-size: 0.825em;
}

.login-component dd {
    float: right;
    clear: right;
    width: auto;
    text-align: right;
    font-size: 0.825em;
    font-weight: bold;
}

.login-component ul {
    text-align: center;
    padding-bottom: 2px;
}

.login-component li {
    display: inline;
    margin-right: 2px;
}

.login-component li:after, #footer li:after {
    content: '|';
}

.login-component li.no-border:after, #footer li.no-border:after {
    content: '';
}

.login-component li a {
    margin: 0 6px 0 0;
}

.login-component li.no-border a {
    margin-right: 0;
}

.login-component .guest-passenger {
    font-size: 1.05em;
    text-align: center;
    display: block;
    margin: 25px 0 30px 0;
}

.login-component .errorAnchor {
    width: 22px;
    height: 14px;
}

/* how close it is to input box below */
.login-component .passwordError {
    margin-top: 7px;
}

/* in ff this is distance between inputs */
.login-component .profileDoesntExist {
    color: #df0000;
    font-weight: bold
}

.login-component .wrongPassword {
    color: #df0000;
    font-weight: bold;
    padding: 0 0 10px;
}

.login-component .red-error-text {
    color: #df0000;
    font-weight: bold;
    padding: 0 0 10px;
}

.login-component .loginStatusIsNotAllowed {
    color: #df0000;
    font-weight: bold;
    padding: 0 0 10px;
}

.login-component .loginSystemError {
    color: #df0000;
    font-weight: bold
}

.login-component .logged-out-list {
    margin: 7px 0 0 0;
    float: left;
    display: inline;
    font-size: 0.9em;
}

.login-component .field label {
    display: inline-block
}

.login-component .login-rbe-top {
    background: url(../images/passenger-toggle-top.gif) no-repeat scroll left top transparent;
    padding-top: 10px;
    width: 673px;
}

.login-component .login-rbe-bottom {
    background: url(../images/passenger-toggle-bottom.gif) no-repeat scroll left bottom transparent;
    padding-bottom: 10px;
}

.login-component .login-rbe-content {
    background: url(../images/passenger-toggle-bg.gif) repeat-y scroll left center transparent
}

.login-component .login-text {
    float: left;
    width: 370px;
}

.login-component .login-rbe-component {
    float: left;
    width: 280px;
    border-left: 1px solid #B2B19F;
    border-top: none;
}

.login-component .login-rbe-component input.textfield {
    width: 130px;
    margin-bottom: 7px;
}

.login-component .login-rbe-component .field {
    margin-bottom: 0;
}

.login-component .login-rbe-component .field label {
    width: 90px;
    display: inline-block;
    text-align: right;
}

.login-component .login-rbe-component .button {
    margin-left: 95px;
}

.login-component .login-text h3 {
    margin-left: 10px;
    font-weight: bold;
}

.login-component .login-text-message {
    margin-left: 20px;
    line-height: 20px;
}

.login-component .agencyName {
    padding: 0px 0px 5px 15px;
}

.login-component .agencyIdentifier {
    padding: 0px 0px 5px 15px;
}

.forgot-password-form {
    padding: 0 20px
}

.forgot-password-form h3 {
    margin-left: 0
}

.forgot-password-form p {
    margin-bottom: 10px
}

.forgot-password-form p.error {
    color: #f00;
    font-weight: bold
}

.forgot-password-form div.ft {
    margin-top: 20px
}

.forgot-password-form label {
    margin-right: 5px
}

.forgotPasswordOverlay .loadingContainer {
    height: 20px;
}

.login-component .login-overlay {
    float: left;
    width: 310px;
    border-top: none;
    text-align: center;
    margin: 10px 15px 0;
}

.login-component .login-overlay input.textfield {
    width: 130px;
    margin-bottom: 7px;
}

.login-component .login-overlay .field {
    margin-bottom: 0;
}

.login-component .login-overlay .field label {
    width: 100px;
    display: inline-block;
    text-align: right;
}

.login-component .login-overlay .button {
    margin-left: 135px;
    margin-top: 15px;
}

.login-component .login-overlay .forgot-password {
    margin-left: 70px;
    text-decoration: none;
}

.login-overlay-popup-title {
    margin-left: 15px;
}

.login-overlay-field {
    white-space:nowrap;
    text-align: right;
}

.login-overlay-error {
    text-align: left;
}

.login-component #captcha-container, .login-component .captcha-container  {
    width: 304px;
}

.login-component .component-content .parent-captcha-container .captcha-container {
    transform: scale(0.73);
    transform-origin: 0 0;
    -ms-transform: scale(0.73);
    -ms-transform-origin: 0 0;
}
.login-component .login-rbe-content .parent-captcha-container .captcha-container {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
}

.login-component .login-overlay .parent-captcha-container .captcha-container {
    margin:5px 0;
}

.login-dt{
    float: left;
    clear: both;
    width: auto;
    font-size: 0.825em;
}

.login-dd {
    float: right;
    clear: right;
    width: auto;
    text-align: right;
    font-size: 0.825em;
    font-weight: bold;
}

.login-dl {
    margin: 0 5px;
    line-height: 24px;
}

h2#welcome-user{
    float:left;
}.mytrips .footerContent {width:702px; border-top: 1px dotted #CCCCCC; padding-top: 10px;padding-right:3px; }
.mytrips .footerContent .paging { float: right; font-size: 0.75em; padding-top:7px; }
.mytrips .footerContent .paging .footerPadding {padding-right:3px; padding-left:3px; }

.mytrips .flightUpgradeButton {
    font: bold 0.825em Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.mytrips .flightCheckInButton{
    font: bold 0.825em Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.mytrips .upperUpgradeLinkWrapperClass {
    background: #C0D0E0;
    padding: 13px;
    margin: 13px 13px 13px 34px;
}

.mytrips .upperCheckInLinkWrapperClass {
    background: #C0D0E0;
    padding: 13px;
    margin: 13px;
}

.mytrips .upperUpgradeButtonMessageContainerClass{
    margin: 13px;
}

.mytrips .upperCheckInButtonMessageContainerClass{
    margin: 13px;
}

#upgradeFqtFlightsDialog {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    max-width: 350px;
}

#upgradeFqtFlightsDialog .hd {
    font-weight: bold;
    font-size: 0.975em;
    padding-bottom: 15px;
}

#upgradeFqtFlightsDialog .bd {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b3b3b3;
}

.messagePopup button {
    width: 60px;
    height: 25px;
}

.mytrips .flightUpgradeButton.grayedOutLink {
    color: #CCCCCC;
    text-decoration: none !important;
    cursor: default;
}

.grayedOutLink {
    color: #CCCCCC;
    text-decoration: none !important;
    cursor: default;
}

.mytrips .flightUpgradeButton.grayedOutLink:hover {
    color: #CCCCCC;
}

.grayedOutLink:hover {
    color: #CCCCCC;
}
.navigation > ul {
   text-indent: -9999px;
   list-style-type: none;
   height: 0px;
   overflow: hidden;
}/* Payment Component */
#payment { padding:0 0 20px 0; width: 702px}
#payment h2 { margin-left:12px; }
#payment .payment-wrapper { background:url(../images/payment-bg.gif) repeat-y; }
#payment .payment-content { background:url(../images/payment-top.gif) no-repeat top left; padding-top:3px; }
#payment div.payment { background:url(../images/payment-bottom.gif) no-repeat bottom left; padding-bottom:10px; overflow:visible; }
#payment h2 { margin-left:20px; padding:10px 0 15px 0; }
#payment h2.border-transparent { border-color: transparent; }
#payment h2.component-section { margin:10px 3px 0; padding:15px 0 15px 15px; }
h2#selectPaymentTitle { padding:0 20px 2px 20px; color: #000; margin-left: 2px; padding-top: 10px;font-size: 1.4em;font-weight: normal;}
#payment h3 a { font-weight:normal; text-decoration:underline; }
#payment div.multi-fop-amountdue {margin-left:20px; padding:10px 0 15px 0;font-size: 1.05em;font-weight: bold;color: #2b6dcc;}
#payment hr.component-section { margin:0 0 17px 0; padding:0; }
#payment fieldset legend {display: none;}
#payment label.rel { display:none; }
#payment .payment-type { background:url(../images/payment-type-top.gif) no-repeat top left; margin:0 0 7px 18px; width:664px;}
.payment-details { background:url(../images/payment-type-bottom.gif) no-repeat bottom left;}
#payment .payment-details .date-box { float: none;}
#payment .payment-type h4 { width:140px; float:left; font-size: 1.05em; padding:17px 0 0 15px !important; }
.oldie #payment .payment-type h4 { width:140px; float:none; font-size: 1.05em; padding:17px 0 0 15px !important; }
.modern #payment .payment-type h4 { width:140px; float:none; font-size: 1.05em; padding:17px 0 0 15px !important;color:#255fb0; }
.modern #payment .presentCreditCardMessage {
    margin-left: 160px;
    width: 250px;
}
.oldie #payment .payment-type h5 {width:185px;margin-bottom:10px; padding:17px 0 0 15px !important; float:none; font-size: 1.05em; color: #000; }
.modern #payment .payment-type h5 {width:185px;margin-bottom:10px; padding:17px 0 0 15px !important; float:none; font-size: 1.05em; color: #000; }
h4.billingData {width:185px;margin-bottom:10px; padding:17px 0 0 15px !important; float:none; font-size: 1.05em; color: #000;}
#payment .payment-type h4 em { font-size: 0.825em; font-weight:normal; font-style:normal; line-height:16px; display:block; }
#payment .payment-type li { width:100px; padding:17px 0 15px 0; margin-right:5px; float:left; display:inline; text-align:center; }
#payment .payment-type .rel { display:none }
#payment .payment-type li a { line-height:24px; text-decoration:underline; }
#payment .payment-amount-right { margin-left:10px; }
#payment .payment-details h4.payment-type-header { width: 250px;}
#payment .payment-details h4 span.payment-name-text { width: auto; }
#payment .payment-details select.clip { min-width: 155px;}
.credit-card-item input { float:left; display:inline; margin:0 12px 0 10px; }
#payment .fop-item {padding:17px 0 15px 0; margin-right: 5px; float:left}
#payment .fop-savedCards .fop-item {width: 205px}
#payment .credit-card-item {width: 100px;}
#payment .card-icon {color:transparent; width:50px; height:30px; display:block; float:left; background:url(../images/payment_icons.png) no-repeat 0 0/*-1077px -166px;*/ }
#payment .card-vi, #payment .card-vi_remote { background-position: 0 0; }
#payment .card-ca, #payment .card-ca_remote { background-position: 0 -30px; }
#payment .card-ik, #payment .card-ik_remote { background-position: 0 -30px; }
#payment .card-ax, #payment .card-ax_remote { background-position: 0 -60px; }
#payment .card-cirrus { background-position: 0 -90px; }
#payment .card-ve { background-position: 0 -120px; }
#payment .card-pp, #payment .card-paypal { background-position: 0 -150px; }
#payment .card-bill { background-position: 0 -180px; }
#payment .card-wu { background-position: 0 -210px; }
#payment .card-tp { background-position: 0 -240px; }
#payment .card-dc { background-position: 0 -270px; }
#payment .card-jb { background-position: 0 -300px; }
#payment .card-bpc { background-position: 0 -330px; }
#payment .card-af { background-position: 0 -360px; }
#payment .card-fa { background-position: 0 -390px; }
#payment .card-poli { background-position: 0 -420px; }
#payment .card-giftCard { background: url(../images/payment-gift-card.png) no-repeat -17px -19px; }
#payment .card-smlPayLater { background: none; }
#payment .card-smlPayNow { background: none; }
#payment .saved-cards li { width:205px; }
#payment .multi-row { margin-left: 155px; }
#payment .saved-cards dl, .fop-savedCards dl { float:left; font-size: 0.9em; line-height:18px; margin-left:10px; }
#payment .saved-cards dt, .saved-cards dd, .fop-savedCards dt, .fop-savedCards dd { display:inline; float:left; }
#payment .saved-cards dt, .fop-savedCards dt { clear:left; margin-right:3px; }
#payment .payment-details {line-height: 20px; padding: 15px 0 10px 0; overflow:visible; }
#payment .payment-details h4 { width:285px; padding:3px 0 7px 0 !important; margin:0; }
#payment .payment-details h4 span { float:left; display:inline; margin:0 15px; width:50px; height:30px;/* text-indent:-9999px;*/ }
#payment .payment-details h4 .currency { float:none; }
#payment .payment-details h4.align-right { width:auto; text-align:right; float:right; display:inline; margin-right:15px; padding:3px 0 20px 0; }
#payment .payment-details .field { margin:0 0 13px 13px; background:none; }
#payment .payment-details .first { margin:0 0 0 80px; }
#payment .payment-details label { display:block; font-size: 0.9em; line-height:20px; float: left; width: 130px; margin-right: 4px; text-align: right; }
#payment .payment-details legend { display:block; font-size: 0.9em; line-height:20px; float: left; width: 175px; margin-right: 4px; text-align: right; }
#payment .billing-data .phone-input legend { float: left; display: inline; text-align: right; width: 179px; }
#payment .innerLabelAndInput {margin-left: 183px}
#payment .payment-details .inline { padding-top:20px; }
#payment .payment-details .inline label { display:inline; }
#payment .payment-details input.textfield { width:150px; }
#payment .payment-details select { margin-left:10px; margin-right:3px; padding:1px 1px 1px 0; }
#payment .payment-details .purchaserDropdown select { width: 161px }
#payment .payment-amount { width:360px; padding-right:15px; margin-left:0 !important; text-align:right; }
#payment .payment-amount label { display:inline; font-size: 1.05em; font-weight:bold;; }
#payment .payment-amount input.textfield { width:83px; font-size: 1.05em; text-align:right; }
#payment .apply-credit { position:relative; margin-bottom:15px; }
#payment .apply-credit .field { font-size: 0.9em; margin:15px 100px 0 15px; }
#payment .apply-credit .button { margin-top:10px; }
#payment .apply-credit .credit-info { background:url(../images/payment-type-bottom.gif) no-repeat bottom left; }
#payment .credited .field { margin-right:0; }
#payment .credited h4 { float:right; display:inline; font-size: 0.9em; padding-top:0; white-space:nowrap; width:auto; margin-right:15px; }
#payment .credited a.align-right { margin:5px 15px 20px 0; text-decoration:underline; }
#payment .payment-details .column {width: 325px; float: left;}
#payment .payment-details .address1 {clear: both;}
#payment .payment-details .billing-address-header, #payment .payment-details .payment-details {clear: both; margin-left: 20px; margin-bottom: 0;}
#payment .checkboxgroup { overflow: hidden; }
#payment .payment-details .billing-column {float: left;}
#payment .billing-data input.phone-areaCode {width: 35px; !important}
#payment .payment-details input.smallest{width :40px !important;}
#payment .billing-data input.smaller{width :50px !important;}
#payment .payment-details input.phone-number {width: 85px;}
#payment .payment-details input.phone-extension {width: 40px;}
#payment .payment-details label.requiredIndicatorLabel { height: 1em; padding-right:10px;}
#payment .payment-details .phone-number-type {float:left;}
#payment span.currency {float: none; height: 0; margin: 0; width: 0;}
#payment .payment-travelbank-label-column { width: 210px; float:left; text-align:left; }
#payment .payment-travelbank-label-row { clear:left; overflow: hidden; }
#payment .savedcard-item dl {width : 195px}
#payment .savedcard-item dd {float:right}
#payment .savedcard-item dt {display:inline;}
#payment .surcharge-note {display: block; padding: 8px;}
#exchangePaymentMsg { clear: both; padding-left: 15px; font-weight: bold;}
#exchangePaymentMsg .exchange-payment-msg li { display: list-item; width: auto; float: none; text-align: left; padding: inherit; margin-left: 30px;}
#exchangePaymentMsg .exchange-payment-msg ol { margin-left: 30px}

#payment .complete-payment-message{ padding:0 20px 8px 20px; color: #000; margin-left: 2px; padding-top: 10px;}
/* Travel Bank Section */
/*.travel-bank-form label {float: left; width: 230px; margin-right: 4px; text-align: left;}*/
.travel-bank-form a.button {float: none; display: inline-block; margin: 0 0 0 5px; padding: 0 10px; height: 26px;line-height: 23px;}
.travel-bank-form p {padding: 0 0 10px;}
.travel-bank-form .loginSystemError, .travel-bank-form .wrongPassword, .travel-bank-form .loginStatusIsNotAllowed {color: #f00; font-weight: bold;}
.travel-bank-form .link-options {width: 160px;}
.travel-bank-form .link-options .link-forgotPassword {float: left;}
.travel-bank-form .link-options .link-login {float: right; padding-bottom: 10px;}
#bt_amount {width: 70px;}
#payment .travel-bank-form {padding-left: 10px; padding-right: 10px; padding-bottom: 0}
#tb-fop-details {background-color: #fff; margin:0 0 -7px; padding:10px 0 0;}

/* Multi Form of Payment (FOP) Component */
.multi-fop .payment-content { font-size: 0.9em; background:url(../images/component-top.gif) no-repeat top left !important; padding-top:10px !important; }
.multi-fop .amount-charged { text-align: right; padding-right: 20px;}
.multi-fop .amount { display: inline-block;}
.multi-fop .additional_payment { margin: 2px; background-color:#FFC; padding: 5px 18px; text-align: right; }
.multi-fop .additional_payment .message { float: left; width: 450px; text-align: left; }
.multi-fop .additional_payment  {color: #777;}
/*.multi-fop .travel-bank-form p { padding: 0 0 10px;}*/
/*.multi-fop .travel-bank-form label {float: left; width: 230px; margin-right: 4px; text-align: left;}*/
.multi-fop .travel-bank-form .inputColumn {width: 100px}
.multi-fop .travel-bank-form .textfield {width: 250px}
.multi-fop .travel-bank-form a {font-size: 0.825em;}
.multi-fop .travel-bank-form a.button {float: none; display: inline-block; margin: 0 0 0 5px !important; padding: 0 10px;}
.multi-fop .travel-bank-form #bt_amount {width: 70px !important;}
.multi-fop-body {clear: left; border: 1px solid #bbb; border-radius: 5px; padding: 0}
.multi-fop .component-tabs { background: transparent; padding-left: 10px; margin-top: 5px; position: relative; top: 1px;}
.multi-fop .component-tabs .column { float:left; width:50%; display:inline; }
.multi-fop .component-tabs li { background:url(../images/tab-default-left.gif) no-repeat; padding-left:15px; }
.multi-fop .component-tabs a { background:url(../images/tab-default-right.gif) no-repeat right top; color: #2B6DCC !important; margin:0; padding-right:20px; float:left; }
.multi-fop .component-tabs li.tab-current { background:url(../images/tab-class-left.gif) no-repeat; }
.multi-fop .component-tabs li.tab-current a {  background:url(../images/tab-class-right.gif) no-repeat right top; }
#multiFopContainer .payment-type li.selected{ background:transparent !important; background-color:#D7D7CF !important; }
.multi-fop-body h3 {margin-top: 10px;margin-left: 20px;}
.multi-fop .payc_sections .multi-fop-header{clear:both;float:left;}
.multi-fop .payc_sections.extendedView .multi-fop-header{clear:both;float:none;}
.payc_sections {margin-bottom: 20px}
.bt_balance_overlay {padding: 20px}
.bt_balance_overlay table { list-style: none; padding-left: 10px; margin: 10px 0 20px 0; width: 410px; }
.bt_balance_overlay table tr { padding-bottom: 4px; }
.bt_balance_overlay table tr td .balance-value { width: 235px;}
.bt_balance_overlay table tr em { position: absolute; float: right; left: 290px; color: #ff0000 }
.bt_balance_overlay table tr em.check { background:url("../images/icon-check.png") top left no-repeat; width: 16px; height: 16px; }
.bt_balance_overlay table .bt_balance_header { font-weight: bold;}
.bt_balance_overlay .buttons {height: 37px}

/* Payment Information Component */
#payment .payment-type { background-color:#eaebe6; }
#payment .payment-type .selected { background-color:#d7d7cf; }
#payment .saved-cards .expired, .fop-savedCards .expired { color:#ec1225; }
#payment .fop-unavailable-msg { color:#ec1225; padding-left: 20px;  }

/* Payment Not Requred in payc */
#payment #payment-not-required .payment { padding-top: 10px}
#payment #payment-not-required .payment-type { padding: 10px 20px; width:624px;}
#payment #payment-not-required .total h2 { float: right; padding-right: 18px; font-weight:normal; }
#payment #payment-not-required h3 { font-size: 1.05em }#payment #payment-not-required h2 { color: #000000; padding: 0; float: left; font-size: 1.05em}
/* POLI FOP */
#payment .fop-poli-item { width: 100%; background-color: #fff; padding: 0; }
#payment .fop-poli-item.selected { background-color:#fff; }
#payment .fop-poli-item .card-icon { float: none; margin-left: 20px; margin-right: 0; background-position: 0 -420px;}
.fop-poli-item .checkbox { background-color: #ddd; padding: 8px 5px; display: inline-block; }
.fop-poli-checkbox { float:left; margin-right:10px; }
.fop-poli-marketing_block { clear: both; overflow: hidden; }
.fop-poli-marketing_text { padding: 10px 0; font-weight: bold; float: left; width: 450px; margin-right: 10px; }
.fop-poli-logo { background:url(../images/logo_poli.gif) no-repeat 0 0; height: 55px; width: 134px; overflow: hidden; margin-top: 6px; }
.fop-poli-instruction { padding: 10px 0; font-weight: bold; }
.fop-poli-instruction ol { margin: 1em 0; }
#payment .fop-poli-item li { display: list-item; float: none; width: auto; padding: 0; text-align: left; margin-left: 20px; font-weight: normal; }
.fop-poli-links a { border-right: 1px solid #444; padding-right: 5px; margin-right: 5px; }
.fop-poli-links a.last-poli-link { border-right: none }
.card-poli-amount-charged { float: right; font-weight: bold; }
.fop-poli-item .amount { float: right; font-weight: bold; margin-left: 1em; }

/* paypal FOP */
#payment .fop-paypal-item { width: 100%; background-color: #fff; padding: 0; }
#payment .fop-paypal-item.selected { background-color:#fff; }
#payment .fop-paypal-item .card-icon { float: none; margin-left: 20px; margin-right: 0; background-position: 0 -150px;}
.fop-paypal-item .checkbox { float: left; margin-right: 20px; background-color: #ddd; padding: 8px 5px; display: inline-block; }
.fop-paypal-checkbox { float:left; margin-right:10px; }
.fop-paypal-marketing_block { overflow: hidden; }
.fop-paypal-marketing_text {float: left; width: 550px; margin-right: 10px; margin-bottom: 15px; }
#payment .fop-paypal-item li { display: list-item; float: none; width: auto; padding: 0; text-align: left; margin-left: 20px; font-weight: normal; }
.fop-paypal-links a { border-right: 1px solid #444; padding-right: 5px; margin-right: 5px; }
.fop-paypal-links a.last-paypal-link { border-right: none }
.card-paypal-amount-charged { float: right; font-weight: bold; }
.fop-paypal-item .amount { float: right; font-weight: bold; margin-left: 1em; }
.fop-directDebit-marketing_block { overflow: hidden; }
.fop-directDebit-marketing_text {float: left; width: 550px; margin-right: 10px; margin-bottom: 15px; }

/* SML PayLater FOP */
#payment .fop-sml_pay_later-item { width: 100%; background-color: #fff; padding: 0; }
.fop-sml_pay_later-item p { margin: 8px 0; }
.fop-sml_pay_later-item label { display: block; margin: 10px 0; }
.fop-sml_pay_later-item .checkbox-label { display: inline; margin: 0 0 0 15px; }
.sml_pay_later-selectbox-container { display: inline-block; }
.card-smlPayLater-amount-charged { float: right; font-weight: bold; }
.fop-sml_pay_later-item .amount { float: right; font-weight: bold; margin-left: 1em; }
#payment .card-smlPayLater .rel { display: inline; position: relative; }

/* SML PayNow FOP */
#payment .fop-sml_pay_now-item { width: 100%; background-color: #fff; padding: 0;}
.fop-sml_pay_now-item .checkbox { background-color: #ddd; margin-bottom: 10px; padding: 4px 0 0 4px; width: 100px; }
#payment .fop-sml_pay_now-item ul { padding: 3px; }
#payment .fop-sml_pay_now-item li { display: list-item; list-style-type: none; float: none; width: auto; padding: 4px; text-align: left; margin-left: 20px; font-weight: bold; }
.fop-sml_pay_now-item input { float: left; }
.fop-sml_pay_now-item .input-label { display: block; font-weight: bold; overflow: hidden; padding: 0 0 10px 10px; }
.card-sml_pay_now-available-banks { width: 245px; height: 125px; border: 1px solid #000; float: left; margin-right: 15px; font-weight: bold; }
.card-sml_pay_now-available-banks .header { background-color: #ddd; text-align: center; padding: 3px; }
.card-sml_pay_now-information-text { height: 135px; }
.card-smlPayNow-amount-charged { float: right; font-weight: bold; }
.fop-sml_pay_now-item .amount { float: right; font-weight: bold; margin-left: 1em; }
#payment .card-smlPayNow .rel { display: inline; position: relative; }
.fop-paypal-marketing_block { overflow: hidden; }
.fop-paypal-marketing_text {float: left; width: 550px; margin-right: 10px; margin-bottom: 15px; }

/* gift card & UATP eVoucher FOP */
#payment .fop-voucher-item { width: 100%;}
#payment .fop-giftcard-item  { background-color: #fff;}
#payment .fop-voucher-item .marketing_block {margin-left: 15px; margin-right: 15px; margin-bottom: 10px;}
#payment .fop-voucher-item label { display:block; float: left; width: 125px; margin-right: 4px; line-height:20px; text-align: right; font-size: 0.825em; }
#payment .fop-voucher-item .column1 label { width: 60px; padding: 0 2px 0 0;}
#payment .fop-voucher-item .value { float: left; text-align: left; line-height:20px; font-size: 0.825em; }
#payment .fop-voucher-item .fop-voucher-initial { clear: both;}
#payment .fop-voucher-item .fop-voucher-initial .button-gray { float: left; background-image: url(../images/button-sprite-gray.png); height:27px; margin:5px 0 0 0; }
#payment .fop-voucher-item .fop-voucher-initial .uatp-voucher-apply { margin: 0; }
#payment .fop-voucher-item .fop-voucher-selected .button-gray { background-image: url(../images/button-sprite-gray.png); height:27px; position: absolute; top: 50%; right:0; margin:-14px 10px 0 5px; }
#payment .fop-voucher-item .voucher-no-second-fop { padding-left: 120px; }
#payment .fop-voucher-item .voucher-no-second-fop .button-gray { float: left; }
#payment .fop-voucher-item .button-gray input { background-image: url(../images/button-sprite-gray.png); height:27px; line-height:27px; font-size: 0.825em; letter-spacing:0; color: #888; text-shadow: none; text-transform:none; padding-bottom:0; }
#payment .fop-voucher-item .add_card_details { padding: 10px 0; font-weight: bold; }
#payment .fop-voucher-item .fop-voucher-selected { clear: both; position: relative; padding: 10px; border-radius: 5px; overflow: hidden; }
#payment .fop-voucher-item .column1 { float: left; width: 200px; }
#payment .fop-voucher-item .column2 { float: left; width: 280px; }
#payment .fop-voucher-item .field { margin: 5px 0; }
#payment .fop-voucher-item .fop-voucher-selected .field { overflow: hidden; margin: 0; }
#payment .fop-voucher-item .bold { font-weight: bold; }
#payment .fop-voucher-item .icon { float: left; margin: 0 15px 10px 0; background: url(../images/payment-gift-card.png) top left no-repeat; width: 70px; height: 48px; }
#payment .fop-voucher-item .message { margin: 0 0 0 80px; padding: 5px 5px 5px 40px; line-height :18px; }
#payment .fop-voucher-item .message-error { background: url(../images/flomes-error.gif) left center no-repeat; }
#payment .fop-voucher-item .message-warn { background: url(../images/flomes-warn.gif) left center no-repeat; }
#payment .fop-voucher-item .message-info { background: url(../images/flomes-info.gif) left center no-repeat; }
#payment .fop-giftcard-item .giftcard-messages .message-text1 { font-weight: bold; }
#payment .fop-uatp-voucher-initial .textfield { margin-right: 10px; }
#payment .fop-uatp-voucher-item .pincode-hint { color: #808080; }
#payment .fop-uatp-voucher-item .voucher-cancel { margin-left: 15px;}
#payment .fop-uatp-voucher-item .voucher-uatp-voucher-cancel-span, #payment .fop-uatp-voucher-item .uatp-voucher-apply { display: table-cell; vertical-align: middle; }
#payment .fop-uatp-voucher-item .voucher-uatp-voucher-actions { display: table; }
#payment .fop-uatp-voucher-item .message-error { color: #c10000; }
#payment .multi-fop-section-title-uatpVoucher { display: none; }
#payment .multi-fop-body .multi-fop-section .fop-voucher-item .uatp-voucher-header { padding-top: 0 !important; }
#payment .fop-voucher-item .fop-voucher-selected.fop-uatp-voucher-selected { border-radius: 0; padding-top: 0;}
#payment .fop-voucher-item .fop-uatp-voucher-selected label { min-width: 180px; float: left; text-align: left; }
#payment .fop-voucher-item .fop-uatp-voucher-selected .column0 .check { background: url(../images/check.png) left center no-repeat; min-height: 21px; }
#payment .fop-voucher-item .fop-uatp-voucher-selected .column0 { display: inline-block; width: 36px; }
#payment .fop-voucher-item .fop-uatp-voucher-selected .column2 { margin-left: 36px;}
#payment .fop-voucher-item .fop-uatp-voucher-selected .column1 { display: inline-block; float: none; min-width: 320px;}
#payment .fop-voucher-item .fop-uatp-voucher-selected .column1 label { font-size: 1.2em; line-height: normal; }
#payment .fop-voucher-item .fop-uatp-voucher-selected .column1 .value { line-height: normal; padding-top: 5px; }
#payment .fop-voucher-item .fop-uatp-voucher-selected .column2 { margin-top: 15px; }
#payment .fop-voucher-item .fop-uatp-voucher-selected .column2 .value { float: right; text-align: right; }
#payment .fop-voucher-item .fop-uatp-voucher-selected .column2 .field:first-child { font-weight: bold; }
#payment .fop-voucher-item .uatp-voucher-messages .message { margin-left: 0px; padding-left: 36px; padding-top: 20px; padding-bottom: 20px;}
#payment .fop-voucher-item-applied .uatp-voucher-messages .message:first-child { border-top: 1px solid #d6d6cd; }
#payment .fop-voucher-item .uatp-voucher-messages .message > * { display: inline; }
#payment .fop-voucher-item .uatp-voucher-messages { padding:10px; margin-bottom: -20px;}
#payment .fop-voucher-item .uatp-voucher-messages .message-warn .message-text1 { font-weight: bold; }
#payment .fop-voucher-item .fop-uatp-voucher-initial { padding: 0px 15px; }
#payment .fop-uatp-voucher-initial .textfield { width: 143px; }
#payment .fop-voucher-item .fop-uatp-voucher-initial .field label { width: 125px; margin-left: 25px; }
#payment .fop-uatp-voucher-item .button-gray input { width: 155px; background-position: left top; margin-left: 0; color: #fff; }
#payment .fop-uatp-voucher-item .voucher-pin-code { border-bottom: 1px solid #d6d6cd; padding-bottom: 10px; margin-bottom: 10px; }
#payment .fop-voucher-item .uatp-voucher-messages-error { margin-bottom: 15px; }
#payment .fop-voucher-item .uatp-voucher-messages-error .message { margin: 0 0 0 15px; }
#payment .fop-voucher-item .uatp-voucher-messages-error .message-text2 { display: none; }
#payment .fop-voucher-item .uatp-voucher-add-card-details { display: none; }
#payment .fop-voucher-item .uatp-voucher-marketing-header-container { margin-bottom: 20px; }


/* frequent flyer FOP */
#payment .fop-frequentFlyer-item { width: 100%; }
#payment .fop-frequentFlyer-item .frequent-flyer-title { margin: 0 0 10px 8px; font-weight: bold; font-size: 0.9em; }
#payment .fop-frequentFlyer-item .frequent-flyer-header { margin: 0 0 10px 12px; }
#payment .fop-frequentFlyer-item label { display: inline-block; width: 21%; padding-right: 4px; }
#payment .fop-frequentFlyer-item .link-forgotPassword { margin: 0 0 23px 23%; }
#payment .fop-frequentFlyer-item #login { margin-left: 23%; padding: 5px; }
#payment .fop-frequentFlyer-item .frequent-flyer-label { font-weight: bold; }
#payment .fop-frequentFlyer-item .frequent-flyer-row { display: inline-block; width: 60% }
#payment .fop-frequentFlyer-item .frequent-flyer-price { font-weight: bold; float: right; }
#payment .fop-frequentFlyer-item .frequent-flyer-breakdown { margin-left: 20px; }
#payment  .paymentSlider_insufficient_miles { background: url(../images/ff-warn.gif) left center no-repeat; margin: 10px; padding: 5px 5px 5px 35px; float: left }
#payment  .paymentSlider_no_award_price_error { background: url(../images/ff-warn.gif) left center no-repeat; margin: 10px; padding: 5px 5px 5px 35px; float: left }
#payment  .ff-paymentSlider-extrasRedemption-balance {padding:0 20px 8px 20px; color: #000; margin-left: 2px; padding-top: 10px;}

/* radio view */
#payment .radio-view .fop-item-select { width: 200px; float:left; vertical-align: middle; padding-right: 10px; height: 30px;}
#payment .radio-view .fop-item-select-credit {width: 400px; !important;}
#payment .radio-view .fop-item-select input,
#payment .radio-view .fop-item-select label,
#payment .radio-view .fop-item-select a { line-height: 18px; vertical-align: middle}
#payment .radio-view .fop-item-select .fop-credit { line-height: 25px; vertical-align: middle}

#payment .radio-view .fop-item-row { margin: 10px 20px;overflow: hidden; clear: left; }
#payment .extendedView .radio-view .fop-item-row { margin: 5px 20px 0px; padding: 15px 0 10px; border-top: 1px solid #eaebe6;}
#payment .extendedView .radio-view .fop-item-row.first {border-top: none;margin-top:0; padding-top:0;}

#payment .radio-view .fop-item-label { margin-right: 0px; padding-right: 3px; }
#payment .radio-view .field { margin: 0; padding: 5px 0; line-height: 20px; clear: left; }
#payment .radio-view .field label { width: 175px; margin-right: 4px; float: left; }
#payment .radio-view .fop-icons { float: left; margin-left: 190px; }
#payment .extendedView .radio-view .fop-tab  .fop-icons { float: right; }
#payment .radio-view .fop-security-logo { float: right; margin-right: 20px; width: 79px; height: 56px; background: none; }
#payment .radio-view h3 { float: left; width: 100%; margin: 0 0 10px 0; font-size: 1em; padding: 0 20px 8px 20px }
#payment .extendedView .radio-view h3 { float: none; width: auto; margin: 10px 0; padding-bottom:0}

#payment .radio-view .sections-list { margin: 10px 0 10px 0; }
#payment .radio-view .payment-type .credit-card-form { padding: 0px; }
#payment .radio-view .payment-type .billing-data{ background-color: #fff; }
#payment .radio-view .payment-type .billing-data .sameAsContactAddress { float :left; padding-left : 150px }
#payment .radio-view .payment-type .frequentFlier-data{ background-color: #fff; }
#payment .radio-view .payment-type { margin: 0px; background: none; }
#payment .radio-view .payment-type li { padding: 2px 5px; margin: 0; width: 100%; text-align: left; }
#payment .radio-view .payment-details label { font-size: 0.85em; }
#payment .radio-view .fop-icon { display: none; width:35px; height:22px; margin-right: 5px; background: url(../images/payment-fop-icons.png) top left no-repeat; }
#payment .radio-view .fop-icon-ax { display: inline-block; background-position: 0 0; }
#payment .radio-view .fop-icon-ba { display: inline-block; background-position: -35px 0; }
#payment .radio-view .fop-icon-vi { display: inline-block; background-position: -35px 0; }
#payment .radio-view .fop-icon-dc { display: inline-block; background-position: -70px 0; }
#payment .radio-view .fop-icon-ds { display: inline-block; background-position: -105px 0; }
#payment .radio-view .fop-icon-gc.fop-icon-giftCard { display: inline-block; background-position: -140px 0; }
#payment .radio-view .fop-icon-ik { display: inline-block; background-position: -175px 0; }
#payment .radio-view .fop-icon-ca { display: inline-block; background-position: -175px 0; }
#payment .radio-view .fop-icon-jb { display: inline-block; background-position: -210px 0; }
#payment .radio-view .fop-icon-po { display: inline-block; background-position: -245px 0; }
#payment .radio-view .fop-icon-pp { display: inline-block; background-position: -280px 0; }
#payment .radio-view .fop-icon-tp, #payment .radio-view .fop-icon-gc.fop-icon-uatpVoucher { display: inline-block; background-position: -315px 0; }
#payment .radio-view .fop-icon-af { display: inline-block; background-position: -385px 0; }
#payment .radio-view .fop-icon-pt { display: inline-block; background-position: -420px 0; }

/* AFOP */
#payment .radio-view .fop-icon-afop { display: inline-block; background-position: -175px 0; width: 105px; }
#payment .gender { float: left; text-align: right;}
#payment #afopFirstName { float: left; z-index: 2}
#payment #afopLastName { z-index: 1}
#payment #afopLastNameNoLabel { display: none }
#payment .alignFirstLastName { float: left; }
#payment #details_afop-0-afop-0 { margin-bottom: 0; margin-left: 5px}
#payment #afopGenderEnabled > label:first-child + label { width: 70px}
#payment #afopGenderEnabled > label:first-child + label + label { width: 70px}
#payment #afop-0-afop-0_afopCountry, #payment .extended-afop-details .countriesOptions, #payment .extended-afop-details #purchaserInfo-dropdown { width: 155px!important}
#payment .extended-afop-details div.column { width: 80% }
#payment #afop-0-afop-0_afopProvince { width: 155px!important}
#payment #afopLastName > label { height: 10px; width: 10px!important}
#payment .clear-float-purchaserDropdown { display:inline-block; overflow:hidden; }

#payment #purchaserContactInfo_frequentFlyerProgram{ width: 100px; margin-right: 0px; padding-right: 1px; }
#payment #purchaserContactInfo_frequentFlyerNumber { width: 85px; margin-right: 0px; padding-right: 1px; }



.payc-integrated #payment { background: url(../images/border-white-bg.gif) repeat-y; padding-bottom: 0; }
.payc-integrated #payment #payment-wrapper { background: url(../images/border-white-bottom.gif) no-repeat bottom left; margin-bottom: 2px; padding-bottom: 12px;}
.payc-integrated #payment .multi-fop-body { border: 0; }
.payc-integrated.amountdue-integrated #payment .payment-content { background: none; }

.payc-integrated .payc #componentTitle { background: url(../images/border-white-top.gif) no-repeat top left; }
/* learn more */
#payment .radio-view .disabledLink { display:none; }
#payment .radio-view .learnMoreIframe  {height: 460px; width: 450px; border: 0;margin-top: 10px; margin-bottom: -15px}
#payment .radio-view .learnMoreStatic {width: 200px; height: 100px; overflow: auto}

/*  Show Fop Credits */
#payment .radio-view .hideBalance { display:none; }

/* radio layout security code overlay body */
#payment .radio-view .threeDigitSecurityCode {background: url(../images/3digit-cvv.png); background-repeat: no-repeat; background-position: center; margin-left: 1.12em}
#payment .radio-view .fourDigitSecurityCode {background: url(../images/4digit-cvv.png); background-repeat: no-repeat; background-position: center; margin-left: 1.12em}
#payment .radio-view .rightBordered {border-style:solid ; border-color: #e8eff7; border-left: 0px; border-top: 0px; border-bottom: 0px; border-right: 5px solid #C6C7CB}
#payment .radio-view .securityCodeOverlay {overflow: auto; margin-top: 15px; width: 460px; height: 300px}
#payment .radio-view .securityCodeTable {table-layout: fixed; margin-top: 8px}
#payment .radio-view .securityCodeTable .paragraphCell {vertical-align: top}
#payment .radio-view .securityCodeTable .textParagraph {padding-top: 0px}
#payment .radio-view .securityCodeTableColumn {width:50%}
#payment .radio-view .securityCodeImage {height: 142px}
#payment .radio-view .presentCreditCardMessage {
margin-left: 190px;
display: block;
}
/* credit card radio view card number part input */
#payment .radio-view .credit-card-input {margin-right: 10px; }

/* insurance unacceptable fop overlay */
#insurance-unacceptable-overlay #fop-names {font-weight:bold}
#insurance-unacceptable-overlay table {text-align:center; margin: 30px auto auto; border-collapse: separate; border-spacing: 20px}
#insurance-unacceptable-overlay #remove-link {text-decoration: underline; font-size: 0.9em}
#insurance-unacceptable-overlay #change-button {text-transform: capitalize; font-size: 0.975em}
#insurance-unacceptable-overlay h3 {margin-left:20px; padding:10px 0 15px 0; font-size: 1.05em; font-weight: bold;}

#payment .radio-view .payment-type .installment-data{ background-color: #fff; }
#payment .radio-view fieldset { width: 100%; clear: both; }
#payment .dynamic .fop-icon {background: url(../images/cc-sprite.png);}
#payment .dynamic .fop-icon-ba { background-position: 0 0; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-ba.gray { background-position: 0 -30px; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-vi { background-position: 0 0; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-vi.gray { background-position: 0 -30px; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-ik { background-position: -40px 0; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-ik.gray { background-position: -40px -30px; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-ca { background-position: -40px 0; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-ca.gray { background-position: -40px -30px; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-ax { background-position: -80px 0; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-ax.gray { background-position: -80px -30px; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-ds { background-position: -120px 0; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-ds.gray { background-position: -120px -30px; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-dc { background-position: -160px 0; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-dc.gray { background-position: -160px -30px; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-jb { background-position: -200px 0; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-jb.gray { background-position: -200px -30px; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-tp { background-position: -240px 0; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-tp.gray { background-position: -240px -30px; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-tp { background-position: -240px 0; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-tp.gray { background-position: -240px -30px; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-pt { background-position: -280px 0; width: 35px; height: 22px; }
#payment .dynamic .fop-icon-pt.gray { background-position: -280px -30px; width: 35px; height: 22px; }
.pagatodo-color{ background-position: -280px 0; width: 35px; height: 22px; }
.pagatodo-gray { background-position: -280px -30px; width: 35px; height: 22px; }

/* submit overlay */
.payc .submit-overlay {width: 100%; height: 100%; top: 0; left: 0; z-index: 99; opacity: 0; position: absolute;}
.pinCodeOverlay { margin:20px 10px 10px 10px;}

/* retail payment */
#payment .fop-retail-item {padding:17px 10px 15px 10px;}
.fop-retail-providers-icons {background: url(../images/retail-payment-provider-icons.png);height: 40px;width: 417px;margin-left:auto;margin-right:auto;}
.fop-retail-learn-more {width:475px;}
.fop-retail-learn-more .fop-retail-providers-icons {background: url(../images/retail-payment-provider-icons.png);height: 40px;width: 417px;}
.fop-retail-learn-more .fop-retail-marketing_text {margin: 20px;}

/* extended Afop VIEW */
#payment .radio-view .extended-fop-body {margin:0 20px 0 36px;}
#payment .radio-view .extended-fop-body .payment-type { background-color:#eaebe6; margin: 0; width: 624px; padding:10px}
#payment .radio-view .extended-fop-body .payment-type.radio-view { padding: 0}
#payment .radio-view .extended-fop-body .extended-afop-details .payment-type.radio-view {background:#fff}

#payment .radio-view .extended-fop-body h3 {display:none;}

/* Direct Debit */
.direct-debit-tabs {
    color: #000;
    margin: 5px 0px 5px 0px;
    z-index: 1;
    padding: 0px 0px 0px 189px;
}

.direct-debit-li {
    display: inline !important;
    overflow: hidden;
    width:auto !important;
    list-style-type: none !important;
    border-radius: 3px;
    border: 1px solid #d3d3d3 !important;
    background-color: #ffffff !important;
    padding: 2px !important;
}

.direct-debit-li.selected {
    border: 1px solid #000 !important;
    background-color: #666666 !important;
}

.direct-debit-li .direct-debit-tab {
    display: inline;
    overflow: hidden;
    list-style-type: none;
    padding: 1px;
    font-weight: normal;
    color: #A3A3A3;
    cursor: pointer !important;
}

.more-info{
    height: 26px;
    background: url(../images/button-info.png) no-repeat;
    float:right;
    width:26px;
    cursor: pointer;
    position: absolute;
}

.direct-debit-tabs .selected .direct-debit-tab {
    font-weight: bold;
    color: #E3E3E3;
}

.paycDirectDebitInfo {
    background-color: #FFFFCC !important;
    border: 1px solid black !important;
}

.paycDirectDebitInfoHeader {
    background-color: #FFFFCC !important;
}

.paycDirectDebitInfo:before {
    content:'';
    position: absolute;
    right: 100%;
    top:4px;
    width:0px;
    height:0px;
    border-top:11px solid transparent;
    border-right:15px solid black;
    border-bottom:11px solid transparent;
}

.paycDirectDebitInfo:after {
    content:'';
    position: absolute;
    right: 100%;
    top:5px;
    width:0px;
    height:0px;
    border-top:10px solid transparent;
    border-right:13px solid #FFFFCC;
    border-bottom:10px solid transparent;
}

.payment-tabs-container {
    width: auto;
}

.payment-tabs {
    color: #000;
    margin: 12px 0px 10px 0px;
    z-index: 1;
    padding: 0px 0px 0px 20px;
}

.payment-li {
    display: inline;
    overflow: hidden;
    list-style-type: none;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    padding: 5px;
}

.payment-li.selected {
    border: 1px solid #000;
    background-color: #666666;
}

.payment-li a {
    text-decoration: none;
}

.payment-li .payment-tab {
    display: inline;
    overflow: hidden;
    list-style-type: none;
    padding: 1px;
    font-weight: normal;
    color: #A3A3A3;
}

.payment-tabs .selected .payment-tab {
    font-weight: bold;
    color: #E3E3E3;
}

div.fop-item-accordion > input + label {
    background: url(../images/accordion_btn.png) 0px 0px no-repeat;
    height: 16px;
    padding: 6px 50px 20px 35px;
    position: relative;
}

div.fop-item-accordion > input {
    opacity: 0;
    position: relative;
    left: 20px;
    top: 5px;
    z-index: 10;
}

div.fop-item-accordion-expanded > input {
    opacity: 0;
    position: relative;
    left: 20px;
    top: 5px;
    z-index: 10;
}

.splitSections-indent {
    position: relative;
    left: 20px;
}

#split-sections-list-id .split-apply-container {
    display: table;
    margin-top: 30px;
    width: 644px;
    padding: 5px 0;
    line-height: 20px;
    clear: left;
    border-top: 1px solid #d6d6cd;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(214, 214, 205);
    padding-top: 20px;
}

#split-sections-list-id .split-apply-container label {
    width: 175px;
    margin-right: 13px;
    padding-right: 10px;
    float: left;
    clear: left;
    display: inline;
}

#split-sections-list-id .split-apply  {
    float: left;
    margin-left: 0px;
}

#split-sections-list-id .split-apply input {
    font-size: 0.825em;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 2px;
    padding-bottom: 8px;
    outline: none;
}

#split-sections-list-id .split-payment-applied
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(234, 235, 230);
    background-image: none;
    background-size: auto;
    color: rgb(79, 78, 64);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8264em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
}

#split-sections-list-id .split-payment-applied .column0 .check { background: url(../images/check.png) left center no-repeat; min-height: 21px; }
#split-sections-list-id .split-payment-applied .column0 { display: inline-block; width: 36px; margin-right: 7px; margin-top: 4px;}
#split-sections-list-id .split-payment-applied .column1 { display: inline-block; float: none; padding-top: 5px; position: absolute; margin-top: 3px; }
#split-sections-list-id .split-payment-applied .column1 label { font-size: 0.825em; font-weight: bold; line-height: normal; }
#split-sections-list-id .split-payment-applied .column1 .value { display: inline-block; line-height: normal; padding-top: 5px; }

#split-sections-list-id  .split-payment-applied .column2 { margin-left: 50px; display: inline-block; margin-top: 0px; padding-top: 5px;}
#split-sections-list-id  .split-payment-applied .column2 .value { line-height: normal; padding-top: 5px; display: inline-block; }
#split-sections-list-id  .split-payment-applied .column2 .field:first-child { font-weight: bold; display: inline-block;}

#split-sections-list-id  .split-payment-applied .column3 { margin-left: 30px; display: inline-block; margin-top: 0px; padding-top: 5px; font-weight: bold;}
#split-sections-list-id  .split-payment-applied .column4 { margin-left: 200px; display: inline-block; margin-top: 0px; padding-top: 5px;}

#split-sections-list-id  .split-payment-applied .split-messages-container {margin-top: 10px; border-top: 1px solid #d6d6cd;}
#split-sections-list-id  .split-payment-applied .split-messages-container .split-messages { margin-left: 0px; padding-left: 36px; padding-top: 20px; padding-bottom: 10px;}
#split-sections-list-id  .split-payment-applied .split-payment-remove-button  input { color: #0066cc; font-style: normal; font-family: "Verdana Regular", "Verdana";}
#split-sections-list-id  .split-payment-applied .header {display: block; margin-bottom: 10px;}

.split-payment-tooltip {
    display: inline;
    margin: 5px;
    position: relative;
    bottom: 5px;
}

#amountToChargeInfoOverlay h4 {
    display:block !important;
}

.interest-desc {
    padding-left: 5px;
    font-family:'Verdana Regular', 'Verdana';
    font-weight:400;
    color:#666666;
}

.no-interest-desc {
    font-family: 'Verdana Regular', 'Verdana';
    font-weight: 400;
    color: #000000;
}

.promo-interest-desc {
    font-family:'Verdana Bold', 'Verdana';
    font-weight:700;
    color:#0099CC;
}

.payment-option-empty {
    float: left;
    width: 175px;
    text-align: right;
    padding-right: 15px;
}

#payment #installment-data .payment-option-desc {
    width: 350px;
    text-align: left;
    margin-bottom: 10px;
}

.installment-radio {
    float: left;
    margin-top: 2px;
}

.bold {
    font-weight: bold;
}

.installment-desc {
    padding-left: 5px;
}

.invalid-card-bin-message, .invalid-card-bin-name {
    color:#CF153C;
}

.invalid-card-bin-name {
    font-weight: bold;
}

.different-card-message {
    padding-left: 190px;
}

.clear-left {
    clear: left;
}
