﻿
/* Normalizing */
body {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 0.72em;
}
h1, h2, h3, h4, h5, h6, p, img {
    margin: 0; padding: 0; border: 0;
}
h1 {
    font-size: 1.7em;
    margin: 0.2em 0;
}
h2 {
    font-size: 1.2em;
    margin: 0.4em 0;
}
.root h2 {
    margin: 0.4em;    
}
p {
    margin: 0.6em 0;
}
ul {
    margin: 0.4em 0;
    padding: 0 3em;
}
input, select, textarea {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 1.0em;
}
textarea {
    height: 10em;
}
table {
    border-collapse: collapse;
}
th {
    text-align: left;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.clearing {
    clear: both;
    height: 0px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden;
    float: none !important;
    font-size:1px;
    line-height: 1px;
}

.noOverflow {
    overflow: hidden;
}

.relative {
    position: relative;
}

/* Site Layout */

div#main_container {
    width: 81em;
    margin: auto auto;
}

div#container {
    width: 65.9em;
    margin: auto auto;
    float: left;
}

div#header, div#footer {
    position: relative;
    height: 100px;
}
div#header {
}
div#sidebar {
    float: left;
    width: 17em;
}
div#main {
    margin-left: 18em;
}
div#footer {
    clear: both;
    height: 19em;
    font-size: 0.95em;
}

div#guideMain {}
    div#guideMain div.c2 {
        padding: 0 0 0 1em;
        background: #ffffff;
        width: 17em;
    }
    div#guideMain h2 {
        clear: right;
    }
    div#guideMain table {
        width: 100%;
    }
    div#guideMain table th, div#guideMain table td {
        padding: 0.2em;
        border-bottom: dashed 1px #bbb;
    }
    div#guideMain table th {
        width: 30%;
        vertical-align: top;
    }

.c1-c2 {}
    .c1-c2 div.head {
    }
    .c1-c2 div.c1 {
    }
    .c1-c2 div.c2 {
        float: right;
    }
    .c1-c2 div.foot {
        clear: right;
    }

/* Menus */
ul.horizontalMenu, ul.verticalMenu, ul.horizontalGallery, ul.verticalGallery {
    border: 0; margin: 0; padding: 0;
    list-style: none;
}
ul.horizontalMenu {
    
}
    ul.horizontalMenu li {
        display: block;
        float: left;
        position: relative;
    }
    ul.horizontalMenu ul {
        background:#FFFFFF none repeat scroll 0%;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin:0pt;
        padding:0pt;
        position:absolute;
        z-index:100;
    }
    ul.horizontalMenu ul li {
        width: 10em;
        float: none;
    }
    ul.horizontalMenu li li ul {
        top: -1px;
        left: 10em;
    }
    ul.horizontalMenu ul,
    ul.horizontalMenu li:hover ul ul,
    ul.horizontalMenu ul li:hover ul ul {
        display: none;
    }
    ul.horizontalMenu li:hover ul,
    ul.horizontalMenu ul li:hover ul,
    ul.horizontalMenu ul ul li:hover ul {
        display: block;
    }

ul.verticalMenu {}
    ul.verticalMenu li {
        display: block;
    }

ul.horizontalGallery {}
    ul.horizontalGallery li {
        display: inline;
    }
ul.verticalGallery {}
    ul.verticalMenu li {
        display: block;
    }

dl.formLayout { margin: 0; }
    dl.formLayout dd {
        margin: 0 0 0.5em 0;
    }
    dl.formLayout select, dl.formLayout input, dl.formLayout textarea {
        width: 99%;
    }
    dl.formLayout dt {
        font-weight: bold;
    }
    
div.SiteMenuSub {
    display: none;
}

div.SiteMenuSub ul {
    height: 2.1em;
    background-color: #ffffff;    
}

div#mm0 {
    display: block;
}

#mainMenuTabContainer {
    width:65.9em;
    bottom: 0em;
    position: absolute;
}

ul#siteMenu {
    position: absolute;
}
    
    
/* Controls */
div.dateSelect {}
    div.dateSelect select {
        width: auto;
    }

