/* FILE: /css/l1/main.css */

* {
    outline: none;
}

html {
    overflow: -moz-scrollbars-vertical;
}

body {
    margin: 30px 0 20px 0;
    font: 12px Arial;
    background: url(/images/bg.jpg) top left repeat-x;
    background-position: fixed;
    background-color: #7190bc;
}

a img {
    border: 0;
}

h1, h2, h3 {
    font-family: Arial;
}

label {
    cursor: pointer;
}

input.plain {
    margin: 4px 0 0 0;
    background-color: #207ece;
    color: #FFF;
    border: 1px solid #1a619d;
    -moz-border-radius: 3px;
    padding: 2px 4px;
    font: 12px arial;
    cursor: pointer;
}

#main {
    width: 962px;
}

#title {
    text-align: left;
    height: 35px;
    width: 960px;
}

#destination_header {
    text-align: left;
    background: url(/images/title_destination.gif) bottom left no-repeat;
    height: 61px;
    width: 960px;
    position: relative;
    z-index: 2;
}

#articles_header {
    text-align: left;
    background: url(/images/all-articles.gif) bottom left no-repeat;
    height: 61px;
    width: 960px;
    position: relative;
    z-index: 2;
}

/* Content */

#content {
    clear: left;
    background-color: #FFF;
    border: 1px solid #2a455e;
    border-width: 0 1px;
}

#headline {
    background: url(/images/headline.gif) top left no-repeat;
    width: 960px;
    height: 51px;
    position: relative;
    z-index: 2;
}

.headline {
    padding: 5px 0 10px 30px;
    text-align: left;
}

#progress {
    padding: 10px 0;
    text-align: left;
}

#airfare_content, #car_content {
    border: 1px solid #92a1ae;
    border-width: 1px 0 0 0;
    text-align: left;
}

#content h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 10px 0;
    color: #085da4;
}

.padded {
    padding: 10px 17px;
}

.padded h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

/* Bubble */

#bubble {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    background: url(/images/bubble.png) top left no-repeat;
    background-color: transparent;
    width: 232px;
    height: 57px;
    font: bold 12px Arial;
    color: #CC0000;
    padding: 17px 0 0 20px;
}

#bubble_step2 {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    background: url(/images/bubble_step2.png) top left no-repeat;
    width: 290px;
    height: 57px;
    font: bold 12px Arial;
    color: #CC0000;
    padding: 17px 0 0 20px;
}

#bubble_widget {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    background: url(/images/bubble_widget.png) top left no-repeat;
    width: 196px;
    height: 40px;
    font: bold 11px Arial;
    color: #CC0000;
    padding: 11px 0 0 12px;
}

#main_area {
    background: url(/images/main_area_bg.jpg) bottom left no-repeat;
    text-align: left;
    padding: 0 0 20px 0;
}

/* Step 1 */

#flights49 {
    float: right;
    margin: 20px 0 0 0;
    width: 520px;
    text-align: center;
}

#flights49 h1 {
    color: #999;
    font-size: 18px;
    text-transform: capitalize;
}

#step1 {
    text-align: left;
    padding: 12px 0 0 0;
    float: left;
    width: 400px;
    min-height: 490px;
}

#step1 #trip_title {
    margin: 0;
}

#step1_inner h2 {
    margin: 10px 0;
    padding: 0 0 0 15px;
    font: bold 14px arial;
    font-style: italic;
    color: #FF6600;
    background-color: #FFF;
}

/* Form */

form {
    margin: 0;
    padding: 0;
}

.trip_inside {
    padding: 10px 0 0 15px;
    margin: 0;
    text-align: left;
    width: 380px;
}

.trip_inside h3 {
    margin: 0 0 5px 0;    
    font-size: 14px;
    font-family: Arial;
}

.h4 {
    font-size: 10px;
    color: #999;
    font-weight: normal;
    text-decoration: none;
}

.subtext {
    font: 11px Arial;
    color: #999;
    margin: 2px 0 0 0;
}

input, select {
    font: 14px Arial;
}

input[type="radio"] {
    margin-left: 0;
}

