/*
#00afef - blue
#636363 - title
#a3a3a3 - contact
#f0b310 - border 
*/

/* General */
body {
    font-family: verdana;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

img {
    border: 0px;
}

a, a:hover, a:visited {
    color: #000000;
    text-decoration: none;
}

form {
    padding: 0px;
    margin: 0px;
}

table {
    width: 100%;
}

table tr td {
    vertical-align: top;
}

table tr td.label {
    width: 130px;
}

table tr td.extended_label {
    width: 160px;
}

label {
    padding: 3px 5px 5px 0px;
    vertical-align: top;
}

input {
    border: 2px solid #00afef;
    margin: 0px;
    padding: 0px;
}

input.no_border {
    border: 0px;
}

input.default {
    height: 1.3em;
}

.filter_field {
    width: 175px;
}

.filter_field_bold {
    font-weight: bold;
}

.field {
    width: 200px;
}

.large_field {
    width: 300px;
}

.orderBtn {
    text-align: left;
}

.orderBtn img {
    margin: 0px;
    padding: 0px;
}

.provider_text {
    background: url(checkout_top2_btn.png) repeat-y left top;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
}

.checkoutLink {
    width: 125px;
}

.side_spacing {
    padding-left: 5px;
    padding-right: 5px;
}

.left_spacing {
    padding-left: 15px;
}

.right_spacing {
    padding-right: 10px;
}

.bottom_spacing {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.no_left_spacing {
    padding-left: 0px;
}

.no_top_spacing {
    margin-top: 0px;
}

.no_bottom_spacing {
    margin-bottom: 0px;
}

.top_spacing {
    margin-top: 10px;
}

.italic {
    font-style: italic;
}

a.underlined, a.underlined:hover, a.underlined:visited {
    text-decoration: underline;
}

.error {
    padding-top: 10px;
    padding-bottom: 10px;
}

.announcement {
    color: #009900;
}

.form_error {
    color: #cd0a0a;
}

.field_error {
    border: 2px solid #cd0a0a;
}

.hp_site {
    display: none;
}

.breadcrumb, .paging {
    color: #a3a3a3;
    text-decoration: none;
    text-align: right;
    font-size: 13px;
}

.paging {
    text-align: center;
    margin: 0px;
    padding: 0px;
    /*width: 520px;*/
}

.breadcrumb a, .breadcrumb a:visited,
.paging a, .paging a:visited {
    color:#a3a3a3;
    text-decoration: none;
    padding: 0px 5px 0px 0px;
}

.breadcrumb a:hover,
.paging a:hover {
    color:#00afef;
    text-decoration: none;
}

.paging .active {
    color:#00afef;
    text-decoration: none;
}

.yellow_border_vertical {
    border-left: 1px solid #f0b310;
}

.yellow_border_horizontal {
    border-top: 1px solid #f0b310;
    margin: 0px;
    padding: 0px;
}

ul.providers {
    /*list-style-image: url(line_list.png);*/
    list-style-type: none;
}

ul.providers li.provider {
    padding: 0px;
    margin: 0px;
    background: url(line_list_horizontal.png) repeat-y left top;
}

ul.providers li.provider div {
    background: url(line_list.png) no-repeat left top;
}

ul.providers li.provider div.text {
    padding-left: 0.9em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

/* Class definitions */
#site {
    width: 990px;
    height: 600px;
    margin: 0px auto;
    text-align: left;
}

/* Header */
.header {
    clear: both;
    width: 100%;
    padding-bottom: 10px;
    color: #636363;
    font-size: 11px;
    vertical-align: top;
}

.header .left_block {
    display: inline;
    width: 250px;
}

.header .right_block {
    display: inline;
    float: right;
    width: 345px;
    height: 17px;
}

.header .right_block .menu {
    width: 100%;
    height: 100%;
    background: url(sw_menu_corner_bkground.gif) repeat-x left top;
    background-color: #a3a3a3;
    color: #ffffff;
    vertical-align: top;
}

.header .right_block .menu div.items {
    height: 100%;
    margin-top: -18px;
    margin-left: 23px;
    padding: 0px;
}

.header .right_block .menu a, 
.header .right_block .menu a:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.header .right_block .menu a:hover {
    color: #000000;
    text-decoration: none;
}

/* Content */
.content {
    display: block;
    clear: both;
    /* works for IE and FF, also applies for min-width */
    min-height: 550px;
    height: auto !important;
    height: 550px;
}

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

.content .left {
    padding: 0.8em 0.8em 0em 0.8em;
    vertical-align: top;
}

.content .left .goback {
    float: right;
}

.goback a, .goback a:visited {
    color:#a3a3a3;
    text-decoration: none;
}

.goback a:hover {
    color:#00afef;
    text-decoration: none;
}

.content .search_left {
    width: 140px;
}

.content .center {
    padding: 0.8em 0.8em 0em 0.8em;
    vertical-align: top;
}

.content .right {
    padding: 0.8em 0.8em 0em 0.4em;
    vertical-align: top;
}

.content .top_block {
    height: 85px;
}

.content h1 {
    color: #636363;
    font-size: 19px;
    margin: 0px;
    padding: 0px;
    padding-left: 0.8em;
}

.content .left h2, 
.content .right h2 {
    font-size: 13px;
    margin-top: 0px;
    padding-left: 15px;
}

.content .right h2 {
    color: #00afef;
}

.content_center {
    text-align: center;
}

.content_center h1 {
    font-size: 19px;
    margin: 0px;
    padding: 0px;
}

.content_center .home_intro {
    width: 640px;
    margin: 10px auto;
}

.content .category {
    margin: 10px auto;
    width: 600px;
}

.content a.category, .content a.category:visited {
    color: #00afef;
    text-decoration: none;
}

.content a.category:hover {
    color: #a3a3a3;
    text-decoration: none;
}

.content .expression {
    font-weight: bold;
}

.content .black_expression,
.content_popup .black_expression {
    font-weight: bold;
    color: #000000;
}

.content .blue_expression,
.content_popup .blue_expression {
    font-weight: bold;
    color: #00afef;
}

.content .gray_expression,
.content_popup .gray_expression {
    font-weight: bold;
    color: #a3a3a3;
}

.content .expression a,
.content .expression a:visited {
    text-decoration: underline;
}

.content .expression a:hover {
    text-decoration: none;
}

.content .gray_expression a, 
.content .gray_expression a:visited,
.content_popup .gray_expression a,
.content_popup .gray_expression a:visited {
    color: #a3a3a3;
    text-decoration: none;
}

.content .gray_expression a:hover,
.content_popup .gray_expression a:hover {
    text-decoration: none;
    color: #00afef;
}

.content .favorites {
    width: 100%;
}

.content .favorites .favorite-header {
    text-align: right;
    font-weight: bold;
}

.content .favorites a.gray_expression,
.content .favorites a.gray_expression:visited {
    color: #a3a3a3;
    text-decoration: none;
}

.content .favorites a.gray_expression:hover {
    text-decoration: none;
    color: #00afef;
}

.content .favoriteblock {
    float: left;
    padding: 0 0 0 1.0em;
    width: 45%;
}

.content .favoriteblock h1 {
    margin-top: 1.0em;
}

.content .favorite_close {
    float: left;
    margin-left: -2.0em;
}

.content .tripsummary .bottom_spacing {
    margin-bottom: 15px;
}

.content .tripsummary h2,
.content .tripdetails h2,
.content .about h2 {
    font-size: 14px;
}

.content .tripdetails .subheader {
    padding-top: 10px;
}

.content .tripdetails h2 {
    color: #636363;
}

.content .about h2.italic {
    font-weight: normal;
}

.content .tripsummary .location,
.content .tripdetails .location {
    color: #a3a3a3;
}

.content .tripsummary .description,
.content .tripsummary .moreinfo {
    padding-left: 10px;
}

.content .tripsummary .myfavorites {
    padding-left: 0px;
}

.content .tripsummary .moreinfo a, 
.content .tripsummary .moreinfo a:visited {
    color: #a3a3a3;
    text-decoration: none;
}

.content .tripsummary .moreinfo a:hover {
    color: #00afef;
    text-decoration: none;
}

.content .tripdetails {
    padding-top: 10px;
}

.content .tripdetails a, 
.content .tripdetails a:visited {
    color: #a3a3a3;
    text-decoration: none;
}

.content .tripdetails a:hover {
    color: #00afef;
    text-decoration: none;
}

.content .tripdetails a.checkout,
.content .tripdetails a.checkout:visited {
    color: #000000;
    text-decoration: underline;
}

.content .tripdetails a.checkout:hover {
    color: #000000;
    text-decoration: none;
}

/* Footer */
.footer {
    width: 100%;
    color: #a3a3a3;
    font-size: 10px;
}

.footer a, .footer a:visited {
    color: #a3a3a3;
    text-decoration: none;
}

.footer a:hover {
    color: #00afef;
    text-decoration: none;
}

.footer a.underlined, .footer a.underlined:hover, .footer a.underlined:visited {
    text-decoration: underline;
}

.footer .left_block {
    display: inline;
    float: left;
    padding: 10px 5px 25px 10px;
}

.footer .right_block {
    display: inline;
    float: right;
    padding: 10px 15px 25px 5px;
}

/* Dialog */
.dialog {
    text-align: left;
}

.dialog p {
    margin: 0px;
}