.wl-div-built-dropdown-container {
    float: left;
    margin: 0;
    position: relative
}

.wl-div-built-dropdown-container .wl-div-built-dropdown-overlay {
    position: absolute;
    z-index: 100;
}

.wl-div-built-dropdown-container ul {
    background: white;
    border: 1px solid #E8E8E8;
    padding: 2px 4px;
    margin: 0;
    float: left;
}

.wl-div-built-dropdown-button {
    margin: 0px;
}

.wl-div-built-dropdown-button input {
    font-size: 11px;
    letter-spacing: 0;
    text-shadow: none;
    text-transform: none;
    padding-bottom: 0;
    padding-right: 28px
}

.wl-div-built-dropdown-decorator {
    display: inline-block;
    right: 8px;
    top: 8px;
    position: absolute;
    width: 12px;
    height: 8px;
    background: url(../images/button-sprite-gray.png) no-repeat -407px -242px;
    cursor: pointer;
}

.wl-div-built-dropdown-option-item {
    cursor: pointer;
    list-style-type: none;
    padding: 12px 12px;
}

.wl-div-built-dropdown-option-item-hover {
    background: #F2F2F2;
}

.wl-div-built-dropdown-option-selected {
    background-color: #F6F6F6;
}
.yui-calcontainer {
    border: none;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * SAM
 *
 * Skin colors used:
 *
 * - Control Border : 808080
 * - Control Chrome : f2f2f2
 * - Cell Borders : cccccc
 * - Normal Cell BG : ffffff
 * - Date Links : 0066cc
 * - Selected Cells BG : b3d4ff
 * - Cell Hover BG : 426fd9
 * - Disabled BG : cccccc
 * - Disabled Text Color : a6a6a6
 **/

/* CALENDAR BOUNDING BOX */
.yui-calcontainer {
    padding:10px;
    margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    padding: 7px 15px 13px 7px;
    position: relative;
}

/* CALENDARGROUP BOUNDING BOX */
.yui-calcontainer.multi {
    padding:0 20px;
    margin-top:31px;
    height: 200px;
}

/* BOUNDING BOX FOR EACH CALENDAR GROUP PAGE */
.yui-calcontainer.multi .groupcal {
    background-color:transparent;
    border: 1px solid #D8D8D1;
    padding:0;
    margin:0;
    float: left;
}
.yui-calcontainer.multi .first-of-type {
    margin-right: 3px;   
}

.yui-calcontainer.multi .last-of-type {
    
}

/* TITLE BAR */
.yui-calcontainer .title {
    background:url(https://flights.kulula.com/SSW2010/static/assets/skins/sam/sprite.png) repeat-x 0 0;
    border-bottom:1px solid #cccccc;
    font:100% sans-serif;
    color:#000;
    font-weight:bold;
    height:auto;
    padding:.4em;
    margin:0 -10px 10px -10px;
    top:0;
    left:0;
    text-align:left;
}

.yui-calcontainer.multi .title {
    margin:0 -5px 0 -5px;
}

.yui-calcontainer.withtitle {
    padding-top:0;
}

/* CLOSE BUTTON */
.yui-calcontainer .calclose {
    background:url(https://flights.kulula.com/SSW2010/static/assets/skins/sam/sprite.png) no-repeat 0 -300px;
    width:25px;
    height:15px;
    top:.4em;
    right:.4em;
    cursor:pointer;
}

/* CALENDAR TABLE */
.yui-calendar {
    border-spacing:0;
    border-collapse:collapse;
    text-align:center;
    margin:0;
    width: 100%;
}

/* NAVBAR BOUNDING BOX */
.yui-calendar .calhead {
    vertical-align:middle;
    font-size:12px;
    font-weight:bold;
    margin: 0 0 1px;
    border-bottom: 1px solid #D8D8D1;
    position: relative;
    text-align:center;
}

/* NAVBAR TEXT CONTAINER */
.yui-calendar .calheader {
    background:transparent;
    font-weight:bold;
    padding: 0;
    text-align:center;
    height:33px;
    line-height: 3em
}

.yui-calendar .calheader img {
    border:none;
}

/* NAVBAR LEFT ARROW */
/* NAVBAR RIGHT ARROW */
.yui-calendar .calnavleft, .yui-calendar .calnavright {
    top: 0;
    position: absolute;
    text-indent: -999999px;
    cursor: pointer;
    font-size: 1em;
    display: block;
    height:33px;
    width:30px;
}

.yui-calendar .calnavleft {left: 0;}
.yui-calendar .calnavright {right: 0;}

/* WEEKDAY HEADER ROW */
.yui-calendar .calweekdayrow {
    height:2em;
}

.yui-calendar .calweekdayrow th {
    background-color:#D0D0C8;
    color:#0B0501;
    text-transform: uppercase;
    font-weight: normal;
    font-size:10px;
    padding:0 2px;
    border:none;
}

/* WEEKDAY (Su, Mo, Tu...) HEADER CELLS */
.yui-calendar .calweekdaycell {
    color:#000;
    font-weight:bold;
    text-align:center;
    width:2em;
}

/* CALENDAR FOOTER. NOT IMPLEMENTED BY DEFAULT */
.yui-calendar .calfoot {
    background-color:#f2f2f2;
}

/* WEEK NUMBERS (ROW HEADERS/FOOTERS) */
.yui-calendar .calrowhead,  .yui-calendar .calrowfoot {
    color:#a6a6a6;
    font-size:85%;
    font-style:normal;
    font-weight:normal;
    border:none;
}

.yui-calendar .calrowhead {
    text-align:right;
    padding:0 2px 0 0;
}

.yui-calendar .calrowfoot {
    text-align:left;
    padding:0 0 0 2px;
}

/* NORMAL CELLS */
.yui-calendar td.calcell {
    border:solid 1px #ccc;
    background:#fff;
    text-align:center;
    white-space:nowrap;
    padding:2px 3px;
}

/* LINK INSIDE NORMAL CELLS */
.yui-calendar td.calcell a {
    text-align:center;
    color:#00478e;
    display:block;
    height:100%;
    text-decoration:none;
    font-weight: bold;
}

/* TODAY'S DATE */
.yui-calendar td.calcell.today {
    background-color:#61791e !important;
    color:#FFFFFF !important;
}

.yui-calendar td.calcell.today a {
    color :#fff;
}

/* OOM DATES */
.yui-calendar td.calcell.oom {
    background-color:#fff !important;
    color:#776e6e;
    cursor:default;
    border: none;
}

/* SELECTED DATE */
.yui-calendar td.calcell.selected {
    background-color:#fff;
    color:#000;
}

.yui-calendar td.calcell.selected a {
    background-color:#3D76CA;
    color:#000;
}

/* HOVER DATE */
.yui-calendar td.calcell.calcellhover {
    background-color:#426fd9;
    color:#fff;
    cursor:pointer;
}

.yui-calendar td.calcell.calcellhover a {
    background-color:#426fd9;
    color:#fff;
}

/* DEFAULT OOB DATES */
.yui-calendar td.calcell.previous {
    color:#776e6e;
    border: none;
    padding-top: 3px
}

/* CUSTOM RENDERERS */
.yui-calendar td.calcell.restricted { text-decoration:line-through; }
.yui-calendar td.calcell.highlight1 { background-color:#9CB8E3; }
.yui-calendar td.calcell.highlight2 { background-color:#99ccff; }
.yui-calendar td.calcell.highlight3 { background-color:#ffcccc; }
.yui-calendar td.calcell.highlight4 { background-color:#ccff99; }

/* CalendarNavigator */

/* MONTH/YEAR LABEL */
.yui-calendar a.calnav {
    border: 1px solid #f2f2f2;
    padding:0 4px;
    text-decoration:none;
    color:#000;
    zoom:1;
}

.yui-calendar a.calnav:hover {
    background: url(https://flights.kulula.com/SSW2010/static/assets/skins/sam/sprite.png) repeat-x 0 0;
    border-color:#A0A0A0;
    cursor:pointer;
}

/* NAVIGATOR MASK */
.yui-calcontainer .yui-cal-nav-mask {
    background-color:#000;
    opacity:0.25;
    filter:alpha(opacity=25); /* IE */
}

/* NAVIGATOR BOUNDING BOX */
.yui-calcontainer .yui-cal-nav {
    font-family:arial,helvetica,clean,sans-serif;
    font-size:93%;
    border:1px solid #808080;
    left:50%;
    margin-left:-7em;
    width:14em;
    padding:0;
    top:2.5em;
    background-color:#f2f2f2;
}

.yui-calcontainer.withtitle .yui-cal-nav {
    top:4.5em;
}

/* NAVIGATOR BOUNDING BOX */
.yui-calcontainer.multi .yui-cal-nav {
    width:16em;
    margin-left:-8em;
}

/* NAVIGATOR YEAR/MONTH/BUTTON/ERROR BOUNDING BLOCKS */
.yui-calcontainer .yui-cal-nav-y,
.yui-calcontainer .yui-cal-nav-m,
.yui-calcontainer .yui-cal-nav-b {
    padding:5px 10px 5px 10px;
}

.yui-calcontainer .yui-cal-nav-b {
    text-align:center;
}

.yui-calcontainer .yui-cal-nav-e {
    margin-top:5px;
    padding:5px;
    background-color:#EDF5FF;
    border-top:1px solid black;
    display:none;
}

/* NAVIGATOR LABELS */
.yui-calcontainer .yui-cal-nav label {
    display:block;
    font-weight:bold;
}

/* NAVIGATOR MONTH CONTROL */
.yui-calcontainer .yui-cal-nav-mc {
    width:100%;
    _width:auto; /* IE6, IE7 Quirks don't handle 100% well */
}

/* NAVIGATOR MONTH CONTROL, VALIDATION ERROR */
.yui-calcontainer .yui-cal-nav-y input.yui-invalid {
    background-color:#FFEE69;
    border: 1px solid #000;
}

/* NAVIGATOR YEAR CONTROL */
.yui-calcontainer .yui-cal-nav-yc {
    width:4em;
}

/* NAVIGATOR BUTTONS */

/* BUTTON WRAPPER */
.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
    border:1px solid #808080;
    background: url(https://flights.kulula.com/SSW2010/static/assets/skins/sam/sprite.png) repeat-x 0 0;
    background-color:#ccc;
    margin: auto .15em;
}

/* BUTTON (based on button-skin.css) */
.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
    padding:0 8px;
    font-size:93%;
    line-height: 2;  /* ~24px */
    *line-height: 1.7; /* For IE */
    min-height: 2em; /* For Gecko */
    *min-height: auto; /* For IE */
    color: #000;
}

/* DEFAULT BUTTONS */
/* NOTE: IE6 will only pickup the yui-default specifier from the multiple class specifier */
.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default {
    border:1px solid #304369;
    background-color: #426fd9;
    background: url(https://flights.kulula.com/SSW2010/static/assets/skins/sam/sprite.png) repeat-x 0 -1400px;
}

.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button {
    color:#fff;
}

.hd {
    padding: 10px 40px 0 20px;
}

.hd ~ .bd .yui-calcontainer.multi {
    margin-top: 11px;
}
/* Passenger Information Component */
#passenger-accordion {
    padding: 0 0 20px 0;
    clear: left;
}
#passenger-accordion .more-details label
{ left: -999em; }

#passenger-accordion h1 {
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-left: 3px;
    color: #666;
}

#passenger-accordion h2 {
    padding-bottom: 0;
    margin-bottom: 3px;
    margin-left: 13px;
    color: #666;
    font-weight: bold;
    font-size: 1.05em;
}

#passenger-accordion .passenger-list .textfield {
    width: 115px;
    padding: 3px 0 3px 4px;
}

#passenger-accordion .passenger-list {
    width: 673px;
    position: relative;
    margin-left: 12px;
}

#passenger-accordion .passenger-list .passenger-item {
    width: 673px;
    clear: left;
    list-style: none;
    position: relative;
    margin-left: 13px;
}

#passenger-accordion .passenger-list {
    margin-left: 0;
}

#passenger-accordion .passenger-item {
    background: url(../images/passenger-toggle-bg.gif) repeat-y left;
    list-style: none;
    margin-bottom: 15px;
}

