@charset "utf-8";
/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #565656;
    line-height: 18px;
}

body {
    background: #fff;
}

h1, p, form, input, label, dl, dt, dd, ul, h2 {
    margin: 0;
    padding: 0; 
}


.airFarePage {
    padding: 20px;
    background: #fff;
}

    .airFarePage a {
        font-size: 13px;
        color: #ec4e01;
        text-decoration: underline;
    }

        .airFarePage a:hover {
            font-size: 13px;
            color: #ec4e01;
            text-decoration: none;
        }

    .airFarePage ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
    }

.airfareBoxLeft {
    float: left;
    width: 170px;
}

.airfareBoxRight {
    float: left;
    width: 100px;
}

.headingline1 {
    width: 995px;
    background: url(../images/headingline.jpg) repeat-x;
    margin: 0 auto;
    height: 6px;
    line-height: 6px;
}

.hotelMain {
    width: 655px;
    clear: both;
    float: none;
    padding-bottom: 15px;
    border-left: none !important;
    border-right: none !important;
    text-align: left;
}

.hotelMainTerms {
    margin-top: 5px;
    margin-right: 5px;
    text-align: left;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

    .hotelMainTerms ul {
        list-style-type: none;
        padding-bottom: 5px;
    }

        .hotelMainTerms ul li {
            background: url(../images/bullet.gif) no-repeat 0% 0%;
            float: left;
            padding: 2px 5px 5px 10px;
            width: 225px;
        }

            .hotelMainTerms ul li a {
                color: #336699;
                font-size: 11px;
                text-decoration: none;
            }

                .hotelMainTerms ul li a:hover {
                    color: #336699;
                    font-size: 11px;
                    text-decoration: underline;
                    width: 225px;
                }

.hotelMainLeft {
    float: left;
    width: 315px;
    text-align: left;
    padding-right: 12px;
}

.airfareBoxLeft {
    float: left;
    width: 170px;
}