#dates td {
    padding: 0 4px 0 0;
}

.row {
    margin: 0 0 15px 0;
    background-color: #fff;
    .position: static;
}

.lastrow {
    margin: 0;
}

.row label, #itinerary-edit label {
    cursor: pointer; 
    position: relative; 
    top: -2px;
    .position: static;
    .top: -1px;
}

select.padded {
    min-width: 75px;
    padding: 3px;
    font-size: 15px;
    border: 1px solid #CCC;
}

.quantity {
    background-color: #FFF;
    border: none;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    width: 25px;
}

.quantity:hover {
    background-color: #d6e8f6;
}

.quantity_selected {
    width: 25px;
    text-align: center;
    padding: 5px;
    background-color: #127dd0;
    color: #FFF;
    font-weight: bold;
    border: none;
}

#plus_hotel {
    padding: 5px;
    border: 1px solid #CCC;
}

#plus_hotel:hover {
    background-color: #FFFFEC;
}

/* Step 2 Pseudo */

#step2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    text-align: left;
    margin: 12px 0 0 0;
    float: left;
    width: 560px;
}

#step2 #partner_title {
    margin: 0 0 10px 0;
}

#the_partners {
    padding: 0 0 0 12px;
}

#step2_inner {
    padding: 5px 0 0 0;
}

#loader {
    text-align: center;
    width: 433px;
    height: 310px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
    background: url(/images/loading.png) top left no-repeat;
}

#loader h2 {
    font: bold 18px Calibri, Arial;
    margin: 5px 0;
}

.load_graphic {
    margin: 50px 0 0 0;
}

.load_text h3 {
    font: bold 16px Calibri, Arial;
    margin: 10px 0 5px 0;
    color: #000;
    
}

#step2 .partner {
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px;
    border: 1px dotted #999;
    width: 255px;
    text-align: center;
}

.autocomplete {
    position: absolute;
    background-color: #FFF;
    width: 250px;
    border: 1px solid #888;
    padding: 1px;
    z-index: 998;
}

.autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font: 13px Arial;
}

.autocomplete ul li.selected { 
    background-color: #0062a1;
    color: #FFF;
    font-weight: bold;
}

.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 4px 0 4px 8px;
    cursor: pointer;
    overflow: hidden;
}

#text {
    text-align: left;
    min-height: 550px;
}

#text h1 {
    font: 28px Calibri, Arial;
    color: #FF9900;
    margin: 0 0 10px 0;
}

#footer {
    padding: 10px 0 0 0;
    color: #FFF;
    text-align: left;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul li {
    float: left;
    margin: 0 10px 0 0;
}

#footer a {
    text-decoration: none;
    color: #FFF;
}

#footer a:hover {
    text-decoration: underline;
}

#copyright {
    clear: left;
    text-align: left;
    font: 11px Arial;
}

#email_deal {
    width: 140px;
}

.more {
    color: #888;
    font-size: 80%;
    text-align: center;
}

.err_msg {
    font: 11px Arial;
    color: #FF0000;
    margin: 2px 0;
}

#step1 h1.color {
    margin: 0 0 0 15px;
}

#step2 h1.gray {
    margin: 0 0 0 10px;
}

#step2 #all_partners {
    padding: 0 13px;
}

#step2 h1.color {
    color: #FF9900;
    background-color: #FFF;
    margin: 0 0 0 10px;
    color: #FF9900;
    font-size: 24px;
}

#step2 .advertiser_l {
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px;
    background: url(/images/button2.gif) top left no-repeat;
    cursor: pointer;
    width: 258px;
    height: 55px;
}

#step2 .advertiser_l:hover {
    background: url(/images/button_hover.gif) top left no-repeat;
}

#step2 .advertiser_l_selected {
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px;
    cursor: pointer;
    width: 258px;
    height: 55px;
    background: url(/images/button_hover.gif) top left no-repeat;
}

#step2 .advertiser_s {
    float: left;
    margin: 0 4px 5px 0;
    padding: 5px;
    background: url(/images/button2_small.gif) top left no-repeat;
    cursor: pointer;
    width: 168px;
    height: 55px;
}

