/*
Company:	Shuttlefare
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for  modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
/* shuttlefare.css or affiliate.css */

/* @end */

/* @group Layout */

/* Head */
div#hd {
    width: 917px;
    height: 119px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0 0 0;
}
div#hd-right {
    width: 646px;
    float: right;
    display: inline;
    height: 119px;
}
div#hd-affid {
    width: 917px;
    margin-left: auto;
    margin-right: auto;
}
div#hd-right-affid {
    width: 646px;
    float: right;

}
/* Body */
div#bd {
    width: 917px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bd-top.gif) no-repeat 0 0 #90cbeb;
    overflow: hidden;
    padding: 13px 0 10px 0;
}

/* Airports - Lower Half */
div#airports-bottom {
    width: 897px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bd-btm.gif) no-repeat 0 0;
    overflow: hidden;
    padding: 10px 10px 0 10px;
}
div#airports-bottom div.steps {
    width: 897px;
    height: 185px;
    clear: both;
}
div#airports-bottom div.steps div.column {
    width: 200px;
    padding: 0 20px 20px 0;
    font-size: 85%;
    float: left;
}
div#airports-bottom div.steps div.column li {
    padding: 2px 0 2px 0;
}
div#airports-bottom div.steps div.column h3 {
    margin: 0 0 4px 0;
    font-size: 125%;
    color: #2297d7;
}
div#airports-bottom div.steps div.column a:link {
    color: #000;
    text-decoration: underline;
}
div#airports-bottom div.steps div.column a:hover {
    color: #000;
    text-decoration: none;
}

div#airports-bottom div.steps div.column2 {
    width: 200px;
    padding: 0 20px 20px 0;
    font-size: 100%;
    float: left;
}
div#airports-bottom div.steps div.column2 li {
    padding: 2px 0 2px 0;
}

div#airports-bottom div.steps div.column2 a:link {
    color: #000;
    text-decoration: underline;
}
div#airports-bottom div.steps div.column2 a:hover {
    color: #000;
    text-decoration: none;
}

div#airports-bottom div.steps h4 {
    margin: 0 0 4px 0;
    font-size: 125%;
    color: #2297d7;
    clear: both;
}

div#airports-bottom h2 {
    margin: 10px 0 8px 0;
    border-bottom: 1px solid #d3dadd;
    font-size: 135%;
    color: #102239;
    padding: 10px 0 3px 0;
}
div#bookmark-comments {
    width: 897px;
    padding: 10px 0 0px 0;
    font-size: 103%;
    line-height: 160%;
    font-weight: bold;
    text-align: center;
    clear: both;
}

/* Airports - Footer */
div#airports-ft {
    width: 897px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 15px 10px 0 10px;
    clear: both;
}
div#airports-ft div.security-logos {
    width: 336px;
    float: right;
    display: inline;
}
div#airports-ft p {
    font-size: 85%;
    color: #7a858a;
}
div#airports-ft p.ft-nav a:link, div#ft p.ft-nav a:visited {
    color: #47a8de;
    text-decoration: underline;
}
div#airports-ft p.ft-nav a:hover {
    text-decoration: none;
}

/* Footer */
div#ft {
    width: 897px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/bd-btm.gif) no-repeat 0 0;
    overflow: hidden;
    padding: 25px 10px 0 10px;
}
div#ft div.security-logos {
    /*width: 336px;*/
    float: right;
    display: inline;
}
div#ft p {
    font-size: 85%;
    color: #7a858a;
}
div#ft p.ft-nav a:link, div#ft p.ft-nav a:visited {
    color: #47a8de;
    text-decoration: underline;
}
div#ft p.ft-nav a:hover {
    text-decoration: none;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
    width: 240px;
    height: 55px;
    background: url(../images/shuttlefare-logo.gif) no-repeat 0 0;
    text-indent: -9000px;
    margin: 45px 0 0 10px;
    float: left;
    display: inline;
}
div#logo a {
    display: block;
    height: 100%;
}

/* Banner */
div#hd div.banner {
    width: 468px;
    height: 60px;
    margin: 0 0 0 80px;
}

