﻿img { border: 0; }

/* Navigation */

ul#navmenu 
{
    list-style: none;
    font: 14px arial , sans-serif;
    position:relative;
    padding: 0;
    height: 44px;
    margin: 0;
    width: 910px;
    /* margin: 5px 0; */
    overflow: hidden;
    background-color:#0066CC;
    /*background: url(/img/navigation/bg-dblue.png) repeat-x top;*/
    /* border:2px inset #0066CC; */
}

#navmenu li {    
    float: left;
    height: 44px;
    background-image: url(/img/navigation/navigationBar.png);
    background-repeat: repeat-x;
}
#navmenu li a { height: 44px; display: block;}
#menu_home a {  width: 183px; }
#menu_about a{  width: 180px;}
#menu_faq a{    width: 181px;}
#menu_rewards a{width: 183px;}
#menu_contact a{width: 183px;}
#menu_home {    background-position: 0 0px;     width: 183px;}
#menu_about {   background-position: 0 -89px;   width: 180px;}
#menu_faq {     background-position: 0 -179px;  width: 181px;}
#menu_rewards { background-position: 0 -269px;  width: 183px;}
#menu_contact { background-position: 0 -359px;  width: 183px;}
#menu_home:hover  {     background-position: 0 -44px; }
#menu_about:hover  {    background-position: 0 -134px;}
#menu_faq:hover  {      background-position: 0 -224px;}
#menu_rewards:hover  {  background-position: 0 -314px;}
#menu_contact:hover  {  background-position: 0 -404px; }



#navmenu a li span, 
#navmenu li span
{
    display: none;
}

/* InfoBoxes */       
.left_column { width: 586px; }
.right_column { width: 290px; }

#win_vacation {  width: 610px; height: 185px; position: relative; cursor: pointer;}
    #win_vacation div { top: 140px; left: 323px; background: url(/img/infoboxes/howButton.png) 0 0 no-repeat; width: 261px; height: 28px;  position: absolute; }
    #win_vacation:hover div { background-position: 0 -28px; }
#info_wrapper { width: 610px; }
    #free_minutes {  width: 300px; height: 285px; display: inline-block; zoom: 1; *display: inline; position: relative; float: left;}
        #free_minutes a { position: absolute; left: 22px; top: 235px; background-image: url(/img/infoboxes/wantMinutesButton.png); background-position: 0 -1px; height: 27px; width: 261px; cursor: pointer;}
        #free_minutes a:hover { background-position: 0 -29px;}
    #need_help { width: 300px; height: 142px; display: inline-block; cursor: pointer; zoom: 1; *display: inline;}



/* Rotator */
.niceRotator  
        {
            height: 90px; 
            width: 908px; 
            padding: 3px 9px 3px 14px;
            font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Helvetica,Verdana,Arial,Sans-Serif;    
            position: relative;            
        }
