/* OVERALL */
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Verdana, Arial, 'Helvetica Neue', 'Lucida Grande', Helvetica, sans-serif;
    font-size: 12px;
}

img, fieldset {
    border: 0;
}

a, a:link, a:visited {
    text-decoration: none;
    /* color: #ff4d00; */
    color: #1874CD;
}

a:hover {
    /* 
    color: #ff4d00;
    border-bottom: 1px solid #ff4d00;
    */
    color: #1874CD;
    border-bottom: 1px solid #1874CD;
}

a:focus {
    outline: none;
}

a.anchor_image,
a.anchor_image:hover,
a.anchor_image:visited,
#logo a {
    border: 0;
    cursor: pointer;
}


/* THE HOLY CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clearer {
    clear:both;
    display:block;
    font-size:1px;
    height:1px;
    line-height:1px;
    margin-bottom:-1px;
}

html, body {
    height: 100%;
}

#wrap {
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 980px;
}

#logo {
    padding: 20px 0 0 60px;
}

#logo h1, #logo h4 {
    text-indent: -9999px;
}

#logo a {
    display: block;
    height: 60px;
    width: 320px;
}

#nav {
    padding: 80px 0 0 15px;
}

#main_col {
    width: 100%;
    padding-bottom: 4em;
    float: left;
}

#content {
    padding: 0 20px;
    line-height: 1.4em;
}

#content h1, #content h2 {
    font-size: 18px;
    line-height: 1.5em;
    /* padding-bottom: 10px; */
}

a.airport_locator:link,
a.airport_locator:visited {
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px dotted #ff4d00;
    line-height: 1.5em;
}

a.airport_locator:hover {
    font-size: 13px;
    border-bottom: 1px solid #ff4d00;
    line-height: 1.5em;
}

#originupdate ul, 
#destinationupdate ul {
    width: 250px;
    border:1px solid black;
    background-color:white;
}

#originupdate .selected, 
#destinationupdate .selected {
    background-color: #ff6d10;
}

.airport_lookup_box {
    float: right;
}

#form label {
    display: block;
}

.ads {
    background: url('images/round_ad.png') no-repeat top;
    padding: 3px 0 10px;
    width: 186px;
}

.ads-inner {
    color: #909090;
    border: 1px solid #e1e1e1;
    border-width: 0 1px 1px;
    margin: 0 auto;
    padding-top: 3px;
    padding: 3px;
    text-align: center;
}

.align-center {
    text-align: center;
    margin: 0 auto;
}

.align-left {
    text-align: left;
}

.ads-inner ul {
    margin: 0;
    padding: 0;
}

.ads-inner iframe {
    padding-bottom: 5px;
    text-align: center;
}

.ads-partners h3 {
    color: #ff4d00;
    font-size: 1em;
    text-align: center;
    margin-bottom: 3px;
}

ul#deals, 
.ads-partners ul {
    list-style-type: none;
}

.ads-partners li {
    padding: 3px 0;
    line-height: 1.2em;
}

.ads-partners ul a {
    border-bottom: 1px solid #FF4D00;
}

#guide-menu {
    text-align: center;
    font: 23px/1 sans-serif;
    margin: 0 auto;
    color: #ccc;
    font-size: 30px;
}

#guide-menu h1 {
    display: inline;
    font: 23px/1 sans-serif;
    line-height: 50px;
    color: #f60;
}

#guide-menu a {
    font: 23px/1 sans-serif;
    text-decoration: underline;
    padding: 5px 5px;
}

#guide-menu a:hover {
    background: #f60;
    color: #fff;
}

#guide-bg {
    background: #f0f0f0;
    text-align: center;
    font: 12px/1.5 sans-serif;
    border: 1px solid #e0e0e0;
    border-left: 0;
    border-right: 0;
}

#guide-wrapper {
    position: relative;
    margin: 0 auto;
    width: 700px;
    text-align: left;
}

#guide-left {
    width: 500px;
    float: left;
}

#guide-right {
    width: 380px;
    float: left;
    margin-left: 40px;
}

.guide-box {
    clear: both;
    border: 1px solid #a6a6a6;
    background: #fff;
    margin: 20px 0;
    padding: 15px;
}

.guide-box p {
    margin: 0;
    padding: 10px 0;
}

.guide-desc {
    font-style: italic;
}

.guide-box h2 {
    margin: 0;
    font: 23px/1.2 sans-serif;
    letter-spacing: -0.05em;
    font-weight: normal;
}

.guide-box h3 {
    margin: 0;
    font: 15px/1.2 sans-serif;
    font-weight: normal;
}

.guide-last {
    font: 10px/2 sans-serif;
    color: #999;
    font-style: italic;
    padding: 1.5em 0;
}

.guide-fareindex {
    margin: 5px 0;
    list-style: none;
    padding: 0;
}

.guide-fareindex li {
    padding: 6px 0;
}

.guide-fareindex li a {
    /* 
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding: 3px 3px 1px 3px;
    */ 
    color: #1874CD;
    line-height: 1.2em;
}

.guide-fareindex li a:hover {
    border-bottom: 1px solid #1874CD;
    /* border-bottom: 1px solid #888; */
    background: #eee;
}

#guide-feeds {
    border-top: 1px solid #d2d2d2;
    margin-top: 25px;
    background: url('bg-fareindex.jpg') top right no-repeat;
}

#guide-feeds a {
    display: block;
    padding: 3px;
    margin: 3px 0;
    font-weight: normal;
}

#guide-feeds img {
    border: 0;
    vertical-align: baseline;
    margin-right: 5px;
}

#guide-search {
    border: 1px solid #a6a6a6;
    margin: 15px 0 30px 0;
    background: #f0f0f0;
    padding: 10px 20px 15px;
}

#guide-search fieldset {
    border: 0;
    margin: 7px 0;
    padding: 0;
}

#guide-search label {
    clear: both;
    display: block;
}

#guide-search label, #guide-search p.legend {
    font-weight: bold;
    padding: 2px 0;
}

.guide-field {
    float: left;
    margin: 0 20px 0 0;
}

#dest_deals {
    font-size: 1.8em;
    font-weight: bold;
    padding-top: 30px;
}

#destinations {
}

.market_name {
    padding: 20px 0 5px 0;
    font-size: 1.2em;
    font-weight: bold;
    list-style-type: none;

}

.destination_box {
    float: left;
    width: 290px;
    margin-right: 20px;
}

.country_name {
    margin-left: 15px;
    line-height: 1.3em;
}