#passenger-accordion .passenger-item .passenger-wrapper {
    background: url(../images/passenger-toggle-top.gif) no-repeat top left;
}

#passenger-accordion .passenger-item .passenger {
    background: url(../images/passenger-toggle-bottom.gif) no-repeat bottom left;
}

#passenger-accordion .passenger-item.current {
    background: url(../images/passenger-current-bg.gif) repeat-y left;
}

#passenger-accordion .passenger-item.current .passenger-wrapper {
    background: url(../images/passenger-current-top.gif) no-repeat top left;
}

#passenger-accordion .passenger-item.current .passenger {
    background: url(../images/passenger-current-bottom.gif) no-repeat bottom left;
}

#passenger-accordion .passenger-item .passenger {
    padding: 10px 10px;
}

#passenger-accordion .passenger-item .info-wrapper {
    margin-bottom: 0;
    display: inline;
}

#passenger-accordion .passenger-item select.clip {
    min-width: 136px;
}

#passenger-accordion .passenger h4 {
    /*float: left;
    width: 130px;*/
    padding: 10px 6px 0 15px;
    text-decoration: none;
    font-size: 1.05em;
    font-weight: bold;
}

#passenger-accordion .passenger h4 span {
    font-size: 0.825em;
    font-weight: normal;
}