/* Sign In */
div#hd p.member-signin, div#hd-affid p.member-signin {
    margin: 0;
    padding: 7px 36px 7px 0;
    text-align: right;
    font-size: 100%;
    color: #102239;
    font-weight: bold;
}
div#hd p.member-signin a:link, div#hd p.member-signin a:visited {
    color: #102239;
}
div#hd p.member-signin a:hover {
    text-decoration: none;
}
div#hd-affid p.member-signin a:link, div#hd-affid p.member-signin a:visited {
    color: #102239;
}
div#hd-affid p.member-signin a:hover {
    text-decoration: none;
}


/* Main */

body.home div.airport-image {
    width: 574px;
    margin: 0 0 0 6px;

}

body.home div.main {
    width: 585px;
    margin: 0 0 0 5px;
    float: left;
    display: inline;
}
body.home div.main div.content {
    padding: 15px 26px;
}
body.home div.main-bkg {
    background: url(../images/content-bkg.gif) repeat-y 0 0;
}
body.home div.main-btm {
    width: 585px;
    background: url(../images/content-btm.gif) no-repeat 0 100%;
    overflow: hidden;
}


body.inside div.main {
    width: 675px;
    margin: 0 10px 0 0;
    float: right;
    display: inline;
}
body.inside div.main div.content {
    padding: 15px 23px 15px 22px;

    min-height:500px;
    height:auto !important;
    height:500px;
}
body.inside div.main-bkg {
    background: url(../images/content-bkg-wide.gif) repeat-y 0 0;
}
body.inside div.main-btm {
    width: 675px;
    background: url(../images/content-btm-wide.gif) no-repeat 0 100%;
    overflow: hidden;
}

/* Side */
body.home div.side {
    width: 300px;
    margin: 0 15px 0 0;
    float: right;
    display: inline;
}

body.inside div.side {
    width: 200px;
    margin: 0 0 0 15px;
    padding: 28px 0 0 0;
    float: left;
    display: inline;
}


/* Fares Table */
table.fares-table td, table.fares-table th {
    border: none;
    padding: 1px 10px 1px 0;
    vertical-align: top;
    font-weight: bold;
}

div.main div.row table td {
    border: none;
    padding: 3px;
    vertical-align: top;
}

div.main div.row input.txt2 {
    vertical-align: middle;
    border: 1px solid #7f9db9;
    padding: 4px;
    font-size: 85%;
    color: #000;
    width: 190px;
    margin: 0 3px 0 0;
}
div.main div.row input.txt3 {
    vertical-align: middle;
    border: 1px solid #7f9db9;
    padding: 4px;
    font-size: 85%;
    color: #000;
    width: 250px;
    margin: 0 3px 0 0;
}

/* Modify Search */
div.modify-search {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #d3dadd;
}
div.main div.modify-search-select {
    padding: 0 0 5px 0;
}
div.main div.modify-search p {
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 108%;
}
div.main div.modify-search h3 {
    padding: 20px 0 0 0;
    margin: 0;
}
div.modify-search label {
    font-weight: bold;
    font-size: 108%;
    padding: 0 10px 0 0;
    vertical-align: middle;
}
div.modify-search input.txt {
    width: 340px;
    border: 1px solid #7f9db9;
    padding: 4px;
    font-size: 100%;
    vertical-align: middle;
}
div.modify-search input.txt2 {
    width: 140px;
    border: 1px solid #7f9db9;
    padding: 4px;
    font-size: 100%;
    vertical-align: middle;
}
div.modify-search input.txt_address {
    width: 220px;
    border: 1px solid #7f9db9;
    padding: 4px;
    font-size: 100%; /*85%;*/
    vertical-align: middle;
}
div.modify-search input.txt_zip {
    width: 140px;
    border: 1px solid #7f9db9;
    padding: 4px;
    font-size: 100%; /*85%;*/
    vertical-align: middle;
}
div.modify-search input.btn {
    vertical-align: middle;
}

/* Select List */
div.main div.select-list p a {
    font-size: 108%;
    font-weight: bold;
    padding: 0 5px 0 0;
}
div.main div.select-list p a:link, div.main div.select-list p a:visited {
    color: #102239;
}

table.splits td {
    padding:5px;
}
/* Results Table */
table.results {
    width: 100%;
    margin: 0 0 10px 0;
}
table.results thead tr {
    padding: 0 0 0 0;
    height: 38px;
}
table.results thead th {
    text-align: left;
    font-size: 100%;
    border: none;
    height: 34px;
    padding: 0 10px;
    background: url(../images/results-table-hd.gif) no-repeat 50% 0;
}
table.results thead th.price {
    background: url(../images/results-table-hd.gif) no-repeat 0 0;
}
table.results thead th.location {
    background: url(../images/results-table-hd.gif) no-repeat 100% 0;
}