#step2 .advertiser_s_selected {
    float: left;
    margin: 0 4px 5px 0;
    padding: 5px;
    background: url(/images/button_hover_small.gif) top left no-repeat;
    cursor: pointer;
    width: 168px;
    height: 55px;
}

#step2 .advertiser_s:hover {
    background: url(/images/button_hover_small.gif) top left no-repeat;
}

#step2 #partner-deals {
    margin: 8px 0 0 0;
}

#step2 .partner-deal-row {
    border-bottom: 1px dotted #CCC;
    margin: 0 12px 0 0;
    padding: 8px 0;
    cursor: pointer;
}

#step2 .lowest-fare-feed {
    font: 11px arial;
    background-color: #e7f3de;
    margin: 1px 2px 0 3px;
    border-top: 1px dotted #CCC;
    padding: 1px 0 2px 0;
}

#step2 .lowest-fare-feed-none {
    font: 11px arial;
    background-color: #FFF;
    margin: 1px 2px 0 3px;
    color: #999;
    padding: 2px 0 2px 0;
}

#step2 .advertiser_large {
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px;
    background: url(/images/button_new.gif) top left no-repeat;
    cursor: pointer;
    width: 258px;
    height: 70px;
}

#step2 .advertiser_large:hover {
    background: url(/images/button_hover_new.gif) top left no-repeat;
}

#step2 .advertiser_large_selected {
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px;
    cursor: pointer;
    width: 258px;
    height: 70px;
    background: url(/images/button_hover_new.gif) top left no-repeat;
}

#step2 .advertiser_small {
    float: left;
    margin: 0 4px 5px 0;
    padding: 5px;
    background: url(/images/button_small_new.gif) top left no-repeat;
    cursor: pointer;
    width: 168px;
    height: 70px;
}

#step2 .advertiser_small_selected {
    float: left;
    margin: 0 4px 5px 0;
    padding: 5px;
    background: url(/images/button_hover_small_new.gif) top left no-repeat;
    cursor: pointer;
    width: 168px;
    height: 70px;
}

#step2 .advertiser_small:hover {
    background: url(/images/button_hover_small_new.gif) top left no-repeat;
}

#step2 .trip_details {
    font: 11px Arial;
    margin: 0 28px 0 0;
    border: 1px solid #999;
    color: #137bbe;
}

#step2 .trip_details:hover {
    text-decoration: underline;
    cursor: pointer;
}

#step2 #details {
    padding: 10px 0 10px 13px;
    text-align: left;
    background-color: #EEE;
    border: 1px solid #999;
    border-width: 1px 0;
    margin: 0 0 5px 0;
}

#step2 #details b {
    font-weight: bold;
    text-transform: capitalize;
}

#step2 .compare_submit {
    margin: 5px 12px 10px 10px;
}

#step2 img.button {
    cursor: pointer;
}

#left {
    float: left;
    width: 595px;
    padding: 0 10px 0 15px;
}

#crumb {
    text-align: left;
    padding: 12px 0;
}

#crumb a {
    color: #2579b0;
}

#text {
    padding-top: 0;
}

#diary img {
    border: 0;
    margin: 0;
    padding: 0;
}

#text h2 {
    font: 26px Arial;
    margin: 0;
    border-bottom: 1px dotted #999;
    padding: 0 0 10px 0;
    color: #FF6600;
}

#text ul {
    list-style: none;
    padding: 0;
}

#text ul li {
    line-height: 18px;
}

#right {
    float: left;
    width: 311px;
    margin: 20px 0 0 15px;
    text-align: left;
}

#trip_builder h1 {
    background: url(/images/widget_yellow.gif) top left no-repeat;
    font: 18px Arial;
    padding: 13px 0 13px 12px;
    margin: 0;
    color: #FF6600;
}

#trip_builder .f_left, #trip_builder .f_last {
    float: left;
    width: 137px;
}

.f_left {
    padding: 0 9px 0 0;
}

.f_last {
    margin: 0 -3px 0 0;
}

