/* $Header: /WebSites/affiliate/includes/stylesheet_k.css 199   8/25/16 2:32p Sampsonm $ */
/* Cruise411 */

@import url('//fonts.googleapis.com/css?family=Pathway+Gothic+One');

/* base styles */
.clear {clear:both;}
td{font-size: 12px;color: #092475;font-family:Arial,Sans-Serif}
p{font-size: 12px;color: #092475;font-family:Arial,Sans-Serif}
select{font-size: 14px; color:#092475;font-family:Arial,Sans-Serif}
input{font-size: 14px;color: #092475;font-family:Arial,Sans-Serif}
body{padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; height:auto; background-color: #fff; text-align: center;}
.pagepositionXYAxis, .bodymain {text-align:center; margin: 0 auto; }
.selectSize{font-size: 11px;width: 160px}

/* HEADER */
.hdr_capLinkBar{margin:0px 0px 3px 0px; padding:0px;}  

/* Header Styles  */

.width {width:780px;text-align:center;}
.specialselect_aa {width:160px;}
.cruiselinedrop {width:160px;}
.cruisedrop {width:160px;}
.clear {clear:both;}
.specialselect{width: 160px;}

.featuredimage {background: url('/images_unique/icon_feat_cru_k.gif') no-repeat top; width:123px; height:17px;float:left;}
.header1 {width:780px; margin:0px 0px 5px 0px; text-align:left;}
html > body .header1 { text-align:left;width:780px; height:140px; margin:0px 0px 5px 0px;}

.header_logo {width:453px; margin:10px 0px 0px 0px; float:left;}
.header_tagline {width:320px; float:right; margin:17px 0px 12px 0px;white-space: nowrap;font-size: 12px; font-family:arial,san-serif; font-weight:bold; color: #06c; text-align:center;}

.hp_googleplus1 {width:auto !important;float:right; margin:17px 0px 0px 0px;}

.hp_header_tagline {width:auto; float:right; text-align:center;margin:18px 0px 12px 0px;white-space: nowrap;font-size: 14px; font-family:arial,san-serif; font-weight:bold; color: #06c;}

.hp_taglinks{margin-right:12px;}
.hp_tags{font-size: 14px; font-family:arial,san-serif; font-weight:normal; color: #06c;text-decoration:none;}
.a:visited .hp_tags{font-size: 14px; font-family:arial,san-serif; font-weight:normal; color: #06c;text-decoration:none;}
.a:hover .hp_tags{font-size: 14px; font-family:arial,san-serif; font-weight:normal; color: #06c;text-decoration:underline;}
.a:active .hp_tags{font-size: 14px; font-family:arial,san-serif; font-weight:normal; color: #06c;text-decoration:none;}

.header_phone {margin:0;color: #f8812a;font-size: 32px;font-stretch: condensed;font-weight: bold;text-align: right;padding-right:10px;}
.header_phone_info {font-size:16px;font-stretch:condensed;font-weight: bold;text-align: right; color:#006;padding:1px 12px 14px 0;}
.header_phone_image {width:300px;}
.header_offercode {width:300px; text-align:right;}
.header_newline {width:780px; height:6px; float:left; text-align:left;}
.header_newmargin {margin:0px 0px 0px 137px;}
.header_nav {width:780px; height:52px;}
.header_home {width:69px; float:left;}
.header_deals {width:139px; float:left;}
.header_lines {width:120px; float:left;}
.header_destinations {width:121px; float:left;}
.header_shore {width:157px; float:left;}
.header_mycruise {width:108px; float:left;}
.header_faq {width:66px; float:left;}
.header_groups {width:135px; float:left;}
.header_wide_end_cap {width:238px; float:left;}
.header_narrow_end_cap {width:38px; float:left;}

.googleplus1_text{margin-left:-50px;padding-left:0px;float:left;width:150px;position: absolute;top:60px;text-align:left;font-size:11px;color: #092475;font-family:Arial,Sans-Serif;font-style:italic;}
html > body .googleplus1_text{margin-left:12px;padding-left:0px;float:left;width:150px;position: relative;text-align:left;font-size:11px;color: #092475;font-family:Arial,Sans-Serif;font-style:italic;}


/* styles for the big header */
.headerBig{text-align:center;width: 980px;}
.headerBig .header1{width: 980px;}
.headerBig .header_tagline{margin-left: 140px;float:right;}
.headerBig .headernav{display: inline;white-space: nowrap;}
.headerNavPadDark
{
    background-image: url("/images_unique/C411/nav/navBgDark.gif");
    width:239px;
    height: 52px;
    float: left;
    text-align:right;
}
.headerNavPadLight
{
    background-image: url("/images_unique/C411/nav/navBgLight.gif");
    width:90px;
    height: 52px;
    float: left;
    text-align:right;
}
  
.hp_search_subheader
{
    clear:both;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    height:18px;
    margin:8px 8px 5px;
    padding:0px;
    width:184px;
    z-index:1;
}


/* ----------------------------------------------*/
/* floatING HEADER BAR - DISPLAYS ON SCROLL*/
/* ----------------------------------------------*/
 #floatwrapper {position: relative;width:100%;height: auto;overflow: hidden;float:center;}
 #floatinghdr floatinghdr {position:relative;margin:0px;width:100%;padding:0px;}
 #floatinghdr floatinghdr p {margin:0;line-height:10;overflow: hidden;}

 #floatingtitle {display: block;height: 80px;overflow:hidden;text-align:center;}
 #floatmain{width:980px;text-align:left;}

 /* IE VERSION */
 #floatinghdr {
	 position: fixed;
	 top:0;
	 width:100%;
	 height:80px;
	 z-index:1000;
	 visibility:hidden;
	 _position: absolute;
	 _top: expression((ignoreMe = document.documentElement.scrolltop ?document.documentElement.scrolltop : document.body.scrolltop) + 'px' );

}

/*  MOZILLA VERSION */
html > body  #floatinghdr {
	 position: fixed;
	 left:0;
	 top:0;
	 width:100%;
	 height:80px;
	 z-index:1000;
	 visibility:hidden;

}



/* ----------------------------------------------*/
/* NEW floatING HEADER BAR - DISPLAYS ON SCROLL*/
/* ----------------------------------------------*/
/* 

.persist-area {position:relative;}
.floatingHeader {   
    min-width: 750px;
	position:relative;
	top: 0;	
    width: 980px;
	z-index:10000;
}
.floatingHeaderInner {
  visibility:visible; 		
  height:80px;
  width: 980px;
  position:fixed;
  background:url('/images_unique/header_collapse_k.gif') no-repeat right top
}
.floatheadPhone {display:none;}
.floatingHeader a {text-decoration:none!important;}
.floatingHeader .innerContainer { width: 964px;padding-right:20px;}
.floatingHeader .innerContainer .floatheadPhone{font-stretch:condensed;font-size:32px;font-family:Arial, Helvetica, sans-serif;float:right;color:#F8812A;padding-top:25px;font-weight:bold;text-align:right;width:100%;
display:block;}
*/




/* ---------------------------------------------------------------------*/
/*             NAVIGATIONAL BAR                                         */
/* ---------------------------------------------------------------------*/

/* NAV: IE6 styles */
    #navigation_ie6 {padding:0px; text-align:left; float:left; width:980px; height:38px; z-index:2; background-color:#2269b6;background-image: url("/images_unique/C411/c411_navbg_tile-1x38.gif ");}
    #navigation_short_ie6 { padding:0px; text-align:left; float:left; width:780px; height:38px; z-index:2; background-color:#2269b6; background-image: url("/images_unique/C411/c411_navbg_tile-1x38.gif ");}   
    #navigation_ie6 ul a,#navigation_short_ie6 ul a {font-family:"Arial Narrow",arial,san-serif; font-size:15px; font-weight:bold;font-stretch:condensed; color:#ffffff; line-height:20px; text-decoration:none; text-align:left;}
    #navigation_ie6 ul li a:hover, #navigation_short_ie6 ul li a:hover {font-family:"Arial Narrow",arial,san-serif; font-size:15px; font-weight:bold; font-stretch:condensed;color:#ffffff; line-height:20px; text-decoration:underline; text-align:left;} 
    #navigation_ie6 ul li, #navigation_short_ie6 ul li  {font-family:"Arial Narrow",arial,san-serif; font-size:15px; font-weight:bold;font-stretch:condensed; color:#ffffff; line-height:20px; text-decoration:none; text-align:left;} 
    .nav_sep2_ie6 {display:inline; float:left;margin-left:5px;margin-right:5px;margin-top:-8px;}
    .nav_sep_noarr_ie6 { display:inline;float:left;margin-left:5px;margin-right:5px;margin-top:-8px;}
    #nav .firstlink_ie6 { display:inline;padding:0px;margin:0px;margin-left:10px;} 

/* NAV: Short styles */
   #navigation_short {padding:0px; text-align:left; float:left; width:780px; font-stretch:condensed;  height:38px; z-index:2; background-color:#2269b6; background-image: url("/images_unique/C411/c411_navbg_tile-1x38.gif ");}
   #navigation_short ul a {font-family:"Arial Narrow",arial,san-serif; font-size:15px; color:#ffffff; line-height:20px; font-weight:bold; font-stretch:condensed;text-decoration:none; text-align:left;}
   #navigation_short ul li a:hover {font-family:"Arial Narrow",arial,san-serif; font-size:15px; color:#ffffff; font-weight:bold; font-stretch:condensed; line-height:20px; text-decoration:underline; text-align:left;} 


    /* ----------------------------------------------*/
    /* NAVIGATIONAL BAR - EXPANDABLE BLUE BACKGROUND:*/
    #navigationWrapper {width:980px;min-width:980px; height:38px; margin-bottom:0px;}
    #navigationWrapper_short {width:780px;min-width:780px; height:38px; margin-bottom:0px;}

    /* ------------------------------ */
    /* NAVIGATIONAL BAR - MAIN MENU:*/
    #navigation {padding:8px 0px 0px 0px; text-align:left; float:left; width:100%; height:30px; z-index:2; background-color:#2269b6;background-image: url("/images_unique/C411/c411_navbg_tile-1x38.gif ");}
    #navigation{text-decoration:none; color:#ffffff; font-size:15px;line-height:20px; font-family:arial,san-serif;font-weight: bold;}
    #navigation ul a {font-size:15px; color:#ffffff; text-decoration:none; }
    #navigation ul li a:hover{font-size:15px; color:#ffffff; text-decoration:underline; } 
    
    #nav {display:inline;margin-top: 8px;margin-left:0px;padding:0;}  

    #nav li {position:relative;display:inline;float:left;z-index:100;margin-left:0px;}
    #nav ul {list-style-type:none;border:0;margin-right:0px;}

    #nav .darr { margin-left: 4px; margin-right: 3px;} 
    #nav .firstlink { display:inline;padding:0px;margin-left:16px;padding-left;0px;margin-top:-2px !important;} 

    .nav_sep1 { float:left;margin-left:2px;margin-right:5px;}
    .nav_sep2 { float:left;margin-left:20px;margin-right:20px;margin-top:-2px;} 
    .nav_sep_noarr { float:left;margin-left:6px;margin-right:6px;margin-top:-2px;} 
    

    /* ----------------------------- */
    /* NAVIGATIONAL BAR - SUBMENUS: */
    #nav li ul {padding:10px 0px 0px 0px; margin:0px 0px 0px 0px;}

    #nav li ul li {display:block;float:none;}
    #nav li ul li a {
        text-align:left;
        width:15em;
        height:auto !important;
        height /**/:1.5em; /* for IE5/Win only */
        html > body height:20px;
        background:#3360b6;
        padding:0px 2px 2px 11px;
        border-top:1px solid;
        border-color:#74a0cc;
        color:#fff;
        text-decoration:none;
        font-weight:normal;
        font-family:arial,sans-serif;   
        display:block;
    }

    #nav li ul li a:hover {
        text-align:left;
        width:15em;
        height:auto !important;
        height /**/:1.5em; /* for IE5/Win only */
        html > body height:20px;
        background:#2269b6;
        padding:0px 2px 2px 11px;
        border-top:1px solid;
        border-color:#74a0cc;       
        color:#fff;
        text-decoration:underline;
        font-weight:normal;
        font-family:arial,sans-serif;
        display:block;
    }

    #nav li ul {display:none;position:absolute;top:100%;left:0px}
    #nav ul li {display:inline; margin-left:0px; margin-right:0px;}
    #nav li>ul {top:auto;left:auto}
    #nav li:hover ul, #nav li.over ul {display:block; left: -3px; top:20px; line-height:20px;}

/* New Top Nav Menu */
.topnav_customercare { text-decoration:underline; font-weight:normal; }



/* ---------------------------------------------------------------------*/
/*            END NAVIGATIONAL BAR                                         */
/* ---------------------------------------------------------------------*/

/* Main Page Redesign*/

.headerHP{text-align: center;width: 980px;}
html > body .headerHP{text-align: left; width: 980px;margin-bottom:5px;}

.headerHP .header_tagline{margin-left: 140px;float:right;}
html > body .headerHP .header_tagline{float:right;margin-left:0px;}

.headerHP .headernav{display: inline;white-space: nowrap;}
.headerHP .headerNavPadDark{ background-image: url("/images_unique/C411/nav/navBgDark.gif");
    width:105px;height: 52px;float: left;text-align:right;}
.headerHP .headerNavPadLight{background-image: url("/images_unique/C411/nav/navBgLight.gif");
    width:95px;height: 52px;float: left;text-align:right;}

.hp_content_container {width:980px; margin:0px 0px 0px 0px;}
html > body .hp_content_container {width:980px;text-align:left; margin:4px 0px 0px 0px;padding:0px 0px 0px 0px;}

.column-a {width:174px;float:left;}
.column-b {width:801px; float:left;  margin:0px 0px 0px 5px;background-color:#fff;}

.hp_mainad { text-align:left;width:801px; height:460px; position:relative; top:0px; left:0px;margin:0px 0px 5px 0px;}
.hp_overlayimages{margin:20px 12px 20px 12px;}
html > body .hp_overlayimages{margin:0px 12px 20px 12px;padding-top:20px;}
.hp_dealscolumn_container {width:174px; float:left; background-color:#fff;}
.hp_email_container {width:174px; background-color:#cc0000; color:#FFFFFF; font-size:10px; margin:0px 0px 5px 0px; text-align:left;}

.deals-box{width:801px;margin:0px;padding:0px;font-size: 14px;}
.left{
    float:left;
}
.right{
    float:right;
}
.container {
    width: 385px;
    margin-right: 15px;
    margin-top: 15px;
}
.container-right {
    width: 400px;
    margin-right:0;
    margin-top: 15px;
    float:right;
}

.container-full {
    width: 100%;
    margin-right: 15px;
    margin-top: 15px;
}

.deals-header {
    margin:6px 0px 6px 0px;
    background-image: url("/images_unique/C411/bg_bar-deals.gif"); 
    height:29px;
}
.deals-header h1 {
    padding: 6px 0px 0px 6px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: condensed;
    color: #ffffff;
    text-align: left;
}
/* cruise grid */
#wthGridDiv {
    max-height: 600px;
    overflow: auto;
}
#hp-grid-widget {
    display: inline-block;
    width: 100%;
}
.rowlogo {
    display: inline-block;
    float: left;
}
.rowlogo img {
    width: 200px;
    display: inline-block;
    margin-right: 130px;
}
.rowprice {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #003057;
}
.rowbutton {
    display: inline-block;
    float: right;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-color: #f8732a;
    background: #f8732a;
    text-shadow: none;
    font-weight: normal;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8732a', endColorstr='#f8732a');
    background: -webkit-gradient(linear, left top, left bottom, from(#f8732a), to(#f8732a));
    background: -moz-linear-gradient(top, #f8732a, #f8732a);
    cursor: pointer;
    color: #fff;
    height: 20px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 12px 2px 8px 2px;
}
a.rowbuttonlink {
    text-decoration: none;
}
a.rowbuttonlink:hover {
    text-decoration: none;
}
.rowbutton:hover {
    background-color: #f8812a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8812a', endColorstr='#f8732a');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8812a), color-stop(1, #f8732a) ) !important;
    background: -moz-linear-gradient( center top, #f8812a 5%, #f8732a 100% );
}
.leadprice { 
    font-size: 26px; 
    color: #f8812a;
    font-weight: 600;
    display: block;
}
.amount {
    color: #f8812a;
    font-weight: 600;
}
.results_top_left .leadprice {
    display: inline;
}
.rowbullets {
    padding-top: 10px;
    padding-left: 15px;
    line-height: 18px;
    font-size: 14px;
    color: #003057;
    text-align: left;
}
.evenRow {
    padding: 10px;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebeff2');
    background: -ms-linear-gradient(top, #ffffff, #ebeff2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ebeff2));
    background: -webkit-linear-gradient(top, #ffffff, #ebeff2);
    background: -moz-linear-gradient(top, #ffffff, #ebeff2);
    background: -o-linear-gradient(top, #ffffff, #ebeff2);
}
.oddRow {
    padding: 10px;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebeff2');
    background: -ms-linear-gradient(top, #ffffff, #ebeff2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ebeff2));
    background: -webkit-linear-gradient(top, #ffffff, #ebeff2);
    background: -moz-linear-gradient(top, #ffffff, #ebeff2);
    background: -o-linear-gradient(top, #ffffff, #ebeff2);
}
.hp_specials_container {width:390px; text-align:left;margin:0px 0px 3px 0px;padding:0px;}
.lto_links{width:390px;text-align:left;}
.hp-text{
    color: #092475;
    line-height:18px; 
    text-transform:capitalize;
}
.hp_red{color: #c00;}
.hp_white{color: #FFF;}
/* Destination/theme styles */
.deals_container {
    margin-left: 20px;
}
.deals_link {
	clear:both;
}

#basiclink_linkText li,#destination_linkText li{
	float:left;
}
#basiclink_leadprice, #destination_leadprice{
    float: right;
}
.hp_links_seeall {
    display: none;
    float: right;
}
.deals_body {
    line-height: 25px;
}
/* info boxes*/
.info-box {
    width:385px;
    margin-left:10px;
    margin-right:5px;
    line-height: 25px;
}
.center {
    margin: 0 auto;
}
.inline {
    display: inline-block;
}
.choose-menu {
    margin-left: 30px;
    margin-top: 35px;
}
.choose-menu span {
    margin-bottom: 5px;
}
.info-box input{
    margin-right: 172px;
}

/* Main Page styles */
.content_container {width:780px; margin:0px 0px 0px 0px;}
html > body .content_container {width:780px; margin:0px 0px 0px 0px; background-color:#f8812a;}

.searchcolumn_container {width:174px; height:1040px; margin:0px 0px 0px 0px; float:left; background-color:#f8812a; text-align:left;}
html > body .searchcolumn_container {width:174px; min-height:1250px;height:auto; margin:0px 0px 0px 0px; float:left; background-color:#f8812a; text-align:left;}


.CHApricewidget .searchcolumn_container{width:223px; height:840px; margin:0px 0px 0px 0px; float:left; background-color:#f8812a; text-align:left;}   /* used on cha-our-pricing page*/

.centercolumn_container {width:436px; margin:0px 5px 0px 5px; float:left; background-color:#fff;}
.dealscolumn_container {width:160px; float:left; background-color:#fff;}
.searchform_header { width:100%;height:40px; text-align:left;}

.cruiseheader_text {font-family:"Arial Narrow",arial,san-serif; font-size:18px; font-weight:bold;font-stretch:condensed; color:#ffffff; margin:10px 0px 0px 7px;}
html > body .cruiseheader_text {font-family:"Arial Narrow",arial,san-serif; font-size:18px; font-weight:bold; font-stretch:condensed; color:#ffffff;margin:0px 0px 0px 0px; padding:10px 0px 0px 7px;}

.cruisedesc_text {font-family:arial,sans-serif; font-weight:bold; color:#ffffff; margin:5px 0px 0px 7px;}
.cruisedesc_text #pastPaxLines td {font-family:arial,sans-serif; font-size:12px; font-weight:normal; color:#ffffff;width:174px;vertical-align:top; padding-left:2px;}
.cruisedesc_text_sm {font-family:arial,sans-serif; font-size:11px; font-weight:bold; color:#ffffff; margin:5px 0px 0px 7px;}


.dropdown {margin:0px 0px 5px 7px; margin-bottom: 10px;}
.dropdown .crumbs {font-weight: 600;}
.mainad {width:436px; height:205px; margin:0px 0px 5px 0px;}
.centerheader {background-color:#0461ad; width:436px; height:20px; margin:0px 0px 5px 0px; text-align:left; line-height:20px;}
.ad_1 {width:160px; height:100px; margin:0px 0px 5px 0px;}
.ad_2 {width:160px; height:100px; margin:0px 0px 5px 0px;}
.dealsheader1 {background-color:#3192c1; width:160px; height:20px; margin:0px 0px 0px 0px; line-height:20px; text-align:left;}
.dealsheader2 {background-color:#31b5c1; width:160px; height:20px; margin:0px 0px 0px 0px; line-height:20px; text-align:left;}
.gobuttonbox {width:167px; text-align:right;margin:10px 7px 20px 0px;}
html > body .gobuttonbox {width:169px; text-align:right;margin:10px 7px 20px 0px;}

.search_portlink {width:100%; height:50px; background: url("/images_unique/c411/bg_searchlinkbar.gif") repeat-x top; text-align:center;padding:0px;padding-top:8px;}
.search_portlink a{font-family:arial,san-serif; font-size:12px; font-weight:normal; color:#ffffff;}
.search_portlink a:hover{font-family:arialsan-serif; font-size:12px; font-weight:normal; color:#ffffff;}
.search_portlink a:visited{font-family:arialsan-serif; font-size:12px; font-weight:normal; color:#ffffff;}
.search_portlink a:active{font-family:arialsan-serif; font-size:12px; font-weight:normal; color:#ffffff;}
.headertext {font-family:"Arial Narrow",arial,san-serif; font-size:13px; font-weight:bold;font-stretch:condensed; color:#ffffff; margin:0px 0px 0px 5px;}
a.headertext {font-family:"Arial Narrow",arial,san-serif; font-size:13px; font-weight:bold; font-stretch:condensed; color:#ffffff; margin:0px 0px 0px 5px; text-decoration:none;}
a:visited.headertext {font-family:"Arial Narrow",arial,san-serif; font-size:13px; font-weight:bold;font-stretch:condensed; color:#ffffff; margin:0px 0px 0px 5px; text-decoration:none;}
a:active.headertext {font-family:"Arial Narrow",arial,san-serif; font-size:13px; font-weight:bold; font-stretch:condensed;color:#ffffff; margin:0px 0px 0px 5px; text-decoration:none;}
a:hover.headertext {font-family:"Arial Narrow",arial,san-serif; font-size:13px; font-weight:bold; font-stretch:condensed;color:#ffffff; margin:0px 0px 0px 5px; text-decoration:none;}
.search_bookbox {width:100%; margin:20px 0px 5px 20px; text-align:left;}
html > body .search_bookbox {width:100%; min-height:60px; margin:0px 0px 5px 20px; text-align:left;}
.search_googleads {display:none;width:100%; margin:20px 0px 5px 0px; text-align:left;}


.search_bookphoto {float:left; margin:0px; padding:0px;}
html > body .search_bookphoto {float:left; height:48px;}

.search_booktext {width:125px; margin:0px 0px 0px 0px; float:left; text-align:left; font-family:Arial,san-serif; font-size:12px; font-weight:bold;font-stretch:condensed; color:#ffffff;}
html > body .search_booktext {width:125px; height:28px; margin:0px 0px 0px 5px; float:left; text-align:left; font-family:Arial,san-serif;font-size:12px; font-weight:bold;font-stretch:condensed; color:#ffffff;}

.phonecallout {margin:3px 0px 20px 7px;}
.search_headerbar {width:158px; border:1px solid #ffffff; background-color:#f39b1e; margin:0px 0px 0px 0px; line-height:20px;}
.search_destinations {width:158px; background-color:#fae0b6; margin:0px; border-top:1px solid #ffffff;}
.cruise_specials_listing {width:431px; margin:3px 0px 15px 5px; text-align:left;}
.cruise_specials_listing2 {width:150px; margin:3px 0px 6px 5px; text-align:left; line-height:16px;}
html > body .cruise_specials_listing2 {width:150px;margin:0px 0px 0px 0px; padding:3px 0px 6px 5px; text-align:left; line-height:16px;}

.specials_container {width:436px; margin:0px 0px 3px 0px;}
html > body .specials_container {width:436px; margin:0px 0px 14px 0px;}

.cruiseline_container {width:436px; height:35px; margin:0px 0px 5px 0px; text-align:left;}
.cruiseline_container2 {width:436px; height:100px; margin:0px 0px 20px 0px; text-align:left;}
.cruiseline_logo {width:130px; height:35px; float:left; margin:0px 10px 0px 0px;}
.cruiseline_links {width:291px; height:35px; float:left;}
.cruiseline_photo {width:130px; height:100px; float:left; margin:0px 10px 0px 0px;}
.cruiseline_desc {width:291px; height:100px; float:left; text-align:left;}
.ports_container {width:160px; background-color:#e0eff6; margin:0px 0px 5px 0px;}
.ports_headercall {font-family:arial,sans-serif; font-size:15px; font-weight:bold; color:#092475; margin:15px 0px 15px 0px;}
.ports_margincontainer {margin:0px 0px 15px 0px;}
.ports_seeall_link {margin:0px 0px 15px 0px;}
html > body .ports_seeall_link {margin:0px 0px 0px 0px; padding:0px 0px 15px 0px;}

.featured_container {width:160px; background-color:#e0eff5; margin:0px 0px 5px 0px;}
.featured_margins {margin:15px 0px 5px 0px;}
html > body .featured_margins {margin:0px 0px 0px 0px;padding:15px 0px 5px 0px;}

.featured_image {margin:0px 0px 15px 0px;}
html > body .featured_image {margin:0px 0px 0px 0px;padding:0px 0px 15px 0px;}

.lines {width:431px; margin:0px 0px 0px 5px; text-align:left;}
.headerleft {float:left; width:190px; text-align:left; margin:0px 0px 0px 0px;}
.headerright {float:left; width:225px; text-align:right; margin:0px 5px 0px 0px;}
a:visited.headerlink_text {font-family:arial,sans-serif; font-weight:normal; font-size:10px; color:#ffffff;}
a:hover.headerlink_text {font-family:arial,sans-serif; font-weight:normal; font-size:10px; color:#ffffff;}
a:active.headerlink_text {font-family:arial,sans-serif; font-weight:normal; font-size:10px; color:#ffffff;}
a.headerlink_text {font-family:arial,sans-serif; font-weight:normal; font-size:10px; color:#ffffff;}
.headertext2 {font-family:"Arial Narrow",arial,san-serif; font-size:13px; font-weight:bold; font-stretch:condensed;color:#ffffff; margin:0px 0px 0px 3px;}
html > body .headertext2 {font-family:"Arial Narrow",arial,san-serif; font-size:13px; font-weight:bold;font-stretch:condensed; color:#ffffff; margin:0px 0px 0px 5px;}


/* Email Page */
.emailContentContainer {width:650px;}
.emailHeadertext {margin:0px 0px 5px 0px;}
html > body .emailHeadertext {height:20px; margin:0px 0px 10px 0px;}

.emailFormField {margin:0px 0px 5px 0px;}
html > body .emailFormField {height:30px; margin:0px 0px 5px 0px;}

.emailDesc {width:100px; float:left; text-align:right; margin:0px 5px 0px 0px;}
.emailinput {width:545px; float:left;}
.emailButton {margin:0px 0px 0px 140px;}
/* Email Styles for Homepage Page */
.email_container {width:160px; background-color:#cc0000; color:#FFFFFF; font-size:10px; margin:0px 0px 5px 0px; text-align:left;}
.email_link {margin:15px 0px 15px 0px; }
.email_text{margin:0px 0px 5px 0px; text-align:center;}
html > body .email_text{margin:0px 0px 10px 0px; text-align:center;}

.email_margins {margin:0px 0px 15px 0px;}
.email_button {margin:0px 0px 15px 0px;}
.emailForm_hp {margin:0px 0px 5px 0px; padding:0px;}
html > body .emailForm_hp {margin:0px 0px 0px 0px; padding:0px; padding-bottom:1px;}

.emailInput_hp {width:169px; margin:0px 0px 10px 5px;}
html > body .emailInput_hp {width:169px; margin:0px 0px 10px 10px; font-size: 14px;}

.emailButton_hp {margin:0px 0px 10px 10px;}

/* Maggie */
.offercode_maggie {width:159px; font-family:arial,sans-serif; color:#ffffff; font-size:12px; font-weight:bold; margin:0px 0px 20px 8px; text-align:left;}
.phonecallout2 {margin:3px 0px 5px 18px;}
html > body .phonecallout2 {margin:3px 0px 5px 18px; height:18px; text-align:left;}

.maggiewide_left {width:80px; text-align:center; float:left; margin:10px 20px 10px 20px;}
.maggiewide_right {width:600px; text-align:left; float:left; margin:10px 0px 10px 0px;}
.maggie_containerwide {background-color:#ffffff; width:780px; border:1px solid #3192c1; margin:10px 0px 0px 0px;}
html > body .maggie_containerwide {background-color:#ffffff; width:780px; height:80px; border:1px solid #3192c1; margin:10px 0px 0px 0px;}

.maggiewide_1 {margin:0px 0px 7px 0px;}
.maggiewide_2 {margin:0px 0px 7px 0px;}
.maggiewide_3 {margin:0px 0px 0px 0px;}
.maggie_offertext {color:#666;}
.phonetimes {width:100%; padding-left:18px; font-family:Arial,san-serif; color:#ffffff; font-size:12px; font-weight:bold;font-stretch:condensed; text-align:left;}
html > body .phonetimes {width:100%; height:18px; font-family:Arial,san-serif;color:#ffffff; font-size:12px; font-weight:bold;font-stretch:condensed; text-align:left;}
.sidehurricane{margin-left:10px;}

/* Footer Styles  */
.wide_footercontainer {width:980px; text-align:center;margin-left:auto;margin-right:auto;}
.wide_footernav {width:980px; background : url("/images_unique/c411/bg_footer.gif"); background-repeat: repeat;margin:5px 0px 10px 0px; height:22px; line-height:19px;}

.lm_footercontainer {width:970px; text-align:center;margin-left:auto;margin-right:auto;}
.lm_footernav {width:970px; background : url("/images_unique/c411/bg_footer.gif"); background-repeat: repeat;margin:5px 0px 10px 0px; height:22px; line-height:19px;}
html > body .lm_footernav {width:970px; background : url("/images_unique/c411/bg_footer.gif"); background-repeat: repeat;margin:5px 0px 0px 0px; height:22px; line-height:19px;}

.footercontainer {width:780px;}
html > body .footercontainer {width:780px; text-align:center;margin-left:auto;margin-right:auto;}

.footernav {width:780px; background : url("/images_unique/c411/bg_footer.gif") no-repeat top; margin:5px 0px 10px 0px; height:22px; line-height:19px;}
.footerlinks {margin:12px 0px 12px 0px;font-size:12px;line-height:1.3em; }
.footerlinks .smlink{font-weight:normal !important; }

.footercopyright img {display: none;}
.footercopyright table {font-size: 11px;}
.footernavlinks {font-size:12px; color:#ffffff !important; text-decoration:none;}
a.footernavlinks {font-size:12px; color:#ffffff !important; text-decoration:none;}
a:active.footernavlinks {font-size:12px; color:#ffffff !important; text-decoration:none;}
a:hover.footernavlinks {font-size:12px; color:#ffffff !important; text-decoration:none;}
a:visited.footernavlinks {font-size:12px; color:#ffffff !important; text-decoration:none;}

.footercopyright table tr td{width:980px;margin-left:auto !important;margin-right:auto !important;}  /* fixes hardcoded footer issue */

/* ---------------- Brochure Price Messaging: on search, show cruise, and promo pages ----------  */

#form2 .highlightbg .textsm, .sc_top_namecontainer2 .textsm, .pp_brochureprice {color:#c00;}


/* Promotion Styles */

#promocontent_container{width:830px; margin:0px 0px 0px 0px;background:#ffffff; float: left;}
.searchcolumn_containerWide {width:213px; min-height:1300px;height:auto; margin:0px 5px 0px 0px; float:left; background-color:#f8812a !important; text-align:left;}

#promo_main{width:606px; float:right; text-align:left; font-size:12px; color:#092475; background-color:#fff; padding-left:5px;}
html > body #promo_main{width:601px; float:right; text-align:left; font-size:12px; color:#092475; background-color:#fff; padding:0px 0px 0px 0px;}


.primary-art{width:601px; float:left; text-align:left;margin:0px; padding:0px;background-color:#ffffff;}
#promo_hdrimga{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
#promo_hdrimgb{width:601px; height:58px;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
html > body #promo_hdrimgb{width:601px; height:58px; margin:-3px 0px 0px 0px; padding:0px; background-repeat:no-repeat;}

#promo_anchorbar{background-color:#e0eff6; color:#f60; font-weight:bold; text-align:right;margin:0px; padding:1px 0px;}
#promo_main p{margin-left:10px; }
#promo_main ul, li {font-family:Arial,Sans-serif;}

.promo_anchor {color:#f60; font-weight:bold; margin:0px; padding:3px 0px 2px 0px; height:22px;}
html > body .promo_anchor {color:#f60; font-weight:bold; margin:0px; padding:3px 0px 2px 0px; height:17px;}

.promo_anchor li{display: inline; margin:0px; padding:0px; background-repeat: no-repeat; font-size:12px; font-family:Arial,Sans-serif; color:#092475;}
.promo_anchor li a{ margin:5px 4px 5px 4px; padding:0px 0px 0px 10px; background: url(/images_unique/icon_anchor_down.gif ); background-position:0px 3px; background-repeat: no-repeat;}

h1.promo_hdr{position:relative; top:8px; left:5px; font-family:"Arial Narrow",Arial,Sans-serif;font-stretch:condensed; font-size:28px; font-style:italic; color:#fff;}
h2.sectionheader{font-family:"Arial Narrow",Arial,Sans-serif;font-stretch:condensed; font-size:18px; color:#fff; background-color:#0461ad; margin:0px; padding:4px 5px;}
h2.sectionheader_org{font-family:Arial,Sans-serif; font-size:18px; color:#f60; font-weight:normal; margin-bottom:-15px; margin-left:10px}
html > body h2.sectionheader_org{font-family:Arial,Sans-serif; font-size:18px; color:#f60; font-weight:normal; margin-bottom:-10px; margin-left:10px}

h1.sectionheader{font-family:"Arial Narrow",Arial,Sans-serif; font-stretch:condensed;font-size:18px; color:#fff; margin:0px; padding:4px 5px;}

.promo_img{margin:10px; float:left;}
.promo_imgsdtext{margin:10px 0px 10px -10px; width:440px; float:left;}

.crumbs {margin:10px 0px; padding:0px;}
.crumbs li{display: inline;  font-family:arial,sans-serif; font-size:11px;}
.crumbs li a{font-size:11px; font-family:arial,sans-serif; color:#06c;}

.promo_topbar{text-align:right; margin-bottom:10px;}

.promo_dealstable{width:601px; border:none;margin:0px; padding:0px; }
.promo_dealstable_hdr td{background-color:#3192c1; color:#fff; font-family:"Arial Narrow",Arial,Sans-serif;font-stretch:condensed; font-size:11px; text-align:center;}

.promo_dblist{width:215px; margin-top:10px; float:left; padding:0px; margin:0px;}
.promo_dblistx{padding:0px; margin:10px 0px 0px 0px;}
.promo_dblistx li{list-style:none; padding:0px; margin:0px; font-family:Arial,Sans-serif;}

.promo_tandc{clear:both; border-top:solid 1px #666;}
.promo_tandc p{font-size:11px; color:#666; margin-left:10px;}

.promo_destlink{position:relative; text-align:right; top:-22px; right:10px; margin:0px 0px -10px 0px; padding:0px;}
.promo_destlink a{color:#fff; font-size:12px; font-family:Arial,Sans-serif; font-weight:normal;}

.promo_itinbg_wht{background-color:#fff;}
.promo_itinbg_ble{background-color:#e0eff6;}
.promo_dealsprice{ font-size:12px; font-family:Arial,Sans-serif; color:#c00; font-weight:bold; text-align:center;}
.promo_dealssave{ font-size:16px; font-family:Arial,Sans-serif; color:#c00; font-weight:bold; text-align:center;}
.dealsbonus{font-size:11px; font-family:Arial,Sans-serif; color:#ea6301; font-weight:bold;}

/* River Cruising*/
.river_callout {color:#f8812a;}


/* New SWAP Template: 2013 -- Customized Results Refine and lines*/
.results_main{width:984px !important;}
.results_pagination_container, .results_sort_container{width:728px !important;}
.results_pagination_count_cont{margin-left:200px;}
.results_outer {width:728px !important;}
.results_inner{width:728px !important;}
.results_top{width:100% !important;}
.results_inner_2{width:100% !important;}
.results_photo{margin-left:24px;}
.results_info{margin-left:90px;}
.results_compare_outer{width:722px !important;}
.results_compare_comp{width:448px !important;}
.results_pricingbox_top{padding-top:3px;}

.columns_leftcol_line {background-color:#3192c1;}
.columns_rightcol_line {background-color:#f8812a;}
.columns_module_line {background-color:#3192c1;}
.columns_summary_line {background-color:#666666;}
.columns_itinlink {font-size: 12px; color: #06c; font-family:Arial,Sans-Serif;}
.results_rightcolheader {font-size: 17px; color: #ffffff; font-family:"Arial Narrow",Arial,Sans-Serif;font-stretch:condensed; text-transform: uppercase;}
.results_rightcoltext {font-size: 11px; color: #ffffff; font-family:Arial,Sans-Serif;}
.results_rightcollink {font-size: 11px; color: #06c; font-family:Arial,Sans-Serif;}

/* General Styles */

.size11
{
    font-size: 11px;
    width: 213px
}
#errShowZipMsg
{
    left: 0px;
    visibility: hidden;
    position: relative;
    top: 0px
}

.error{font-size: 11px;color: #c00;font-family:Arial,Sans-Serif;margin-top:3px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;}

.text
{
    font-size: 12px;
    color: #092475;
    font-family:Arial,Sans-Serif;
}
.textmed
{
    font-size: 12px;
    color: #092475;
    font-family:Arial,Sans-Serif;
}
.textsm
{
    font-size: 11px;
    color: #092475;
    font-family:Arial,Sans-Serif;
}
.textred
{
    font-size: 12px;
    color: #c00;
    font-family:Arial,Sans-Serif;
}
.textredsm
{
    font-size: 11px;
    color: #c00;
    font-family:Arial,Sans-Serif;
}
.textwhite
{
    font-size: 12px;
    color: #fff;
    font-family:Arial,Sans-Serif;
}
.crumbtext
{
    font-size: 11px;
    color: #092475;
    font-family:Arial,Sans-Serif;
	text-align: left;
}

.textpromo
{
    font-size: 12px;
    color: #092475;
    font-family:Arial,Sans-Serif;
}
.textpromowhite
{
    font-size: 12px;
    color: #fff;
    font-family:Arial,Sans-Serif;
}
.textfeature
{
    font-size: 12px;
    color: #092475;
    font-family:Arial,Sans-Serif;
}

.textsearch
{
    font-size: 12px;
    color: #092475;
    font-family:Arial,Sans-Serif;
}

.textsearchsm
{
    font-size: 11px;
    color: #092475;
    font-family:Arial,Sans-Serif;
}

.link
{
    font-size: 12px;
    color: #06c;
    font-family:Arial,Sans-Serif;
}
.linktab
{
    font-size: 12px;
    color: #06c;
    font-family:Arial,Sans-Serif;
}
.smlink
{
    font-size: 11px;
    color: #06c;
    font-family:Arial,Sans-Serif;
}

.whitelink
{
    font-size: 12px;
    color: #fff;
    font-family:Arial,Sans-Serif;
}
.dslink
{
    font-size: 11px;
    color: #06c;
    font-family:Arial,Sans-Serif;
}
.crumbs
{
    color: #06c;
    font-family:Arial,Sans-Serif;
}
.graylink
{
    font-size: 11px;
    color: #999;
    font-family:Arial,Sans-Serif;
}

a
{
    text-decoration: underline
}

a:hover
{
    color: #3192c1;
    text-decoration: underline
}

a:visited
{
    color: #800080;
    text-decoration: underline
}

.header
{
    font-size: 17px;
    line-height:1.3em;
    color: #092475;
    font-family:"Arial Narrow",Arial,Sans-Serif;
    font-stretch:condensed;
    text-transform: uppercase
}
.header2
{
    font-size: 13px;
    color: #fff;
    font-family:Arial,Sans-Serif;
}
.header2sm
{
    font-size: 12px;
    color: #fff;
    font-family:Arial,Sans-Serif;
}

.headercruise
{
    font-size: 17px;
    color: #092475;
    font-family:"Arial Narrow",Arial,Sans-Serif;
    font-stretch:condensed;
    text-transform: uppercase;
	text-align: left;
}
.headervaca
{
    font-size: 17px;
    color: #092475;
    font-family:"Arial Narrow",Arial,Sans-Serif;
    font-stretch:condensed;
    text-transform: uppercase
}
.subheader
{
    font-size: 12px;
    color: #f60;
    font-family:Arial,Sans-Serif;
}
.subhead
{
    font-size: 11px;
    color: #092475;
    font-family:Arial,Sans-Serif;
}
.subhead2
{
    font-size: 13px;
    color: #f60;
    font-family:Arial,Sans-Serif;
}
.subhead4
{
    font-size: 14px;
    color: #092475;
    font-family:"Arial Narrow",Arial,Sans-Serif;
    font-stretch:condensed;
    text-transform: uppercase}

.headerlg
{
    font-size: 17px;
    color: #f60;
    font-family:Arial,Sans-Serif;
}

.itincallout
{
    font-size: 11px;
    color: #c00;
    font-family:"Arial Narrow",Arial,Sans-Serif;
    font-stretch:condensed;
    text-transform: uppercase
}
.callout
{
    font-size: 11px;
    color: #c00;
    font-family:"Arial Narrow",Arial,Sans-Serif;
    font-stretch:condensed;
    text-transform: uppercase
}

.savingsprice
{
    font-size: 12px;
    color: #c00;
    font-family:Arial,Sans-Serif;
}
.pricecolor
{
    color: #c00
}

.bodybgcolor
{
    background-color: #e0eff6
}

.headerbgcolor
{
    background-color: #fff
}

.footerdisclaimer
{
    font-size: 11px;
    color: #092475;
    font-family:Arial,Sans-Serif;
}
.navfooterlinks
{
    font-size: 11px;
    color: #06c;
    font-family:Arial,Sans-Serif;
}
.navheaderlinks
{
    font-size: 11px;
    color: #06c;
    font-family:Arial,Sans-Serif;
}

.footerbgcolor
{
    background-color: #fff
}

.subnavbgcolor
{
    background-color: #3192c1
}

.bookingsteptext
{
    font-size: 11px;
    color: #092475;
    font-family:Arial,Sans-Serif;
}

.bookingstepbg
{
    background-color: #e0eff6
}

.sectionheader
{
    font-size: 11px;
    color: #fff;
    font-family:"Arial Narrow",Arial,Sans-Serif;
    font-stretch:condensed;
    text-transform: uppercase
}

.sectionheaderbg
{
    background-color: #3192c1
}

.summarytext
{
    font-size: 12px;
    color: #666;
    font-family:Arial,Sans-Serif;
}

.searchsummarybgcolor
{
    background-color: #fff
}

.waitbgcolor
{
    background-color: #fff
}
.waitlinecolor
{
    background-color: #fff
}
.waittext
{
    font-size: 12px;
    color: #3192c1;
    font-family:Arial,Sans-Serif;
}

.sidebarbgcolor
{
    background-color: #f8812a
}

.shipdetailbgcolor
{
    background-color: #f8812a
}

.sidebarhomebg
{
    background-color: #f8812a
}

.linecolor{background-color: #3192c1}
.sc_mainbordercolor{background-color: #3192c1}
.sail_mainbordercolor{background-color: #3192c1}
.category_mainbordercolor{background-color: #3192c1}
.cabin_mainbordercolor{background-color: #3192c1}
.creditcard_mainbordercolor{background-color: #3192c1}
.customerinfo_mainbordercolor{background-color: #3192c1}
.confirmation_mainbordercolor{background-color: #3192c1}

.sidenavbg
{
    background-color: #f8812a
}

.highlightbg{background-color: #e0eff6}
.tab_inactive_bg{background-color: #e0eff6}

.whisper
{
    color: #e0eff6
}
.featbgcolor
{
    background-color: #fff
}

.featlightbg
{
    background-color: #e0eff6
}

.genbgcolor
{
    background-color: #999
}
.genmedbg
{
    background-color: #cdcdcd
}
.genlightbg
{
    background-color: #eee
}

.imgstyle
{
    border-right: #fff 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    border-bottom: #fff 1px solid
}

.imgstylenobottom
{
    border-right: #fff 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid
}

.imgstylenoright
{
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    border-bottom: #fff 1px solid
}

.cruisebgcolor
{
    background-color: #3192c1
}
.vacabgcolor
{
    background-color: #3192c1
}
.cruiselightbg
{
    background-color: #eee
}
.vacalightbg
{
    background-color: #eee
}


/* ----------------------------------------------*/
/* profile container for the customer reviews preview and customer reviews view multiple */
/* ----------------------------------------------*/

.reviews_profile_container
{
    border-right: #3192c1 1px solid;
    border-top: #3192c1 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    padding-bottom: 0px;
    border-left: #3192c1 1px solid;
    width: 200px;
    line-height: 20px;
    padding-top: 0px;
    border-bottom: #3192c1 1px solid;
    background-color: #e0eff6;
    text-align: center
}
.reviews_profile_description
{
    clear: left;
    border-right: #3192c1 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    padding-bottom: 0px;
    border-left: #3192c1 1px solid;
    width: 100px;
    padding-top: 0px;
    border-bottom: #3192c1 1px solid;
    height: 40px;
    background-color: #e0eff6
}
.reviews_profile_value
{
    border-right: #3192c1 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    padding-bottom: 0px;
    width: 100px;
    padding-top: 0px;
    border-bottom: #3192c1 1px solid;
    height: 40px;
    background-color: #e0eff6
}
html > body .reviews_profile_value
{
    border-right: #3192c1 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    padding-bottom: 0px;
    width: 99px;
    padding-top: 0px;
    border-bottom: #3192c1 1px solid;
    height: 40px;
    background-color: #e0eff6
}


/* Celebrity Solstice promo cutlines */
.cutlines{padding-top:12px;padding-bottom:12px;}
.cutline_overlay{font-family:"Arial Narrow",arial,san-serif; font-size:18px;color:#FFFFFF;margin-top:185px;margin-left:12px;font-weight:bold;font-stretch:condensed; font-style:italic;}
html > body .cutline_overlay{font-family:"Arial Narrow",arial,san-serif;color:#FFFFFF;font-size:17px;margin-top:185px;margin-left:12px;font-weight:bold;font-stretch:condensed; font-style:italic;}

/* Site Map Styles */
.sm_content_container {clear:both;text-align:left;width:978px;height:4000px; min-height:4000px; background-color:#e0eff6;  margin:0px;padding-bottom:30px; border:1px solid #3192c1; }
.sm_interior_content_container {width:886px;height:3900px; min-height:3900px; background-color:#ffffff; margin:5px 45px 10px 45px;border:1px solid #3192c1;}

.sm_subheader {width:196px; height:20px;}
.sm_crumbs_container {width:954px; height:20px; padding:10px 0px 0px 0px; margin:5px 0px 5px 10px; }

.sm_spacer {width:946px; margin:0px 10px 6px 10px;padding:0px; background-color:#3192c1;}
.sm_title {width:954px; height:25px; margin:0px 0px 0px 10px;  }

.sm_title_text {font-size: 17px;color: #092475;font-family:"Arial Narrow",Arial,Sans-Serif;text-transform: uppercase;font-weight:bold;font-stretch:condensed;}

.sm_column {width:194px; float:left; margin:0px 20px 0px 0px;}
.sm_column1 {width:194px; float:left; margin:0px 20px 0px 20px;}
.sm_header1 {width:194px; height:22px; background-color:#0461ad; margin:15px 0px 10px 0px; line-height:20px;}
.sm_header2 {width:194px; height:22px; background-color:#0461ad; margin:15px 0px 10px 0px; line-height:20px;}
.sm_header3 {width:194px; height:22px; background-color:#666; margin:15px 0px 10px 0px; line-height:20px;}

.sm_header_text {font-family:arial,sans-serif; font-size:12px; font-weight:bold; color:#ffffff; margin:0px 0px 0px 7px; }
.sm_link_container1 {width:194px; line-height:16px;}
.sm_interior_top {width:898px; height:6px;}

.sm_interior_cornerR {width:6px; height:6px; float:left;}
.sm_interior_main {width:892px; height:6px; background-color:#fff; float:left;}


/* section header orange*/
.promo_bgcolor1{background-color:#fe7817;color:#FFFFFF;}
h2.promo_bgcolor1{background-color:#fe7817;color:#FFFFFF;}

/* promo page email*/
.promo_white_container{background-color:#ffffff;}
html > body .promo_white_container{background-color:#ffffff;padding-bottom:4px;}

.promo_email_container {background-color:#cc0000;margin-bottom:24px;}
html > body .promo_email_container {background-color:#cc0000;margin:0px 0px 0px 0px;}

/* groups */
.groups_white_container{background-color:#cc0000;min-height:250px;}
.groups_email_container {background-color:#cc0000;}
html > body .groups_email_container {background-color:#cc0000;padding-bottom:12px;}

/* thank you page*/
#promo_right_container{width:606px; float:right; text-align:left; font-size:12px; color:#092475; background-color:#fff; margin-left:10px; font-family:Arial,Sans-serif;}
.thx_deals{width:601px;margin:0px;padding:0px;}
.thx_deals_left{float:left;width:380px;}
.thx_deals_right{float:left;width:201px;margin-left:10px;}
.thx_dealsheader {margin:6px 0px 6px 0px;background-image: url("/images_unique/C411/bg_bar-deals.gif"); height:29px;}
html > body .thx_dealsheader {margin:6px 0px 6px 0px;background-image: url("/images_unique/C411/bg_bar-deals.gif"); height:26px;}

.thx_specialsheader {margin:6px 0px 6px 0px;background-image: url("/promotion/cruise411/email/images/bgbar_destinations.gif"); height:29px;}
html > body .thx_specialsheader {margin:6px 0px 6px 0px;background-image: url("/promotion/cruise411/email/images/bgbar_destinations.gif"); height:26px;}

.thx_deals_container {width:380px; text-align:left;margin:0px 0px 3px 0px;padding:0px;}
.thx_specials_container {width:201px; text-align:left;margin:0px 0px 3px 0px;padding:0px;}
.thx_text{font-size: 11px; color: #092475;font-family:Arial,Sans-Serif;line-height:18px; text-align:left;margin-left:10px;}



    /*Dynamic search widget */
    .widgetCountNumber   {font-size: 24px; color: #092475; font-family:Arial,Sans-Serif; font-weight: bold} 
    .widgetCounttext  {font-size: 11px; color: #092475; font-family:Arial,Sans-Serif; font-weight: bold} 
    .widgetHighlight  { display:none;text-align:center; height:30px;font-size: 11px;color:#092475; background-color:#e0eff6; background:url('/images_unique/widgetHighlight_k.gif') repeat-x top;background-color:#e0eff6;  } 
    .results_widget_count {float:left;padding-left:10px;font-size: 24px; color: #092475; font-family:Arial,Sans-Serif; font-weight: bold}
    .results_widget_text {float:left;text-align:left;padding-left:10px;font-size: 11px; color: #092475; font-family:Arial,Sans-Serif; font-weight: bold}
    .results_widget_buffer {padding-right:10px;}
    .widgetHighlight-HP  { display:none;text-align:center;  width:174px; height:30px;font-size: 11px;color:#092475; background-color:#e0eff6; background:url('/images_unique/widgetHighlight_k.gif') repeat-x top;background-color:#e0eff6; margin-bottom:8px; } 
	

/* clock for sale timer */

#clock{background-image:url(/images_unique/CruisesOnly/CO_timer_long.gif); background-repeat: no-repeat; width:556px; height:38px;margin:0px;}
.clocktext{border: 0px none;margin-top:8px; padding: 0px; font-family:arial,sans-serif; font-size: 16px; font-weight: bold;color:#FFFFFF;background-color:transparent;}
html > body .clocktext{border: 0px none;margin:8px 0px 0px 12px; padding: 0px; font-family:arial,sans-serif; font-size: 16px; font-weight: bold;color:#FFFFFF;background-color:transparent;}

/* Styles for Special Rates Page */
.resultscontainer{padding-bottom:2px;}
.sprate_bg {background-color:#f8812a;}
.sprate_bg2 {background-color:#fae0b6;}
.filterheadertext {font-family:arial,sans-serif; font-size:18px; color:#092475;}
.aboutDiscountsInterior { padding:0px 8px 0px 8px;font-size: 12px;color:#092475;font-family:Arial,Sans-Serif;}
.aboutDiscountsInteriorZero { border-right:1px solid #f8812a;padding:0px 8px 0px 8px; }
.sortTabContainer {width:561px; height:auto; border-bottom:5px solid #092475; margin:0px 0px 0px 0px; float:right;}

.onpriceTab {padding:5px 0px 5px 0px; margin:0px 4px 0px 0px; width:68px; background-color:#092475; color:#ffffff; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;background: url("/images_unique/specialrates/sort_arrow_up_bg_k.gif") no-repeat top;}
.onpriceTabdown {padding:5px 0px 5px 0px; margin:0px 4px 0px 0px; width:68px;background-color:#092475; color:#ffffff; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;background: url("/images_unique/specialrates/sort_arrow_down_bg_k.gif") no-repeat top;}
.offpriceTab {padding:5px 0px 5px 0px; margin:0px 4px 0px 0px; width:68px;background-color:#e0eff6; color:#0066cc; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;}
.onCruiseTab {padding:5px 0px 5px 0px; margin:0px 4px 0px 0px; width:86px;background-color:#092475; color:#ffffff; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;}
.offCruiseTab {padding:5px 0px 5px 0px; margin:0px 4px 0px 0px; width:86px;background-color:#e0eff6; color:#0066cc; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;}
.onItinTab {padding:5px 0px 5px 0px; margin:0px 4px 0px 0px; width:68px;background-color:#092475; color:#ffffff; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;}
.offItinTab {padding:5px 0px 5px 0px; margin:0px 4px 0px 0px; width:68px;background-color:#e0eff6; color:#0066cc; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;}
.onDepartureTab {padding:5px 0px 5px 0px; margin:0px 4px 0px 0px; width:106px;background-color:#092475; color:#ffffff; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;}
.offDepartureTab {padding:5px 0px 5px 0px; margin:0px 4px 0px 0px; width:106px;background-color:#e0eff6; color:#0066cc; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;}
.onStateroomTab {padding:5px 0px 5px 0px; margin:0px 4px 0px 0px; width:112px;background-color:#092475; color:#ffffff; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;}
.offStateroomTab {padding:5px 0px 5px 0px; margin:0px 4px 0px 0px; width:112px;background-color:#e0eff6; color:#0066cc; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;}
.onSailingTab {padding:5px 0px 5px 0px; margin:0px 0px 0px 0px; width:89px;background-color:#092475; color:#ffffff; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;}
.offSailingTab {padding:5px 0px 5px 0px; margin:0px 0px 0px 0px; width:89px;background-color:#e0eff6; color:#0066cc; border-top:1px solid #092475;border-right:1px solid #092475; border-left:1px solid #092475; float:left;}

.resultswhitelink {color:#ffffff; font-size:11px; font-family:arial,sans-serif;text-decoration:none; text-align:center; display:block; margin:0px auto;}
a.resultswhitelink {color:#ffffff; font-size:11px; font-family:arial,sans-serif;text-decoration:none;  text-align:center; display:block; margin:0px auto;}
a:visited.resultswhitelink {color:#ffffff; font-size:11px; font-family:arial,sans-serif;text-decoration:none;  text-align:center; display:block; margin:0px auto;}
.tablink {color:#0066cc; font-size:11px; font-family:arial,sans-serif; text-align:center;display:block; margin:0px auto;}
a.tablink {color:#0066cc; font-size:11px; font-family:arial,sans-serif; text-align:center;display:block; margin:0px auto;}
a:visited.tablink {color:#0066cc; font-size:11px; font-family:arial,sans-serif;text-align:center; display:block; margin:0px auto;}
.resultsBoxContainer {width:561px; border-left:1px solid #092475;border-right:1px solid #092475; border-bottom:1px solid #092475; margin:0px 0px 0px 0px; background-color:#ffffff; float:right;}
html > body .resultsBoxContainer {width:559px; border-left:1px solid #092475;border-right:1px solid #092475; border-bottom:1px solid #092475; margin:0px 0px 0px 0px; background-color:#ffffff; float:right;}

.bigPrice {color:#ff6600; font-family:arial,sans-serif; font-size:22px;}

.resultsLogoBox {float:left; width:395px; margin:10px 0px 0px 10px;}
.resultsBrochureTitle {float:left; text-align:left; width:395px; margin:0px 0px 0px 10px;}
.resultsShipNameBox {float:left; width:227px; text-align:left; margin:0px 0px 0px 10px;}
.resultsStateroomBox {float:left; width:167px;text-align:left; }
.sortby {margin:0px 0px 0px 20px;text-align:left;}
#TermsConditions {background-color:#ffffff; padding:0px 0px 0px 10px;text-align:left;}
#contentContainer {width:780px; background-color:#fae0b6;}


/* Timer */
.promo_timer {width:580px;background-color:#CC0000;color:#FFFFFF;margin-top:6px; border:0px none; padding-left: 6px; font-family:arial,sans-serif; font-size: 16px; font-weight: bold;}
html > body .promo_timer {margin-left:10px;width:580px;background-color:#CC0000;color:#FFFFFF; border:0px none;padding-left: 6px; font-family:arial,sans-serif; font-size: 16px; font-weight: bold;}




/* Customer Service Page Styles */


.cs_main_container { margin:0 auto; width:982px;}
.cs_content_container { float:left; }
html > body .cs_content_container { float:left; margin-top:5px; }

.cs_content { width:752px; padding-bottom:25px; background-color:#e0eff6; text-align:left; }
.cs_content_text { margin:3px 0px 0px 115px; font-family:Arial,sans-serif; font-size:14px; color:#092475; }
.cs_content_desc { }
.cs_content_desc_col1 { float:left; width:200px; }
.cs_content_desc_col2 { float:left; }
.cs_content_desc_bullet { font-size:12px; padding-top:10px; }
.info_link,  a:active.info_link, a:visited.info_link, a:hover.info_link { color:#06c; font-weight:bold; cursor:help; }
.errorImg { background-color:#e0eff6 !important; }
.cs_login { float:left; }
.lblconfNumber { background-color:#e0eff6 !important; }
.confirmation_label { width:285px; font-weight:bold; }
html > body .confirmation_label { margin-top:10px; width:245px; font-weight:bold; }

.confirmation_number { margin-left:10px; font-weight:bold; }
html > body .confirmation_number { margin:10px 0px 0px 60px; font-weight:bold; }

.bn { width:150px; }
html > body .bn { width:145px; }

.lblpaxName { background-color:#e0eff6 !important; }
.lastname_label { width:285px; font-weight:bold; }
html > body .lastname_label { width:245px; font-weight:bold; }

.lastname_input { margin:10px 0px 0px 10px; }
html > body .lastname_input { margin:10px 0px 0px 20px; }

.ln { width:183px; }
.cs_go_button { float:left; margin:0px 0px 0px 25px; display:table-cell; vertical-align:top; }
.bold_chat_banner { float:left; margin:10px 0px 10px 0px; }
html > body .bold_chat_banner {float:left;padding:0px;margin:0px; }

.faq_banner { float:left; margin:10px 0px 10px 0px; }
html > body .faq_banner {float:left;padding:0px;margin:0px 0px 0px 0px; }

.cs_widget_container {background-color:#f8812a; margin:0px 0px 0px 5px; padding:0px 5px 0px 0px; height:auto; float:left; width:200px; z-index:1; }
html > body .cs_widget_container {background-color:#f8812a; margin:5px 0px 0px 5px; padding:0px 5px 0px 0px; height:auto; min-height:500px; float:left; width:220px; z-index:1; }



/* HP ROTATING SLIDESHOW  */
.hp_rotatingdeals_container{width:801px;height:131px;margin:5px 0px 0px 0px;padding:0px 0px 0px 0px;background-color:#232323;}
.hp_rotating_radiobar{float:left;width:156px;margin:18px 0px 12px 54px;padding:0px 0px 0px 0px;}
html > body .hp_rotating_radiobar{float:left;text-align:center;width:156px;margin:18px 0px 12px 54px;padding:0px 0px 0px 0px;}

div.hp_slideTextContainer{
    float:right;
    width:540px;
    margin:14px 0px 12px 0px;
    background-color:#232323;
    text-align:left;
}
.hp_slideLgText{font-family:Arial,Sans-Serif; font-size:18px!important;  background-color:#232323; color: #ffffff !important;text-decoration:none !important; font-weight: bold;margin-top:10px;margin-bottom: 5px;}
.hp_slideSmText{font-family:Arial,Sans-Serif; font-size:12px!important;  background-color:#232323; color: #ffffff !important;text-decoration:none !important;margin-bottom:8px;margin-right:12px;}
.hp_AlertBar{height:22px;margin-top:0px;margin-bottom:0px;background-color:#232323;}
.hp_slidepause{margin-top:0px; }

.hp_slideAlertText{font-family:Arial,Sans-Serif; font-size:15px;line-height:1.3; color:#f8812a; padding:0px 0px 0px 0px;margin:0px 0px 0px 0px; font-weight: bold;text-decoration:none !important;}

.hp_slideTimer{width:210px;font-family:Arial,Sans-Serif; font-size:15px !important; line-height:1.3;border:0px; color:#f8812a; padding:0px 0px 0px 0px;text-decoration:none !important; font-weight:bold;background:transparent;}

.hp_slideLgText a {font-family:Arial,Sans-Serif; font-size:18px!important; color: #ffffff !important;text-decoration:none !important; font-weight: bold}
.hp_slideLgText a:visited {font-family:Arial,Sans-Serif; font-size:18px!important; color: #ffffff !important;text-decoration:none !important; font-weight: bold}
.hp_slideLgText a:active {font-family:Arial,Sans-Serif; font-size:18px!important; color: #ffffff !important;text-decoration:none !important; font-weight: bold}
.hp_slideLgText a:hover {font-family:Arial,Sans-Serif; font-size:18px!important; color: #ffffff !important;text-decoration:none !important; font-weight: bold}
.hp_slideSmText a {font-family:Arial,Sans-Serif; font-size:12px!important; color: #ffffff !important;text-decoration:none !important;}
.hp_slideSmText a:visited {font-family:Arial,Sans-Serif; font-size:12px!important; color: #ffffff !important;text-decoration:none !important;}
.hp_slideSmText a:active {font-family:Arial,Sans-Serif; font-size:12px!important; color: #ffffff !important;text-decoration:none !important;}
.hp_slideSmText a:hover {font-family:Arial,Sans-Serif; font-size:12px!important; color: #ffffff !important;text-decoration:none !important;}

.whiteSlidelink { color: #ffffff !important;text-decoration:none !important;}
a.whiteSlidelink { color: #ffffff !important;text-decoration:none !important; }
a:visited.whiteSlidelink { color: #ffffff !important;text-decoration:none !important;}
a:active.whiteSlidelink { color: #ffffff !important;text-decoration:none !important;}
a:hover.whiteSlidelink { color: #ffffff !important;text-decoration:none !important;}


/* Booking Engine */
a {  font-family:Arial,sans-serif; color: #06c }
.be_header { font-size: 16px; color: #092475; font-family:"Arial Narrow",Arial,sans-serif; font-weight: bold; font-stretch:condensed; }
.be_subheader { font-size: 13px; font-family:Arial,sans-serif; color: #092475; font-weight: bold }
.be_text { font-size: 12px; font-family:Arial,sans-serif; color: #092475}
.be_link { font-size: 12px; font-family:Arial,sans-serif; color: #06c }
.be_link a { font-size: 12px; font-family:Arial,sans-serif; color: #06c }
.be_link a:active { font-size: 12px; font-family:Arial,sans-serif; color: #06c }
.be_link a:hover { font-size: 12px; font-family:Arial,sans-serif; color: #06c }
.be_link a:visited { font-size: 12px; font-family:Arial,sans-serif; color: #06c }
.be_enlarge { font-size: 12px; font-family:Arial,sans-serif; color: #06c }
.be_tc { font-size: 11px; font-family:Arial,sans-serif; color: #999 }
.be_line_divider {height:1px; margin:32px 0px 32px 0px; width:727px; }
.be_line_divider_notop {height:1px; margin:0px 0px 32px 0px; width:727px; }
html > body .be_line_divider_notop {height:1px; margin:8px 0px 32px 0px; width:727px; }
.be_alert_text { font-size: 12px; font-family:Arial,sans-serif; color: #06c }
.be_sidebar_bg { background-color: #f8812a }
.be_sidebar_module_bg { background: #e0eff6 url(/images_unique/be_module_gradient_k.gif) repeat-x }
.be_sidebar_price_hilite { background-color: #c9eafa }
.be_sidebar_header { font-size: 17px; font-family:Arial,sans-serif; color: #f60; font-weight: bold }
.be_termscond { font-size: 10px; font-family:Arial,sans-serif; color: #999999; }
.be_pop_title_text {color:#ffffff; font-size:12px; font-family:Arial,sans-serif; font-weight:bold;}
.be_pop_close_text {color:#ffffff !important; text-decoration:none; font-family:arial,sans-serif; font-size:14px; font-weight:normal;}
#errShowNameMsg {position: relative; float: left; margin-left: -300px; margin-top: 35px}
html > body #errShowNameMsg {margin-left: -250px;}
#errShowEmailMsg {position: relative; float: left; margin-left: -420px; margin-top: 48px}
html > body #errShowEmailMsg {margin-left: -378px;}
.be_message {background-color:#e0eff6}
.be_cabin_list_header {background-color:#e0eff6}
#be_key_head {border-top:1px solid #f8812a}
#pop_box2{border-bottom:4px solid #f8812a}
html > body #pop_box2{border-bottom:0}
.highlite_row {background:#f8812a !important;}
#paxEmailAddress {width:120px;}
.pricing_details_cell_head {font-size:11px !important;}
#waitpage { text-align:center; margin: 0 auto !important; background-color:#ffffff; }
.be_line_override {line-height:25px!important;}

/* Luxury Popup from concierge box in copy*/

.luxInquiryContent{float:left;width:504px;height:283px;margin-left:11px;}
.luxInquiryContent_pop{float:left;width:504px;height:315px;background-color: #c8c8c8;}
.luxInquiryForm{float:left;text-align:left;width:250px; height:233px; background-color: #c8c8c8;}

#luxContentCopy {width:458px; padding-left:20px;text-align:right; margin-top:135px; }
.luxCopyInfo {font-family:Arial,Sans-Serif !important;font-size:12px; color:#092475;text-decoration:none;margin:0px 0px 20px 0px;}
.luxCopyInfo2 {font-family:Arial,Sans-Serif !important;font-size:12px; color:#092475;text-decoration:none;margin:0px 0px 20px 0px;}
.luxFill {font-family:Arial,Sans-Serif !important;font-size:12px;  color:#092475; font-weight:bold;margin:5px 0px 20px 0px;}
.luxfirstname_box, .luxlastname_box {font-family:Arial,Sans-Serif !important;width:110px; float:left; margin-right:5px;margin-top:21px;margin-bottom:7px; }
.luxnamewidth {width:105px;color:#092475;font-size:10px;}
.luxlabel {font-family:Arial,Sans-Serif !important;font-size:10px;  font-weight:bold; color:#092475;}
.luxast {color:#374f52;}
.luxmainwidth {width:224px;color:#092475;font-size:10px;}
.phone_box, .comment_box, .email_box {margin-bottom:3px;}
.luxrequired {float:left; margin-top:5px;font-size:10px; color:#cc0000;}
.luxsubmit {float:right; margin-top:0px;margin-right:12px;}
#lux_pop_top {width:100%; background-color:#000000; height:25px; text-align:right;}
.lux_pop_close {margin-right:15px;}
#lux_pop_box3 {width:100%; background-color:#c8c8c8;text-align:left;}
#colorbox {overflow:hidden;}
.lux_pop_close_text {color:#ffffff; text-decoration:none; font-size:10px;}
#luxthankyouback {width:738px; height:333px; background-color:#c8c8c8;color:#092475;}
html > body #luxthankyouback {width:738px; height:333px; background-color:#c8c8c8;}
#luxthankyoutext {width:500px; float:left; text-align:right;margin-top:110px;margin-left:100px;color:#092475;}
textarea { resize: none;} 

/* luxury popup from header */

#luxCallToBook {width:748px; line-height:14px;margin:16px 0px 16px 0px;border:1px solid #4cb3bf;padding:16px 16px 16px 16px;}
html > body #luxCallToBook {width:746px;line-height:14px;margin:16px 0px 16px 0px;border:1px solid #4cb3bf;padding:16px 16px 16px 16px;}
#luxSailWrapper {width:748px; padding:16px; margin:0px 0px 16px 0px;border:1px solid #4cb3bf; line-height:14px;}
html > body #luxSailWrapper {width:716px; height:250px; padding:16px; margin:0px 0px 16px 0px;border:1px solid #4cb3bf; line-height:14px;}
.lux_call_headtext {font-size:12px; font-weight:bold;font-family:verdana; color:#1c7791;margin-bottom:10px;}
.lux_call_contacttext {font-size:11px; font-weight:normal; font-family:Arial,Sans-Serif !important;color:#092475;}
.lux_pricing_border {border:1px solid #006;}
#luxCallFormWrapper {width:748px; background-color:#c8c8c8;height:300px;}

/* luxury on asp promo pages */
#luxInquiryWrapperPromo {background-color:#65a9b0; padding:0px 12px 12px 12px}
#luxpromo_head, .luxlabel_promo {color:#ffffff;font-size:11px; font-family:arial;margin-bottom:12px;}
.luxnamewidth_promo {width:88px;float:left;margin-bottom:12px; border:1px solid #7f9db9; color:#092475;font-size:11px;}
.luxmainwidth_promo {width:187px;margin-bottom:12px; border:1px solid #7f9db9; color:#092475;font-size:11px;}
.luxsubmit_promo {margin-left:117px;}
#firstname_promo {margin-right:10px;}
#email_promo {width:120px !important;}


/* Customer Self Service FAQ Button*/
#css_faq_container {background: url("/images_unique/faq_gradient_k.gif") repeat-x; width: 752px; font-weight: bold; font-style: normal; height: 50px; text-transform: none;}
html > body  #css_faq_container {margin-right: auto; margin-left: auto; }
.css_faq_copy {margin-top: 18px; margin-left: 150px; float: left; }
.css_faq_button {float: left; margin-top: 15px; margin-left:35px;}

#boldchatbutton {display: none;}


/*Interline Styles */
#interline-phonenumber {width: 100%; text-align: center; font-weight: bold; color: #C00; font-size: 26px; margin: 10px 0;}
#destination-box-header {border-bottom:1px solid #f8812a; color: #f8812a; font-size: 15px; font-weight: bold; padding-bottom: 5px; clear: both; margin-bottom: 10px;}
	
#destination-box {width: 100%;  }
#destination-box-thumb {width: 30%; float: left;}
#destination-box-copy-box {width: 70%; float: left;}
#destination-box-destinations {background-color: #e0eff6; padding: 15px; }
.destination-box-destinations-links {width: 50%; float: left; line-height:15px; }
.box-height {display: block; min-height: 10px; *height: 50px}
html > body .box-height {overflow: auto;}
#destination-box-product {clear: both; position: relative; top: 10px; padding-bottom: 10px;}
.destination-box-product-phone {color:#C00; font-weight: bold; font-size: 13px;}




/* ----------------------------------------- */
/* CHA GROUP PRICING PAGE - one-off */
/* ----------------------------------------- */

.gp-product_collection {}
.gp-price_header {font-size:14px !important;float:left !important; width:auto; }
.gpp-row {width:747px !important;height:120px; padding:0px; margin:18px 0px 0px 0px;}
.gpp-vessel_image {float:left!important; width:150px;height:100px;margin-left:10px; margin-right:10px;}

.gpp-brochureinfo {float:left; width:575px;color:#003366;font-size:12px;}
.gpp-brochurename{font-weight:bold;color:#0066cc;}
.gpp-shipsail{color:#003366;}

.gpp-brochuregroup{float:left;width:465px;}
.gpp-callbutton {float:left; width:100px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align:right !important;}


.gpp-pricebox {width:575px; height:auto;min-height:48px;border:1px solid #010066; background-color:#ffffff; margin:5px 0px 0px 0px; padding:0px;}
html > body .gpp-pricebox {width:573px; height:auto;min-height:48px;border:1px solid #010066; background-color:#ffffff; margin:5px 0px 0px 0px; padding:0px;}

.gpp-savebox{float:right;background-color:#cc0000;width:80px;height:48px !important;text-align:center;color:white;margin-right:1px;}
.gpp-bonusbox{float:right;background-color:#3192c1;width:200px;height: 48px !important;color:white;}

.gpp-twoprices{float:left;width:291px;height:48px;}
.gpp-padding{margin:4px 4px 0px 4px;}
.gpp-paddingtophalf{margin:4px 0px 0px 0px;}
.gpp-paddingbtmhalf{margin:4px 0px 0px 0px;}
.gpp-paddingBonus{margin:4px 10px 4px 18px;}


.gpp-lgsavings{font-size:20px; font-weight:bold;}
.gpp-regpricebox{background-color:#fff;width:291px;height:24px;font-size:12px;color:#003366;}
.gpp-regpricebox-a{float:left;background-color:#fff;width:175px;height:24px;text-align:right;}
.gpp-regpricebox-b{float:left;background-color:#fff;width:75px;height:24px;text-align:right;}

.gpp-ourpricebox{background-color:#e0eff6 ;width:291px;height:24px;font-size:12px;color:#003366;}
.gpp-ourpricebox-a{float:left;background-color:#e0eff6;width:175px;height:24px;text-align:right;font-weight:bold;}
.gpp-ourpricebox-b{float:left;background-color:#e0eff6;width:75px;height:24px;text-align:right;font-weight:bold;}


/* ----------------------------------------- */
/* FLASH CRUISE SALE PAGE - one-off          */
/* ----------------------------------------- */
.flash-pricebox {width:100%; height:auto;border:1px solid #3192c1; color:#003366;background-color:#ffffff; margin:6px 0px 24px 0px; padding:0px;}
.flash_stateroom{background-color:#3192c1;height:24px;color:#ffffff !important;border-bottom:1px solid #3192c1; }
.flash_reg_price{background-color:#fff;height:24px;color:#003366;}
.flash_callonly{background-color:#e0eff6;height:24px;font-weight:bold;}
.flash_savings{background-color:#cc0000;height:24px;color:#ffffff;}
.flash-white{color:#ffffff;}
.flash-rule{background-color:#3192c1;}
.pp_size{font-size:11px;}
.flash-pricebox tr td{font-size:12px;}



/* ----------------------------------------- */
/* LAND STYLES FOR CRUISE411 RESORT-VAC   */
/* ----------------------------------------- */
.promohousebrand_container{width:980px;margin:0px;padding:0px;}
.promohousebrand_main .land_main{background-color:#0461ad;padding-bottom:20px;}
.landheader{}   /* just gives us a handle on image if we need it */

/*  Headline override for land resort-vac  */
.landheadline .header{font-size:24px;font-family:"Arial Narrow",Arial,sans-serif; color:#0461ad ; font-weight:bold;}
.landheadline .subheader{font-size:16px; font-family:"Arial Narrow",Arial,sans-serif; color:#f60;font-weight:bold;}

/* text Banners vs image banners */
.resort_bannertext{margin-top:18px;padding-top:14px;width:900px; height:50px;background: url('/promotion/page_headers/land/phone-banners/bg_phoneBars-1x50_k.gif') repeat-x top;font-size:24px; font-family:"Arial Narrow",Arial,sans-serif;color:#ffffff;font-weight:bold;}


/* Land Tab Navigation */
.positioncontent{margin:-115px 0px 0px 22px;}

.alignlandtabs {display:inline;height:31px;position:relative;z-index:20;margin-bottom:0px;}

.land_interiorcontent {position:relative;z-index:0;width:940px;padding:0px;margin:-4px 0px 0px 0px;border:#0461ad 1px solid; background-color:#ffffff;}
html > body .land_interiorcontent {position:relative;z-index:0;width:938px;padding:0px;margin:-.4em 0px 0px 0px;border:#0461ad 1px solid; background-color:#ffffff;}

.travel-dates{height:28px !important;}


/* positioning within popup */
.closebutton{font-size: 11px;}
.popupCountry{font-size: 18px;}
.popupHotel{font-size: 18px;}
.popuptext{font-size:12px;line-height:17px;}
.popupCallOut{font-size: 18px !important;}




/* ----------------------------------------- */
/* END OF LAND STYLES                        */
/* ----------------------------------------- */

/* ------------------------------------------------ */
/* Magnolia VACATION promos -- Land on CO */
/* ------------------------------------------------ */
.promohousebrand_main .headercolor{color:#63A6D5}

.promohousebrand_main .promoland_main{background-color:#ffffff;width:970px;margin:0px 0px 0px 5px;}
.promohousebrand_main .promoland_left{width:654px;height:auto;}
.promohousebrand_main .promoland_right{width:316px;height:auto;background-color:#f8812a;color:#ffffff;}

.promoland_left .setleftadtile{width:644px;height:272px; padding-top:10px;}
.promoland_left .leftredborder{width:644px;height:auto;}
.promoland_left .red_border{border-left:3px #c00 solid;border-right:3px #c00 solid;border-bottom:3px #c00 solid;}
.promoland_left .red_border_indent{padding-top:16px;margin:0px 10px 10px 10px;}

.promoland_right .setrightwidget{width:300px;height:auto;background-color:#f8812a;margin:0px 0px 0px 12px;border:0px;}
.promoland_right .widgetcontainer {position: relative;width:300px;height:auto;background-color:#f8812a;}
.promoland_right .componentcontainer{float:left;overflow:visible;width:100%;white-space:nowrap;margin:0px 0px 16px 0px;}

/* ------------------ CSS STYLES FOR PREDICTIVE SEARCH WIDGETS------------------*/

.promoland_right .widgetcontainer a{text-decoration:none;}
.promoland_right .widgetcontainer .masterfont{font-family:Arial, Helvetica,sans-serif;color:#092475;}
.promoland_right .widgetcontainer .h1{font-size:22px;}
.promoland_right .widgetcontainer .h2{font-size:17px;}
.promoland_right .widgetcontainer .h3{font-size:15px;}
.promoland_right .widgetcontainer .h4{font-size:11px;}
.promoland_right .widgetcontainer .h5{font-size:11px;}
.promoland_right .widgetcontainer .h6{font-size:11px;}
.promoland_right .widgetcontainer .h7{font-size:10px;}
.promoland_right .widgetcontainer .bold{font-weight:bold;}
.promoland_right .widgetcontainer .normal{font-weight:normal;}

.promoland_right .widgetcontainer label{text-align:left;width:100%;display:block;float:left;margin:0px 0px 4px 0px;color:#ffffff !important;font-size:11px;}
.promoland_right .widgetcontainer .columnleft{float:left;width:47%;min-width:160px;margin:0px 12px 0px 0px;}
.promoland_right .widgetcontainer .columnright{float:left;width:48%;min-width:160px;margin:0px;}
.promoland_right .widgetcontainer .columnright a{display:block;padding-top:20px;}
.promoland_right .widgetcontainer .combobox{color:#092475;width:100%;float:left;height:23px;margin:0;}
.promoland_right .widgetcontainer .childage label{text-align:left;width:70%;display:block;float:left;margin:0 0 4px;}


/* ------------------ end of css styles for predictive search widgets------------------*/

/* positioning in widget */
.promoland_right .widgetcontainer ul {list-style:none;margin:0px;padding:0px;margin:0px;}
.promoland_right .widgetcontainer ul.tablist li.tab_active {font-size:18px;width:auto;color:#ffffff;font-weight:bold;background: #f8812a;border-bottom:none;text-align:left;margin:12px 0px 12px 0px;}

.promoland_right .button{float:none;margin-left:100px;width:221px;height:35px;background: url("/images_unique/btn_search_k.gif") 0 bottom no-repeat;border:none;}
.promoland_right .widgetcontainer .landoption {display:block;margin: 10px 0px 0px 0px;padding: 0px;width:280px;text-align:right;color:#ffffff;}
.promoland_right .widgetcontainer .landoption a, .promoland_right .widgetcontainer .landoption a:active,
.promoland_right .widgetcontainer .landoption a:visited, .promoland_right .widgetcontainer .landoption a:hover {color:#ffffff;}
 
.promoland_right .widgetcontainer .searchHeader{color:#ffffff;}
.promoland_right .widgetcontainer .date {width:70%;margin: 0 2px 0 0;padding:2px 2px 2px 2px;float:left;}
.promoland_right .widgetcontainer .packagedate{width:45%;float:left;}
.promoland_right .widgetcontainer .time {width: 40%;float: right;}
.promoland_right .widgetcontainer .adult, .child {float: left;margin-right: 10px;width: 10%;min-width: 34px;}
.promoland_right .widgetcontainer #minorAge1, #minorAge2, #minorAge3, #minorAge4, #minorAge5, #minorAge6 {float:left;margin-right:2px;margin-top:4px;width:14%;}

.promoland_right .widgetcontainer .landcolumnleft{width:88%;}
.promoland_right .widgetcontainer .landcolumnright{width:88%;}
.promoland_right .widgetcontainer .landadult{float:left;width:50%;}
.promoland_right .widgetcontainer .landchild{float:left;width:40%;}
.promoland_right .widgetcontainer .landchildage label{margin-top:3px;width:100%;}

.promoland_right .widgetcontainer .AHCage{float:none;text-align:left;display:inline;width:25%;min-width:60px;}

.promoland_right .widgetcontainer .pVO{width:250px;}
.promoland_right .widgetcontainer .pVO2{width:100px;}
.promoland_right .widgetcontainer .pVO3{width:100px;}
.promoland_right .widgetcontainer .pVO4{width:110px;}


/* positioning in adtile */

.featileleft{float:left; width:400px; }
.featileright{float:right; width:210px;}
.VOhotel{margin-left:10px;font-size:20px;color:#ffffff;font-weight:bold;}
.VOcountry{display:block;margin-left:10px;font-size:14px;color:#ffffff;font-weight:bold;}
.VOnights{display:block;font-size:16px !important;margin-top:6px;line-height:32px;font-weight:bold;color:#06c !important;}
.VObonusoffers{display:block;font-size:13px;margin-bottom:10px;font-weight:bold;color:#f60;}

.VOprice{display:block;font-size:16px !important;line-height:32px;font-weight:bold;color:#f60;text-align:center;}
.VOpricenow{display:block;font-size:16px !important;line-height:32px;font-weight:bold;color:#f60;text-align:center;}
.VOpriceboth{display:block;font-size:15px !important;line-height:20px;font-weight:bold;color:#999;text-align:center;}
.VOpricenowboth{display:block;font-size:16px !important;line-height:32px;font-weight:bold;color:#f60;text-align:center;}

.adtile-btnlink{width:145px;height:30px;margin-left:70px;margin-bottom:10px;background: url("/images_unique/btn_select_k.gif") 0 bottom  no-repeat;border:none;}
.VOdisclaimer{font-size:11px;color:#999;margin-bottom:18px;}

/* Timer */
.promoland_left .promo_timer {background-color:#f60; margin-bottom:6px; color:#FFFFFF; width:644px;border:0px none; padding-left: 6px; font-family: arial, helvetica, sans-serif; font-size: 16px; font-weight: bold;background: url("/images_unique/bg_timer_v.gif") 0 top  no-repeat;}

/* position side-by-side smaller itin blocks */

.promoland_left2{width:654px;}
.promoland_offer{float:left;width:317px;margin-right:8px;}
.promoland-art{width:317px;height:252px;text-align:left;font-weight:bold;color:#ffffff;margin-top:24px;}
.promoland-art-indent{margin:0px 10px 0px 10px;padding-top:10px;}
.promoland-name{font-size:14px !important;}
.promoland-country{font-size:12px !important;}
.leftblueborder{width:317px;height:auto;}
.blue_border{border-left:3px #e0eff6 solid;border-right:3px #e0eff6 solid;border-bottom:3px #e0eff6 solid;}
.promoland-blue-indent{padding-top:10px;margin:0px 10px 10px 10px;}

.promoland-priceboth{font-size:15px !important;height:18px;margin-top:0px;font-weight:bold;color:#999;text-align:center;}
.promoland-price{font-size:16px !important;margin-top:4px;font-weight:bold;color:#f60;text-align:center;}

.promoland-stars{text-align:left;margin-bottom:6px;padding-top:10px;height:14px;}
.promoland-nights{text-align:left;font-size:16px !important;line-height:24px;font-weight:bold;}
.promoland-bonus{text-align:left;font-size:13px;height:26px;font-weight:bold;color:#f60;}
.promoland-btnlink{width:145px;height:30px;margin-left:110px;margin-bottom:10px;background: url("/images_unique/btn_select_k.gif") 0 top  no-repeat;border:none;}
.promoland-disclaimer{font-size:11px;color:#999;}

.promoland-travel-dates{margin-top:12px;height:14px;padding:0px !important;}
.promoland-resort-call{margin-left:0 !important;text-align:center;height:28px;font-weight:bold !important;margin-bottom:6px;}
.promoland-book-message{height:28px;font-size:15px !important;font-weight:bold;}
.promoland-resort-callToBook{}


/* right column after widget */

.sidebarlandVO{font-size:14px;color:#ffffff;margin:20px;}
.sidebarlandVO-hdr{margin-bottom:6px;font-weight:bold;}
.sidebarlandVO-text{font-size:14px;font-weight:normal;color:#ffffff;}
.sidebarlandVO-text a, .sidebarlandVO-text a:active,.sidebarlandVO-text a:visited, .sidebarlandVO-text a:hover {color:#ffffff;font-size:14px;line-height:1.3em;}

.whybuy-headertext {font-size:14px;color:#ffffff;font-weight:bold;}
.whybuy-landtext {color:#ffffff;font-size:11px;}
.promoland_right .promolandGAM{display:block;margin:12px 0px 0px 8px;}
.promoland_right .promoland_whitespace_first{}
.promoland_right .promoland_whitespace{height:12px;background-color:#ffffff !important;}

.sidebarlandVO-deals{height:110px;border-bottom:2px solid #63a6d5;margin-bottom:12px;}
.sidebarlandVO-left{float:left;width:126px;}
.sidebarlandVO-right{float:right;}
.sidebarlandVO-hotel{font-size:14px;color:#393939;font-weight:bold;}
.sidebarlandVO-country{font-size:12px;color:#393939;font-weight:bold;margin-bottom:6px;}
.sidebarlandVO-stars{font-size:12px;margin-left:6px;margin-bottom:14px}
.sidebarlandVO-price{font-size:17px;margin-left:6px;color:#f60;font-weight:bold;}
.sidebarlandVO-btnlink{width:138px;height:30px;margin-top:10px;margin-bottom:10px;background: url("/images_unique/btn_outlet_price_v.gif") 0 bottom  no-repeat;border:none;}

/* ----------------------------------------- */
/* END OF VACATION LAND STYLES                        */
/* ----------------------------------------- */
 
 /* simple left and right art break for magnolia*/
 
 .artleft{float:left;width:20%;margin-right:18px;}
 .artright {float:left;width:70%;}
 .artright ul li {margin-left:18px;margin-top:12px;}


/* ----------------------------------------- */
/* Umbrella bullets with image                       */
/* ----------------------------------------- */

#umbrella_offer_1 .umbrella_offer_text{display:inline;margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}

/* ----------------------------------------- */
/* Swap header styles                       */
/* ----------------------------------------- */

.header_tagline {margin-bottom:12px;}
.headerLinks {padding-top:9px;}
.header_logo img { border:none !important;}
.results_top_left, .results_inner{line-height:14px !important;}
.results_top, .luxuryheightOR{min-height:45px !important;}
.pagepositionXYAxis, #AdvancedForm{text-align:left;} 
.linktab:visited{color:#06c!important;}
.luxPhoneHeader{color:#f8812a;font-size:32px; font-weight:bold;}
#luxContentCopy{padding-right:10px;}

.searchfilter_container #DepartureMonth {width: 130px !important;}
.searchfilter_container #DepartureDay {width: 75px !important;}



/* Random fixes for wth.css errors */
.text { font-size: 14px; line-height: 1.3em; }
.promohousebrand_sidebar {vertical-align:top;}