table.results tbody td {
    border: none;
    vertical-align: top;
    padding: 5px 10px 5px 10px;
}
table.results tbody tr.alt td {
    background-color: #d3eaf7;
}
table.results tbody td.price {
    font-size: 123.1%;
    color: #c40303;
    font-weight: bold;
    padding-top: 10px;
}
table.results tbody tr.alt td.price {
    background: url(../images/result-table-tl.gif) no-repeat 0 0 #d3eaf7;
    padding-top: 5px;
}
table.results tbody td.company {
    font-weight: bold;
    font-size: 108%;
    padding-top: 10px;
}
table.results tbody tr.alt td.company {
    padding-top: 5px;
}
table.results tbody td.service {
    font-size: 93%;
    padding-top: 10px;
}
table.results tbody tr.alt td.service {
    padding-top: 5px;
}
table.results tbody td.location {
    font-size: 93%;
    padding-top: 10px;
}
table.results tbody tr.alt td.location {
    background: url(../images/result-table-tr.gif) no-repeat 100% 0 #d3eaf7;
    padding-top: 5px;
}
table.results tbody td.pickup label {
    font-weight: bold;
    padding: 0 4px 0 0;
}
table.results tbody td.pickup select {
    font-size: 93%;
}
table.results tbody td.links {
    font-size: 93%;
    vertical-align: middle;
}
table.results tbody tr.alt td.links {
    background: url(../images/result-table-bl.gif) no-repeat 0 100% #d3eaf7;
}
table.results tbody td.reserve {
    text-align: left;
}
table.results tbody tr.alt td.reserve {
    background: url(../images/result-table-br.gif) no-repeat 100% 100% #d3eaf7;
}

/* Blue Box */
div.blue-box {
    background-color: #38618b;
    overflow: hidden;
    margin: 0 0 5px 0;
    width: 630px;
}
div.blue-box-top {
    background: url(../images/blue-hd-top.gif) no-repeat 0 0;
    overflow: hidden;
    width: 630px;
}
div.blue-box-btm {
    background: url(../images/blue-hd-btm.gif) no-repeat 0 100%;
    overflow: hidden;
    padding: 7px 10px;
    width: 610px;
}
div.main div.blue-box h2 {
    margin: 0;
    border: none;
    color: #fff;
    font-size: 153.9%;
    line-height: 120%;
    padding: 0;
}
div.main div.blue-box p {
    margin: 0;
    color: #fff;
    font-size: 93%;
}
div.main div.blue-box a:link, div.main div.blue-box a:visited {
    color: #fff;
    text-decoration: underline;
}
div.main div.blue-box a:hover {
    text-decoration: none;
}
/* @end */







/* Browse Airports Styles */

div.main-wide p {
    font-size: 93%;
    line-height: 140%;
}
div.main-wide h1 {
    margin: 0 0 15px 0;
    font-size: 167%;
    color: #102239;
}
div.main-wide h1 span {
    font-size: 67%;
    color: #2297d7;
}
div.main-wide h2 {
    margin: 0 0 8px 0;
    border-bottom: 1px solid #d3dadd;
    font-size: 123.1%;
    color: #102239;
    padding: 0 0 3px 0;
}
div.main-wide h2 span.note {
    display: block;
    font-size: 77%;
    font-weight: normal;
    font-style: italic;
    color: #2297d7;
}
div.main-wide h3 {
    margin: 0 0 4px 0;
    color: #2297d7;
}


body.inside div.main-wide {
    width: 895px;
    margin: 0 10px 0 0;
    float: right;
    display: inline;
}
body.inside div.main-wide div.content {
    padding: 15px 23px 15px 22px;

    min-height:500px;
    height:auto !important;
    height:500px;
}
body.inside div.main-wide-bkg {
    background: url(../images/content-bkg-wide2.gif) repeat-y 0 0;
}
body.inside div.main-wide-btm {
    width: 895px;
    background: url(../images/content-btm-wide2.gif) no-repeat 0 100%;
    overflow: hidden;
}