#step1 .f_left {
    width: 180px;
    .width: 164px;
    margin: 0 20px 0 0;
    padding: 0;
}

#step1 .f_last {
    width: 180px;
    .width: 164px;
    margin: 0;
    padding: 0;
}

input.square {
    padding: 3px;
    font-size: 15px;
    border: 1px solid #CCC;
}

input.text_input {
    width: 375px;
    padding: 3px;
    font-size: 15px;
    border: 1px solid #CCC;
}

input.date_input {
    width: 174px;
    float: left;
    padding: 3px;
    font-size: 15px;
    border: 1px solid #CCC;
}

input.date_input_small {
    width: 126px;
    float: left;
    font-size: 15px;
    padding: 3px;
    border: 1px solid #CCC;
}

input.text_input_small {
    width: 273px;
    font-size: 15px;
    padding: 3px;
    border: 1px solid #CCC;
}

#email-box {
    padding: 8px 0 0 20px;
    .padding: 8px 0 0 25px;
}

label.yes-email {
    text-transform: capitalize;
}

#email-box .text_input {
    width: 305px;
    .width: 300px;
    margin: 2px 0 0 0;
}

#trip_builder .border {
    padding: 8px 13px 5px 13px;
    background: url(/images/widget_yellow.gif) top center repeat-y;
}

#trip_builder .border_end {
    background: url(/images/widget_yellow.gif) bottom right no-repeat;
    height: 10px;
}

.submit {
    text-align: center;
    padding: 0;
}

.two-button-submit {
    padding: 15px 0 0 0;
    text-align: right;
    width: 400px;
}

#step1 .submit {
    text-align: right;
    width: 400px;
}

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

#deals td {
    padding: 5px;
}

#deals td.price {
    font: bold 14px arial;
}

#deals h1 {
    background: url(/images/widget_blue.gif) top left no-repeat;
    font: 18px Arial;
    padding: 13px 0 13px 12px;
    margin: 0;
}

#deals .border {
    padding: 0 6px 8px 6px;
    background: url(/images/widget_blue.gif) top center repeat-y;
}

#deals .border_end {
    background: url(/images/widget_blue.gif) bottom right no-repeat;
    height: 20px;
}

#contact_form h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-family: Arial;
    color: #666;
}

#redirect {
    display: table-cell;
    text-align: center;
    width: 433px;
    height: 310px;
    padding: 15px 0 0 0;
    background: url(/images/inter.gif) top left no-repeat;
}

#redirect a {
    color:#2579B0;
}

#redirect .submit {
    margin: 20px 0 0 0;
}

#redirect .submit .button {
    cursor: pointer;
}

#inter h1 {
    font-size: 1.5em;
    margin: 10px 0 20px 0;
}

#inter p {
    font-size: 1em;
    padding: 0 2em;
}

#step2_inner2 {
    padding: 0;
}

/* 

#button-fares {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    background: url(/images/price-bubble.png) top left no-repeat;
    width: 173px;
    height: 81px;
    color: #FFF;
}

#button-fare-inner {
    padding: 8px 8px 0 12px;
    text-align: left;
}

#button-fare-inner td {
    font: 11px arial;
    font-weight: normal;
    padding: 0;
}

#button-fare-inner td.button-fare-from {
    text-transform: uppercase;
    font: bold 11px arial;
    color: #FFF;
}

#button-fare-inner td.button-fare-price {
    font: bold 22px arial;
    line-height: 22px;
    padding: 0 0 2px 0;
}

*/

/* FILE: /css/l1/fares.css */

#fares {
    padding: 0 8px;
}

#fares h1 {
    padding: 8px 13px;
    margin: 0;
    font-size: 1.8em;
    color: #666;
}

#fares .heading  {
    color: #000;
    font: bold 1.2em arial;
    margin: 0;
}

#fares .fare {
    clear: both;
}

#fares .fare:hover {
    background-color: #FFFFCC;
}

#fares table.fares {
    cursor: pointer;
}

#fares table.fares td {
    padding: 10px 0 10px 13px;
    font-size: 0.9em;
}