#passenger-accordion a.toggle-passenger.toggle-passenger-button {
    height: auto;
    width: auto;
}

#passenger-accordion .toggle-passenger.toggle-passenger-button em {
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 3px 10px;
    box-shadow: 1px 1px 0 #ccc;
    text-decoration: none;

}

#passenger-accordion .toggle-passenger.toggle-passenger-triangle{
    background: url(../images/btn-toggle.gif) no-repeat 100% -50%;
    float: right;
    margin: 10px 20px 0 0;
}

#passenger-accordion .current .toggle-passenger.toggle-passenger-triangle{
    background: url(../images/btn-toggle.gif) no-repeat 100% 100%;
}

#passenger-accordion .more-details, #passenger-accordion .toggler, .passenger-item .passenger-info .toggler, .passenger-item .more-details {
    display: none;
}

#passenger-accordion .passenger-info {
    height: 40px;
}

#passenger-accordion .passenger-info label {
    font-weight: bold;
    padding-bottom: 2px;
    font-size: 0.9em;
}

.passenger-info input, .passenger-info select {
    display: block;
    margin-top: 2px
}

#passenger-accordion .passenger-info label.inline {
    display: inline;
}

#passenger-accordion .passenger-info .field {
    display: inline;
    float: left;
    margin: 0 6px 7px 0;
}