body.inside div.main-wide div.column {
    width: 230px;
    padding: 0 20px 20px 20px;
    font-size: 100%;
    float: left;
}
body.inside div.main-wide div.column li {
    padding: 2px 0 1px 0;
}






/* @group Nav */
div#nav {
    width: 633px;
    height: 30px;
    padding-left: 13px;
    background: url(../images/nav-bkg.gif) no-repeat 0 0;
    margin: 0 13px 0 0;
}
div#nav ul {
    margin: 0;
    padding: 0 0 0 53px;
}
div#nav ul li {
    list-style: none;
    float: left;
    display: inline;
}
div#nav ul li a {
    line-height: 30px;
    display: block;
    text-align: center;
    font-weight: bold;
}
div#nav ul li.n-light a:link, div#nav ul li.n-light a:visited {
    color: #102339;
    text-decoration: none;
}
div#nav ul li.n-light a:hover {
    color: #fff;
    text-decoration: none;
}
div#nav ul li.n-dark a:link, div#nav ul li.n-dark a:visited {
    color: #fff;
    text-decoration: none;
}
div#nav ul li.n-dark a:hover {
    color: #90cbeb;
    text-decoration: none;
}
div#nav ul li#n-home a {
    width: 59px;
}
div#nav ul li#n-airports a {
    width: 66px;
}
div#nav ul li#n-how a {
    width: 98px;
}
div#nav ul li#n-customer a {
    width: 125px;
}
div#nav ul li#n-faqs a {
    width: 52px;
}
div#nav ul li#n-reservations a {
    width: 128px;
}
div#nav ul li#n-account a {
    width: 96px;
}
/* @end */

/* @group Default Headings */
div.main h1 {
    margin: 0 0 15px 0;
    font-size: 167%;
    color: #102239;
}
div.main h1 span {
    font-size: 67%;
    color: #2297d7;
}
div.main h2 {
    margin: 0 0 8px 0;
    border-bottom: 1px solid #d3dadd;
    font-size: 123.1%;
    color: #102239;
    padding: 0 0 3px 0;
}
div.main h2 span.note {
    display: block;
    font-size: 77%;
    font-weight: normal;
    font-style: italic;
    color: #2297d7;
}
div.main h3 {
    margin: 0 0 4px 0;
    color: #2297d7;
}
div.main h4 {
    margin: 0 0 8px 0;
    font-size: 123.1%;
    color: #102239;
    padding: 0 0 3px 0;
}
div.main h5 {
    margin: 0 0 2px 0;
    font-size: 100%;
    font-weight:bold;
    color: #102239;
    padding: 0 0 3px 0;
}

div.main div.navy h2 {
    background-color:#102239;
    color:#FFFFFF;
    font-size:123.1%;
    margin:0 0 8px;
    padding:5px;
}
/* Side */
div.side h1 {
    margin: 0 0 10px 0;
    font-size: 161.6%;
    color: #102239;
    text-align: center;
}
div.side h2 {
    font-size: 116%;
    margin: 0 0 10px 0;
    color: #000107;
}
div.side h3 {
    font-size: 116%;
    margin: 0 0 10px 0;
    color: #214879;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #7db2d0;
}
.divider-side {
    border-bottom:1px solid #7DB2D0;
    clear:both;
    height:10px;
    margin:0 0 10px;
    width:100%;
}
div.side div.description p {
    font-size: 85%;
}
div.side div.customer-service p {
    font-size: 12px;
}
/* @end */

/* @group Common Text Styles */
div.main p {
    font-size: 93%;
    line-height: 140%;
}
div.main .need-help {
    font-size: 116%;
    font-weight: bold;
    color: #102239;
}
div.main .need-help span {
    color: #2297d7;
}

div.side p {
    font-size: 93%;
}
div.side p.note {
    font-size: 85%;
    color: #000;
}

div.side blockquote {
    margin: 0 0 10px 0;
    font-size: 93%;
    line-height: 140%;
}
div.side blockquote span.quoteby {
    display: block;
    font-size: 108%;
    font-weight: bold;
}
/* @end */

/* @group Default Lists */

/* @end */

/* @group Forms */
/* Clear the row */
div.row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.row {display: inline-block;}
/* Hides from IE-mac \*/
* html div.row {height: 1%;}
div.row {display: block;}
/* End hide from IE-mac */

