﻿@charset "utf-8";


/*
@font-face {
    font-family: 'aracne_regularregular';
    src: url('../style/Webfonts/aracne_regular_macroman/ARACNE_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/


/** START OF RESET CSS ------------------------- */
html, body, div, span, object, iframe, .h1, .h2, .h3, .h4, .h5, .h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }

/* not needed 
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } */
del { color:#888; text-decoration:none; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* Normalize font */
body { line-height:1; font-family: 'Source Sans Pro',Sans-Serif; } 

/* Minimal base styles */
html { overflow-y: scroll; } /* Always force a scrollbar in non-IE */
html, body { width: 100%; }

a:hover, a:active { }
:focus {  }

nav ul, nav li { margin: 0; list-style:none; list-style-image: none; display:inline;}

caption, th, td { font-weight: normal; text-align: left; vertical-align: middle; }

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label[for], input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

buttonSession {cursor:wait;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

buttonSession {margin: 0;}

/* Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

buttonSession {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/** END OF RESET CSS --------------------------- */

/** START OF TEMPLATE CSS ---------------------- */

/* - START OF DEFAULT ELEMENTS ----------------- */
body {
    background-color: #EFEFF0; /* Old browsers */

    background-image: url(../images/spiritway/content_background.png);
    background-repeat:  no-repeat;
    background-attachment:scroll;
    background-position: center top;
    filter:none;
}
.no-cssgradients body {
   background-image: url(../images/spiritway/content_background.png);
     background-repeat:  no-repeat  ;
     background-color: #EFEFF0;
    filter: none ;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
     background-position: center top;
}
body.homepageBody, .no-cssgradients body.homepageBody {
    background-image: url(../images/spiritway/home_background.png);
}

em { font-style: italic; }

strong { font-weight: bold; }
     
ol, ul { list-style: none; }

hr { border-top:1px solid #cdcdcd; }

/*********** Beginning of Typography ***********/
body {
    font-family: 'aracne_regularregular','mrs_lollipopregular',Helvetica, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    font-size:14px;
}
.h1 { font-size:36px; margin-bottom:20px; font-weight:normal; line-height:44px; }
.h2 { font-size:30px; margin-bottom:10px; font-weight:normal;font-family: 'mrs_lollipopregular'}
.h3 { font-size:37px; margin-bottom:10px; font-weight:normal;font-family: 'mrs_lollipopregular' }
.h4 { font-size:18px; margin-bottom:10px; font-weight:normal; }
.h4 sup
{
	font-size:60%;
	position:relative;
	top:0px;
}
.h4 span.lighterFont{ color:#666666;}
p { margin-bottom:10px}

..h3 {font-family: 'mrs_lollipopregular';font-size:  }


ul.list { padding-left:14px; list-style: disc; }

/*********** End of Typography ***********/

/*********** Beginning of Links ***********/
a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

a {
    font-weight: bold;
    color: #df6100;
}
a:hover { 
    color: #0075cf;
}

a.more_info_link { cursor:pointer; font-size: 12px; }
a.more_info_link>span 
{
    padding-left: 2px;
    font-size: 12px;  
}
/*********** End of Links ***********/

/*********** Beginning of Form ***********/
input[type='text'],
input[type='password'],
textarea {
	background-color: #fff;
	font-size:14px;
	padding: 8px 10px;
	border:1px solid #d7d7d7;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .4);
	box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .4);
}
textarea { }

input[type='radio'],
input[type='checkbox'] { margin-right:10px; vertical-align:baseline; }

.primaryDriver { margin-left:10px;margin-top:2px}

label { }

select {
	background-color: #fff;
	font-size:14px;
	padding: 7px;
	border:1px solid #d7d7d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, .4);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, .4);
}
.ie7 select option { padding:7px; }

/* TODO: Figure out how to get rid of these generic widths */
input[type='text'],
input[type='password'],
textarea {
	width:400px;
}
textarea { width:97%; }
select {
    width:420px;
}

/* -- Select variations -- */
select.month { width:105px; margin-right:10px; }
select.month_num { width:60px; margin-right:10px; }
select.day { width:75px; margin-right:10px; }
select.year { width:84px; }
select.title, select.suffix { width:70px; }

/* -- button styles -- */
/* base button - blue */
.button { 
    display: inline-block;
    padding:10px 20px;
    vertical-align: middle;
    cursor: pointer;

    font-weight: bold;
    line-height: 1;
    font-size: 24px;
    text-align:center;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);

    background-color: #9dc8ed; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d8e9ff 2%, #a8c5ea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#d8e9ff), color-stop(100%,#a8c5ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d8e9ff 2%,#a8c5ea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#d8e9ff 2%,#a8c5ea 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#d8e9ff 2%,#a8c5ea 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#d8e9ff 2%,#a8c5ea 100%); /* W3C */  

    border: 1px solid #949abf;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
    
    text-decoration: none;
}
.no-cssgradients .button {
    /* background: #9dc8ed url(../images/dynamicPackaging/large_blue_btn.png) repeat-x left top; */
    background: #9dc8ed url(../images/template/sprite_button_bgs.png) repeat-x left -157px;
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e9ff', endColorstr='#A8C5EA',GradientType=0 ); IE6-9 */
}

/* -- button styles -- */
/* base button - blue */
.buttonSession { 
    display: inline-block;
    padding:10px 20px;
    vertical-align: middle;
    cursor:wait;

    font-weight: bold;
    line-height: 1;
    font-size: 24px;
    text-align:center;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);

    background-color: #9dc8ed; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d8e9ff 2%, #a8c5ea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#d8e9ff), color-stop(100%,#a8c5ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d8e9ff 2%,#a8c5ea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#d8e9ff 2%,#a8c5ea 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#d8e9ff 2%,#a8c5ea 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#d8e9ff 2%,#a8c5ea 100%); /* W3C */  

    border: 1px solid #949abf;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
    
    text-decoration: none;
}
.no-cssgradients .buttonSession {
    /* background: #9dc8ed url(../images/dynamicPackaging/large_blue_btn.png) repeat-x left top; */
    background: #9dc8ed url(../images/template/sprite_button_bgs.png) repeat-x left -157px;
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e9ff', endColorstr='#A8C5EA',GradientType=0 ); IE6-9 */
}

.button:hover { color:#0075cf; }
.ie7 .button { padding:8px 20px; line-height:1.2; }

.ie7 .buttonSession { padding:8px 20px; line-height:1.2; }

/* primary button - green */
.button.primary {
    background-color: #a4be52; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #b8ca5e 2%, #92b346 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#b8ca5e), color-stop(100%,#92b346)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#b8ca5e 2%,#92b346 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#b8ca5e 2%,#92b346 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#b8ca5e 2%,#92b346 100%); /* IE10+ */
    border-color:#738423;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .35);
}


.ie7 .button.primary {
    background-color: #a4be52; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #b8ca5e 2%, #92b346 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#b8ca5e), color-stop(100%,#92b346)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#b8ca5e 2%,#92b346 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#b8ca5e 2%,#92b346 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#b8ca5e 2%,#92b346 100%); /* IE10+ */
    border-color:#738423;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .35);
}

.no-cssgradients .button.primary {
    /* background: #a4be52 url(../images/dynamicPackaging/large_green_btn.png) repeat-x left top; */
    background-color: #a4be52; 
    background-position: left -264px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8ca5e', endColorstr='#92B346',GradientType=0 ); /* IE6-9 */
}

.ie7 .no-cssgradients .button.primary {
    /* background: #a4be52 url(../images/dynamicPackaging/large_green_btn.png) repeat-x left top; */
    background-color: #a4be52; 
    background-position: left -264px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8ca5e', endColorstr='#92B346',GradientType=0 ); /* IE6-9 */
}

.button.primary:hover { color:#333; }

/* secondary button - grey */
.button.secondary {
    background: #d1d1d1; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 2%, #c3c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#eeeeee), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* W3C */
    border-color:#999;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
    text-align:center;
}

.ie7 .button.secondary {
    background: #d1d1d1; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 2%, #c3c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#eeeeee), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* W3C */
    border-color:#999;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
    text-align:center;
}
.no-cssgradients .button.secondary {
    /* background: #d1d1d1 url(../images/dynamicPackaging/large_gray_btn.png) repeat-x left top; */
    background-color: #d1d1d1; 
    background-position: left -210px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#C3C3C3',GradientType=0 ); /* IE6-9 */
}

/* secondary button - grey */
.buttonSession.secondarySession {
    background: #d1d1d1; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 2%, #c3c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#eeeeee), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#eeeeee 2%,#c3c3c3 100%); /* W3C */
    border-color:#999;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .5);
    text-align:center;
}
.no-cssgradients .buttonSession.secondarySession {
    /* background: #d1d1d1 url(../images/dynamicPackaging/large_gray_btn.png) repeat-x left top; */
    background-color: #d1d1d1; 
    background-position: left -210px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#C3C3C3',GradientType=0 ); /* IE6-9 */
}

.button.secondary:hover { color:#0075cf; }

 
/* secondary button - Red*/


.button.secondary_BagPopUp {
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #A90329 2%, #940000 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(top, #ffffff 0%, #a90329 2%, #940000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#a90329), color-stop(100%,#940000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#a90329 2%,#940000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#a90329 2%,#940000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#a90329 2%,#940000 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#a90329 2%,#940000 100%); /* W3C */   
    border: 1px solid #5D0E01;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #000000;

    text-align:center;
}

.ie9 .button.secondary_BagPopUp {

/*#FF0000
background-color: #FF0000;*/
background: -moz-linear-gradient(center top , #FFFFFF 0%, #A90329 2%, #940000 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(top, #ffffff 0%, #a90329 2%, #940000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#a90329), color-stop(100%,#940000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#a90329 2%,#940000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#a90329 2%,#940000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#a90329 2%,#940000 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#a90329 2%,#940000 100%); /* W3C */   
    border: 1px solid #5D0E01;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #000000;

    text-align:center;

  }

.no-cssgradients .button.secondary_BagPopUp {
    /* background: #d1d1d1 url(../images/dynamicPackaging/large_gray_btn.png) repeat-x left top; */
    background-color: #d1d1d1; 
    background-position: left -210px;    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A90329', endColorstr='#A90329',GradientType=0 ); /* IE6-9 */
}
.button.secondary_BagPopUp:hover { color:#333; }

p.actions.center a.button.disabled
{
	background-color:#c7c7c7;
	color:#e4e4e4;
	border-color:#adadad;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .3);
	background-image:none;
}
p.actions.center a.button.disabled:hover
{
	color:#e4e4e4;
}

/* -- other button styles -- */
#content footer.conformation_links article .allhotels_action,
#content footer.conformation_links #ShowAllHotels .button, 
#ShowAllCars .button {    
}
.no-cssgradients #content footer.conformation_links article .allhotels_action,
.no-cssgradients #content footer.conformation_links #ShowAllHotels .button, 
.no-cssgradients #ShowAllCars .button {
}
#content footer.conformation_links article .allhotels_action:hover,
#content footer.conformation_links #ShowAllHotels .button:hover, 
#ShowAllCars .button:hover {  }

/* -- input attribute styles -- */
input:focus, select:focus, textarea:focus, .focus {
    border-color:#537DBF !important; 
    box-shadow:0 0 3px #729ee2;
}
input[type='text'],
input[type='password'],
textarea,
select {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

input[type='text']:focus,
input[type='password']:focus, 
select:focus, 
textarea:focus, 
.focus {
    border-color:#537DBF !important; 
    -moz-box-shadow:0 0 3px #729ee2;
    -webkit-box-shadow:0 0 3px #729ee2;
    box-shadow:0 0 3px #729ee2;
}

[disabled='true'], .disabled {
    background-color:#f3f3f3;
    background-image:none;
    color:#aaa;
    border-color:#e0e0e0;
    cursor:default;
}

/* -- error classes -- */
.validation_error,
.validationError {
    background: #ffdede;
    /* color:#FF0101; */
    border-color:#940000;
}
.validation_error:focus,
.validationError:focus {
    border-color:#940000 !important; 
    -moz-box-shadow:0 0 3px #f33;
    -webkit-box-shadow:0 0 3px #f33;
    box-shadow:0 0 3px #f33;
}

.error_msg_bubble {
    background-color:#940000; display:none;
    min-width: 100px; max-width:300px; padding:10px; 
    position:absolute;
    left:100px; top:540px;
    border:1px solid #870000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color:#fff; font-weight:bold; font-size:14px; line-height:21px;
    -moz-box-shadow: 2px 2px 5px  rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 5px  rgba(0, 0, 0, .4);
	box-shadow: 2px 2px 5px  rgba(0, 0, 0, .4);
	z-index:3;
}
.error_msg_bubble span.arrow {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #940000;
    bottom: -14px;
    height: 0;
    left: 18px;
    line-height: 0;
    position: absolute;
    width: 0;
}
.error_msg_bubble p { margin:0; }

.warning_msg {
    border:2px solid #970000; 
    -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; 
    min-height:24px;
    padding:20px 20px 20px 80px;
    margin-bottom:48px;
    background:transparent url(../images/InfoBubble.gif) no-repeat 20px center;
    font-size:18px;
    /* display:none; */
}
.warning_msg p { margin-bottom:0; color:#333; font-size:18px; }

/*********** End of Form ***********/

/*********** Beginning of Global CSS ***********/

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}

/*********** End of Global CSS ***********/

/*********** Global styles for modal boxes ****************/

.modal_content,
.modalContent {
	display:none;	
	overflow:hidden;
}
.modalContent .section_block
{
	padding:10px;
}
 #loginSection a
 {
	font-size:14px;
	padding:0 20px;
	height:33px;
	line-height:33px;
 }
.modalContent #loginSection #loginTable input
{
	width:200px;
	padding: 8px 10px;
}
.modalContent #loginTable td
{
	border:none;
	padding:0;	
}
div#modalContent div.offer span.savingsMessage
{
	display:none;
}
div#modalContent div.offer div.savingsButtonGroup
{
	text-align:center; 
    padding-top:10px;
	border-bottom:none;
	margin-bottom:0;
	width:100%;
}
#loginSectionVerbiage .alreadymember { disply:inline-block; background: #fffaaa; padding:5px 20px; margin-bottom: 8px; }

div#modalContent div.offer div.savingsButtonGroup > div
{
	width:50%;	
	display:table-cell;
	margin-bottom:12px;
}

.ie7 div#modalContent div.offer div.savingsButtonGroup > div { float: left }
div#modalContent div.offer div.savingsButtonGroup > div a{
	margin:0 10px 20px 10px ;
	line-height:30px;
	width:306px!important;
	padding:28px 0!important;	
}
div#modalContent div.offer div.savingsButtonGroup span
{
	font-size:14px;	
	margin:0 10px 20px 10px;
	display:block;
	text-align:left;
}

.ie7 div#modalContent div.offer div.savingsButtonGroup span.signup_save_text {padding-left: 14px;}

/*********** End of Global styles for modal boxes ****************/
 
/* - END OF DEFAULT ELEMENTS ------------------------- */


/* - WRAPPER SECTION -------------------- */

#page { 
	min-width:960px; 
	overflow:hidden; 
}
.main_header,
#content,
.main_footer .linksets { 
	width:948px; 
	margin-left:auto; 
	margin-right:auto; 
}

.color_bar {
	background: transparent url(../images/template/color_bar_bg.png) repeat-x left top;
	height:2px; 
}
.color_bar.first {
	position: relative;
	z-index: 1;
	-webkit-box-shadow:  0px 1px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .4);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .4);
}

/* - HEADER SECTION -------------------- */

.main_header {
	text-align:right; 
	min-height: 174px;
}
.main_header>h1 {
	float:left; 
	display:inline-block; 
	padding:50px 0 30px 20px; 
	margin:0;
}
.main_header>h1 a {
	width:260px; 
	height:72px; 
	display:block; 
	/* background:transparent url(../images/template/logo.png) no-repeat left center; */
	background:transparent url(../images/template/sprite_template_icons.png) no-repeat left -25px; 
	text-indent:-9999px; 
	text-align:left; 
}

/* -- top navigation styles -- */
.main_header .top_nav { position:relative; font-size:12px; min-height: 22px; }
.main_header .top_nav ul {
	/*ckground-color: #e8f5ff; 
    border: 1px solid #fff; 
    border-top-color:#c4d8e9;
    -webkit-box-shadow:  0px 3px 3px rgba(0, 66, 112, .5);
    -moz-box-shadow: 0px 3px 3px rgba(0, 66, 112, .5);
    box-shadow: 0px 3px 3px rgba(0, 66, 112, .5);*/
    text-align:left;
    overflow:hidden;
}
.main_header .top_nav ul li a{
	float:left;
	border-left: 1px solid #385992;
	border-right: 1px solid #6891d6;
}
.main_header .top_nav ul li:first-child { border-left: none; display:inline;}
.main_header .top_nav ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    height:15px;
    padding: 0px 17px;
    /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);*/
    margin-top:5px;
}
body.es-PR .main_header .top_nav ul li a {
    padding:0 16px;
}
.main_header .top_nav ul li a:hover { color: #FFDE00; }

.main_header .top_nav a.language_tab {
	position:absolute; 
	top:0;
	padding:4px 18px 6px;
	font-size:14px; 
	font-weight:bold; 
	color:#fff; 
	text-decoration:none;

	background:#333333 url(../images/template/sprite_button_bgs.png) repeat-x left top;
	border:1px solid #fff; 
	border-top:none;
	-webkit-box-shadow:  0px 4px 3px rgba(0, 66, 112, .5);
	-moz-box-shadow: 0px 4px 3px rgba(0, 66, 112, .5);
	box-shadow: 0px 4px 3px rgba(0, 66, 112, .5);
}

/* -- promo & support nav structure -- */
.main_header section  
{
	display:inline-block;
	margin-top:65px; 
	min-width:215px; 
	height:34px; 
	vertical-align:top; 
	text-align:left;
}
.main_header section hgroup p
{
	margin:0px;	
}
.main_header section hgroup
{
	padding:10px;
	background: #c10223; /* Old browsers */
	background: -moz-linear-gradient(top,  #c10223 0%, #840014 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c10223), color-stop(100%,#840014)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c10223 0%,#840014 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c10223 0%,#840014 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c10223 0%,#840014 100%); /* IE10+ */
	background: linear-gradient(top,  #c10223 0%,#840014 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10223', endColorstr='#840014',GradientType=0 ); /* IE6-9 */
	border-width:1px;
	border-style:solid;
	border-color:#ef889d #8f0622 #9b2533 #9b2533;
	-webkit-box-shadow:  0px 2px 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
	-moz-border-radius-topleft:6px;
	-moz-border-radius-bottomleft:6px;  
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px; 
	border-top-left-radius:6px; 
	border-bottom-left-radius:6px; 
}
.main_header nav.support { display:inline-block; padding-top:65px; min-width:215px; vertical-align:top; }

/* -- header promo styles -- */
.main_header section.promo {
	color:#fff; 
	min-width:220px;
}
.main_header section.promo hgroup {
	float:left; 
}
.main_header section.promo a span
{
	display:block;
	float:left;
	padding:10px; 
	height:31px;
	line-height:16px;
}
.main_header section.promo a span:first-child
{
	border-width:0px 1px 0px 0px;
	border-style:none solid none none;
	border-color:#ef889d #8f0622 #9b2533 #9b2533;	
}
.main_header section.promo a span.signUpAction
{
	border-width:0px 0px 0px 1px;
	border-style:none none none solid;
	border-color:#ef889d #8f0622 #9b2533 #9b2533;	
	width:70px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-bottomright:6px;  
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px; 
	border-top-right-radius:6px; 
	border-bottom-right-radius:6px;
}
.main_header section.promo a span:first-child .h1
{
	text-align:left; 
	line-height:1.2em;
} 
.main_header section.promo a span .h1 {
	font-size:14px; 
	line-height: 1;
	margin-bottom:2px; 
}
.main_header section.promo .action { 
	display:block; 
	vertical-align:middle; 
	text-align:center;
	font-weight:bold;
	line-height:1.2;  
	font-size:14px; 
	height:50px;
	border-radius:6px; 
	background: #c10223; /* Old browsers */
	background: -moz-linear-gradient(top,  #c10223 0%, #840014 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c10223), color-stop(100%,#840014)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c10223 0%,#840014 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c10223 0%,#840014 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c10223 0%,#840014 100%); /* IE10+ */
	background: linear-gradient(top,  #c10223 0%,#840014 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10223', endColorstr='#840014',GradientType=0 ); /* IE6-9 */
	border-width:1px;
	border-style:solid;
	border-color:#ef889d #8f0622 #9b2533 #9b2533;
	color:#fff; 
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .30);
	-webkit-box-shadow:  0px 2px 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
	text-decoration:none; 
	overflow:hidden;
}
.no-cssgradients .main_header section.promo .action {
	background: #003f7e url(../images/template/sign_up_btn_bg.png) repeat-x left top;
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b76', endColorstr='#00264F',GradientType=0 ); IE6-9 */
}


/* -- help / login styles -- */
.main_header nav.support {}
.main_header nav.support>ul {}
.main_header nav.support>ul>li {                
	display:inline-block; 
	list-style:none; 
	margin:0; 
    padding:0 8px;
}
.ie7 .main_header nav.support>ul>li { display:inline; }
/*.main_header nav.support>ul>li>a { text-transform:lowercase; }*/
.main_header nav.support>ul li,
.main_header nav.support>ul li a {
	line-height:1.2;
	font-size:14px; 
	font-weight:bold;
	color:#fff; 
	text-decoration:none; 
	text-shadow: 1px 1px 1px #0059ad;
	display:block;
}
.main_header nav.support>ul li a:hover { color: #ffde00; }

.ie7 .main_header nav.support>ul>li{ vertical-align:middle; }
.main_header nav.support>ul li.fees {
    border-right:1px solid #0085d5; 
    -webkit-box-shadow:inset -1px 0px 0px #0060c1;
    -moz-box-shadow:inset -1px 0px 0px #0060c1;
    box-shadow:inset -1px 0px 0px #0060c1;
}
.main_header nav.support>ul li.last {
    border-left:1px solid #0085d5; 
    -webkit-box-shadow: -1px 0px 0px #0060c1;
    -moz-box-shadow: -1px 0px 0px #0060c1;
    box-shadow: -1px 0px 0px #0060c1;
}

/* -- user logged-in -- */
.main_header nav.support>ul li.logged_in { position:relative; padding-right:0; z-index:3; }
.main_header nav.support>ul li.logged_in .user_info {
    display:inline-block;
    word-spacing:0.14em;
    padding: 8px 12px;
    border: 1px solid transparent;
}
.main_header nav.support > ul li.logged_in.isTravelAgent .user_info {
    text-transform:uppercase;
}
.main_header nav.support > ul li.logged_in.isTravelAgent .user_info span {
    margin-right:19px;
    text-transform:capitalize;
}
.main_header nav.support > ul li.logged_in.isTravelAgent #memberNavigation {
    top:50px;
}
.main_header nav.support > ul li.logged_in.isTravelAgent #memberNavigation.DisableTravelPortal {
    top:31px;
}
.main_header nav.support > ul li.log_in_user .user_info.isTravelAgent {
    text-transform:uppercase;
}
.main_header nav.support > ul li.log_in_user .user_info.isTravelAgent span {
    margin-right:19px;
    text-transform:capitalize;
}
.main_header nav.support > ul li.log_in_user #memberNavigation.isTravelAgent {
    
}
.main_header nav.support > ul li.log_in_user #memberNavigation.isTravelAgent.DisableTravelPortal {
    top:31px;
}
#memberMileage {
    position:absolute;
    right:32px;
    top:28px;
    font-size: 12px;
}
#memberNavigation {
    position:absolute;
    top:31px;
    right:0;
    z-index: 3;
    
    width:224px;
    
    background-color:#003f7e; /* Old browsers */
	background: -moz-linear-gradient(top, #406D99 0%, #003B76 6%, #004384 55%, #00264F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#406d99), color-stop(6%,#003b76), color-stop(55%,#004384), color-stop(100%,#00264f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #406d99 0%,#003b76 6%,#004384 55%,#00264f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #406d99 0%,#003b76 6%,#004384 55%,#00264f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #406d99 0%,#003b76 6%,#004384 55%,#00264f 100%); /* IE10+ */
	background: linear-gradient(top, #406d99 0%,#003b76 6%,#004384 55%,#00264f 100%); /* W3C */
	
    border: 1px solid #0e2149;
    display:none; 
    
	-webkit-box-shadow:  0px 0px 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
	
	text-align:left;
    font-size:12px; 
}
#memberNavigation li { padding:0 12px 10px; }
#memberNavigation li.mileage_credit_link { padding-bottom:20px; border-bottom:1px solid #000; }
#memberNavigation li.signout { background-color:#ae0001; padding:5px 12px; border-top:1px solid #9b5758; }

/*bug 16082*/
.ie7 #memberNavigation li.signout, .ie7 #memberNavigation li {height:auto; padding-left:0px;}
/****/
#memberNavigation li a { font-size:12px; }
#memberNavigation .member_data {
    position:absolute;
    top:0;
    left:-8px;
    
    width:200px; /* 216px */
    padding:8px 20px; /* 8px 12px */
    
    background-color:#B2DDF9;
    border:1px solid #005B87;
    border-color:#005B87 #333;
    
	-webkit-box-shadow:  0px 6px 6px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, .4);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, .4);
	
	color:#333;
	text-shadow: 1px 1px 1px #fff;
}
#memberNavigation .member_data dl { padding:4px 0; }
#memberNavigation .member_data dl dt,
#memberNavigation .member_data dl dd { display:inline; }
#memberNavigation .member_data dl dt { float:left; clear:left; width:110px; }
#memberNavigation .separator { display:block; height:70px; }