#passenger-accordion .passenger-info.view-fields .field{
    color: #4f4e40;
    font-size: 1.05em;
}

#passenger-accordion .passenger-info.view-fields .field.freq_flier{
    font-weight: normal;
}


#passenger-accordion .passenger-info .suffix-name input, #passenger-accordion .passenger-info .middle-name input {
    width: 45px;
}

#passenger-accordion .passenger-info .first-name input, #passenger-accordion .passenger-info .maiden-name input, #passenger-accordion .passenger-info .last-name input {
    width: 130px;
}

#passenger-accordion .current .toggler, .current .toggler, .current .more-details {
    display: block !important;
}

#passenger-accordion .more-details {
    display: none;
    margin-top: 15px;
    margin-bottom: 10px;
}



#passenger-accordion .details-wrapper div.column,
#passenger-accordion  .more-details .details-wrapper div.dob,
#passenger-accordion .more-details .details-wrapper div.gender,
.details-wrapper div.redress_number {
    width: 315px;
}

#passenger-accordion .details-wrapper .date-box {
    width: 340px;
}

#passenger-accordion .details-wrapper div.secure-flight-fields {
    float: left;
    width: 340px;
}

#passenger-accordion .passenger-info .field-row {
    width:640px;
}
#passenger-accordion .innerLabelAndInput .innerLabel{
    visibility: hidden !important;
}
#passenger-accordion .details-wrapper div.secure-flight-border {
    float: left;
    width: 320px;
    border: 1px none #C4DBEF;
    border-right-style: solid;
    min-height: 60px;
}

#passenger-accordion .details-wrapper div.secure-flight-info {
    float: left;
    vertical-align: text-top;
    width: 250px;
    padding: 10px 0 0 20px !important;
}

#passenger-accordion .details-wrapper div.secure-flight-pad {
    padding-top: 10px !important;
}

#passenger-accordion .details-wrapper div.non-secure {
    padding-left: 20px !important;
}

#passenger-accordion .details-wrapper div.secure {
    padding-left: 20px !important;
}

#passenger-accordion .details-wrapper div.secure-width {
    width: 340px;
}

#passenger-accordion .details-wrapper div.secure-pad {
    padding-left: 15px;
}

#passenger-accordion .details-wrapper div.airline {
    width: 100%
}

#passenger-accordion .more-details label {
    float: left;
    width: 140px;
    margin-right: 5px;
    text-align: right;
}

#passenger-accordion .more-details legend {

    white-space: nowrap;
    width: 90px;
    margin-right: 8px;
    text-align: left;
}
#passenger-accordion .header-details {display:none;}
#passenger-accordion .more-details .dob legend, #passenger-accordion .more-details .phone-input legend,
#passenger-accordion .more-details .docInfo_doc_exp_day legend, #passenger-accordion .more-details .add_doc_issue_day legend {
    float: left;
    width: 140px;
    margin-right: 5px;
    text-align: right;
}

.passenger-header-hidden {
    display:none; !important;
}

#passenger-accordion .more-details .redress-label {
    float: none;
    margin-right: 0;
    padding-right: 0;
}

#passenger-accordion .more-info {
    height: 26px;
    background: url(../images/button-info.png) no-repeat;
    float:right;
    width:26px;
    cursor: pointer;
}

#passenger-accordion .redressCheckbox {
    margin-top: 6px;
}

#passenger-accordion .more-details .phone_confirm label,
#passenger-accordion .more-details .phone label {
    width: 50px;
    margin-right: 10px;
}