#fares table.fares th {
    padding: 5px 13px;
    font: bold 0.9em verdana;
    border-bottom: 1px dotted #b6c8da;
    background-color: #EEE;
    color: #2e5d89;
}

#fares table.fares td.price_col {
    text-align: center;
    vertical-align: middle;
    border-left: 1px dotted #b6c8da;
}

#fares .list_container td {
    padding: 0;
}

#fares .around {
    font-size: 0.6em;
    color: #999;
    font-weight: normal;
    letter-spacing: 0;
}

#fares table.fares .price {
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: -1px;
    color: #63a200;
}

#fares table.fares td.compare {
    vertical-align: middle;
    text-align: center;
}

#fares table.fares b {
    color: #333;
    float: left;
    width: 55px;
}

.header .view_all {
    font-size: 0.8em;
    padding: 0 16px 0 0;
    background: url(/images/view_more.gif) top right no-repeat;
    cursor: pointer;
}

.header .view_all a {
    text-decoration: none;
    color: #36628f;
}

.header .view_all a:hover {
    text-decoration: underline;
}

.filters {
    padding: 8px 0 0 0;
    margin: 0 0 10px 0;
}

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

.filters ul li {
    display: inline;
    padding: 8px;
    margin: 0 2px 0 0;
    color: #666;
    cursor: pointer;
}

.filters ul li.first {
    font-weight: bold;
    cursor: default;
    padding-left: 0;
}

.filters ul li.selected {
    background: url(/images/filter_li_bg.gif) center left repeat-x;
    font-weight: bold;
    color: #FFF;
    cursor: default;
}

.time_matrix {
    background-color: #e4eff9;
    margin: 0 0 10px 0;
    border: 1px solid #bcd7f0;
}

.time_matrix table {
    padding: 5px;
}

.time_matrix td {
    text-align: left;
    padding: 8px 13px;
    background-color: #FFF;
}

.time_matrix td.superclass {
    font-size: 1.1em;
    font-weight: bold;
    white-space: nowrap;
    background-color: #e4eff9;
    color: #2e5d89;
    border-bottom: 1px solid #bcd7f0;
    padding-top: 0;
    padding-bottom: 5px;
}

.time_matrix td.airline {
    white-space: nowrap;
    font-weight: bold;
}

.time_matrix td.depart {
    font-weight: bold;
    text-align: right;
    border-right: 1px dotted #CCC;
}

.time_matrix td.returns {
    cursor: pointer;
    text-align: center;
    color: #666;
    border-right: 1px dotted #CCC;
    border-top: 1px dotted #CCC;
}

.time_matrix td.no_price {
    color: #999;
    border-right: 1px dotted #CCC;
    border-top: 1px dotted #CCC;
    text-align: center;
    vertical-align: middle;
}

.time_matrix td.returns:hover {
    background: url(/images/view.gif) center right no-repeat;
    background-color: #FFF;
    background-position: 95% center;
}

.time_matrix .return {
    font-size: 0.9em;
    white-space: nowrap;
    vertical-align: bottom;
    margin: 0 0 5px 0;
    color: #000;
}

.time_matrix span.pre_price {
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: underline;
    color: #2286cc;
    margin: 0 5px;
}

.time_matrix td.selected span.pre_price, .time_matrix td.selected .return {
    color: #FFF;
}

.time_matrix td.price:hover {
    background: url(/images/fares_bg.jpg) top left repeat-x;
}

.time_matrix td.depart_selected {
    color: #FFF;
    font-weight: bold;
    font-size: 1.3em;
}

.time_matrix td.selected {
    background: url(/images/selected_bg.gif) repeat-x left center;
    color: #FFF;
    text-decoration: none;
}

.time_matrix td.selected:hover {
    background: url(/images/selected_bg.gif) repeat-x left center;
}

.time_matrix td.time_header {
    text-align: center;
    border-right: none;
}

#fares #fare_list {
    margin-bottom: 20px;
    border-bottom: 4px solid #2e5d89;
    background-color: #e4eff9;
}