/* -- user logged-in - menu expanded -- */
.main_header nav.support>ul li.logged_in:hover { min-width:200px; }
.main_header nav.support>ul li.logged_in:hover .user_info {
    min-width:200px;
    background-color:#003f7e; /* Old browsers */
	background: -moz-linear-gradient(top, #406D99 0%, #003B76 6%, #004384 55%, #003B76 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#406d99), color-stop(6%,#003b76), color-stop(55%,#004384), color-stop(100%,#003B76)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #406d99 0%,#003b76 6%,#004384 55%,#003B76 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #406d99 0%,#003b76 6%,#004384 55%,#003B76 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #406d99 0%,#003b76 6%,#004384 55%,#003B76 100%); /* IE10+ */
	background: linear-gradient(top, #406d99 0%,#003b76 6%,#004384 55%,#003B76 100%); /* W3C */
    border-color:#002B4C;
}
.main_header nav.support>ul li.logged_in:hover #memberMileage { display:none; }
.main_header nav.support>ul li.logged_in:hover #memberNavigation { display:inline-block; }


/* - END OF HEADER SECTION -------------------- */


/* - CONTENT SECTION ------------------- */
#content { 
	line-height:1.5;
	background-color:#fff; 
	border: 1px solid #325c85;

	margin-bottom:50px;
	position: relative;
	z-index: 2;
	-webkit-box-shadow:  0px 0px 10px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
}

/* -- breadcrumb styles -- */
aside.breadcrumbs  { padding:8px 20px 0px;clear:both; }

aside.breadcrumbs ul { 
	font-size:12px; 
}
aside.breadcrumbs li { 
	list-style:none; 
	display:inline; 
	text-transform: uppercase; 
	color:#999; 
}
aside.breadcrumbs li.last_step {
}
aside.breadcrumbs li.past_step{
	font-weight:bold;
}
aside.breadcrumbs li.active_step { 
	color:#000; 
	font-weight:bold;
}
aside.breadcrumbs li .icon { 
	width:18px; 
	height:10px; 
	display:inline-block; 
	vertical-align: middle;
	margin-left:6px; 
	background: url("../images/dynamicPackaging/breadcrumb-item-arrow.png") no-repeat center center;
}

/* -- section styles -- */
#content>section { padding:20px; }
#content>section.featured_info { padding:0px 20px 0px 20px; }
#content>section>hgroup { margin-bottom: 24px;}
#content>section>hgroup .h1 { margin-bottom: 0; border-bottom:1px solid #cdcdcd; position:relative; }
#content>section>hgroup .h1 .icon { position:absolute; height:31px; bottom:8px; right:0; background:transparent url(../images/dynamicPackaging/sprite1.png) no-repeat left top; }
	
/* -- form styles -- */
.req { font-size:24px; font-weight:bold; color:#0075cf; line-height: 0; position:relative; top:5px; vertical-align: middle; }
label .req { vertical-align: baseline; }
.ie7 label .req { position:static; top:auto; line-height: 15px; margin-top:-5px; vertical-align:top; display:inline-block; }
.ui-dialog .ui-dialog-content fieldset ul,
#content fieldset ul { list-style:none; padding-left:0; }
.ui-dialog .ui-dialog-content fieldset ul li.field,
#content fieldset ul li.field { margin-bottom:15px; }
label { font-size:12px; font-weight:bold; text-transform:uppercase; display:block; margin-left:10px; margin-bottom:2px; line-height:1; }
.ie7 label {line-height:1.5em; min-height:1.5em; vertical-align:baseline; }
label.for_check { display:inline; font-size:14px; text-transform:none; font-weight:normal; margin-bottom:0; margin-left:4px; }
label mark { font-weight:normal; font-style:normal; background-color:transparent; color:#555; }
.ui-dialog .ui-dialog-content fieldset ul li.field,
#content fieldset ul li.field a { font-size:12px;}

.standard_text span {font-weight:normal; font-style:normal;line-height:2.5;}

.section_block { background-color:#EFEFF0; border:1px solid #e6e6e6; padding:20px; margin-bottom:10px; }
.section_block_bags { background-color:#EFEFF0;  padding:20px; margin-bottom:10px; }
#content .section_block .h2 { font-size:18px; font-weight:bold; }
#content .section_block .h2 sup { font-size:50%; vertical-align:super; }
.section_block table {}
.section_block td { border-top:1px solid #cdcdcd; padding:10px 0; vertical-align:top; }
.section_block_bags td { border-top:1px #cdcdcd; padding:10px 0; vertical-align:top; }
/*.section_block td { border-top:1px  padding:10px 0; vertical-align:top; } solid #cdcdcd ask for solution before checkin pratish */

.section_block tr:first-child td { border-top:none; vertical-align:middle; }
.section_block fieldset ul {}

.section_block fieldset ul li.field_dialog_chk label {margin-left:0px;}
.section_block fieldset ul li.field_dialog_chk  {display:inline-table; width:30px; margin-right: 12px; min-height:52px; vertical-align:middle; }
.ie7 .section_block fieldset ul li.field_dialog_chk  {display:inline; float:left;}
.section_block fieldset ul li.field_dialog { display:inline-block; width:317px; margin-right: 0px; min-height:52px; vertical-align:top; }
.ie7 .section_block fieldset ul li.field_dialog { display:inline; float:left;}
.section_block fieldset ul li.field_dialog.last { margin-right: 0; }

.section_block fieldset ul li.field_dialog_date { display:inline-block; width:150px; margin-right: 10px; min-height:52px; vertical-align:top; }
.ie7 .section_block fieldset ul li.field_dialog_date { display:inline; float:left;}
.section_block fieldset ul li.field_dialog_date.last { margin-right: 0; }

.section_block fieldset ul li.field { display:inline-block; width:420px; margin-right: 20px; min-height:52px; vertical-align:top; }
.section_block fieldset ul li.field.last { margin-right: 0; }


.section_block fieldset ul li.fieldClass { display:inline-block; width:850px; word-wrap: break-word; margin-left: 20px; margin-right: 20px; vertical-align:top; }
.section_block fieldset ul li.fieldClass.last { margin-right: 0; }

.ie7 .section_block fieldset ul { overflow:hidden; }
.ie7 .section_block fieldset ul li.field { display:inline; float:left; }
.section_block.section_special { background-color:#FEEBDA; border-color: #FEEBDA; }

/* -- button styles -- */
.actions { text-align:center;}
.actions a { display:block; cursor:pointer; }
.actions a.button { display:inline-block; }
.actions .button { margin:0 5px 10px; }

/*********** Beginning of Itinerary ***********/

#content aside.itinerary_tab { position:relative; padding:0; }
.itinerary_tab dl {
    position:absolute; top:-31px; right:20px; 
    padding:5px 13px 4px; 
    border:1px solid #fff; border-bottom:none; 
    background-color: #004384; 
	background: -moz-linear-gradient(top, #003b76 0%, #004384 62%, #00264f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003b76), color-stop(2%,#004384), color-stop(100%,#00264f));
}
.no-cssgradients .itinerary_tab dl {
    background: #002349 url(../images/dynamicPackaging/ltinerary_bg.png) repeat-x left top;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b76', endColorstr='#00264f',GradientType=0 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#003b76, endColorstr=#00264f)";
}
.itinerary_tab dt, .itinerary_tab dd { display:inline; color:#fff;}
.itinerary_tab .icon {
    background: url(../images/dynamicPackaging/ltinerary_ico.png) no-repeat left top; 
    display:inline-block; 
    width:10px; height:15px; 
    vertical-align:baseline;
    margin-right:10px;
}
.itinerary_tab a { color:#fff; }
.itinerary_tab a:hover { color: #ffde00; }

/* -- your itinerary popup content styles -- */
#your_itinerary .h1 { font-size:36px; margin-bottom:16px; font-weight:normal; }
#your_itinerary .h2 { font-size:30px; margin-bottom:10px; font-weight:normal; }
#your_itinerary .h3, #modalContent .h3{ font-size:24px; margin-bottom:0; font-weight:normal; }
#your_itinerary .h4 { font-size:18px; margin-bottom:10px; font-weight:normal; }

#your_itinerary{font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;}
#your_itinerary .section_block { padding:12px 20px; }
#your_itinerary .h2{margin:0px;}
#your_itinerary .h3.separator { border-bottom:solid 1px #cdcdcd; }
#your_itinerary table{width:100%; }
/*#your_itinerary table tr td{border-top:none; padding:0px;}*/
#your_itinerary .itinerary_details .item, #your_itinerary .itinerary_details .price{border-bottom:none;}


#your_itinerary .flight_details table tr td { vertical-align:top; border:none; }
#your_itinerary .flight_details table tbody tr.last td {
    padding-top:0; padding-bottom:5px;
}
#your_itinerary .flight_details table tbody tr.first td {
    padding-top:5px; padding-bottom:0;
}
#your_itinerary .flight_details table { border-top:1px dashed #ccc; }
#your_itinerary .flight_details table tbody:first-child tr.first td { padding-top:10px;  }
#your_itinerary .flight_details table.first { border-top:none; margin-bottom:10px; }
#your_itinerary .flight_details table.first tbody:first-child tr.first td { padding-top:10px;  }

#your_itinerary .flight_details table tbody tr.separator { display:none !important; }

#your_itinerary .flight_details table tbody tr td span.next_day { font-size:12px; display:block; }

/*********** End of Itinerary ***********/

/* - END OF CONTENT SECTION ------------------- */

/* - FOOTER SECTION -------------------- */
.main_footer {
	background: #292929 url(../images/template/footer_bg.png) repeat center top;
	padding:30px 0 19px;

	border-top: 1px solid #313131;
	min-height:213px;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.13);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.13);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.13);
}
.main_footer .plane_with_tower { position:relative; width:948px; margin-left:auto; margin-right:auto; }
.main_footer .plane_with_tower .plane{
    background: url("../images/template/sprite_template_icons.png") no-repeat -170px 0;
    width: 96px; height:25px;
    position:absolute;
    top:-337px; left:-117px;
	z-index: 1;
}
.main_footer .plane_with_tower .tower{
	background: url("../images/template/sprite_template_icons.png") no-repeat 0 -57px;
	width: 432px; height:364px;
	position:absolute;
	top:-182px; right:-165px;
	z-index: 1;
}
.main_footer .linksets {
	position:relative;
	margin-bottom:20px;
	color:#fff;
	z-index: 2;
}
.main_footer .linksets nav {
	display:inline-block;
	width:212px;
	padding-left:20px;
	vertical-align:top;
}
.main_footer .linksets nav .h1 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
	line-height:24px;
}

.main_footer .linksets nav.AgentsteamMembers .h1 {
	margin-bottom: 6px;
}

.main_footer .linksets nav ul li {display:block; }
.main_footer .linksets nav ul li .icon {
	background: url("../images/template/sprite_template_icons.png") no-repeat -288px top;
	display:inline-block;
	width: 17px; 
	height:10px; 
	margin-right:7px;
}
.main_footer .linksets nav ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.main_footer .linksets nav ul li a:hover { color: #00bde6; }

.main_footer .copyright {
	position: relative; 
	z-index: 2; 
	text-align: center;
}
.main_footer .copyright p {
	display: inline-block;
	padding: 6px;
	background: #131313;
	background: -moz-linear-gradient(top, rgba(19, 19, 19, 0.4) 0%, rgba(163, 161, 161, 0.4));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19, 19, 19, 0.4)), color-stop(100%,rgba(163, 161, 161, 0.4))); /* webkit */
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
}
.no-cssgradients .main_footer .copyright p {
    background: #282828;
    /*
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074CF', endColorstr='#0095E1',GradientType=0 );
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0074CF, endColorstr=#0095E1)";
	*/
}
.ie7 .main_footer .copyright p { display:inline; }
.main_footer .copyright p span {   
	display: inline-block;
	background-color: #fff;
	font-size: 12px;
	padding: 8px 12px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
}
/* - END OF FOOTER SECTION -------------------- */

/** END OF TEMPLATE CSS ------------------------ */


/** START OF COMMON CSS COMPONENTS ------------- */
/* Template Dialog Styles */
#waitMessage { padding:10px; }
#sessionTimeOutMsg, #waitMessage p {
	font-size:16px;	
}
#sessionTimeOutMsg .primary {
	font-size:16px;
	padding:5px 30px;
}
.govtApprovalNotice{font-size:12px!important;white-space: nowrap;z-index: 10;}
/* Login Popup */
#login .h1 { font-size:20px; margin-bottom:8px; }
#login input { width:380px; }
#login .section_block{padding-bottom:0px; margin-bottom:30px;}
.forgotPasswordLogin { font-size:12px; margin-left:5px;}
#header_error_bubble, #fsAward_msg_bubble { left:35px !important; }
#header_error_bubble p, #fsAward_msg_bubble p { margin-bottom:0; }

/* Drop-Down Widget Styles */
.field_select {
	display:inline-block; 
	background:#fff url(../images/down_arrow.png) no-repeat 400px center; 
	border:1px solid #D6D6D6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	width:420px;
	min-height:28px; /* size-edit 33px */
	vertical-align:middle;
	text-align:left;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, .4);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, .4);
}
.field_select select { display:none; }
.field_select .selected_index  {
	display:block; 
	font-size:14px; /* size-edit 18px */
	/* padding:4px 4px 4px 10px; */
	padding:3px 4px 0 10px; /* 6px 4px 0px 10px; */
	white-space:nowrap; overflow:hidden; 
	width:86%;
}
.field_select .select_options {
	display:none; position:absolute;
	background-color:#fff; 
	width:420px; 
	max-height:192px;
	overflow:auto !important;
	border:1px solid #d6d6d6;
	border-top-color:#d6d6d6 !important;
	margin-left:-1px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	z-index:4;
}
.field_select .select_options li {
	font-size:14px; /* size-edit 18px */
	line-height:21px; /* size-edit 24px */
	padding-left:10px;
	margin-bottom:0 !important;
}
.field_select .select_options li:hover {
    background-color:#d6d6d6;
}
.field_select.active {
	-moz-box-shadow: 5px 5px 5px  rgba(0, 0, 0, .4);
	-webkit-box-shadow: 5px 5px 5px  rgba(0, 0, 0, .4);
	box-shadow: 5px 5px 5px  rgba(0, 0, 0, .4);
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	border-color:#537DBF;
}
.field_select.active .select_options {
	display:block; 
	-moz-box-shadow: 5px 5px 5px  rgba(0, 0, 0, .4);
	-webkit-box-shadow: 5px 5px 5px  rgba(0, 0, 0, .4);
	box-shadow: 5px 5px 5px  rgba(0, 0, 0, .4);
	border-color:#537DBF;
}
.ie7 .field_select.active { position:relative; }
.ie7 .field_select.active .select_options { top:28px; left:0; }