#passenger-accordion .more-details .phone .phoneType label {
    width: 50px;
}

#passenger-accordion .more-details label.inline {
    width: auto;
    text-align: left;
}

#passenger-accordion .details-wrapper {
    border: 1px solid #c4dbef;
    background-color: #f3f9ff;
}

#passenger-accordion .details-wrapper h3 {
    display: block;
    float: none;
    position: relative;
    padding: 2px 0 0 10px;
    width: auto;
    font-size: 1.05em;
    line-height: 26px;
}

#passenger-accordion .details-wrapper .redressRules h3 {
    font-size: 0.9em;
    text-align: left;
    padding-bottom: 0;
    border-bottom: 1px solid;
    background: url(../images/filters-bg.gif) repeat-x bottom;
    line-height: 32px;
    margin-bottom: 10px;
}

#passenger-accordion .details-wrapper .header {
    line-height: 26px;
    float: none;
    position: relative;
    padding: 2px 0 0 10px;
    width: auto;
    font-size: 1.05em;
    line-height: 26px;
    font-weight: bold;
    color: #2b6dcc;
}

#passenger-accordion .details-wrapper .subHeader {
    line-height: 26px;
    float: none;
    position: relative;
    padding: 2px 0 0 10px;
    width: auto;
    font-size: 1.05em;
    line-height: 26px;
    color: #2b6dcc;
}

#passenger-accordion .more-details .details-content {
    padding: 0 10px 10px 10px;
}

#passenger-accordion .more-details input.textfield {
    width: 130px;
}

#passenger-accordion .more-details .details-content-border {
    border: thin #C4DBEF solid;
    padding: 10px !important;
}

#passenger-accordion .more-details .details-content-pad {
    padding: 10px 10px 10px 10px;
}

#passenger-accordion .more-details .details-content {
    padding: 0 10px 10px 10px;
}

#passenger-accordion .more-details .dob, #passenger-accordion .more-details .gender, #passenger-accordion .more-details .phone-copy-fields,
#passenger-accordion .more-details .email-fields .email, #passenger-accordion .more-details .email-fields .email_confirm{
    float: left;
}

#passenger-accordion .more-details .freq_flier select {
    margin-right: 2px
}

#passenger-accordion .more-details .phone-fields, #passenger-accordion .more-details .redress_number, #passenger-accordion .more-details .email-fields {
    clear: left;
    float: left;
}

#passenger-accordion .more-details .phone-fields, #passenger-accordion .more-details .known_travel_number, #passenger-accordion .more-details .email-fields {
    clear: left;
    float: left;
}

#passenger-accordion .more-details .redress_number div {
    display: inline;
}

#passenger-accordion .more-details .known_travel_number div {
    display: inline;
}

#passenger-accordion .more-details .redress_number .redressRules {
    display: inline-block;
    padding: 0 0 15px;
    z-index: 101;
}

#passenger-accordion .more-details .redressRules .known_travel_number {
    display: inline-block;
    padding: 0 0 15px;
    z-index: 101;
}

#passenger-accordion .more-details .redressRules p {
    padding: 10px;
}

#passenger-accordion .more-details .phone-fields, #passenger-accordion .more-details .email-fields, #passenger-accordion .more-details .phone-copy-fields {
    margin-top: 10px;
}

#passenger-accordion .more-details .phone-copy-fields {
    margin-left: 5px;
}

#passenger-accordion .more-details .address1 {
    clear: left;
    float: left;
    margin-top: 20px;
}

#passenger-accordion .more-details .address2 {
    float: left;
    padding-top: 26px;
    margin-top: 20px;
}

#passenger-accordion .more-details .doc_fields {
    float: left;
}

#passenger-accordion .more-details .doc_fields2 {
    position: relative;
    float: left;
    padding-top: 35px;
}

#passenger-accordion .more-details .doc_fields2 .field, #passenger-accordion .more-details .doc_fields2 .field .date-box {
    float: none;
}

#passenger-accordion .more-details .add_doc_fields {
    float: left;
}

#passenger-accordion .more-details .add_doc_fields2 {
    float: left;
    padding-top: 35px;
}

#passenger-accordion .more-details .freq_flier input.textfield {
    width: 80px;
}


#passenger-accordion .more-details .freq_flier label.column {
    display: inline
}

#passenger-accordion .more-details .seat_pref {
    clear: left
}

#passenger-accordion div.gender input {
    margin-right: 1px;
}

#passenger-accordion .phone input.phone-areaCode,
#passenger-accordion .phone_confirm input.phone-areaCode {
    width: 20px;
}