/* General Form Styles */
div.main div.row {
    clear: both;
    padding: 0 0 10px 0;

}
div.main div.row-left {
    width: 49%;
    float: left;
    display: inline;
}
div.main div.row-left-border {
    width: 49%;
    float: left;
    border-right: 3px solid #7f9db9;
}
div.main div.row-right {
    width: 49%;
    float: right;
    display: inline;
}

div.main div.row label {
    /*font-size: 93%;*/
    font-size: 100%;
    padding: 0 10px 0 0;
    vertical-align: middle;
}
div.main div.row input.txt {
    vertical-align: middle;
    border: 1px solid #7f9db9;
    padding: 4px;
    font-size: 100%;
    color: #000;
    width: 228px;
    margin: 0 3px 0 0;
}
div.main div.row input.txt_address {
    vertical-align: middle;
    border: 1px solid #7f9db9;
    padding: 4px;
    font-size: 100%;
    color: #000;
    width: 160px;
    margin: 0 3px 0 0;
}
div.main div.row input.txt_zip {
    vertical-align: middle;
    border: 1px solid #7f9db9;
    padding: 4px;
    font-size: 100%;
    color: #000;
    width: 70px;
    margin: 0 3px 0 0;
}
div.main div.row input.txt_airport {
    vertical-align: middle;
    border: 1px solid #7f9db9;
    padding: 4px;
    font-size: 100%;
    color: #000;
    width: 218px;
    margin: 0 3px 0 0;
}
div.main div.row input.radio {
    margin: 0 3px 0 0;
    vertical-align: middle;
    font-size: 93%;
}
div.main div.row img {
    vertical-align: middle;
}
div.main div.row select {
    font-size: 93%;
}
div.main div.row span.row-label {
    font-weight: bold;
    font-size: 93%;
    vertical-align: middle;
    padding: 0 10px 0 0;
}
div.main div.submit-row {
    padding: 10px 0 15px 0;
}
div.main div.form-section {
    height: 1px;
    overflow: hidden;
    padding: 0 0 25px 0;
}

/* Specific Form Styles (for special layout cases) */
div.main div.flight-type-row div.row-left {
    width: 350px;
}
div.main div.flight-type-row div.row-right {
    width: 136px;
}
div.main div.flight-date-row label.flight-date {
    display: block;
    width: 130px;
    padding: 4px 0 0 0;
    float: left;
    display: inline;
}
div.main div.flight-date-row label.flight-time {
    display: block;
    width: 40px;
    padding: 4px 0 0 0;
    float: left;
    display: inline;
}
div.main div.flight-date-row label.passenger {
    display: block;
    width: 80px;
    padding: 4px 10px 0 0;
    text-align: right;
    float: left;
    display: inline;
}
div.main div.flight-date-row label.passenger span.italic {
    font-size: 93%;
    font-style: italic;
}
div.main div.flight-date-row input.txt {
    width: 70px;
    margin: 0 15px 0 0;
    float: left;
    display: inline;
}
div.main div.flight-date-row select.flight-time {
    width: 85px;
    margin: 1px 10px 0 0;
    float: left;
    display: inline;
}
div.main div.flight-date-row select.passenger {
    float: left;
    width: 40px;
}

/* Checkout Page */

div#almost-complete {
    width: 100%;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    font-size: 110%;
    line-height: 140%;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #d3dadd;
    border-bottom: 1px solid #d3dadd;
    clear: both;
}

div.billing label {
    font-weight: bold;
    font-size: 100%;
    padding: 0 2px 0 0;
    vertical-align: middle;
}
div.billing input.txt {
    width: 175px;
    border: 1px solid #7f9db9;
    padding: 4px;
    margin: 2px 0 2px 0;
    font-size: 100%;
    vertical-align: middle;
}
.row_separator td {
    padding-top:10px;
}
div.billing input.state {
    border: 1px solid #7f9db9;
    width: 2em;
    padding: 4px;
    margin: 2px 0 2px 0;
    font-size: 100%;
    vertical-align: middle;
}
div.billing input.btn {
    vertical-align: middle;
}
div.billing input.txt_nowidth {
    border: 1px solid #7f9db9;
    padding: 4px;
    margin: 2px 0 2px 0;
    font-size: 100%;
    vertical-align: middle;
}

/* @end */