/* Drop-Down Widget Styles - Types */
.field_select.month { width:110px; background-position: 86px center; margin-right:10px; }
.field_select.month .select_options { width:110px;}
.field_select.month_num { width:60px; background-position: 40px center; margin-right:10px; }
.field_select.month_num .select_options { width:60px;}
.field_select.day { width:75px; background-position: 55px center; margin-right:10px; }
.field_select.day .select_options { width:75px; }
.field_select.year { width:84px; background-position: 64px center; }
.field_select.year .select_options { width:84px; }
.field_select.title { width:70px; background-position: 50px center; }
.field_select.title .select_options { width:70px; }

/* Checkbox Widget Styles */
.field_chkbx {
	display:inline-block; vertical-align: text-bottom; min-width:21px; min-height:22px; cursor:pointer; 
	background: transparent url(../images/dynamicPackaging/sprite_Form.png) no-repeat -21px top;
}
.field_chkbx.active { background-position:left top; }
.field_chkbx input { display:none; }

.center {text-align:center;}

 .bookingDate
 {
     text-transform: capitalize;
 }
 
 .travelTimes
 {
     text-transform: uppercase;
 }
 
 .nxtDay
 {
     text-transform: lowercase;
 }

/** END OF COMMON CSS COMPONENTS --------------- */