#passenger-accordion .phone input.phone-number,
#passenger-accordion .phone_confirm input.phone-number {
    width: 100px;
}

#passenger-accordion .phone input.phone-extension,
#passenger-accordion .phone_confirm input.phone-extension {
    width: 40px;
}

#passenger-accordion .innerLabelAndInput {
    display: inline-block;
}

#passenger-accordion .add-passengers-section {
    background: #ffffff;
    margin-bottom: 10px;
    margin-top : 10px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#passenger-accordion .add-passengers-section-add-button {
    min-width: 100px;
}

#passenger-accordion .add-passengers-section hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 10px;
}

.passenger-header h2{
    display: inline-block;
}

.ffAdviseOverlayPopupHeader h4{
    padding: 5px 5px 3px 15px;
    line-height:35px;
    margin-bottom:0;
    color:#000000;
    border-bottom: 1px solid #D6D6CD;
}

.ffPopupList{
    background-color: #F2F2F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 15px 10px;
    padding: 15px;
    font-size: 0.9em;
}

ul.ffPopupPassengersList{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.ffPopupPassengersList li{
    background-image: url('../images/exclamation-warning.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-bottom: 5px;
}

.ffAdviseOverlayPopupNavigation {
    overflow: hidden;
    border-top: 1px solid #D6D6CD;
    width:100%;
    padding-top: 15px;
}

.ffAdviseOverlayPopupNavigationContinue {
    margin: 11px 20px 11px 0;
}

#passenger-accordion .passenger-section-details .phone-fields .phone-tooltip-container label.phone-tooltip.phone-tooltip-right-margin {
    margin-right:4px
}

#passenger-accordion .phone-fields .phone-tooltip-container span.phone-tooltip {
    width: auto;
    margin: 0px;
    padding: 0px
}

#passenger-accordion .phone-fields .phone-tooltip-container {
    clear:left;
    margin-left:10px;
    color:#000000
}

.ffDetailsOverlay {
    margin: 10px 10px 10px 10px;
}

.ffDetailsOverlay .buttons {
    padding-bottom: 10px;
}

.ffDetailsOverlay .ffDetailsOverlayHeader {
    font-size: 1.05em;
    margin-bottom: 15px;
}

.ffDetailsOverlay .ffDetailsOverlayNotice {
    margin-bottom: 20px;
}

.ffDetailsOverlay .passengerLabel {
    font-weight: bold;
    margin-bottom: 10px;
}

.ffDetailsOverlay .passenger-item {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

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

.ffDetailsOverlayInfo {
    background: #ecf1f4;
    margin-bottom: 10px;
    margin-top : 10px;
    overflow: hidden;
    padding: 15px;
}

.ffPassengerInfo {
    margin: 10px;
    padding: 10px;
    clear: both;
}

.ffPassengerInfo .ffCheckmark {
    background: url(../images/psng-ff-checkmark.png) no-repeat top left;
    height: 25px;
    width: 25px;
    float: left;
}

.passenger-info .rememberme-dropdown {
    display: none;
}

.current .passenger-info .rememberme-dropdown {
    margin: 0px 20px 15px;
    display: block;
}

.passenger-info .rememberme-dropdown select {
    display: inline;
}

.freq_flier .freq_flyer_program {
    display: inline-block;
}

.freq_flier .member_ship_program {
    display: inline-block;
    margin-left: 5px;
}

.freq_flier .note {
    color: #FF0000;
    font-weight: bold;
}

.freq_flier .unavailable {
    margin-bottom: 20px;
}

.more-details .description {
    margin-left: 10px;
    margin-bottom: 5px;
}

#passenger-accordion .passenger-item .freq_flier .freq_flyer_program select.clip {
    min-width: 250px;
}

#passenger-accordion .passenger-item .freq_flier .member_ship_program input {
    width: 250px;
}

#passenger-accordion .passenger-item .freq_flier .freq_flyer_program div {
    margin-bottom: 4px;
}

#passenger-accordion .passenger-item .freq_flier .member_ship_program div {
    margin-bottom: 4px;
}

#passenger-accordion .passenger-item .freq_flier .freq_flier_loyality {
    margin-top: 10px;
    margin-bottom: 10px;
}

#passenger-accordion .more-details .border {
    border-bottom: 1px solid #c4dbef;
    margin-top: 20px;
    margin-bottom: 15px;
}

#passenger-accordion .more-details .details-content .horizontaldivider {
    border-bottom: 1px solid #c4dbef;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 10px;
}

.psng-edit-name-fields ,.psng-view-name{
    float:left;
}