#fares #fare_list h2 {
    padding: 6px 13px;
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
    background: url(/images/view_more.gif) center right no-repeat;
    background-position: 99% center;
    background-color: #2e5d89;
    color: #FFF;
}

#fare_list #filtering {
    float: left;
    width: 179px;
    margin: 0 5px 0 0;
    padding: 10px 8px 5px 13px;
}

#fare_list #filtering fieldset {
    margin: 0 0 5px 0;
    padding: 0;
    border: none;
}

#fare_list #filtering fieldset label {
    cursor: pointer;
}

#fare_list #filtering h2 {
    font-size: 1.1em;
    color: #2e5d89;
    background-color: none;
    background: none;
    margin: 5px 0 10px 0;
    padding: 0;
}

#fare_list #filtering h3 {
    margin: 0 0 5px 0;
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #2e5d89;
}

#fare_list #results {
    float: left;
    border: 1px solid #2e5d89;
    border-width: 0 1px 0 1px;
    width: 737px;
    background-color: #FFF;
}


/* FILE: /css/l1/content.css */

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

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

#con_text {
    text-align: center;
    padding: 0 0 15px 0;
}

#con_inner {
    width: 944px;
}

.con_box {
    width: 326px;
    text-align: left;
    float: left;
    margin: 0 1px 0 0;
}

.con_box_s {
    width: 289px;
    text-align: left;
    float: left;
    margin: 0 1px 0 0;
}

.box_b h2 {
    margin: 0;
    font: bold 16px arial;
    color: #5177a4;
    background: url(/images/bottom_blue.gif) top left no-repeat;
    padding: 15px 0 15px 15px;
}

.box_b_s h2 {
    margin: 0;
    font: bold 16px arial;
    color: #5177a4;
    background: url(/images/bottom_blue_s.gif) top left no-repeat;
    padding: 15px 0 15px 15px;
}

.box_b_con {
    background: url(/images/bottom_blue.gif) top center repeat-y;
    padding: 0 0 0 7px;
}

.box_b_end {
    background: url(/images/bottom_blue.gif) bottom right no-repeat;
    height: 10px;
}

.box_b_con_s {
    min-height: 140px;
    background: url(/images/bottom_blue_s.gif) top center repeat-y;
    padding: 0 0 0 7px;
}

.box_b_end_s {
    background: url(/images/bottom_blue_s.gif) bottom right no-repeat;
    height: 10px;
}

.box_y h2 {
    margin: 0;
    font: bold 16px arial;
    color: #e08600;
    background: url(/images/bottom_yellow.gif) top left no-repeat;
    padding: 15px 0 12px 15px;
}

.box_y_s h2 {
    margin: 0;
    font: 20px arial;
    color: #e08600;
    background: url(/images/bottom_yellow_s.gif) top left no-repeat;
    padding: 15px 0 12px 15px;
}

.box_y_con {
    background: url(/images/bottom_yellow.gif) top center repeat-y;
    padding: 0 0 0 7px;
}

.box_y_end {
    background: url(/images/bottom_yellow.gif) bottom right no-repeat;
    height: 10px;
}

.box_y_con_s {
    background: url(/images/bottom_yellow_s.gif) top center repeat-y;
    padding: 0 0 0 7px;
}

.box_y_end_s {
    background: url(/images/bottom_yellow_s.gif) bottom right no-repeat;
    height: 10px;
}

.con_box form {
    margin: 10px 0;
}

.con_box input {
    font: 12px arial;
}

#bottom_vacation {
    background: url(/images/vacation.jpg) top left no-repeat;
    padding: 25px 0 0 25px;
    font-weight: bold;
    min-height: 140px;
    height: auto !important;
    height: 140px;
}

#bottom_vacation a {
    color: #666;
    text-decoration: none;
}

#bottom_vacation a:hover {
    text-decoration: underline;
}

#bottom_vacation b {
    font: bold 13px arial;
    color: #60910a;
}

#bottom_vacation ul {
    list-style: none;
    margin: 5px 0 10px 0;
    padding: 0;
}

#bottom_vacation ul li {
    margin: 2px 0;
}

