.submsg {
    margin: 10px 12px 15px 12px;
    padding: 8px;
    background-color: #FFFFCC;
    border: 1px solid #e3e3b1;
    font-size: 120%;
    -moz-border-radius: 5px;
}

.itinerary-changed-msg {
    margin: 10px 12px 15px 12px;
    padding: 8px;
    background-color: #effddb;
    border: 1px solid #cee3b1;
    font-size: 120%;
    -moz-border-radius: 5px;
}

#step2_submsg2 {
    margin: 20px 12px 15px 12px;
    font-size: 120%;
    background-color: #FFF;
}

#step2_reloadmsg {
    margin: 10px 12px 15px 12px;
    padding: 8px;
    background-color: #FFF;
    border: 1px solid #CC0000;
    border-width: 2px 0 0 0;
    font-size: 120%;
}

#step2_reloadmsg b {
    color: #CC0000;
}

#arrow-reload {
    background: url(/images/arrow-reload.png) top left no-repeat;
    width: 138px;
    height: 157px;
    position: absolute;
    z-index: 5;
}

#step2_inner {
    padding: 0;
}

#destination_header img, #articles_header img, #title img {
    float: left;
    margin: 0 20px 0 0;
}

#destination_header li, #articles_header li, #title li {
    float: left;
    margin: 0;
}

#destination_header li a, #articles_header li a, #title li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font: bold 12px arial;
    color: #c8e0f8;
}

/* Homepage */

#title ul {
    list-style: none;
    padding: 1px 0 0 0;
    margin: 0;
}

#title ul li {
    cursor: pointer;
}

#title li.selected {
    background-color: #457aad;
}

#title li.selected a {
    color: #FFF;
}

ul#menu {
    position: relative;
    top: 1px;
    left: 10px;
}

#menu li.last {
    border: 0;
}

/* Articles */

#articles_header li a:hover, #title li a:hover {
    color: #FFF;
}

#articles_header ul {
    list-style: none;
    padding: 1px 0 0 0;
    margin: 0;
}

#articles #title li.selected {
    background-color: #FFF;
}

#articles #title li.selected a {
    color: #000;
}

/* Destinations */

#destination_header li a:hover, #title li a:hover {
    color: #FFF;
}

#destination_header ul {
    list-style: none;
    padding: 1px 0 0 0;
    margin: 0;
}

#destinations #title li.selected {
    background-color: #f7e9b4;
}

#destinations #title li.selected a {
    color: #000;
}

#add_hotels {
    font: 12px arial;
    background: url(/images/package-bg.gif) top left no-repeat;
    padding: 6px 0 0 6px;
    width: 382px;
    height: 32px;
}

/* Top Content */

#top-content {
    float: left;
    width: 520px;
    margin: 10px 0 0 15px;
    padding: 0 0 0 15px;
    min-height: 490px;
    background: url(/images/top-content-bg.gif) top left no-repeat;
}

#top-content .top-content-header {
    background: url(/images/top-content-h1.gif) top right no-repeat;
}

#top-content .top-car-content-header {
    background: url(/images/top-car-content-h1.gif) top right no-repeat;
}

#top-content .top-hotel-content-header {
    background: url(/images/top-hotel-content-h1.gif) top right no-repeat;
}

#top-content h1 {
    margin: 2px 0 5px 0;
}

#top-content h3 {
    margin: 0 0 10px 0;
    font: 12px arial;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #EEE;
    color: #888;
}

#top-content h1 sup {
    font: 12px arial;
}

#top-content a {
    color: #2579b0;
    text-decoration: none;
}

#top-content a:hover {
    text-decoration: underline;
}

.sbb {
    width: 155px;
    float: left;
    margin: 0 10px 0 0;
    border-right: 1px dotted #CCC;
    padding: 0 0 5px 0;
}

#top-content h2 {
    margin: 0 0 10px 0;
    font: bold 14px arial;
    color: #777;
}

.sbb ol {
    margin: 0 0 0 20px;
    padding: 0;
    .margin: 0 0 0 25px;
}

.sbb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sbb li {
    padding: 0 0 5px 15px;
}

.li-up {
    background: url(/images/li-up.gif) top left no-repeat;
    background-position: 0 1px;
}

.li-down {
    background: url(/images/li-down.gif) top left no-repeat;
    background-position: 0 2px;
}