.toggle-button-pax{
    float:right;
}#skip a
{
    position:absolute;
    top:-999em;
    z-index: 2147483647;
    background: #3f87f2;
    color: #1a1a1a;
    padding: 3px 10px;
    text-align: center;
    border-radius: 4px;
}

#skip a:focus
{
    top: 0;
}

#skip {
    width: 400px;
    text-align: center;
    clear: both;
    margin: auto;
    float: none;
}#create-account .phone-number .phone-tooltip-container span {
    color: #000000;
    font-size: 0.825em;
    font-weight: normal;
    margin-right: 0px
}

#travelPreferences .more-info {
    height: 26px;
    background: url(../images/button-info.png) no-repeat;
    float: right;
    width: 26px;
    cursor: pointer;
}

#travelPreferences .info-content div.redressKnownTraveler {
    width: 320px;
}

#create-account .info-wrapper .redressKnownTraveler h4 {
    font-size: 0.9em;
    text-align: left;
    padding-bottom: 0;
    border-bottom: 1px solid;
    background: url(../images/filters-bg.gif) repeat-x bottom;
    line-height: 32px;
    margin-bottom: 10px;
}

#create-account .redressRules   .redressKnownTraveler {
    display: inline-block;
    padding: 0 0 15px;
    z-index: 101;
}

#create-account .knownTravelerRules    .redressKnownTraveler {
    display: inline-block;
    padding: 0 0 15px;
    z-index: 101;
}

#travelPreferences .redressRules .redressKnownTraveler p {
    padding: 10px;
}

#travelPreferences .knownTravelerRules .redressKnownTraveler p {
    padding: 10px;
}

#passenger-accordion .more-details .redress_number div {
    display: inline;
}
.agentretrieval .agency-search-wrapper label { float:left; font-size: 0.9em; padding:2px 3px 0 0; text-align:right }
.agentretrieval .agency-search-wrapper { width:702px; background:url(../images/component-bg.gif) repeat-y left; margin:0 0 15px 0; }
.agentretrieval .agency-search-wrapper .component-content { background:url(../images/component-top.gif) no-repeat top; padding-top: 10px; }
.agentretrieval .agency-search-wrapper .component { background:url(../images/component-bottom.gif) no-repeat bottom; padding-bottom: 15px; }
.agentretrieval .agency-search-wrapper .button { margin-left: 50px; }
.agentretrieval .agency-search-results .agentRecordRow { margin: 0 0 15px 0; }
.agentretrieval .agency-search-results .agentRecordRow .agentRecordNameColumn { display:inline-block; width:200px; }
.agentretrieval .agency-search-footer .footerContent { width:702px; border-top: 1px dotted #CCCCCC; padding-top: 10px; }
.agentretrieval .agency-search-footer .button { margin-left: 15px; }
.agentretrieval .agency-search-footer .paging { float: right; font-size: 0.75em; padding-top:7px; }
.agenttrackingnumber .atn-wrapper {
	margin-top: 10px;
	background: url(../images/border-white-top.gif) no-repeat top left;
	padding-top: 10px
}
.agenttrackingnumber .atn-border{
	background: url(../images/border-white-bg.gif) repeat-y;
}
.agenttrackingnumber .atn-bottom{
	background: url(../images/border-white-bottom.gif) no-repeat bottom left;
	padding-bottom: 10px;
}

.agenttrackingnumber .atn-component {
	margin-left: 15px;
	margin-top: 8px;
	clear: both;
}

.agenttrackingnumber .atn-delete-agent {
	background: url("../images/button-sprite.png") no-repeat scroll -262px -142px transparent;
	display: block;
	float: right;
	margin-bottom: -18px;
	height: 21px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -10000em;
	width: 24px;
}

.agenttrackingnumber .atn-content {
	padding-bottom: 8px;
	width: 265px;
}

.agenttrackingnumber .add-another-agent-link-enabled {
	margin-left: 180px;
}

.agenttrackingnumber .add-another-agent-link-disabled {
	margin-left: 180px;
	color :gray;
}

.agenttrackingnumber .agentindex-placeholder{
	margin-left: 3px;	
}

.agenttrackingnumber .atn-description{
	margin-bottom: 10px;
}.amountdue-content {
    background: url(../images/border-white-top.gif) no-repeat top left;
}

.amountdue-bottom {
    background: url(../images/border-white-bottom.gif) no-repeat bottom left;
    padding-bottom: 3px;
    padding-top: 12px;
}

.amountdue-wrapper {
    background: url(../images/border-white-bg.gif) repeat-y;
    margin-bottom: 8px;
    margin-top: 8px;
}

.amountDueNowValue {
    display: inline;
}

#amountdue-price {
    float: right;
    margin-right: 15px;
}