.loading { background: #dbf4fc; text-align: center; color: #99b; width: 100%; height: 100%; }
.deals_rotator 
{
    position: relative;
    background-color: #dbf4fc;    
    width: 100%;
    height: 90px;
    overflow: hidden;
}
.prev, .next { width: 20px; height: 88px; position: absolute; top: 1px; cursor: pointer; z-index: 1000;
    background-image: url(/img/deals/arrowsFaded.png); }
.prev { margin: 0 16px 0 0; }
.next { margin: 0 0 0 16px; background-position: bottom;}
.prev { left: 14px; }
.next { right: 9px; }
.niceRotatorOuter { margin-left: 30px; }
.niceRotatorInner { height: 90px; padding: 0; margin: 0;}
.niceRotatorInner li { float: left; padding: 0; margin: 0; }
div.DealItem 
{
    height: 90px; 
    width: 284px; 
    margin: 0 0px 0 0px;
    font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",Helvetica,Verdana,Arial,Sans-Serif;
    position: relative;
    cursor: pointer;
}
div.DealItem:hover { background-position: 0 -88px; 
     }
div.DealItem .deal_image {  top: 10px; left: 13px; width: 90px; height: 48px; display: block; position: relative;}
.deal_image { background-image: url(/img/dealimages/default.jpg); }
.deal-popup { background-image:url(/img/dealimages/default-popup.jpg); }
div.DealItem .deal_header 
{   
    position: absolute;
    left: 118px;
    top: 10px;       
    width: 160px;
    color: #067e9c;
    font-weight: bold;
}
div.DealItem .deal_header .deal_mainheader { font-size: 17px;  line-height: 15px;}
div.DealItem .deal_header .deal_subheader { font-size: 10px; padding: 0; position: relative; top: -3px;}

.deal_5star { width: 7px; }
.deal_10star { width: 17px; }
.deal_15star { width: 25px; }
.deal_20star { width: 34px; }
.deal_25star { width: 43px; }
.deal_30star { width: 51px; }
.deal_35star { width: 61px; }
.deal_40star { width: 68px; }
.deal_45star { width: 78px; }
.deal_50star { width: 86px; }
.deal_55star { width: 86px; }
.deal_60star { width: 86px; }
.deal_65star { width: 86px; }
.deal_70star { width: 86px; }
div.DealItem:hover .deal_stars { background-position: 0 -13px; }
div.DealItem .deal_footer
{
    position: absolute;
    left: 118px;
    top: 60px;
    width: 158px;
    font-size: 24px;
    font-weight: bold;
}
div.DealItem .deal_footer span { font-size: 16px; font-weight: bold;}
div.DealItem .deal_footer .deal_details 
{
    float: right;
    position: relative;
    background: url(/img/deals/boxDetails.png) top no-repeat;
    width: 40px;
    height: 20px; 
     overflow: hidden; 
}
div.DealItem:hover .deal_footer .deal_details { background-position: 0 -20px; }

.niceRotatorOuter 
{
    display: inline-block;
    zoom: 1;
    *display: block;
}


/* FAQ */
    .faqheader {
        cursor:pointer;
        border-bottom:1px solid #eee;
        clear:left;
    }
    .selected, .active {
        background-color:#EFFAFF;
        border-bottom:1px solid #eee;
        clear:left;
    }
    .faqContent {
        background-color:#F9F9F9;
        clear:left;
    }
    .faqheader h3 {font-size:1.2em!important;padding:0.5em!important; margin:0!important; }
    .selected h3 {font-size:1.2em!important;color:#0E7ABA;padding:0.5em!important;margin:0!important;}
    .faqContent p { padding:1em 0 0 1em;}
    .faqContent p:first-letter, .selected h3:first-letter, .faqheader h3:first-letter {
        font-size:1.7em;
        float:left;
        color:#0E7ABA;
        margin:0 0.5em 0 0;
        font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
        vertical-align:middle;
    }

/* Search and Book */
#searchWrapper 
{
    width: 320px;
    left: -20px;
    top: -2px;
    position: relative;
    background: url(/img/search/backgroundWithFade.png) 0 0px no-repeat;
    position: relative;
}
#searchWrapper.rightSearch
{
    left: 10px;
}
#searchLoading 
{
    width: 310px;
    height: 452px;
    background-image: url('/img/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
}
#searchPadding 
{
    clear:both;
    height: 20px;
}
/* Footer */

#footer { 
    position:relative;
    width: 916px;
    background: url(/img/gradient/footer.png) 0 0 repeat-x; 
    height: 55px;
    border: 1px solid #dfe5e6;
    margin: 0 auto; 
}    

#button_bookmark,
#button_location
{    
    position: relative;
    display: inline-block;
    height: 22px;
    width: 105px;
    margin: 17px 6px 2px 6px;
    cursor: pointer;
    background-image: url(/img/footer/footerButtonsWithText.png);
    background-repeat: no-repeat;
    z-index: 1000;
    zoom: 1;
    *display: inline;
}
#button_bookmark div,
#button_location div
{ display: none; z-index: 200;}
#button_bookmark { background-position: 0 0;}
#button_bookmark:hover { background-position: 0 -22px;}
#button_location { background-position: 0 -44px;}
#button_location:hover { background-position: 0 -66px;}        
    
#footer .logos { position: absolute; right: 0; z-index: 1000; }
#footer .links { float: left; position: absolute; width: 916px; padding-top: 8px; text-align: center; z-index: 900; }
#footer .links ul 
{
    
    list-style-image: none; /* url(/img/footer/arrow.png); */
    font: 11px arial , sans-serif;
    position:relative;
    padding: 0;       
    width: 450px;
    margin: 0 auto;
}
#footer .links ul li     
{
    background: url(/img/footer/arrow.png) 0px 2px no-repeat;
    display:inline;
    padding: 0px 10px 0px 15px;
}
#footer .links ul li a {    
    text-decoration: none; color: #299fbc;
}
#footer .links ul li a:hover {    
    text-decoration: underline;
}
#footer .links .copy 
{
    padding-top: 2px;
    text-align: center;
    font-size: 10px;
    color: #90a0a2;
}
#footer .links .copy a { text-decoration: none; color: #90a0a2; } 
#footer .links .copy a:hover { text-decoration: underline; }
#foot_canada {background: url(/img/footer/logos.png) 0 -1px no-repeat; height: 55px; width: 48px; float: left;}
#foot_fabutan {background: url(/img/footer/logos.png) 0 -58px no-repeat; height: 55px; width: 96px; float: left; text-indent:-1000px; overflow:hidden;}
#foot_acta {background: url(/img/footer/logos.png) 0 -115px no-repeat; height: 55px; width: 85px; float: left;}

#footer .contact {
    background-color:#0066CC;
    text-align:right;
    color:#fff;
    font-size:11px;
    padding:10px 1em;
    width:915px;
    margin:0 auto;
}
#footer .contact img { vertical-align: middle; }