div.rating {
    height: 25px;
}
    div.star, div.star0 { width: 0px; }
    div.star1 { width: 25px; }
    div.star1-5 { width: 37px; }
    div.star2 { width: 50px; }
    div.star2-5 { width: 62px; }
    div.star3 { width: 75px; }
    div.star3-5 { width: 87px; }
    div.star4 { width: 100px; }
    div.star4-5 { width: 112px; }
    div.star5 { width: 125px; }
    
    
    
/* SplashList */

ul.splashList {
    border: 0; margin: 0; padding: 0;
    list-style: none;
}
    ul.splashList li {
        margin: 0.5em 0;
        width: 210px;
    }
    ul.splashList a {
        display: block;
        height: 100%;
    }

    ul.splashList li a {
        padding-top: 145px;
        border: 1px solid;       
    }

    ul.splashList li a span {
        background: #FFFFFF;
        display: block;
        padding: 5px 5px 5px 5px;
        border-top: 1px solid;
        border-bottom: none;
        border-left: none;
        border-right: none;
        font-size: 1.2em;
        font-weight: bold;      
    }
    
    ul.splashList li a:hover {
        text-decoration: none !important;
    }
    
    ul.splashList li a:hover span {
        text-decoration: none !important;
        border-top: 1px solid;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
    
     ul.splashList li a span strong {
        font-size: 0.7em;
        font-weight: normal;
     }
    

/* Page Elements: Boxes and Panels */
.contentBox,
.contentBoxHalf,
table.matrixGrid, 
ul.dealList,
div.resultPanel, div.resultItem, 
div.quotePanel,
div.brochurePanel,
#matrixBox {
    margin-bottom: 0.9em;
    position: relative;
}

div.contentBox {}
    div.contentBox h1 {
        font-size: 1.2em;
        padding: 0.2em 0.9em;
        margin: 0;
    }
    div.contentBox div.root {
        margin: 0.9em 1.3em;
    }

div.popupBox {
    position: fixed;
    top: 200px;
    left: 50%;
    z-index: 9999;
    background: #ffffff;
    width: 26em !important;
    margin-left: -13em;
}
    div > div.popupBox {
        position: fixed;
    }

.hidden {
    display: none;
}

#popupBg {    
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #ffffff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	overflow: hidden;
	margin: 0;
	padding: 0;
	visibility: visible;
}