#popular-destinations {
    border: 0;
    margin: 0;
    width: 145px;
}

#popular-destinations ol {
    margin: 0;
    padding: 0 0 0 20px;
    .margin: 0 0 0 5px;
}

#travel-ideas {
    width: 195px;
}

#travel-ideas ul {
    padding: 0 0 0 2px;
    margin: 0;
}

#travel-ideas li, #popular-destinations li, #rental-tips li {
    background: none;
    padding: 0 0 5px 0;
}

.content-row {
    padding: 10px 10px 0 0;
    margin: 10px 0 0 0;
    border-top: 1px dotted #CCC;
}

/* Itinerary */

#itinerary {
    padding: 0 14px 0 15px;
    background: url(/images/top-content-bg.gif) top right no-repeat;
    min-height: 480px;
}

#itinerary h2 {
    margin: 0 0 5px 0;
    font: bold 14px arial;
    border-bottom: 1px dotted #CCC;
    padding: 0 0 3px 0;
}

#itinerary table#details td {
    padding: 3px 0;
}

#itinerary .small_text {
    font: 10px arial;
    margin: 5px 0 0 0;
    color: #999;
}

#itinerary_load {
    text-align: center;
    padding-top: 160px;
}

#trip_box {
    margin: 0 0 5px 0;
}

#trip {
    padding: 8px;
    border: 1px solid #CDCDCD;
    -moz-border-radius: 5px;
}

#trip h2 {
    font: bold 12px arial;
    border-bottom: 1px solid #EEE;
    padding: 10px 0 5px 0;
}

#farespotter h1 {
    margin-top: 10px;
    font: 18px arial;
}

table.lowest-fares {
    margin: 5px 0 0 2px;
}

table.lowest-fares th {
    font: 11px arial;
    color: #666;
    text-align: left;
    padding: 0 0 4px 0;
}

table.lowest-fares td {
    padding: 2px 0;
}

table.lowest-fares td span.pricing {
    font: bold 14px arial;
}

#farespotter .row {
    margin: 0 0 15px 17px;
    background: transparent;
}

#farespotter .iti-date-input {
    border: 1px solid #CCC;
    padding: 3px;
    font: 11px arial;
}

table.lowest-fares tr.iti_fare_row:hover td {
    background-color: #f7f6b7;
    cursor: pointer;
}

#farespotter table.iti_sad_table {
    font: 11px arial;
}

#farespotter table.iti_sad_table td {
    border: 0 !important;
}

input.iti-form-txt {
    font: 12px arial;
    border: 1px solid #CCC;
    padding: 2px;
    width: 274px;
}

select.iti-form-select {
    font: 12px arial;
    border: 1px solid #CCC;
    padding: 2px;
    width: 40px;
}

input.iti-form-date {
    font: 12px arial;
    border: 1px solid #CCC;
    padding: 2px;
    width: 100px;
}

#itinerary-edit ul {
    padding: 0 !important;
}

#itinerary-edit h4 {
    font: bold 14px arial;
    color: #666;
    margin: 0;
}

.toggle-panel {
    margin: 5px;
}

.toggle-panel h3 {
    font: bold 13px arial;
    margin: 0;
}

.toggle-panel h3 a {
    text-decoration: none !important;
    color: #666 !important;
    display: block;
    padding: 0 0 0 18px;
}

.toggle-panel h3 a:hover {
    text-decoration: underline !important;
}

.toggle-panel a.date {
    text-decoration: underline !important;
}

a.minus {
    background: url(/images/minus.gif) 2px 2px no-repeat;
}

h3 a.minus {
    color: #000 !important;
    text-decoration: none !important;
}

h3 a.minus:hover {
    text-decoration: none !important;
    cursor: default;
}

a.plus {
    background: url(/images/plus.gif) 2px 2px no-repeat;
}

#itinerary ul {
    padding: 0 0 0 13px;
    margin: 0;
}

#itinerary ul li {
    line-height: 16px;
}

#itinerary ul li a {
    color: #315d8a;
}

#itinerary button.small_button {
    font: 11px arial;
    background-color: #EEE;
    border: 1px solid #CCC;
    cursor: pointer;
    margin: 5px 0 0 0;
}

#itinerary button.small_button:hover {
    font: 11px arial;
    border: 1px solid #1a619d;
    background-color: #207ece;
    color: #FFF;
}