/* Popups */

#xrewardsPopUp div span { display: none; }
#xrewardsPopUp div { background: transparent url(/img/xrewardsPopUpEntryLink.png) no-repeat; width: 391px; height: 39px; float: right; margin-top: 5px;}
#xrewardsPopUp:hover div { background-position: 0 -39px; }

/* Destinations */
#destinations { background: transparent url(/img/border/heavy.png) repeat-y -1000px 0px; width:1000px; margin: 0px auto; font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Verdana, Arial, Sans-Serif; }
#destinations #destinations_inner { background: transparent url(/img/border/heavy.png) no-repeat 0px top; }
#destinations #destinations_inner #destinations_content { background: transparent url(/img/border/heavy.png) no-repeat -2000px bottom; padding: 35px 40px; min-height: 25px; }

#destinations h2, 
#sideDestinations h2 { border-width:0px; font-size:16px; font-weight:normal; color:#067e9c; clear:both; margin:5px 0px 10px 0px; padding:0; }

#destinations .destinations_country { color:#299fbc; width:174px; margin:5px; float:left; }
#destinations .destinations_country th { background-color:#dbf4fc; text-align:left; padding: 2px 5px; }
#destinations .destinations_country th h3 { margin:0; padding:0; }
#destinations .destinations_country th h3 a { color:#1E758A; font-size:12px; font-weight:bold; text-decoration:none; }
#destinations .destinations_country th h3 a:hover { color:#1E758A; font-weight:bold; text-decoration:underline; }
#destinations .destinations_country td { text-align:left; padding: 0px 5px 0px 20px; background: transparent url(/img/footer/arrow.png) no-repeat 5px 5px; }
#destinations .destinations_country td a { color:#299fbc; font-weight:normal; font-size: 11px; text-decoration:none; }
#destinations .destinations_country td a:hover { text-decoration:underline; }

#sideDestinations .destinations_country { color:#299fbc; width:310px; margin:10px 0px; float:right; position:relative; left:5px; }
#sideDestinations .destinations_country th { background-color:#dbf4fc; text-align:left; padding: 4px 5px; }
#sideDestinations .destinations_country th h3 { margin:0; padding:0; }
#sideDestinations .destinations_country th h3 a { color:#1E758A; font-size:16px; font-weight:bold; text-decoration:none; }
#sideDestinations .destinations_country th h3 a:hover { color:#1E758A; font-weight:bold; text-decoration:underline; }
#sideDestinations .destinations_country td { text-align:left; padding: 2px 5px 0px 20px; background: transparent url(/img/footer/arrow.png) no-repeat 5px 5px; }
#sideDestinations .destinations_country td a { color:#299fbc; font-weight:normal; font-size: 12px; text-decoration:none; }
#sideDestinations .destinations_country td a:hover { text-decoration:underline; }

#sideLinks { width:310px; float:right; position:relative; left:5px; }    
#sideLinks #free_minutes { left:3px; }

#destinationsContent { font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Verdana, Arial, Sans-Serif; font-weight: normal; font-size: 12px; }
#destinationsContent { padding: 10px 0px; width: 560px; }
#destinationsContent h2 { border-width:0px; font-size:18px; font-weight:normal; color:#067e9c; clear:both; margin:5px 0px 15px 0px; padding:0; }
#destinationsContent strong { border-width:0px; font-size:12px; font-weight:bold; color:#067e9c; clear:both; margin:5px 0px 10px 0px; padding:0; }
#destinationsContent .deal-popup { width: 500px; height: 200px; }

/* SiteMap */
#siteMapView h1 { border-bottom:none; }
#siteMapView { padding:15px; }
#siteMapView a { text-decoration:none; }
#siteMapView a:hover { text-decoration:underline; }
#siteMapView h2, #siteMapView h3, #siteMapView h4, 
#siteMapView h5, #siteMapView h6, #siteMapView div { border-width:0px; border-style:none; padding:0px; margin:0px; font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Verdana, Arial, Sans-Serif; font-weight: normal; font-size: 14px; }
#siteMapView h2 { padding: 8px 5px 8px 0px; font-weight:bold; font-size:18px; }
#siteMapView h3 { padding: 5px 5px 5px 20px; background: transparent url(/img/footer/arrow.png) no-repeat 5px 10px; font-size:16px; }
#siteMapView h4 { padding: 4px 5px 4px 40px; background: transparent url(/img/footer/arrow.png) no-repeat 25px 8px; }
#siteMapView h5 { padding: 3px 5px 3px 60px; background: transparent url(/img/footer/arrow.png) no-repeat 45px 6px; }
#siteMapView h6 { padding: 2px 5px 2px 80px; background: transparent url(/img/footer/arrow.png) no-repeat 65px 4px; font-size:12px; }
#siteMapView div { padding: 1px 5px 1px 100px; background: transparent url(/img/footer/arrow.png) no-repeat 85px 2px; font-size:12px; }