table.matrixGrid { width: 100%; }
    table.matrixGrid th, table.matrixGrid td {
        padding: 0.3em;
    }
    table.matrixGrid thead th {
        font-weight: bold;
        text-align: center;
    }
    table.matrixGrid thead th.status {
        text-align: left;
    }
    table.matrixGrid tbody th {
        width: 25%;
        font-weight: bold;
        text-align: left;
    }
    table.matrixGrid tbody td {
        width: 15%;
        text-align: center; 
    }
    table.matrixGrid .soldout { color: #aaaaaa; }
    table.matrixGrid .limited { color: #ff0000; }
    table.matrixGrid .available { color: #000000; }

ul.dealList {
    border: 0; margin: 0; padding: 0;
    list-style: none;
}
    ul.dealList a {
        padding: 0.2em;
        font-weight: bold;
    }
    
ul.guideList {
    border: 0; margin: 0; padding: 0;
    list-style: none;
}
    ul.guideList li {
        float: left;
    }
    ul.guideList a {
        display: block;
        font-weight: bold;
        width: 8em;
    }
    

ul.guideIndex, ul.guideIndex ul {
    border: 0; margin: 0; padding: 0;
}
    ul.guideIndex li {
        margin-left: 1em;
        font-weight: bold;
    }
    ul.guideIndex li li {
        font-weight: normal;
    }

ul.offerList {
    border: 0; margin: 0; padding: 0;
    list-style: none;
}
    ul.offerList li {
        margin: 0 0 2em 0;
        clear: right;
    }
    ul.offerList div.c2 {
        padding: 0 0.5em;
    }
    
div.offerDetail {}
    div.offerDetail div.c2 {
        width: 14.3em;
    }
    div.offerDetail div.c2 img {
        width: 135px;
    }

table.holidayDetail tr{
        border:solid #F9AE31 1px;
        border-left: none;
        border-right: none; 
    }
    table.holidayDetail th, table.holidayDetail td {
        padding: 0.2em 0.5em;
    }
    table.holidayDetail th {
        width: 13em;
    }
    table.holidayDetail td {
        width: 16.5em;
    }

h2.paging {
    position: relative;
    height: 1em;
}
    h2.paging a.next, h2.paging a.previous {
        position: absolute;
    }
    h2.paging a.next {
        right: 0;
    }
    h2.paging a.previous {
        left: 0;
    }

div.resultItem { height: 10.3em; }
    div.resultItem h1 {
        margin: 3px;
        font-size: 1.2em;
        padding: 0.2em 0.9em;
    }
    div.resultItem div.image {
        float: left;
        width: 80px;
        height: 80px;
        margin: 0 3px;
    }
    div.resultItem div.rating, div.resultItem div.price, div.resultItem .link {
        clear: right;
        float: right;
        margin: 0 3px;
        font-weight: bold;
    }
    div.resultItem div.price {
        font-size: 1.4em;
        margin-top: 0.5em;
    }
    div.resultItem .link {
        padding: 0.2em 1.1em;
        font-size: 1.2em;
        margin-top: 0.5em;
        display: block;
    }

div.quotePanel {}
    div.quotePanel div.head {
        font-size: 1.2em;
        font-weight: bold;
        padding: 0.3em 0.4em;
    }
    div.quotePanel div.c2 {
        padding: 0 0.5em 0.5em 0.5em;
        background: #ffffff;
    }
    div.quotePanel div.foot {
        padding: 0 0.2em;
        border-top: solid 1px;
        font-size: 1.5em;
    }
    div.quotePanel h2 {
        font-size: 1.0em;
        padding: 0.3em 0.45em;
        margin: 0;
    }
    div.quotePanel th, div.quotePanel td {
        text-align: left;
        width: 13.5em;
        padding: 0.2em 0.4em;
    }
    div.quotePanel span.price {
        font-size: 1.9em;
        font-weight: bold;
    }

div.brochurePanel {}
    div.brochurePanel div.c2 {
        padding: 0.5em 0.5em 0 0.5em;
    }
    
    div.brochurePanel div.c1 {
        padding: 0.5em 0 0 0.5em;
    }
    
ul.additionalList li {
    line-height: normal !important;
    margin: 3px 0 3px 0 !important; 
}

#videoContent {
    margin: 10px auto;
    width: 480px;
}

/* Header Widgets */
div#logo, div#phone, ul.SiteMenu {
    position: absolute;
}
div#logo {}
    div#logo a {
        display: block;
        width: 100%;
        height: 100%;
    }
div#phone {
    top: 5px; right: 160px;
    font-size: 2.5em;
    font-weight: bold;
    z-index: 30;
}

ul.SiteMenu { bottom: 0; }
    
ul#siteMenu a {
    display:block;
    font-weight:bold;
    text-decoration:none;
}

/* Footer Widgets */
div#standardLinks {
    float: left;
    padding: 20px 0 20px 0;
    clear: both;  
}
    div#standardLinks ul li {
        padding: 0 0.2em;
    }
ul#associateLinks {
    text-align: justify;
    float: left;
    clear: both;
}
    ul#associateLinks a, ul#associateLinks span {
        padding: 0 0.5em;
        font-size: 0.9em;        
    }
    ul#associateLinks a {
        border-left: solid 1px #cccccc;
    }
    
    ul#associateLinks li:first-child a {
        border-left: none;
        padding: 0;
    }
    
div#secondary_footer {
    padding: 20px 0 0 0;        
}

div#secondary_footer h4 {
    font-weight: bold;    
}

div#secondary_footer div {
    width: 25%;
    float: left;
    margin-bottom: 10px;
}

div#secondary_footer ul {
}

div#secondary_footer ul li a {
    display: block;
    font-size: 11px;
    padding: 2px 5px;
}