table.iti-travel-center {
    margin: 5px 0;
    float: left;
}

table.iti-travel-center td {
    padding: 0 20px 10px 0;
    vertical-align: top;
}

table.iti-travel-center td.weather {
    width: 98px;
    text-align: center;
    padding: 0;
}

#weather {
    margin: 5px 0 5px 10px;
}

#temp {
    margin: 1px 0 0 0;
    height: 52px;
}

.weather small {
    font: 11px arial;
}

.weather em {
    font: 26px arial;
    color: #787878;
}

.iti_box a {
    color: #2579b0;
    text-decoration: none;
}

.iti_box a:hover {
    text-decoration: underline;
}

table.add_favorite td {
    padding: 0 5px 5px 0;
}

.left_col {
    float: left;
}

.homepage-diary-row {
    margin: 0 0 10px 0;
}

#favorite-dialog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 997;
    width: 250px;
    height: 200px;
    background: url(/images/favorites.png) top left no-repeat;
    background-color: #FFF;
}

.favorite-dialog {
    position: absolute;
    text-align: left;
    padding: 5px 5px 10px 5px;
    margin: 6px 0 0 23px;
    width: 210px;
    height: 172px;
    overflow: auto;
}

.favorite-dialog h2 {
    background: url(/images/favorites.gif) top left no-repeat;
    margin: 5px 0 0 5px;
    padding: 0 0 5px 21px;
    font: bold 13px arial;
}

.favorite-dialog td {
    padding: 4px 5px;
}

.favorite-row {
    clear: left;
}

.favorite-row:hover .favorite-name {
    background-color: #277bcb;
    color: #FFF;
    cursor: pointer;
}

.favorite-name {
    width: 185px;
    float: left;
    padding: 5px;
}

.favorite-delete {
    float: left;
    padding: 9px 0 0 0;
    margin: 0 0 0 5px;
}

.compare-list {
    font: 13px arial;
    text-align: right;
    background-color: #FFF;
}

.compare-list small {
    font: bold 11px arial;
    margin: 2px 0 0 0;
    display: block;
    color: #666;
}

#search_box_msg {
    font: 20px arial;
    margin: 0;
    color: #FF9900;
}

/* Exit */

#exit-bg {
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 1px;
    height: 1px;
}

#exit {
    background: url(/images/exit.png) top left no-repeat;
    width: 433px;
    height: 355px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 901;
    text-align: left;
}

#exit .inner {
    padding: 60px 12px 8px 20px;
}

#exit .close {
    text-align: center;
    padding: 5px 0 0 0;
    .padding: 0;
}

#exit .inner h2 {
    font: bold 16px arial;
    color: #085da4;
    margin: 10px 0 5px 0;
}

#exit .inner h1 {
    font: bold 18px arial;
    margin: 0 0 5px 0;
}

#exit .inner a {
    color: #21609f;
    text-decoration: none;
}

#exit .inner h1 a {
    color: #3399ff;
    text-decoration: underline;
}

#exit .inner #exit_email_container {
    padding: 5px 0 0 0;
    min-height: 108px;
}

#exit .inner #exit_email_container input[type="text"] {
    width: 270px;
    padding: 3px;
    font-size: 15px;
    border: 1px solid #CCC;
}

/* Allow popups */

#allow-popup-msg {
    position: fixed;
    z-index: 910;
    top: 0;
    right: 5px;
    padding: 12px 20px 12px 65px;
    background: url(/images/IE-allow-popup-arrow.gif) top left no-repeat;
    font-size: 13px;
    width: 310px;
    height: 100px;
    line-height: 18px;
}

#allow-popup-msg h2 {
    margin: 0;
    font: bold 16px arial;
    color: #7ea132;
}

#allow-popup-msg .close {
    text-align: right;
}

/* SAD */

table.promo {
    border: 1px solid #DDD;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-top: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
}

table.promo td {
    padding: 3px 10px;
    cursor: pointer;
}

table.promo th {
    padding: 5px 10px;
    background-color: #EEE;
    text-align: left;
}

table.promo span.price {
    font: bold 14px arial;
}

table.promo tbody:hover {
    background-color: #f4f0a6;
}

table.promo tbody.selected {
    background-color: #f4f0a6;
}

.large-twitter {
    font: 18px arial;
}

.author {
    font: 11px arial;
    color: #666;
    margin: 2px 0;
}