/* Side Form Styles */
div.side h2 {
    color: #102239;
    border-bottom: 1px solid #7db2d0;
    padding: 0 0 4px 0;
}
div.side div.row {
    padding: 0 0 10px 0;
}
div.side div.row label {
    font-size: 93%;
    padding: 0 3px 0 0;
}
div.side div.row label.head {
    font-weight: bold;
    display: block;
    padding: 0 0 2px 0;
}
div.side div.row label.domestic {
    padding: 0 10px 0 0;
}
div.side div.row input.txt {
    vertical-align: middle;
    border: 1px solid #7f9db9;
    padding: 4px;
    font-size: 100%;
    color: #000;
    width: 80px;
    margin: 0 3px 0 0;
}
div.side div.row input.radio {
    margin: 0 3px 0 0;
}
div.side div.row select {
    font-size: 93%;
    margin: 2px 0 0 0;
}
div.side p.note {
    text-align: right;
}
div.side div.submit-row {
    border-bottom: 1px solid #7db2d0;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
    color: #385f89;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
/* @end */

div.col-left {
    padding: 0 20px 0 0;
    width: 285px;
    font-size: 90%;
    float: left;
}
div.col-left h2 {
    color: #102239;
    border-bottom: 1px solid #d3dadd;
    font-size: 150%;
    padding: 0 0 4px 0;
}
div.col-right {
    padding: 0;
    width: 285px;
    font-size: 90%;
    float: left;
}
div.col-right h2 {
    color: #102239;
    border-bottom: 1px solid #d3dadd;
    font-size: 150%;
    padding: 0 0 4px 0;
}
div.login-col-left {
    padding: 0 20px 0 0;
    width: 285px;
    font-size: 100%;
    float: left;
}
div.login-col-left h2 {
    color: #102239;
    font-size: 160%;
    padding: 0 0 4px 0;
}
div.login-col-right {
    padding: 0;
    width: 285px;
    font-size: 100%;
    float: left;
}
div.login-col-right h2 {
    color: #102239;
    font-size: 160%;
    padding: 0 0 4px 0;
}

div.checkout-left {
    float:left;
    font-size:100%;
    padding:0 10px 0 0;
    width:300px;
}
div.checkout-left h2 {
    border-bottom:1px solid #D3DADD;
    color:#102239;
    font-size:18px;
    padding:0 0 4px;
}
div.checkout-left h3 {
    color:#2297D7;
    font-size:125%;
    margin:0 0 4px;
}
div.checkout-side {
    float:left;
    font-size:90%;
    padding:0 10px 0 0;
    width:170px;
}
div.checkout-side h2 {
    border-bottom:1px solid #D3DADD;
    color:#102239;
    font-size:18px;
    padding:0 0 4px;
}
div.checkout-side h3 {
    color:#2297D7;
    font-size:125%;
    margin:0 0 4px;
}
div.checkout-right {
    float:left;
    font-size:100%;
    padding:0;
    width:300px;
}
div.checkout-right h2 {
    border-bottom:1px solid #D3DADD;
    color:#102239;
    font-size:18px;
    padding:0 0 4px;
}
div.checkout-right h3 {
    color:#2297D7;
    font-size:18px;
    margin:0 0 4px;
}
.row-separator {
    padding-top: 10px !important;
    padding-bottom: 10px;
    background-color:white;
}
.checkout-mark {
    background-color:#CBE7F6;
    border:1px solid #D3DADD;
    padding:10px;

}
.checkout-login {
}
#checkout h2 {
    border-bottom:1px solid #D3DADD;
    color:#102239;
    font-size:22px;
    padding:0 0 4px;
}

div.col-clear {
    clear: both;
}
.pophelp {
    font-size: 85%;
}
#searching {
    width: 600px;
    margin: 100px 0 30px 0;
    font-size: 120%;
    line-height: 175%;
}
.loader {
    padding: 10px 0 20px 0;
}
.blue {
    color: #2297d7;
}
.divider {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #d3dadd;
    margin: 0 0 10px;
    clear: both;
}
.fatdivider {
    width: 100%;
    margin: 5px 0 5px 0;
    height: 15px;
    background-color: #90cbeb;
    clear: both;
}
.fineprint {
    font-size: 10px;
    text-align: center;
}
.smallprint {
    font-size: 10px;
}
.smallred {
    color:#CC0000;
    font-size:11px;
    font-weight:bold;
}
.mediumprint {
    font-size: 11px;
    line-height: 1.2em;
}