#bottom_deals, #bottom_email {
    padding: 0 8px 10px 8px;
}

#bottom_email input[type="text"] {
    width: 150px;
}

.email_deal {
    width: 134px;
    border: 1px solid #999;
    padding: 2px;
}

.a_right {
    font: 11px arial;
}

#trip_builder h3 {
    margin: 0 0 5px 0;    
    font-size: 14px;
    font-family: arial;
    color: #666;
}

#homepage-diary {
    margin: 20px 0 10px 0;
}

.homepage-diary-row {
    border-bottom: 1px dotted #CCC;
    padding: 0 0 8px 0;
}

.homepage-diary-row h3 {
    font: bold 12px arial;
    margin: 0 0 5px 0;
}

.diary_inside {
    padding: 28px 0 0 16px;
}

.diary_inside a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

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

.huge-blue {
    width: 654px;
    text-align: left;
}

.huge-blue-inside {
    background: url(/images/bottom_blue_l.gif) center left repeat-y;
    padding: 0 0 10px 16px;
}

.huge-blue h2 {
    margin: 0;
    font: bold 16px arial;
    color: #5177a4;
    background: url(/images/bottom_blue_l.gif) top left no-repeat;
    padding: 15px 0 15px 15px;
}

.huge-blue-end {
    background: url(/images/bottom_blue_l.gif) bottom right no-repeat;
    height: 10px;
}

.city-guide .title {
    padding: 4px 5px 0 0;
    width: 50px;
}

.city-guide h3 {
    margin: 0;
    font: bold 16px arial;
    display: block;
}

.city {
    font: bold 14px arial;
    margin: 0 0 10px 0;
    margin: 5px 0;
}

.city-guide table.places th {
    text-align: left;
}

.city-guide table.places td {
    padding: 0 10px 0 0;
}

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

.city-guide table a {
    line-height: 17px;
}

#city-content img {
    border: 0;
    padding: 0 0 8px 8px;
}

table.places td {
    vertical-align: top;
}

table.places ul.restaurant {
    width: 250px;
}

table.places .restaurant li {
    float: left;
    width: 120px;
}

table.places li {
    width: 120px;
}

table.places a:hover {
    text-decoration: underline;
}

td.city-menu {
    width: 140px;
    vertical-align: top;
    padding: 12px 0 0 0;
}

td.city-menu ul {
    margin: 0;
    padding: 0;
}

td.city-menu ul li {
    margin: 0 0 8px 0;
}

td.city-menu ul li ul li {
    margin: 0 0 0 8px;
}

table#city-content {
    vertical-align: top;
    font: 12px arial;
}

#city-content h3 {
    font: bold 16px arial;
    margin: 12px 0 0 0;
}

#city-content img.yelp {
    border: 0;
    padding: 0;
    margin: 5px 0 0 0;
}

#city-content img.yelp-thumb {
    border: 1px solid #000;
    padding: 0;
    margin: 0 10px 0 0;
}

table {
    font: 12px arial;
}

table.listings td {
    padding: 0 0 10px 0;
}

table.yelp_header {
    border-spacing: 0;
}

.yelp_header td {
    padding: 0;
}

.twitter-narrow th {
    text-align: left;
}

/* SUBSCRIPTION CENTER */

#subscription-center h3 {
    font: bold 14px arial;
}

#subscription-center label {
    font: 14px arial;
}

#subscription-center label#action-preferences-label {
    font-weight: bold;
}

#subscription-center input.orange {
    -moz-border-radius: 3px;
    background-color: #FFCC00;
    border: 1px solid #FFAA00;
    font: 12px arial;
    padding: 2px 5px;
    margin: 10px 0;
    cursor: pointer;
}

#subscription-center input.orange:hover {
    background-color: #ffe991;
}

#updated {
    color: #CC0000;
    margin: 10px 0 0 0;
    font: bold 12px arial;
}

.sub-panel {
    margin: 5px 0 0 0;
}

.delivery-time {
    font-style: italic;
    margin: 0 0 10px 0;
}

#alert-options {
    font-size: 11px;
    color: #333;
}