.amountdue-bottom > h4 {
    color: black;
}

.amountdue-bottom > h4 {
    color: black;
}

.amountdue-entries {
    font-size: 0.9em;
    font-weight: normal;
    padding: 5px 0 0 5px;
}

.amountdue-integrated .amountdue-bottom {
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    background: none;
    margin: 0 5px 0 5px;
    padding-top: 12px;
}

.amountdue-integrated .amountdue-wrapper {
    margin-bottom: 0;
}

.componentContentHolder.disableSpinner .loading {
    background-image: none;
}

.amountdue #componentTitle {
    display: none;
}

.payc-integrated.amountdue-integrated .amountdue #componentTitle{
    display: block;
}
#amountdue-extended{
    margin-bottom: 10px;
}

.amountdue-label{
  font-weight: bold;
}

.amountdue-list{
    padding:20px;
    padding-top:10px
}

.left-margin{
    margin-left:20px
}

.bottom-margin{
    margin-bottom:10px
}

.amountdue-component .refundandcost-refund-total,
.amountdue-component .refundandcost-cost-total {
    font-size: large;
    font-weight: bold;
}

.amountdue-component .refundandcost-cost-total{
    padding-top: 10px;
}

.amountdue-component .refundandcost-cost,
.amountdue-component .refundandcost-refund {
    padding-top: 10px;
}

.amountdue-component .refundandcost-cost .refundandcost-prices .total,
.amountdue-component .refundandcost-refund .refundandcost-prices .total {
    border-top: 1px dotted #d0d0d0;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
}

.amountdue-component .refundandcost-cost .refundandcost-prices .price + .price_tax,
.amountdue-component .refundandcost-refund .refundandcost-prices .price + .price_tax {
    margin-bottom: 5px;
}

.amountdue-component .refundandcost-prices {
    border-right: 1px solid #d0d0d0;
    float: left;
    margin-right: 20px;
    width: 200px;
    padding-right: 20px;
}

.amountdue-component .refundandcost-payments {
    float: left;
    width: 420px;
}

.amountdue-component .refundandcost-prices .right,
.amountdue-component .refundandcost-payments .right{
    float: right;
}

.amountdue-component .refundandcost-payments .transactions {
    font-weight: normal;
}

.amountdue-component .refundandcost-payments .paymentlist .payment {
    margin-bottom: 10px;
    border-bottom: 1px dotted #d0d0d0;
    padding-bottom: 10px;
}

.amountdue-component .refundandcost-payments .paymentlist .payment:last-child {
    border-bottom: none;
}

.amountdue-component .refundandcost-payments .payment span {
    line-height: 15px;
    vertical-align: middle;
}

.amountdue-component .refundandcost-payments .fop-icon { display: none; width:35px; height:22px; margin-right: 5px; background: url(../images/payment-fop-icons.png) top left no-repeat; }
.amountdue-component .refundandcost-payments .fop-icon-ax { display: inline-block; background-position: 0 0; }
.amountdue-component .refundandcost-payments .fop-icon-ba { display: inline-block; background-position: -35px 0; }
.amountdue-component .refundandcost-payments .fop-icon-vi { display: inline-block; background-position: -35px 0; }
.amountdue-component .refundandcost-payments .fop-icon-dc { display: inline-block; background-position: -70px 0; }
.amountdue-component .refundandcost-payments .fop-icon-ds { display: inline-block; background-position: -105px 0; }
.amountdue-component .refundandcost-payments .fop-icon-gc { display: inline-block; background-position: -140px 0; }
.amountdue-component .refundandcost-payments .fop-icon-ik { display: inline-block; background-position: -175px 0; }
.amountdue-component .refundandcost-payments .fop-icon-ca { display: inline-block; background-position: -175px 0; }
.amountdue-component .refundandcost-payments .fop-icon-jb { display: inline-block; background-position: -210px 0; }
.amountdue-component .refundandcost-payments .fop-icon-po { display: inline-block; background-position: -245px 0; }
.amountdue-component .refundandcost-payments .fop-icon-pp { display: inline-block; background-position: -280px 0; }
.amountdue-component .refundandcost-payments .fop-icon-tp { display: inline-block; background-position: -315px 0; }
.amountdue-component .refundandcost-payments .fop-icon-af { display: inline-block; background-position: -385px 0; }
.amountdue-component .refundandcost-payments .fop-icon-pt { display: inline-block; background-position: -420px 0; }

.amountdue-fqtu-list {
    padding: 10px 0 10px 28px;
}/* 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_1431100159342.gif) 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; }

#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;
}