div.confirmation h2 {
    color: #102239;
    border-bottom: 1px solid #d3dadd;
    font-size: 160%;
    padding: 0 0 4px 0;
}

#popup {
    width: 600px;
    padding: 30px 20px 20px 20px;
}

#popup h2 {
    color: #102239;
    border-bottom: 1px solid #d3dadd;
    font-size: 150%;
    padding: 0 0 4px 0;
}

#popup2 {
    width: 600px;
    padding: 20px 20px 20px 20px;
}

#popup2 h2 {
    color: #102239;
    border-bottom: 1px solid #d3dadd;
    font-size: 150%;
    padding: 0 0 4px 0;
}

div#popup-ft {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 15px 20px 10px 20px;
    clear: both;
    text-align: left;
    float: left;
}
div#popup-ft p {
    font-size: 85%;
    color: #7a858a;
    text-align: left;
}
div#popup-ft p.ft-nav a:link, div#ft p.ft-nav a:visited {
    color: #47a8de;
    text-decoration: underline;
}
div#popup-ft p.ft-nav a:hover {
    text-decoration: none;
}

.Subhead {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 105%;
    line-height: 145%;
    color: #000;
}

/* @group Misc */
div.hr {
    border-bottom: 1px solid #d3dadd;
    height: 1px;
    overflow: hidden;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
}

.clear {
    clear: both;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Spinning Ajax Wheel */
#processing {
    background: url('/images/ajax-loader.gif') 50% 50% no-repeat;
    width:250px; height:45px;
}

/* Tan */
div#tan {
    padding: 5px 15px 5px 15px;
    margin: 0;
    width: 600px;
    background-color: #f2f5c6;
}
div#tan-top {
    background: url(../images/tan-hd-top.gif) no-repeat 0 0 #f2f5c6;
    width: 630px;
    height: 7px;
    margin: 0;
    padding: 0;
}
div#tan-btm {
    background: url(../images/tan-hd-btm.gif) no-repeat 0 0 #f2f5c6;
    width: 630px;
    height: 7px;
    margin: 0 0 10px 0;
    padding: 0;
}

/* Custom ShuttleFare CSS */
.fieldWithErrors {
    float:left;
    padding: 1px;
    background-color: red;
    /*display: table;*/
}
.errorExplanation {
    padding: 7px !important;
    background-color: #f0f0f0 !important;
    text-align: left !important;
}
.errorExplanation h2 {
    text-align: left;
    font-weight: bold !important;
    padding: 5px 5px 5px 15px !important;
    font-size: 12px !important;
    margin: -7px !important;
    background-color: #c00 !important;
    color: #fff !important;
}
.errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}
.errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}

/*********Airports Lists for homepage*********************/
ul.airportList {
    display:block;
    margin:0;
    width:600px;
    list-style:none;
    border-top: 1px solid #DDDDDD;
    padding-top: 4px;
}
ul.airportList li.left {
    display:block;
    float:left;
}
ul.airportList li ol {
    margin:0;
    padding:0;
    list-style:none;
}
ul.airportList li ol li {
    display:block;
    margin:0 0 1px 0;
    padding:0 0 0 2px;
    width:198px;
    height:15px;

}
ul.airportList li ol li a {
    display:block;
    margin:0;
    padding:0 0 0 2px;
    width:196px;
    height:15px;
}
ul.airportList li ol li a {
    font:1.1em Arial;
    color:#727272;
    text-decoration:none;
}
ul.airportList li ol li a:hover {
    text-decoration:none;
    color:#fff;
    background-color:#165398;
}
#airportListLink { text-decoration:none; }
.smallprint_price { font-size:0.7em;}
#popup_header { font-size:18px;border-bottom:1px solid #aaa;padding:0 0 5px 0;margin:0 0 5px 0;color:#102239;}
.alert { color:red;font-weight:bold;}
.extras {
    width: 100%;
    border-top:1px dashed #999999;
    margin-top:15px;
    padding-top:10px;
}


.select_office_landmark a {
    color:#102239;
    cursor: pointer;
    text-decoration: underline;
}

.calendar {

}
.calendar table {
    padding:0;
    margin:0;
}
.calendar table td {
    padding:1px;
}