div#secondary_footer ul li a:hover {
    background: #f0f0f0;
    color: #333333;
    text-decoration: none;
}

/* Other Widgets */
div#registerBox div.root {
    padding: 0 0 6em 0;
    margin-right: 0.9em;
    cursor: pointer;
}

dl#contactForm {
    width: 90%;
}

/* Popups */
div#searchingBox, div#registerProgress, div#quoteBox, div#loadBox {
    width: 20em; height: 6em;
    margin-left: -10em;
    padding: 0 0 0.5em 0;
    background-position: center 4.5em;
}

div#searchingBox p, div#registerProgress p, div#quoteBox p, div#loadBox p{
    padding: 0 10px 0 10px;
   
}

#modal_container { 
    text-align:left;
    cursor: pointer;        
    border: 1px solid #c0c0c0;
    background: #FFFFFF;
    padding: 0.43em;
}

#modal_container img{  
    margin: 0;
    padding: 0;
    display: block;
    cursor: -moz-zoom-out;  
}
 
#modal_overlay {
    background: #ffffff;
    filter: alpha(opacity=80);    
    cursor: pointer;  
}

#modal_message {
    left: 0;
    top: 0;
    z-index: 9999;
    background: transparent;
    background-image: url(generic/modal_message_bg.png) !important;
    background-image: none;
    background-position: bottom left;
    background-repeat: repeat-x;
    width: 102%;
    position: fixed;
    text-align: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#modal_message_text {
    font-size: 1.2em;
    border: 1px solid;
    font-weight: bold;    
    color: #333333;    
    background-color: #f0f0f0;
    background: url(generic/close_btn.gif) left center no-repeat;    
    border-color: #c0c0c0;
    width: 10em;
    margin: 1em auto 1em auto;
    text-transform:uppercase;
    padding: 0.42em 0.83em 0.42em 3.33em;     
}


#modal_message_text:hover {     
    background: url(generic/close_btn_hover.gif) left center no-repeat;
    border-color: #cfcfcf;
    color: #444444;    
}

.imgModal {
    cursor:-moz-zoom-in;
}


/* Hacks*/
/* Hide from IE5-mac. Only IE-win sees this. \*/

div#main {
    height: 1%;
}
 
/* End hide from IE5/mac */

div#rightSide {
    float: left;    
    width: 160px;
    height: 600px;
    position: relative;
    clear: right;
    margin: 0 0 0 1em !important;
    padding: 0 !important; 
}

/* Referral Scheme CSS */

.referral_box {
    width: 537px !important;
    height: auto;
    position: relative;
    background: #F9AE31;
    margin: 0 auto 0 auto;
}

.referral_box_top {
    width: 537px;
    height: 13px;
    position: relative;
    background: url(../referral/images/referral_form_top.jpg) top center no-repeat #F9AE31;
    margin: 0 0 5px 0;
}

.referral_box_btm {
    width: 537px;
    height: 13px;
    position: relative;
    background: url(../referral/images/referral_form_btm.jpg) bottom center no-repeat #F9AE31;
    margin: 5px 0 0 0;
}

.referral_heading1 {
    padding: 0 10px !important;
    margin: 0 !important;
    color: #ffffff !important;
    text-align: center;
}

.referral_heading2 {
    padding: 0 10px !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 180% !important;
}

.referral_img_box {
    width: 537px !important;
    height: auto;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
}

.referral_img {
    margin: 30px auto 30px auto;
    position: relative;
    text-align: center;
}

.referral_instruction_number {
    position: relative;
    width: 10%;
    border: 0;
    margin: 0;
    padding: 3px;
    color: #ffffff;
    text-align: center;
    font-size: 300%;
    font-weight: bold;    
}

.referral_instruction { 
    position: relative;
    width: 90%;
    border: 0;
    margin: 0;
    padding: 3px;
    color: #000000;
    text-align: left;
    font-size: 140%;
}

#referral_table {
    position: relative;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

.referral_row {
    height: 50px;
}

#referral_tandc {
    font-size: 90%;
    color: #000000;
    width: 537px;
    margin: 20px auto 0 auto;
}