#alert-options table td {
    padding: 3px 5px 3px 0;
    border: 0;
    font-size: 11px;
}

#alert-options table td input[type="text"] {
    width: 130px;
}

#alert-options a {
    text-decoration: underline;
}

table.action-update {
    border: 1px dotted #CCC;
    border-width: 1px 1px 0 1px;
}

table.action-update td {
    border: 1px dotted #999;
    border-width: 0 0 1px 0;
    padding: 8px;
}

table.action-update td.first-col {
    background-color: #ecf4ff;
    border-right: 1px dotted #CCC;
}

.subscribed {
    font: bold 12px arial;
    color: #339900;
    margin: 8px 0 0 0;
}

.cancelled {
    font: bold 12px arial;
    color: #990000;
    margin: 8px 0 0 0;
}

.content-posted {
    color: #666;
    margin: 0 0 15px 0;
}

.social-deals {
    border-bottom: 1px dotted #DEDEDE;
    padding: 0 0 8px 0;
}

.social-deals a, .social-deals a:hover {
    text-decoration: none !important;
    color: #666 !important;
}

.tweet-this {
    background: url(/images/tweet-this.gif) top left no-repeat;
    background-position: 0 1px;
    padding: 0 0 0 13px;
    font: 10px arial;
    color: #666 !important;
}

.like-this {
    background: url(/images/like-this.gif) top left no-repeat;
    background-position: 0 1px;
    padding: 0 0 0 13px;
    font: 10px arial;
    color: #666 !important;
}

/* FILE: /css/l1/calendar.css */

.cal {
    width: 448px;
    height: 182px;
    background: #fff;
    z-index: 999;
}

.cal_main {
    border: 1px solid #666;
    padding: 1px;
    background-color: #FFF;
    width: 444px;
}

.cal_icon {
    float: left;
    background: url(/images/calendar.gif);
    width: 16px;
    height: 16px;
    margin: 2px 0 0 5px;
}

.cal_head {
    width: 222px;
    text-align: center;
    float: left;
    padding: 5px 0;
    background: url(/images/cal_bg.jpg) top left repeat-x;
    margin: 0 0 10px 0;
    font: bold 14px calibri, arial;
    color: #FFF;
    position: relative;
}

.cal_calendar {
    border: 1px solid #666
    padding: 1px;
    font: bold 12px arial;
    clear: left;
}

.cal_box {
    border-right: 1px solid #CCC;
    width: 215px;
    float: left;
    padding: 0 4px 0 2px;
}

.cal_table {
    width: 215px;
}

.cal_table th {
    padding: 0 0 2px 0;
    color: #196abe;
    border-bottom: 1px dotted #CCC;
}

.cal_table td {
    border-spacing: 1px 0 0 0;
    text-align: center;
    padding: 3px 8px;
    font-weight: normal;
    .cursor: hand;
}

.cal_table td:hover, .cal_table td.cal_highlighted:hover {
    background-color: #35618e;
    cursor: pointer;
    .cursor: hand;
    color: #FFF;
}

.cal_table td.cal_today {
    font-weight: bold;
}

.cal_table td.cal_selected, .cal_table td.cal_highlighted  {
    background-color: #8dc4fc;
    color: #FFF;
    font-weight: bold;
}

.cal_table td.cal_nothing:hover {
    background-color: #FFF;
    cursor: default;
}

.cal_table td.cal_past:hover {
    background-color: #FFF;
}

.cal_table td.cal_past {
    color: #BCBCBC;
}

.cal_last {
    border: none;
    margin: 0 0 0 1px;
}

.cal_prev {
    position: absolute;
    width: 24px;
    height: 15px;
    background: url(/images/cal_nav.gif) top left no-repeat;
    overflow: hidden;
    left: 5px;
    cursor: pointer;
    .cursor: hand;
}

.cal_next {
    position: absolute;
    right: 5px;
    width: 24px;
    height: 15px;
    background: url(/images/cal_nav.gif) top right no-repeat;
    overflow: hidden;
    cursor: pointer;
    .cursor: hand;
}