/* instructions */
#instructions {
    background-position:center top;
    background-repeat:repeat-x;
    border-bottom:1px solid #CCCCCC;
    height:auto;
    min-height:100px;
}
#instructionsLeft {
    color:#666666;
    display:inline;
    float:left;
    font-weight:normal;
    margin-left:-150px;
    padding-left:12px;
    padding-right:12px;
    position:relative;
    text-align:left;
    width:150px;
}
#instructionsCenter {
    color:#666666;
    display:block;
    font-weight:normal;
    overflow:visible;
    padding-left:150px;
    padding-right:150px;
    padding-top:15px;
    position:relative;
    text-align:left;
}
#instructionsRight {
    color:#666666;
    display:inline;
    float:right;
    font-weight:normal;
    margin-right:-150px;
    padding-left:12px;
    padding-right:12px;
    position:relative;
    text-align:left;
    width:150px;
}
:first-child + html #instructionsCenter {
    display:inline-block;
}
* html #instructionsCenter {
    display:inline-block;
}
:first-child + html #instructionsLeft {
    width:266px;
}
* html #instructionsLeft {
    width:166px;
}
.instructionsTitle {
    display:block;
    font-weight:normal;
    margin-bottom:15px;
}

.AirportName {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 175%;
    line-height: 100%;
    color: #000;
}


/* Steps */
div.steps {
    width: 573px;
    height: 27px;
    margin: 0 0 0 6px;
}
div.steps ul {
    margin: 0;
    padding: 0;
}
div.steps ul li {
    list-style: none;
    line-height: 27px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 108%;
    float: left;
    display: inline;
}
div.steps ul li.step1 {
    width: 123px;
}
div.steps ul li.step2 {
    width: 110px;
}
div.steps ul li.step3 {
    width: 110px;
}
div.steps ul li.step4 {
    width: 110px;
}
div.step1 {
    background: url(../images/search-step1-bkg.gif) no-repeat 0 0;
}
div.step2 {
    background: url(../images/search-step2-bkg.gif) no-repeat 0 0;
    width: 662px;
}
div.step3 {
    background: url(../images/search-step3-bkg.gif) no-repeat 0 0;
    width: 662px;
}
div.step4 {
    background: url(../images/search-step4-bkg.gif) no-repeat 0 0;
    width: 662px;
}

.AirportResults {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 145%;
    line-height: 125%;
    color: #000;
}

.smalllabel {
    font-size: 10px;
    text-align: center;
    color:#000;
}
div#home-cta { text-align: center; padding: 20px 20px 0px 20px; }

#nytimes {
    width: 897px;
    padding: 5px 0 5px 0;
    margin-top: 10px;
    font-size: 103%;
    line-height: 160%;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #d3dadd;
    border-bottom: 1px solid #d3dadd;
    clear: both;
}

.myaccount-cancel {
    display:inline;
}

.narrow-field {
    width:1em !important;

}

#one_search h1, #one_search h2, #one_search h3, #one_search h4 {
    border-bottom: none;
}

.centered {
    text-align: center;
}

div#quicksearch {
    height: 35px;
    width: 270px;
    padding: 45px 15px 10px 15px;
    clear: both;
    background: url(../images/bg-quicksearch.gif) no-repeat 0 0;
}

.aff_offer {
    float: right;
}

div.bullets ul {
    margin: 0;
    padding: 0;
}

div.bullets ul li {
    line-height: 15px;
    padding-left: 0px;
    margin-left: 15px;
    margin-bottom: 5px;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* search ZIP popup */
#backgroundPopup{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}
#popupContact{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:384px;
    width:408px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:12px;
    font-size:13px;
    overflow: hidden;
}
#popupContact h1{
    text-align:left;
    color:#6FA5FD;
    font-size:22px;
    font-weight:700;
    border-bottom:1px dotted #D3D3D3;
    padding-bottom:2px;
    margin-bottom:20px;
}
#popupContactClose{
    font-size:14px;
    line-height:14px;
    right:6px;
    top:4px;
    position:absolute;
    color:#6fa5fd;
    font-weight:700;
    display:block;
}

.airportList .wide {
  width: 350px !important;
}

.wrapper {
  display: table;
}

.wrapper .cell {
  display: table-cell;
  vertical-align: middle;
}