﻿
/* Normalizing */
body {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 0.72em;
    margin-top: 0px;    
}
h1, h2, h3, h4, h5, h6, p, img {
    margin: 0; padding: 0; border: 0;
}
h1 {
    font-size: 1.7em;
    margin: 0.2em 0;
    font-weight: normal;
}
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: 0;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden;
    float: none !important;
}

.noOverflow {
    overflow: hidden;
}

.clearfix {
    clear:both;
    height:0px;
    visibility:hidden;
    width:100%;
}

.hide {
    display: none;
    visibility: hidden;
}

/* Site Layout */

div#main_container {
    width: 810px;
    margin: auto auto -10px auto;
    background: url(WLH/bg.gif) repeat-y center top;
    padding: 0 5px 20px 5px;
}

div#container {
    width: 780px;
    margin: auto auto;
    padding: 0 10px 0 10px;
}

div#header, div#footer {
    position: relative;
}

div#header {
    width: 800px;
    margin: 0 -10px 10px -10px !important;
    margin: 0 -13px 10px -7px;
    height: 340px;
}

div#sidebar {
    float: right;
    width: 250px;
    margin: 0 0 0 10px;
}

div#main {
    width: 520px;
    float: left;
}

div#footer {
    clear: both;
    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#mm0 {
    display: block;
}

#mainMenuTabContainer {
    bottom: 0em;
    position: absolute;    
    border: 1px solid #F9AE31;
}

ul#siteMenu {
    position: absolute;
}
    
    
/* Controls */
div.dateSelect {}
    div.dateSelect select {
        width: auto;
    }

div.rating {
    height: 25px;
}
    div.star { width: 0px; }
    div.star0 { width: 0px; }
    div.star1 { width: 25px; }
    div.star2 { width: 50px; }
    div.star3 { width: 75px; }
    div.star4 { width: 100px; }
    div.star5 { width: 125px; }

ul.splashList {
    border: 0; margin: 0; padding: 0;
    list-style: none;
}
    ul.splashList li {
        margin: 0.5em 0;
        width: 210px;
        height: 180px;
    }
    ul.splashList a {
        display: block;
        height: 100%;
    }

/* Page Elements: Boxes and Panels */
div.contentBox,
div.contentBoxHalf,
table.matrixGrid, 
ul.dealList,
div.resultPanel, div.resultItem, 
div.quotePanel,
div.brochurePanel,
#matrixBox {
    margin-bottom: 0.9em;
}

div.contentBox {}
    div.contentBox h1, div.quotePanel h1, div.brochurePanel h1 {
        font-size: 1.4em;
        padding: 5px 5px;
        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;
    margin-left: -13em;
}
    div > div.popupBox {
        position: fixed;
    }

.hidden {
    display: none;
}

#popupBg {    
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #000000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	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;
    }
    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.9em;
    }
    div.quotePanel div.c2 {
        padding: 0.5em;
        background: #ffffff;
    }
    div.quotePanel div.foot {
        padding: 0 0.9em;
        border-top: solid 1px;
        font-size: 1.5em;
    }
    div.quotePanel h2 {
        font-size: 1.0em;
        padding: 0.3em 0.9em;
        margin: 0;
    }
    div.quotePanel th, div.quotePanel td {
        text-align: left;
        width: 13.5em;
        padding: 0.2em 0.9em;
    }
    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;
    }

/* Header Widgets */
div#logo, div#phone, ul.SiteMenu {
    position: absolute;
}
div#logo {}
    div#logo a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    div#logo a:hover {
        text-decoration: none;        
    }
div#phone {
    font-size: 2.5em;
    z-index: 30;
}

ul.SiteMenu { bottom: 0; }
    
ul#siteMenu a {
    display:block;
    font-weight:bold;
    text-decoration:none;
}

/* Footer Widgets */
ul#standardLinks, ul#helpLinks, ul#associateLinks {
    display: block;
    padding: 0 0 10px 0;
}
ul#standardLinks {
    height: 60px;
}
    ul#standardLinks li {
        padding: 0 3px 0 3px;   
    }

ul#helpLinks {
    height: 18px;
}
    ul#helpLinks a, ul#associateLinks a {
        padding: 0 7px 0 7px;         
    }
    
    ul#helpLinks span, ul#associateLinks span {
        padding: 0 7px 0 0;
    } 
    
    ul#helpLinks a {
        border-left: solid 1px #cccccc;        
    }

ul#associateLinks {
    height: 66px;    
}
    ul#associateLinks a {
        border-left: solid 1px #cccccc;
    }

/* 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;        
    color: #333333;
}

#modal_container img{  
    margin: 0;
    padding: 0;
    display: block;
    cursor: -moz-zoom-out;  
}
 
#modal_overlay {
    background: #000000;
    filter: alpha(opacity=90);    
    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 {
    display:none; 
}




/* 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;
    
}