.referral_heading {
    text-transform: uppercase;
    color: #ffffff !important;
    font-size: 210%;
    letter-spacing: 0px;
    background: transparent !important;
}

.referral_box h1 {
    background: transparent !important;
}

/* End Referral Scheme CSS */


/* Skyscraper Advert */

ul#skyscraperLinks {
float: left;    
width: 160px;
height: 600px;
position: relative;
list-style-position: inside;
list-style-image: none;
padding: 0 !important;
}

ul#skyscraperLinks li {
float: left;    
width: 160px;
height: 600px;
margin: 0 !important;
padding: 0 !important;
}

/* End Skyscraper Advert */

/* no results? Build a holiday */

div#flexibletrips_main {
    width: 47.47em;
    position: relative;
    border: solid 1px #FF0099; 
    margin: 20px 0px 0px 0px;
    height: 32em;
     
}

div#flexibletrips_main iframe {
    height: 30em;
    position: relative;
    margin: 20px auto 0 auto;
    width: 30em; 
}


/* GeoSearch page */

div#geoSearchMap{
    height: 40.0em !important;
    width: 47.47em !important;
    margin: 0 0 20px 0;    
}

div#geoSearchMap object {
    width:47.47em !important;
    height: 40.0em !important;    
}

div#geoSearchMap embed {
    width:47.47em !important;
    height: 40.0em !important;    
}

#registerCancel {
    cursor: pointer;
}

ul.SiteMenu li#SiteMenuInfo {
    display: none;
}

/* Site Map */

div#sitemapMain a {
    color: #666666 !important;
}

div#sitemapMain ul{
   list-style-type: none;
   padding: 0;
   margin: 0;    
}

div#sitemapMain ul li{
    padding: 0.72em;
    font-size: 1.0em;
}

div#sitemapMain ul li ul li ul li {
    font-size: 0.98em;
}

div#sitemapMain ul li ul li ul li ul li{
    padding: 0 0 0 1.72em;
    background: transparent url(CHB/guide_inner_bullet-over.gif) no-repeat scroll 0px center    
}

div#sitemapMain ul li ul li ul li ul{
    padding: 0 0 0 1.72em;
    
}

div#sitemapMain ul li ul li ul li{
    padding: 0.72em 0 0.72em 1.72em;
    
}

/* Content Rotator styles */

ul#Rotator, div#DelayRotator {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div#DelayRotator {
}

#DelayRotator li.slide{
    line-height: 1.3em;
}

#DelayRotator li.slide a {
    font-size: 1em;
    color: #FE7F0C;
}

#DelayRotator li.slide .text h3 {    
    margin:0.1em 0pt 0.3em;
}

#DelayRotator li.slide .text h3 a {
    color:#0070DB;
    font-size:1.4em;
    font-weight:normal;
    line-height: 1em;
}

ul#Rotator li.slide{
    padding: 0;
    height: 31em;
}

ul#Rotator li.slide a {
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}

ul#Rotator li.slide ul.text{
    height: 100%;
    width: 100%;
}

ul#Rotator li.slide ul.text li {
    margin:0pt;
    padding:3px 0pt;
}

ul#Rotator li.slide ul.text li a{
    letter-spacing: normal;
    padding: 0;
}

/* Home Offers */

.skyscraper_offers {
    padding: 40px 5px 0 5px;  
}

.skyscraper_offers a {
    display: block;
    margin: 0 0 5px 0;
    color: #666666;    
}

.skyscraper_offers a:hover {
    text-decoration: none;
}

.skyscraper_offers a b.title {
    display:block;
    font-weight: bold;
    font-size: 2em;
    color: #F9AE31;   
}

.skyscraper_offers a b.desc {
    display:block;
    font-weight: normal;
    font-size: 1.3em;  
}
        
.skyscraper_offers a b.price {
    display:block;
    font-weight: bold;
    font-size: 2.2em;
    color: #006FDF;  
}

/* Call Back button */

.call_back_btn_container {
    position: relative;
    padding: 6px 5px;
    width: auto !important;    
}

.call_back_btn {
    color: #666;
    font-weight: bold;
}