/** START OF MARKETING AD CSS ------------------ */

.ndfc_ad_frame {
    padding:20px; 
    min-height:250px; 
    border:1px solid #cccccc; 
 /**   background: url(../images/ndfc_silhouette_bg.png) no-repeat center center; --- */
}
.ndfc_ad_frame .h1 {
    color:#d03a1d; 
    line-height:1; 
    font-size:24px !important; 
    font-weight:bold !important; 
    margin-bottom:20px !important;
}
.ndfc_ad_frame ul { }
.ndfc_ad_frame ul li { font-size:18px; margin-bottom:18px; }
.ndfc_ad_frame ul li span {
    background-color:#d03a1d; 
    display:inline-block; 
    width:10px;
    height:10px;
    margin-right:14px;
}
.ie7 .ndfc_ad_frame ul li span {
    display:block; 
    float:left;
}
.ndfc_ad_frame .cta { }

.upsell_ad_frame { 
    min-height:250px; 
    border:1px solid #d28234; 
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    box-shadow: inset 0 0 0 1px #ffbb90;
    
    background: #ffa443;
    background: -moz-linear-gradient(top, #ffa443 0%, #ff7400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa443), color-stop(100%,#ff7400));
    background: -webkit-linear-gradient(top, #ffa443 0%, #ff7400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffa443 0%, #ff7400 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffa443 0%, #ff7400 100%); /* IE10+ */
    background: linear-gradient(top, #ffa443 0%, #ff7400 100%); /* W3C */
}
.upsell_ad_frame p,
.upsell_ad_frame a { color:#fff; font-weight:bold !important; text-shadow: 0 -1px 1px #b26b25; }
.upsell_ad_frame p {
    padding:25px 12px; font-size:36px !important; line-height:1.1 !important; 
    border-bottom:1px solid #cc650b;
    margin-bottom:0;
}
.upsell_ad_frame p.cta {
    border-top:1px solid #ff973d;
    border-bottom:none;
    font-size:24px !important; 
    text-align:center;
}
.upsell_ad_frame p.cta a em { font-style:normal; }

/** END OF MARKETING AD CSS -------------------- */

/************************** Beginning of purchase price CSS *******************************/
/* #purchasingPrice tr td tr td
{
    height: 10px;
    vertical-align: middle;
} */

/* sub charges */
 /* #purchasingPrice tr td .fee_charges tr td
{
    height: 24px;
    vertical-align: middle;
} */
.price_display .fee_charges>td { padding:0; border:none; }
.price_display .fee_charges table { margin-bottom:20px; background-color:#e2e2e2; border: 1px solid #CDCDCD; }
.price_display .fee_charges iframe { border-top: 1px solid #CDCDCD; }
.price_display .fee_charges>td td { padding:0px 0; font-weight:normal; border:none; }
.price_display .fee_charges .feeDetails .item,
.price_display .fee_charges .feeDetails .fareItem  { font-size:12px; padding-left:2px; }
.price_display .fee_charges .feeDetails .price,
.price_display .fee_charges .feeDetails .farePrice { font-size:12px; padding-right:2px;  text-align:right;}
.price_display .fee_charges .sub_item { font-size:10px; padding-left:2px; padding-top: 0px; padding-bottom: 0px; font-weight:normal; line-height: 1;}
.price_display .fee_charges .sub_price { font-size:10px; padding-right:2px; padding-top: 0px; padding-bottom: 0px;  text-align:right; font-weight:normal; line-height: 1;}

.price_display .fee_charges .feeDetails>td td { padding:0px 0px; font-weight:normal; border:none; line-height: 14px; height: 14px;}
table.feeDetails { position: relative; top: -1px;}
table.feeDetails tr td { height: auto !important;} 
table.feeDetails tr td.item { padding: 0px 0px 0px 2px !important;}
table.feeDetails tr td.price { padding: 0px 2px 0px 0px !important;}
table.feeDetails tr
{
	display: table-row!important;
	display: block\9!important;
}
.feeDetails tr td
{
	border-bottom:0px!important;
}
.feeDetails tr td:first-child
{
	text-align:left;
}

.price_display .fee_charges .feeDetails .item, .price_display .fee_charges .feeDetails .price {padding-top: 6px; font-weight:normal; }
.price_display .fee_charges .feeDetails .fareItem, .price_display .fee_charges .feeDetails .farePrice {padding-top: 6px; padding-bottom: 0px; line-height: 1; }
.price_display .sub_charges .taxDetails .item { font-size:12px; padding-left:2px; }
.price_display .sub_charges .taxDetails .price { font-size:12px; padding-right:2px; }
.price_display .sub_charges .taxDetails>td td { padding:0px 0; font-weight:normal; border:none; line-height: 14px; height: 14px;}
/* #purchasingPrice tr td .item .taxCharge
{
    height: 12px;
    vertical-align: middle;
}  */

table.taxDetails { position: relative; top: -1px;}
table.taxDetails tr td { height: auto !important;}
table.taxDetails tr td.item { padding: 0px 0px 0px 10px !important; height: 12px; vertical-align: middle;}
table.taxDetails tr td.price { padding: 0px 10px 0px 0px !important; height: 12px; vertical-align: middle;}
table.taxDetails tr
{
	display: table-row!important;
	display: block\9!important;
}
.taxDetails tr td
{
	border-bottom:0px!important;
}
.taxDetails tr td:first-child
{
	text-align:left;
}

/* ALL THE CLASSES AND CSS RULES BELOW THIS LINE ARE TO SUPPORT INTERNET EXPLORER */
table.feeDetails, table.taxDetails
{
	background-color:#E2E2E2;
}

 /***************  End of purchase price CSS  *********************/

/*
-- iBlock Hierarchy --
.tax_rate_block
*/
.tax_rate_block {
    position:relative;
    
    background:#831401;
    background: -moz-linear-gradient(top, #a90329 0%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%, #6d0019 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%, #6d0019 100%); /* IE10+ */
    background: linear-gradient(top, #a90329 0%, #6d0019 100%); /* W3C */
    
    border:1px solid #6d0019;
    border-color:#6d0019 #8b0221 #a10327;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    
    padding:8px 20px;
    margin: 0 0px;
    
}
.oldie .tax_rate_block {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
}
.ie9 .tax_rate_block {
    filter:none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAnCAIAAABBgrX1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZDMjcwRDBBNUQ3OTExRTE4QUQxOUY3RTk4QkMzODZGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZDMjcwRDBCNUQ3OTExRTE4QUQxOUY3RTk4QkMzODZGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkMyNzBEMDg1RDc5MTFFMThBRDE5RjdFOThCQzM4NkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkMyNzBEMDk1RDc5MTFFMThBRDE5RjdFOThCQzM4NkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz771Pz9AAAAOklEQVR42mJYzqzBxMjAyPSfgQGI/0NpCPsflP3vP0T8HwOC/odE/4fzoWL/sckhaBSz4GZj2A8QYACb5jjVHCX7DwAAAABJRU5ErkJggg==);
    background-size: 100% 100%;
}

.tax_rate_block .icon {
    display:inline-block;
    background: transparent url(../../images/template/red_iblock_icon.png) no-repeat center center;
    min-height:27px;
    min-width:27px;
    float:left;
    margin-right:20px;
}

.tax_rate_block .icon_res_summ {
    display:inline-block;
    background: transparent url(../../images/template/red_iblock_icon.png) no-repeat center center;
    min-height:40px;
    min-width:27px;
    float:left;
    margin-right:20px;
    margin-top:0px;
}
.tax_rate_block > p { margin:0; padding:7px 0; line-height:1; color:#fff; font-size:14px; }
.tax_rate_block .p_res_summ { margin:0; padding:7px 0; line-height:1.5; color:#fff; }
.tax_rate_block a { color:#fff; text-decoration:underline; }
.tax_rate_block .popUpContent p { margin-top:0; }

/*
popupwrapper
*/

div.popUpWrapper { width: 400px; position: absolute; border: 1px solid #b0b0b0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #fff; -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5); z-index: 1001; overflow: visible; padding: 18px; font-size: 14px; display: none;}
div.popUpContent { overflow: hidden; padding: 0px;}
div.popUpContent .h1 { font-size: 14px !important; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; line-height: normal; }
div.popUpContent p { margin: 20px 0px 0px 0px; padding: 0px; }
div.popUpContent ul { padding: 2px 0px 4px 0px; }
div.popUpContent li { padding-bottom: 4px; }
div.popUpWrapperTail { width: 42px; height: 20px; overflow: hidden; background: url(../images/dynamicPackaging/all_inclusive_tail.png); position: absolute; left: 25px; bottom: -20px;}
div.closeBtn { width: 17px; height: 17px; overflow: hidden; background: url(../images/dynamicPackaging/close.png); position: absolute; right: 0px; top: 0px; cursor: pointer;}
a.stopsLink { cursor: pointer;}

.hideControl {
    display: none;
}


/*------- offer9DFC ---------*/

div.modalContent div.offer9DFC span.savingsMessage
{
	display:none;
}
div.modalContent div.offer9DFC div.savingsButtonGroup
{
	text-align:center; 
	padding-top:10px;	
	/*margin-bottom:20px;*/
	width:100%;
}
div.modalContent div.offer9DFC div.savingsButtonGroup > div
{
	width:50%;	
	display:table-cell;
	margin-bottom:20px;
}

.ie7 div.modalContent div.offer9DFC div.savingsButtonGroup > div { float: left; width: auto; }
div.modalContent div.offer9DFC div.savingsButtonGroup > div a
{
	margin:0 10px 20px 10px;
	padding:26px 20px;
	line-height:2px;	
	min-width:271px;
}

.ie7 div.modalContent div.offer9DFC div.savingsButtonGroup > div a
{
	margin:0 10px 20px 10px;
	padding:26px 20px;
	line-height:2px;	
	min-width:271px;
}
.ie7 div.modalContent div.offer9DFC div.savingsButtonGroup > div a
{
    margin-right:5px;
}
div.modalContent div.offer9DFC div.savingsButtonGroup span
{
	font-size:14px;	
	margin:0 10px 20px 10px;
	display:block;
	text-align:left;
	padding-left:15px;
}

.ie7 div.modalContent div.offer9DFC div.savingsButtonGroup span.signup_save_text {padding-left: 14px;}





div#modalContent div.offer9DFC span.savingsMessage
{
	display:none;
}
div#modalContent div.offer9DFC div.savingsButtonGroup
{
	text-align:center; 
	padding-top:30px;	
	margin-bottom:20px;
	width:100%;
}
div#modalContent div.offer9DFC div.savingsButtonGroup > div
{
	width:50%;	
	display:table-cell;
	margin-bottom:20px;
}

.ie7 div#modalContent div.offer9DFC div.savingsButtonGroup > div { float: left }
div#modalContent div.offer9DFC div.savingsButtonGroup > div a
{
	margin:0 10px 20px 10px;
	padding:26px 20px;
	line-height:30px;	
	min-width:271px;
}
div#modalContent div.offer9DFC div.savingsButtonGroup span
{
	font-size:14px;	
	margin:0 10px 20px 10px;
	display:block;
	text-align:left;
}

.ie7 div#modalContent div.offer9DFC div.savingsButtonGroup span.signup_save_text {padding-left: 14px;}

/* --Modify Purchase Bags -- */

.section_block.confirm_code {margin-bottom:3px;}
.confirm_code .h3 {margin:0;text-transform:uppercase;}
.confirm_code .h3 strong {float:right;}
.booking_date {padding-left:20px;padding-top:12px;margin-bottom:5px;text-transform:capitalize;}
.status {padding-left:20px;}
.inline_title {float:left;width:180px;}

.callout {display:inline-block;width:100%;margin: 0 0 30px;}

.hertzRecordLocatorRow 
{
    background-color:#ccc;
    padding-left:15px;
    padding-right:15px;
    padding-top:12px;
    padding-bottom:6px;
    font-size:125%;
    margin-left:15px;
}

td.hertzRecordLocatorRow
{
    padding-top:12px;
}
#hertzRecordLocatorID, #hertzRecordLocatorTitle,#hertzRecordLocatorValue
{
      padding-top:12px;
}
/** START OF MARKETING AD CSS ------------------ */

.ndfc_ad_frame {
    padding:20px; 
    min-height:250px; 
    border:1px solid #cccccc; 
 /**   background: url(../images/ndfc_silhouette_bg.png) no-repeat center center; --- */
}
.ndfc_ad_frame .h1 {
    color:#d03a1d; 
    line-height:1; 
    font-size:24px !important; 
    font-weight:bold !important; 
    margin-bottom:20px !important;
}
.ndfc_ad_frame ul { }
.ndfc_ad_frame ul li { font-size:18px; margin-bottom:18px; }
.ndfc_ad_frame ul li span {
    background-color:#d03a1d; 
    display:inline-block; 
    width:10px;
    height:10px;
    margin-right:14px;
}
.ie7 .ndfc_ad_frame ul li span {
    display:block; 
    float:left;
}
.ndfc_ad_frame .cta { }

.upsell_ad_frame { 
    min-height:250px; 
    border:1px solid #d28234; 
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    box-shadow: inset 0 0 0 1px #ffbb90;
    
    background: #ffa443;
    background: -moz-linear-gradient(top, #ffa443 0%, #ff7400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa443), color-stop(100%,#ff7400));
    background: -webkit-linear-gradient(top, #ffa443 0%, #ff7400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffa443 0%, #ff7400 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffa443 0%, #ff7400 100%); /* IE10+ */
    background: linear-gradient(top, #ffa443 0%, #ff7400 100%); /* W3C */
}
.upsell_ad_frame p,
.upsell_ad_frame a { color:#fff; font-weight:bold !important; text-shadow: 0 -1px 1px #b26b25; }
.upsell_ad_frame p {
    padding:25px 12px; font-size:36px !important; line-height:1.1 !important; 
    border-bottom:1px solid #cc650b;
    margin-bottom:0;
}
.upsell_ad_frame p.cta {
    border-top:1px solid #ff973d;
    border-bottom:none;
    font-size:24px !important; 
    text-align:center;
}
.upsell_ad_frame p.cta a em { font-style:normal; }

/** END OF MARKETING AD CSS -------------------- */

/************************** Beginning of purchase price CSS *******************************/
/* #purchasingPrice tr td tr td
{
    height: 10px;
    vertical-align: middle;
} */

/* sub charges */
 /* #purchasingPrice tr td .fee_charges tr td
{
    height: 24px;
    vertical-align: middle;
} */
.price_display .fee_charges>td { padding:0; border:none; }
.price_display .fee_charges table { margin-bottom:20px; background-color:#e2e2e2; border: 1px solid #CDCDCD; }
.price_display .fee_charges iframe { border-top: 1px solid #CDCDCD; }
.price_display .fee_charges>td td { padding:0px 0; font-weight:normal; border:none; }
.price_display .fee_charges .feeDetails .item,
.price_display .fee_charges .feeDetails .fareItem  { font-size:12px; padding-left:2px; }
.price_display .fee_charges .feeDetails .price,
.price_display .fee_charges .feeDetails .farePrice { font-size:12px; padding-right:2px;  text-align:right;}
.price_display .fee_charges .sub_item { font-size:10px; padding-left:2px; padding-top: 0px; padding-bottom: 0px; font-weight:normal; line-height: 1;}
.price_display .fee_charges .sub_price { font-size:10px; padding-right:2px; padding-top: 0px; padding-bottom: 0px;  text-align:right; font-weight:normal; line-height: 1;}

.price_display .fee_charges .feeDetails>td td { padding:0px 0px; font-weight:normal; border:none; line-height: 14px; height: 14px;}
table.feeDetails { position: relative; top: -1px;}
table.feeDetails tr td { height: auto !important;} 
table.feeDetails tr td.item { padding: 0px 0px 0px 2px !important;}
table.feeDetails tr td.price { padding: 0px 2px 0px 0px !important;}
table.feeDetails tr
{
	display: table-row!important;
	display: block\9!important;
}
.feeDetails tr td
{
	border-bottom:0px!important;
}
.feeDetails tr td:first-child
{
	text-align:left;
}

.price_display .fee_charges .feeDetails .item, .price_display .fee_charges .feeDetails .price {padding-top: 6px; font-weight:normal; }
.price_display .fee_charges .feeDetails .fareItem, .price_display .fee_charges .feeDetails .farePrice {padding-top: 6px; padding-bottom: 0px; line-height: 1; }
.price_display .sub_charges .taxDetails .item { font-size:12px; padding-left:2px; }
.price_display .sub_charges .taxDetails .price { font-size:12px; padding-right:2px; }
.price_display .sub_charges .taxDetails>td td { padding:0px 0; font-weight:normal; border:none; line-height: 14px; height: 14px;}
/* #purchasingPrice tr td .item .taxCharge
{
    height: 12px;
    vertical-align: middle;
}  */

table.taxDetails { position: relative; top: -1px;}
table.taxDetails tr td { height: auto !important;}
table.taxDetails tr td.item { padding: 0px 0px 0px 10px !important; height: 12px; vertical-align: middle;}
table.taxDetails tr td.price { padding: 0px 10px 0px 0px !important; height: 12px; vertical-align: middle;}
table.taxDetails tr
{
	display: table-row!important;
	display: block\9!important;
}
.taxDetails tr td
{
	border-bottom:0px!important;
}
.taxDetails tr td:first-child
{
	text-align:left;
}

/* ALL THE CLASSES AND CSS RULES BELOW THIS LINE ARE TO SUPPORT INTERNET EXPLORER */
table.feeDetails, table.taxDetails
{
	background-color:#E2E2E2;
}

 /***************  End of purchase price CSS  *********************/

/*
-- iBlock Hierarchy --
.tax_rate_block
*/
.tax_rate_block {
    position:relative;
    
    background:#831401;
    background: -moz-linear-gradient(top, #a90329 0%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%, #6d0019 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%, #6d0019 100%); /* IE10+ */
    background: linear-gradient(top, #a90329 0%, #6d0019 100%); /* W3C */
    
    border:1px solid #6d0019;
    border-color:#6d0019 #8b0221 #a10327;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    
    padding:8px 20px;
    margin: 0 0px;
    
}
.oldie .tax_rate_block {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
}
.ie9 .tax_rate_block {
    filter:none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAnCAIAAABBgrX1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZDMjcwRDBBNUQ3OTExRTE4QUQxOUY3RTk4QkMzODZGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZDMjcwRDBCNUQ3OTExRTE4QUQxOUY3RTk4QkMzODZGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkMyNzBEMDg1RDc5MTFFMThBRDE5RjdFOThCQzM4NkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkMyNzBEMDk1RDc5MTFFMThBRDE5RjdFOThCQzM4NkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz771Pz9AAAAOklEQVR42mJYzqzBxMjAyPSfgQGI/0NpCPsflP3vP0T8HwOC/odE/4fzoWL/sckhaBSz4GZj2A8QYACb5jjVHCX7DwAAAABJRU5ErkJggg==);
    background-size: 100% 100%;
}

.tax_rate_block .icon {
    display:inline-block;
    background: transparent url(../images/template/red_iblock_icon.png) no-repeat center center;
    min-height:27px;
    min-width:27px;
    float:left;
    margin-right:20px;
}
.tax_rate_block > p { margin:0; padding:7px 0; line-height:1; color:#fff; font-size:14px;}
.tax_rate_block a { color:#fff; text-decoration:underline; }
.tax_rate_block .popUpContent p { margin-top:0; }

/* userstory 15326*/
/*
.tax_rate_block_FA {
    position:relative;
    border:1px solid #6d0019;
    border-color:#999999;
    padding:8px 50px;
    margin: 0 20px;
}

.tax_rate_block_FA .icon {
    display:inline-block;
    background: transparent url(../images/dynamicPackaging/info_icon.png) no-repeat center center;
    min-height:27px;
    min-width:27px;
    float:left;
    margin-right:20px;
}*/

.tax_rate_block_FA {
    position:relative;
    border:1px solid #e7e7e7;
    padding:0px;
    padding:10px 25px 8px;
    margin: 0 20px;
    width: 850px;
    text-align:center;   
}
.tax_rate_block_FA p
{
    display:inline;
}
.tax_rate_block_FA div.popUpContent p{
    display:block;
    margin-top:0
}
.tax_rate_block_FA p.firstpelem{
    margin:0px;
    /*background: url("../images/dynamicPackaging/info_icon_27_27.jpg") no-repeat scroll 0 0 transparent;*/
    padding-top:4px;
    min-height:27px;       
    margin:0 auto;
    width:100%;
    text-align:center;
    line-height:1px;
}

.tax_rate_block_FA p.firstpelem span img{   
   padding-right:7px;
   margin:0 auto;
   vertical-align:middle;
   position:relative;
}
/*end of 15326*/

/*
popupwrapper
*/

div.popUpWrapper { width: 400px; position: absolute; border: 1px solid #b0b0b0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #fff; -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5); z-index: 1001; overflow: visible; padding: 18px; font-size: 14px; display: none;}
div.popUpContent { overflow: hidden; padding: 0px;}
div.popUpContent .h1 { font-size: 14px !important; text-transform: uppercase; font-weight: bold; margin-bottom: 10px; line-height: normal; }
div.popUpContent p { margin: 20px 0px 0px 0px; padding: 0px; }
div.popUpContent ul { padding: 2px 0px 4px 0px; }
div.popUpContent li { padding-bottom: 4px; }
div.popUpWrapperTail { width: 42px; height: 20px; overflow: hidden; background: url(../images/dynamicPackaging/all_inclusive_tail.png); position: absolute; left: 25px; bottom: -20px;}
div.closeBtn { width: 17px; height: 17px; overflow: hidden; background: url(../images/dynamicPackaging/close.png); position: absolute; right: 0px; top: 0px; cursor: pointer;}
a.stopsLink { cursor: pointer;}

.hertzRecordLocatorRow 
{
    background-color:#ccc;
    padding-left:15px;
    padding-right:15px;
    padding-top:12px;
    padding-bottom:6px;
    font-size:125%;
    margin-left:15px;
}

td.hertzRecordLocatorRow
{
    padding-top:12px;
}
#hertzRecordLocatorID, #hertzRecordLocatorTitle,#hertzRecordLocatorValue
{
      padding-top:12px;
}

.TravelInsuranceSection_block {
    background-color: #EFEFF0;
    border: 1px solid #E6E6E6;
    margin-bottom: 10px;
    padding: 10px;
}

.TravelInsuranceSection_block label { display:inline-block; padding-right: 5px;}
td.policy_number{ float:left;}
td.primary_insured_name{float:right;}

.flifoStrike
{
    text-decoration:line-through;
}

.stationAdvisoryTitle
{
    font-size:17px;
}

.seats_header {
    padding:0 0 0 20px;
    background: #335392; /* Old browsers */
    background: -moz-linear-gradient(top, #043e74 0%, #044581 10%, #022a4f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#043e74), color-stop(38%,#044581), color-stop(100%,#022a4f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #043e74 0%, #044581 38%, #022a4f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #043e74 0%, #044581 38%, #022a4f 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #043e74 0%, #044581 38%, #022a4f 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044581', endColorstr='#022a4f',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #043e74 0%, #044581 38%, #022a4f 100%); /* W3C */
    border:1px solid #000;
    color:#fff;    
}
 .seats_header .h2{ font-size:18px;}
 .seats_header .date {  
    color: #b8b8b8;
    font-size: 15px;
    /*font-weight: bold;*/
    padding-top: 15px;
 } 
 
 .seats_header td{ vertical-align:bottom;}
 
 .seatInfo {
    
    background: #525a62; /* Old browsers */
    background: -moz-linear-gradient(top, #555A62 0%, #555A62 38%, #555A62 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555A62), color-stop(38%,#555A62), color-stop(100%,#555A62)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555A62 0%, #555A62 38%, #555A62 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555A62 0%, #555A62 38%, #555A62 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #555A62 0%, #555A62 38%, #555A62 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555A62', endColorstr='#555A62',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #555A62 0%, #555A62 38%, #555A62 100%); /* W3C */
    border:1px solid #000;
    color:#fff;    
    height:42px;      
 }
 
 .ie7 tr.seatInfo th
 {
    background: #525a62; /* Old browsers */                    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555A62', endColorstr='#555A62',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #555A62 0%, #555A62 38%, #555A62 100%); /* W3C */
 }
 
 .seat_Pax 
 {
    /*float:left;
     width:55%;*/
     overflow:visible;
     /*padding-left:15px;*/
 }
 
 .seat_Pax table 
 {
     border-collapse: separate; 
     width:100%;   
     font-size: 16px;
     border-spacing: 0px;
     color: #333333;
     table-layout: auto;
     margin-top:3px;
 }
 
 .seat_Pax th
 {
     padding-left:20px;
 }
 
 .seat_Pax_PaxName
 {
     vertical-align:middle;
     padding-left:8px;     
     max-width:5%;
     height:25px;
     padding-top:15px;
 }
 
 /*.seat_Pax_td
 {
     vertical-align:top;
     padding-top: 15px;
     padding-right: 10px;     
     word-wrap: break-word;             
 }
*/

.seat_Pax_td
 {
     vertical-align:middle;
     /*padding-right: 10px;*/     
     word-wrap: break-word;  
     height:61px;               
 }
 

 .seatScrollDesc
 {     
     overflow-y:hidden;
     padding-bottom:10px;
     position: relative;
     overflow: auto;      
 }
 
 .seatScrollDesc table
 {
     float:left;
     table-layout: fixed;
     border-collapse: separate;
     width:100%;     
 }
      
 
 .seatScrollDesc table td
 {     
     padding-right: 10px;
     height:25px;
     vertical-align:top;
     padding-top:15px;
 }
 
/*TFS # 15734 */ /*TFS # 14961 */
.ie7 .price_display table.taxDetails { position: static; top: 0px;}
.ie7 .price_display table.feeDetails { position: static; top: 0px;}
.ie7 .price_display table.pricingDetails { position: static; top: 0px;}

input[type="password"]::-ms-reveal
{
    display:none;
}

#modalContentBagsUpsell div.savingsButtonGroup > div a.button
{
    font-size: 18px; font-weight: bold; height: 18px; line-height: 18px; padding:7px; min-width:195px; margin:0px;
}
#modalContentBagsUpsell div.savingsButtonGroup > div a.button.primary
{
    margin-left:20px;
}
.ie7 #modalContentBagsUpsell div.savingsButtonGroup > div a.button.primary
{
    margin-left:12px;
}


#modalContentBagsUpsellCheckin div.savingsButtonGroup > div a.button
{
    font-size: 18px; font-weight: bold; height: 18px; line-height: 18px; padding:7px; min-width:195px; margin:0px;
}
#modalContentBagsUpsellCheckin div.savingsButtonGroup > div a.button.primary
{
    margin-left:20px;
}
.ie7 #modalContentBagsUpsellCheckin div.savingsButtonGroup > div a.button.primary
{
    margin-left:12px;
}



#modalContentBagsUpsellModifyPath div.savingsButtonGroup > div a.button
{
    font-size: 18px; font-weight: bold; height: 18px; line-height: 18px; padding:7px; min-width:195px; margin:0px;
}
#modalContentBagsUpsellModifyPath div.savingsButtonGroup > div a.button.primary
{
    margin-left:20px;
}
.ie7 #modalContentBagsUpsellModifyPath div.savingsButtonGroup > div a.button.primary
{
    margin-left:12px;
}

.ie7 #modalContentSeatsUpsell div.savingsButtonGroup > div a.button
{
     font-size: 23px; font-weight: bold; height: 18px; line-height: 1px; padding:23px 20px;  margin:0  10px 20px; padding-bottom:22px; padding-top:20px;
   
}

.ie7 #modalContentSeatsUpsell div.savingsButtonGroup > div a.button.primary
{
    font-size: 23px;
    min-width :250px;
}
#passengerInputContent div.section_block.passenger_content{width: 866px;}
.breakwording{ word-wrap:break-word;}
#ndfcMemberName.breakwording{width: 390px;}
select.expand{min-width: 404px; width:auto;}

#login p.actions .button{padding:8px 40px;}
#login p.actions {margin-bottom:0px;}
.ie7 #login p.actions .button{padding:2px 40px!important;}
.ui-dialog .ui-dialog-content fieldset ul li.last_one, #content fieldset ul li.last_one{margin-top:-8px;}

/*Drop down free spirit menu*/
.sub-menu{display:none}
.main_header .top_nav ul li{display:inline-block;float:left}
li.dropdown-menu{position:relative}
body.es-PR li.dropdown-menu a.freespiritlink{padding:0 17px!important}
li.dropdown-menu ul.sub-menu{position:absolute;left:0;top:20px;z-index:3;display:none}
li.dropdown-menu ul.sub-menu li{display:inline;float:none;clear:both}
li.dropdown-menu ul.sub-menu li.submenu-seprator{display:inline-block;background:url(../images/freespirit/freespirit-submenu-bottom.png) no-repeat top;min-height:24px}
li.dropdown-menu ul.sub-menu li.submenu-seprator a{background:none; cursor:auto;}
li.dropdown-menu ul.sub-menu a{width:102px;border:0;background:url(../images/freespirit/freespirit-submenu-bg.png) repeat-y;height:auto;margin:0;padding:8px 0 1px 20px}
body.es-PR li.dropdown-menu ul.sub-menu a{width:104px;padding:8px 0 1px 18px}
li.dropdown-menu ul.sub-menu li:first-child a{padding-top:15px}
li.dropdown-menu:hover{background:url(../images/freespirit/freespirit-submenu-bg.png) repeat-y}
li.dropdown-menu:hover a{border-color:#0074cf!important}
li.dropdown-menu:hover ul.sub-menu{display:block}
.insufficientMemberLogout{ top: 34px !important;}


/*Customer Info Page Notifcation area*/
.h2.notification-heading {
    margin-top:30px;
}
.h2.notification-heading span{
    font-size:65%;
}
section.flight-notification {
    padding-right:0px;
    overflow:hidden;
    padding-bottom:0px;
}
section.flight-notification td {
    border:0px;
    padding:0px;
}
section.flight-notification div.email-input {
    float:left;
    padding-right:20px;
    margin-bottom:20px;
}
section.flight-notification div.add-email-input {
    float:left;    
    margin:13px 20px 20px 0;
}
section.flight-notification div.add-email-input a {    
    display: inline-block;
    float: left;
    font-size: 30px;
    padding: 1px 7px;
    text-align: center;      
}
section.flight-notification div.add-email-input label {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    margin-left: 20px;
    margin-top: 7px;
}
section.flight-notification div.email-input input {
    width:400px;
    padding: 0 10px;
    height:35px;
    line-height:35px;
}
footer.notification_links div {
    text-align:center;
    margin:50px auto 5px;
}
footer.notification_links div a {
    padding:15px 30px;
}
footer.notification_links article {
    text-align:center;
    margin:20px auto 5px;
}
div.section{ clear:both;}