﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #797979;
}

/* CLEARFIX */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


a {
    text-decoration: none;
    color: #02508E;
}̈́
a:hover {
    text-decoration: underline;
}


img {
    border: 0;
}

.clear {
    clear: both;
    float: none;
}

hr {
    background-color: #BCBEC0;
    border: medium none;
    height: 1px;
    margin: 15px 0;
}

.overlayTrigger {
    cursor: pointer;
}


/*
 * SITE TOP
 */
.siteTop {
    background-color: #FFFFFF;
    height: 30px;
    margin-top: 4px;
}
.siteTop .wrap {
    margin: 0 auto;
    width: 960px;
}
.siteTop .siteTabs {
    float: left;
}
.siteTop .siteTabs a {
    background-color: #FFFFFF;
    color: #797979;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.siteTop .siteTabs a:hover {
    text-decoration: underline;
}
.siteTop .siteTabs a.current {
    background-color: #41C0D3;
    color: #FFFFFF;
}
.siteTop .siteTabs a.current:hover {
    text-decoration: none;
}
.siteTop .googleSearch {
    float: right;
}
.siteTop .googleSearch .searchBoxWrap {
    border: 1px solid #BCBEC0;
    display: block;
    float: left;
    margin: 3px 0 0;
    padding: 2px 3px;
    width: 200px;
}
.siteTop .googleSearch .searchBoxWrap input[type="text"] {
    border: 0 none;
    color: #797979;
    font-size: 12px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    width: 100%;
}
.siteTop .googleSearch .submitWrap {
    display: block;
    float: left;
    margin: 3px 0 0 3px;
}
.siteTop .googleSearch .submitWrap input[type="submit"] {
    background-color: #41C0D3;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 1px 5px;
}

.siteTop .viewMyBooking {
    background-color: #74DFEF;
    border: 1px solid #BCBEC0;
    color: #02508E;
    display: block;
    float: right;
    font-size: 12px;
    margin: 5px 15px 0 0;
    padding: 1px 5px;
    text-transform: uppercase;
}


/*
 * SITE HEADER
 */
.siteHeader {
    background-color: #41C0D3;
    height: 118px;
}
.siteHeader .wrap {
    width: 960px;
    margin: 0 auto;
}
.siteHeader .logo {
    padding: 32px 0 0 0;
    float: left;
}
.siteHeader .logo a {
    color: #ffffff;
    text-decoration: none;
}
.siteHeader .logo a img {
    border: 0;
}
.siteHeader .phoneNumbers {
    float: right;
    padding: 32px 0 0 0;
}
.siteHeader .phoneNumbers .mainNumber {
    font-size: 34px;
    line-height: 28px;
    color: #ffffff;
    text-align: right;
}
.siteHeader .phoneNumbers .mainNumber span a[href^=tel] {
    color: #FFFFFF !important;
}
.siteHeader .phoneNumbers .mobileNumber {
    font-size: 15px;
    line-height: 13px;
    margin: 5px 0 0 0;
    color: #ffffff;
    text-align: right;
}
.siteHeader .phoneNumbers .mobileNumber span a[href^=tel] {
    color: #FFFFFF !important;
}


/*
 * SITE NAV
 */
.siteNav {
    padding: 5px 0;
    background-color: #74DFEF;
}
.siteNav .wrap {
    margin: 0 auto;
    width: 960px;
}
.siteNav a {
    color: #ffffff;
    padding: 0 10px;
    border-right: 1px solid #ffffff;    
    font-size: 12px;
    line-height: 14px;    
    text-decoration: none;
}
.siteNav a.first {
    padding-left: 0;
}
.siteNav a:hover {
    text-decoration: underline;
    color: #02508e;
}
body.navHome .siteNav a.home { color: #02508e; }
body.navCruiseTypes .siteNav a.cruiseTypes { color: #02508e; }
body.navCruiseLines .siteNav a.cruiseLines { color: #02508e; }
body.navDeals .siteNav a.deals { color: #02508e; }
body.navDestinations .siteNav a.destinations { color: #02508e; }



/*
 * MAIN CONTAINER
 */
.mainContainer {
    padding: 25px 0;
}
.mainContainer .wrap {
    margin: 0 auto;
    width: 960px;
}
.mainContainer .leftColumn {
    float: left;
    width: 220px;
}
.mainContainer .rightColumn {
    float: right;
    width: 728px;
}
.mainContainer .leftColumn .vertSpace {
    display: block;
    height: 10px;
}



/*
 * SITE FOOTER
 */
.siteFooter .wrap {
    width: 960px;
    margin: 0 auto;
}
.siteFooter .confidenceRow {
    border-top: 1px solid #bcbec0;
    height: 50px;
}
.siteFooter .confidenceRow .atol {
    float: left;
    width: 232px;
    min-height: 1px;
    margin: 10px 0 0 0;
}
.siteFooter .confidenceRow .confidenceText {
    float: left;
    width: 728px;
    min-height: 1px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 17px 0 0 0;
}
.siteFooter .confidenceRow .confidenceText span {
    font-weight: bold;
}
.siteFooter .footerContentRow {
    border-top: 1px solid #bcbec0;
    height: 282px;
}
.siteFooter .footerContentRow .companyColumn {
    margin: 20px 0 0 0;
    float: left;
    width: 232px;
}
.siteFooter .footerContentRow .companyColumn .heading {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 20px 0;
    display: block;
}
.siteFooter .footerContentRow .companyColumn .address {
    font-size: 11px;
    line-height: 15px;
}
.siteFooter .footerContentRow .companyColumn .registered {
    margin: 20px 0 0 0;
    font-size: 11px;    
}
.siteFooter .footerContentRow .companyColumn .abta {
    margin: 20px 0 0 0;
    font-size: 11px;
}
.siteFooter .footerContentRow .companyColumn .logo {
    margin: 20px 0 0 0;
}
.siteFooter .footerContentRow .linkColumn {
    float: left;
    width: 181px;
    border-left: 1px solid #bcbec0;
    margin: 20px 0 0 0;
    height: 242px;
}
.siteFooter .footerContentRow .linkColumn .heading {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 20px 20px;
    display: block;
}
.siteFooter .footerContentRow .linkColumn a {
    display: block;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 0 20px;
    color: #797979;
}
.siteFooter .copyrightRow {
    font-size: 11px;
    height: 100px;
    padding: 8px 0 0 0;
    border-top: 1px solid #bcbec0;
}
.siteFooter .copyrightRow .siteMapAndCopywriter {
    float: right;
}

.siteFooter .copyrightRow .siteMapAndCopywriter a {
    color: #797979;
}



/*
 * BROCHURE SIDEBLOCK
 */
.sideBlockBrochure {
    border: 1px solid #bcbec0;
    display: block;
    width: 218px;
    background-color: #ffffff;
}
.sideBlockBrochure span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 8px 8px 0;
}
.sideBlockBrochure img {
    display: block;
    padding: 0 0 8px 0;
}

/*
 * DEAL LEAFLET
 */

.sideBlockDealLeaflet {
    background-color: #41C0D3;
    padding: 8px;
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    line-height: 20px;
}

.sideBlockDealLeaflet div {
    color: #FFFFFF;
    font-size: 12px;
}


/*
 * SIGNUP SIDEBLOCK
 */
.sideBlockSignup {
    display: block;
    border: 1px solid #bcbec0;
    padding: 8px;
    background-image: url('../img/mail.png');
    background-position: 120px 8px;
    background-repeat: no-repeat;
}
.sideBlockSignup .title {
    color: #797979;
    display: block;
    font-size: 20px;
    line-height: 24px;
    width: 112px;
}
.sideBlockSignup .text {
    color: #797979;
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin: 4px 0 0;
    width: 112px;
}




/*
 * SOCIAL MEDIA SIDEBLOCK
 */
.sideBlockSocialButtons {
    height: 32px;
    width: 220px;
    background-image: url('../img/social.png');
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
}
.sideBlockSocialButtons .facebook {
    height: 32px;
    left: 72px;
    position: absolute;
    top: 0;
    width: 32px;
}
.sideBlockSocialButtons .twitter {
    height: 32px;
    left: 110px;
    position: absolute;
    top: 0;
    width: 32px;
}
.sideBlockSocialButtons .googlePlus {
    height: 32px;
    left: 150px;
    position: absolute;
    top: 0;
    width: 32px;
}
.sideBlockSocialButtons .blog {
    height: 32px;
    left: 188px;
    position: absolute;
    top: 0;
    width: 32px;
}


/*
 * SIDEBLOCK ALREADY BOOKED
 */
.sideBlockAlreadyBooked {    
}
.sideBlockAlreadyBooked .title {
    font-size: 20px;
    color: #797979;
    line-height: 24px;
}
.sideBlockAlreadyBooked .text {
    font-size: 14px;
    color: #797979;
    line-height: 16px;
}
.sideBlockAlreadyBooked .number {
    font-size: 20px;
    color: #797979;
    line-height: 24px;
}



/*
 * SEARCH BOX
 */
.searchBox {
    border: 1px solid #BCBEC0;
    width: 218px;
}
.searchBox .topBar {
    background-color: #41C0D3;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    padding: 8px 20px;
}
.searchBox .container {
    background-color: #FFFFFF;
    padding: 12px 20px 20px;
}
.searchBox .container label {
    color: #58595B;
    display: block;
    margin: 12px 0 3px 0;
}
.searchBox .container select {
    border: 1px solid #BCBEC0;
    padding: 2px;
    width: 178px;
}
.searchBox .container input[type="text"] {
    border: 1px solid #BCBEC0;
    padding: 2px;
    width: 172px;
}
.searchBox .container .smallText {
    display: block;
    font-size: 9px;
    color: #58595b;
    margin: 12px 0 0 0;
}
.searchBox .container .smallText a {
    text-decoration: underline;
    color: #58595b;
}
.searchBox .container .moreOptionsLink {
    display: block;
    font-size: 12px;
    color: #58595b;
    text-decoration: underline;
    margin: 12px 0 0 0;
    cursor: pointer;
}  
.searchBox .container .date select {
    width: 48px;
}
.searchBox .container .date a.calendar {

}
.searchBox .container .room select {
    width: 40px;
    margin: 0 5px;
}
.searchBox .container .room span {
    font-size: 10px;
    color: #58595b;
}
.searchBox .container .passengers {
    display: block;
    float: left;
    width: 80px;
    margin: 10px 0 0 18px;    
}
.searchBox .container .passengers span {
    display: block;
}
.searchBox .container .passengers select {
    width: 76px;
    display: block;
}
.searchBox .container .passengers.first {
    margin-left: 0;
}
.searchBox .container .directFlights {
    margin: 10px 0 0 0;
}
.searchBox .container .directFlights input {
    margin: 0 0 0 5px;
}

.searchBox .container .directFlights span {
    color: #58595b;
    font-size: 10px;
}
.searchBox .container input[type="submit"] {
    background-color: #41C0D3;
    color: #ffffff;
    padding: 8px 0;
    width: 178px;
    margin: 10px 0 0 0;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
}
.searchBox .container .childAges {
    margin: 8px 0;
}
.searchBox .container .childAges .title {
    color: #02508e;
    font-size: 12px;
    text-align: center;
    margin: 0 0 8px 0;
}
.searchBox .container .childAges .childLine {
    margin: 8px 0;
    width: 198px;
}
.searchBox .container .childAges .childLine .roomLabel {
    color: #58595b;
    font-size: 12px;
}
.searchBox .container .childAges .childLine .childText {
    float: left;
    color: #58595b;
    width: 36px;
    font-size: 10px;
}
.searchBox .container .childAges .childLine .childDrop {
    width: 36px;
    float: left;    
}
.searchBox .container .childAges .childLine .childDrop select {
    width: 34px;
    padding: 1px;
    border: 1px solid #bcbec0;
    font-size: 10px;
}
.searchBox .container .moreOptions {
   display: none;
}











/*
 * BANNER ROTATOR
 */
.bannerRotator {
    position: relative;
}
.bannerRotator .viewport {
    position: relative;
    width: 728px;
    height: 315px;
    overflow: hidden;
}
.bannerRotator .viewport a {
    height: 315px;
    width: 728px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.bannerRotator .tabs {
    position: absolute;
    top: 0px;
    right: 10px;
}
.bannerRotator .tabs a {
    background-color: #ffffff;
    color: #02508e;
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 2px 5px;
}
.bannerRotator .tabs a.current {
    background-color: #41C0D3;
    color: #ffffff;
}

.bannerRotator .rotatorOffer {
    width: 728px;
    height: 315px;
    display: block;    
}
.bannerRotator .rotatorOffer .relativeWrap {
    position: relative;
    display: block;
    width: 728px;
    height: 315px;    
}
.bannerRotator .rotatorOffer .relativeWrap .image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 728px;
    height: 315px;
}
.bannerRotator .rotatorOffer .relativeWrap .detailsOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 75px;
    width: 728px;
    background-color: #41C0D3;
    /*opacity: 0.8;*/
}
.bannerRotator .rotatorOffer .relativeWrap .title {
    position: absolute;
    bottom: 44px;
    left: 12px;
    display: block;
    height: 20px;
    width: 550px;
    color: #ffffff;
    font-size: 24px;   
    line-height: 20px; 
}
.bannerRotator .rotatorOffer .relativeWrap .details {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: block;
    height: 30px;
    width: 550px;
    color: #ffffff;
    font-size: 11px;   
    line-height: 16px; 
}
.bannerRotator .rotatorOffer .relativeWrap .priceFrom {
    position: absolute;
    display: block;
    right: 12px;
    bottom: 52px;
    height: 14px;
    font-size: 12px;
    width: 150px;
    text-align: right;
    color: #ffffff;
}
.bannerRotator .rotatorOffer .relativeWrap .pricePoint {
    position: absolute;
    display: block;
    right: 12px;
    bottom: 12px;
    height: 40px;
    font-size: 42px;
    line-height: 46px;
    width: 150px;
    text-align: right;
    color: #ffffff;
}





/*
 * GENERAL RIGHT COLUMN STUFF
 */
.rightColumn h1 {
    color: #02508e;
    display: block;
    font-size: 32px;
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: normal;
}
.rightColumn p {
    color: #797979;
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0;
    text-align: justify;
}






/*
 * HOMEPAGE CRUISE LINE ROTATOR
 */
.hpCruiseLineRotator {
    border: 1px solid #bcbec0;
    margin: 10px 0 0 0;
}
.hpCruiseLineRotator .captionBlock {
    background-color: #41C0D3;
    float: left;
    height: 40px;
    margin: 0;
    padding: 10px 9px 10px 10px;
    width: 239px;
}
.hpCruiseLineRotator .captionBlock .title {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.hpCruiseLineRotator .captionBlock .text {
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
}
.hpCruiseLineRotator .rotator {
    float: right;
    width: 468px;
    height: 60px;
    position: relative;
}
.hpCruiseLineRotator .rotator a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 468px;
    height: 60px;
}
.hpCruiseLineRotator .rotator a img {
    border: 0;
    width: 468px;
    height: 60px;
}



/*
 * CALL TO ACTION
 */
.callToAction {
    color: #41C0D3;
    font-size: 20px;
    line-height: 29px;
    margin: 10px 0 0;
    text-align: center;
}
.callToAction a {
    background-color: #41C0D3;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    line-height: 29px;
    margin: 0 0 0 10px;
    padding: 0 10px;
}


/*
 * OFFER BLOCKS
 */
.offerBlock {
    border: 1px solid #BCBEC0;
    display: block;
    height: 140px;
    margin: 10px 0 0;
    overflow: hidden;
    position: relative;
    width: 726px;
}
.offerBlock .image {
    display: block;
    height: 120px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 200px;
}
.offerBlock .title {
    color: #41C0D3;
    display: block;
    font-size: 18px;
    height: 20px;
    left: 220px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 496px;
}
.offerBlock .description {
    color: #797979;
    display: block;
    font-size: 12px;
    height: 50px;
    left: 220px;
    line-height: 16px;
    overflow: hidden;
    position: absolute;
    top: 46px;
    width: 375px;
}
.offerBlock .description span {
    color: #41C0D3;
    font-size: 14px;
}
.offerBlock .priceFrom {
    color: #797979;
    display: block;
    font-size: 11px;
    height: 14px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 40px;
    width: 110px;
}
.offerBlock .pricePoint {
    color: #41C0D3;
    display: block;
    font-size: 36px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 58px;
    width: 110px;
}
.offerBlock .ksm {
    background-color: #41C0D3;
    bottom: 10px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 14px;
    left: 220px;
    line-height: 14px;
    max-width: 365px;
    overflow: hidden;
    padding: 5px 8px;
    position: absolute;
}
.offerBlock .ksm .brackets {
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
}
.offerBlock .button {
    background-color: #41C0D3;
    bottom: 10px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 110px;
}
.offerBlock .tag {
    display: none;
}








/*
 * BREADCRUMBS
 */
.breadCrumbs {
    border-bottom: 1px solid #BCBEC0;
    display: block;
    margin: 3px 0 10px;
    padding: 0 0 10px;
}
.breadCrumbs a {
    border-right: 1px solid #BCBEC0;
    color: #797979;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
}
.breadCrumbs a:hover {
    text-decoration: underline;
}
.breadCrumbs span, .breadCrumbs h1 {
    color: #58595B;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}






/*
 * SINGLE DESTINATION
 */
body.singleDestination {
}
body.singleDestination .banner {
    margin: 0 0 10px 0;
    width: 728px;    
}
body.singleDestination .banner img {
    width: 728px;
    max-height: 220px;
    border: 0;
}
body.singleDestination .pageHeading {
    color: #02508E;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
}
body.singleDestination h2 {
    color: #02508E;
    display: block;
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    margin: 10px 0 0;
}
body.singleDestination .moreInfo {
    margin: 10px 0 0 0;
}
body.singleDestination .moreInfo .trigger {
    background-image: url("../img/moreinfo-arrow-right.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 0 20px;
    color: #02508E;
}
body.singleDestination .moreInfo .trigger:hover {
    text-decoration: underline;
}
body.singleDestination .moreInfo .trigger.open {
    background-image: url("../img/moreinfo-arrow-down.jpg");
}
body.singleDestination .moreInfo .infoContainer {
    margin: 10px 0 0 0;
    display: none;
}
body.singleDestination .moreInfo .infoContainer .innerHideLink {
    margin: 10px 0 0 0;
    color: #797979;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}
body.singleDestination .moreInfo .infoContainer .innerHideLink:hover {
    text-decoration: underline;
}
body.singleDestination .highlightsAndLines {
}
body.singleDestination .highlightsAndLines .highlights {
    float: left;
    width: 496px;    
    border: 1px solid #bcbec0;
    padding: 10px;
}
body.singleDestination .highlightsAndLines .highlights .title {
    border-bottom: 1px solid #bcbec0;
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #41C0D3;
    text-transform: uppercase;
    line-height: 18px;
}
body.singleDestination .highlightsAndLines .highlights .content {
}
body.singleDestination .highlightsAndLines .highlights .content .heading {
    color: #41C0D3;
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0 0;
}
body.singleDestination .highlightsAndLines .highlights .content .text {
    color: #797979;
    font-size: 12px;
    line-height: 16px;
}
body.singleDestination .highlightsAndLines .lines {
    float: right;
    width: 178px;
    border: 1px solid #bcbec0;
    padding: 10px;
}
body.singleDestination .highlightsAndLines .lines .title {
    border-bottom: 1px solid #bcbec0;
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #41C0D3;
    text-transform: uppercase;
    line-height: 18px;
}
body.singleDestination .highlightsAndLines .lines .content {
    margin: 10px 0 0 0;
}
body.singleDestination .highlightsAndLines .lines .content a {
    font-size: 12px;
    color: #02508E;
    line-height: 18px;
    display: block;    
}
body.singleDestination .highlightsAndLines .lines .content a:hover {
    text-decoration: underline;
}




/*
 * SINGLE CRUISE LINE
 */
body.singleCruiseLine {
}
body.singleCruiseLine .banner {
    margin: 0 0 10px 0;
    width: 728px;
    position: relative;
}
body.singleCruiseLine .banner img {
    width: 728px;
    max-height: 220px;
    border: 0;
}
body.singleCruiseLine .banner img.logo {
    bottom: 0;
    height: auto;
    position: absolute;
    right: 20px;
    width: auto;
}
body.singleCruiseLine .pageHeading {
    color: #02508E;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
}
body.singleCruiseLine h2 {
    color: #02508E;
    display: block;
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    margin: 10px 0 0;
}
body.singleCruiseLine .moreInfo {
    margin: 10px 0 0 0;
}
body.singleCruiseLine .moreInfo .trigger {
    background-image: url("../img/moreinfo-arrow-right.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 0 20px;
    color: #02508E;
}
body.singleCruiseLine .moreInfo .trigger:hover {
    text-decoration: underline;
}
body.singleCruiseLine .moreInfo .trigger.open {
    background-image: url("../img/moreinfo-arrow-down.jpg");
}
body.singleCruiseLine .moreInfo .infoContainer {
    margin: 10px 0 0 0;
    display: none;
}
body.singleCruiseLine .moreInfo .infoContainer .innerHideLink {
    margin: 10px 0 0 0;
    color: #797979;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}
body.singleCruiseLine .moreInfo .infoContainer .innerHideLink:hover {
    text-decoration: underline;
}
body.singleCruiseLine .shipsAndDestinations {
}
body.singleCruiseLine .shipsAndDestinations .ships {
    float: left;
    width: 496px;    
    border: 1px solid #bcbec0;
    padding: 10px;
}
body.singleCruiseLine .shipsAndDestinations .ships .title {
    border-bottom: 1px solid #bcbec0;
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #41C0D3;
    text-transform: uppercase;
    line-height: 18px;
}
body.singleCruiseLine .shipsAndDestinations .ships .content {
    margin: 6px 0 0 0;
}
body.singleCruiseLine .shipsAndDestinations .ships .content a {
    display: block;
    float: left;
    width: 165px;
    font-size: 10px;
    line-height: 22px;
    text-decoration: none;
    color: #02508E;
}
body.singleCruiseLine .shipsAndDestinations .ships .content a:hover {
    text-decoration: underline;
}
body.singleCruiseLine .shipsAndDestinations .destinations {
    float: right;
    width: 178px;
    border: 1px solid #bcbec0;
    padding: 10px;
}
body.singleCruiseLine .shipsAndDestinations .destinations .title {
    border-bottom: 1px solid #bcbec0;
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #41C0D3;
    text-transform: uppercase;
    line-height: 18px;
}
body.singleCruiseLine .shipsAndDestinations .destinations .content {
    margin: 10px 0 0 0;
}
body.singleCruiseLine .shipsAndDestinations .destinations .content a {
    font-size: 12px;
    color: #02508E;
    line-height: 18px;
    display: block;    
}
body.singleCruiseLine .shipsAndDestinations .destinations .content a:hover {
    text-decoration: underline;
}








/*
 * CRUISE OFFER DETAIL PAGE
 */
.cruiseOfferDetail {
}
.cruiseOfferDetail .offerDetails {
    border: 1px solid #bcbec0;
    padding: 16px;
}
.cruiseOfferDetail .offerDetails .lineLogo {
    text-align: right;
    border-bottom: 1px solid #bcbec0;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    display: none;
}
.cruiseOfferDetail .offerDetails .details {
    float: left;
    width: 490px;
    margin: 0 0 10px 0;
}
.cruiseOfferDetail .offerDetails .details .name {
    font-size: 24px;
    color: #41C0D3;
    line-height: 24px;
}
.cruiseOfferDetail .offerDetails .details .ship {
    font-size: 18px;
    color: #41C0D3;
    line-height: 18px;
    margin: 4px 0 0 0;
}
.cruiseOfferDetail .offerDetails .details .particulars {
    color: #797979;
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 0;
}
.cruiseOfferDetail .offerDetails .details .itineraryHeading {
    color: #41C0D3;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0 0;
}
.cruiseOfferDetail .offerDetails .details .description {
    color: #797979;
    font-size: 12px;
    line-height: 16px;
}
.cruiseOfferDetail .offerDetails .pricePoint {
    float: right;
    width: 194px;
    margin: 40px 0 10px 0;
    text-align: right;
}
.cruiseOfferDetail .offerDetails .pricePoint .priceFrom {
    font-size: 12px;
    color: #41C0D3;
    line-height: 14px;
    text-align: right;
}
.cruiseOfferDetail .offerDetails .pricePoint .price {
    color: #41C0D3;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
}
.cruiseOfferDetail .offerDetails .pricePoint .price span {
    font-size: 54px;
    line-height: 54px;
}
.cruiseOfferDetail .offerDetails .ksm {
    clear: both;
    border: 1px solid #bcbec0;
    margin: 10px 0 10px 0;
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
    color: #41C0D3;
}
.cruiseOfferDetail .offerCallToBook {
    margin: 10px 0 0 0;    
}
.cruiseOfferDetail .offerCallToBook .call {
    color: #797979;
    float: left;
    font-size: 18px;
    width: 550px;
}
.cruiseOfferDetail .offerCallToBook .call span {
    color: #41c0d3;
}
.cruiseOfferDetail .offerCallToBook .share {
    float: right;
}
.cruiseOfferDetail .terms {
    border-top: 2px solid #bcbec0;
    border-bottom: 2px solid #bcbec0;
    padding: 6px 0;
    font-size: 10px;
    line-height: 12px;
    margin: 10px 0 0 0;
}





/*
 * OVERLAY ENQUIRY
 */
.enquiryOverlay {
    padding: 20px;
    width: 70%;
    display: none;
    background-color: #ffffff;
}
.enquiryOverlay iframe {
    width: 70%;
    border: 0;
    padding: 0;
    margin: 0;
    height: 610px;
    overflow: hidden;
}





/*
 * SIGNUP OVERLAY
 */
.signupOverlay {
    width: 675px;
    padding: 20px;
    background-color: #ffffff;
    display: none;
}
.signupOverlay .heading {
    font-size: 36px;
    line-height: 38px;
    color: #02508e;
    margin: 0 0 10px 0;
}










/*
 * SINGLE CRUISE TYPE PAGE
 */
body.singleCruiseType {
}
body.singleCruiseType .banner {
    margin: 0 0 10px;
    width: 728px;
}
body.singleCruiseType .banner img {
    width: 728px;
    max-height: 220px;
}
body.singleCruiseType .pageHeading {
    color: #02508E;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
}
body.singleCruiseType .moreInfoAccordion {
    border: 1px solid #BCBEC0;
    margin: 10px 0 0 0;
    padding: 12px;
    display: block;
}
body.singleCruiseType .moreInfoAccordion .title {
    color: #41C0D3;
    font-size: 16px;
    display: block;
    line-height: 18px;
}
body.singleCruiseType .moreInfoAccordion .section {
}
body.singleCruiseType .moreInfoAccordion .section .heading {
    border-top: 1px solid #BCBEC0;
    margin: 10px 0 0;
    padding: 10px 0 0;
    color: #41C0D3;
    font-size: 14px;
    line-height: 16px;
    display: block;
    cursor: pointer;
}
body.singleCruiseType .moreInfoAccordion .section .heading span {
    font-size: 12px;
    color: #797979;
    line-height: 14px;
}
body.singleCruiseType .moreInfoAccordion .section .content {
    display: none;
    font-size: 12px;
    line-height: 16px;
    color: #797979;
    margin: 4px 0 0 0;
}
body.singleCruiseType .moreInfoAccordion .section.open {
}
body.singleCruiseType .moreInfoAccordion .section.open .heading {
}
body.singleCruiseType .moreInfoAccordion .section.open .content {
    display: block;
}

body.singleCruiseType .faqContents {
    margin: 10px 0;
}
body.singleCruiseType .faqContents ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: disc;
}
body.singleCruiseType .faqContents ul li {
    color: #41C0D3;
}
body.singleCruiseType .faqContents ul li a {
    font-size: 14px;
    color: #41C0D3;
    line-height: 16px;
}
body.singleCruiseType .faqSection {
    border-top: 1px solid #bcbec0;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}
body.singleCruiseType .faqSection .heading {
    font-size: 16px;
    line-height: 18px;
    color: #41C0D3;
}
body.singleCruiseType .faqSection .question {
    margin: 10px 0 0 0;
    color: #41C0D3;
    font-size: 14px;
    line-height: 16px;    
}
body.singleCruiseType .faqSection .answer {
    color: #797979;
    font-size: 12px;
    line-height: 14px;
}
body.singleCruiseType .faqSection .backToTop {
    text-align: right;
    padding: 10px 0 0 0;
}
body.singleCruiseType .faqSection .backToTop a {
    font-size: 10px;
    color: #02508E;
    line-height: 12px;
}




/*
 * All Cruise lines page
 */
body.allCruiseLines .banner {
    margin: 0 0 10px;
    width: 728px;
}
body.allCruiseLines .banner img {
    width: 728px;
    max-height: 220px;
}
body.allCruiseLines .pageHeading {
    color: #02508E;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
}
body.allCruiseLines .cruiseLineBlock {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #bcbec0;
    display: block;
}
body.allCruiseLines .cruiseLineBlock .left {
    float: left;
    width: 566px;
}
body.allCruiseLines .cruiseLineBlock .left .heading {
    color: #41C0D3;
    display: block;
    font-size: 20px;
    line-height: 24px;
}
body.allCruiseLines .cruiseLineBlock .left .text {
    color: #797979;
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0;
    display: block;
}
body.allCruiseLines .cruiseLineBlock .left .link {
    color: #02508E;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0 0;
    text-decoration: none;
}
body.allCruiseLines .cruiseLineBlock:hover .left .link {
    text-decoration: underline;
}
body.allCruiseLines .cruiseLineBlock .right {
    width: 152px;
    float: right;
}
body.allCruiseLines .cruiseLineBlock .right .image {
    display: block;
    width: 150px;
    border: 1px solid #bcbec0;
    text-align: center;
    height: 73px;
}
body.allCruiseLines .cruiseLineBlock .right .image img {
    margin: 20px 0 0 0;
}






/*
 * ALL cruise destinations page
 */
body.allCruiseDestinations {
}
body.allCruiseDestinations .banner {
    width: 728px;
    margin: 0 0 10px 0;
}
body.allCruiseDestinations .banner img {
    width: 728px;
    max-height: 220px;
    border: 0;
}
body.allCruiseDestinations .pageHeading {
    color: #02508E;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
}
body.allCruiseDestinations .destinationBlock {
    margin: 10px 0 0 0;
    border-top: 1px solid #bcbec0;
    padding-top: 10px;
    width: 728px;
    display: block;
}
body.allCruiseDestinations .destinationBlock .heading {
    display: block;
    color: #41C0D3;
    font-size: 20px;
    line-height: 24px;
}
body.allCruiseDestinations .destinationBlock .text {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #797979;
    line-height: 16px;
}
body.allCruiseDestinations .destinationBlock .link {
    color: #02508E;
    text-decoration: none;
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 16px;
}
body.allCruiseDestinations .destinationBlock:hover .link {
    text-decoration: underline;
}








/*
 * ALL cruise types page
 */
body.allCruiseTypes {
}
body.allCruiseTypes .banner {
    width: 728px;
    margin: 0 0 10px 0;
}
body.allCruiseTypes .banner img {
    width: 728px;
    max-height: 220px;
    border: 0;
}
body.allCruiseTypes .pageHeading {
    color: #02508E;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px;
}
body.allCruiseTypes .cruiseTypeBlock {
    margin: 10px 0 0 0;
    border-top: 1px solid #bcbec0;
    padding-top: 10px;
    width: 728px;
    display: block;
}
body.allCruiseTypes .cruiseTypeBlock .heading {
    display: block;
    color: #41C0D3;
    font-size: 20px;
    line-height: 24px;
}
body.allCruiseTypes .cruiseTypeBlock .text {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #797979;
    line-height: 16px;
}
body.allCruiseTypes .cruiseTypeBlock .link {
    color: #02508E;
    text-decoration: none;
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 16px;
}
body.allCruiseTypes .cruiseTypeBlock:hover .link {
    text-decoration: underline;
}



/* Google search css */
.gsc-thumbnail-inside, .gsc-url-top, .gsc-control-cse, .gsc-result-info {
    padding: 0 !important;
}













/* 
 * CRUISE RESULTS PAGE
 */
.cruiseResultsPage .pageTitle {
    font-size: 24px;
    color: #02508e;
}

.cruiseResultsPage .searchDetails {
    font-size: 16px;
    color: #02508e;
    margin: 4px 0 0 0;
}

.cruiseResultsPage .indicativePricing {
    margin: 10px 0;
    color: #797979;
    font-size: 12px;
    line-height: 14px;
}

.cruiseResultsPage .pageNumbers {
    margin: 10px 0;
}

.cruiseResultsPage .pageNumbers .pages {
    float: right;
    font-size: 12px;
    margin: 4px 0 0;
    text-align: right;
    text-transform: uppercase;
    color: #797979;
}

.cruiseResultsPage .pageNumbers .pages span {
    background-color: #DDDDDD;
    border: 1px solid #BCBEC0;
    padding: 4px 6px;
}

.cruiseResultsPage .pageNumbers .pages a {
    background-color: #FFFFFF;
    border: 1px solid #BCBEC0;
    padding: 4px 6px;
}

.cruiseResultsPage .cruiseResult {
    border: 1px solid #bcbec0;
    background-color: #ffffff;
    padding: 10px;
    margin: 15px 0;
}

.cruiseResultsPage .cruiseResult .info {
    float: left;
    width: 476px;
}

.cruiseResultsPage .cruiseResult .info .lineLogo {
    border-bottom: 1px solid #bcbec0;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.cruiseResultsPage .cruiseResult .info .name {
    color: #41C0D3;
    font-size: 18px;
    height: 24px;
    overflow: hidden;
}

.cruiseResultsPage .cruiseResult .info .regions {
    color: #797979;
    font-size: 14px;
    height: 19px;
    overflow: hidden;
}

.cruiseResultsPage .cruiseResult .info .details {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #797979;
    line-height: 16px;
}

.cruiseResultsPage .cruiseResult .image {
    float: right;
    width: 220px;
    height: 160px;
    position: relative;
}

.cruiseResultsPage .cruiseResult .image .pinkBox {
    background-color: #41c0d3;
    bottom: 0;
    color: #FFFFFF;
    font-size: 10px;
    height: 60px;
    line-height: 20px;
    padding: 4px 12px 4px 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 98px;
}

.cruiseResultsPage .cruiseResult .image .pinkBox .smallText {
    font-size: 10px;
}

.cruiseResultsPage .cruiseResult .image .pinkBox .price {
    font-size: 30px;
    line-height: 20px;
}

.cruiseResultsPage .cruiseResult .image img {
    width: 220px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
}

.cruiseResultsPage .cruiseResult .cruisePriceGridHeadings {
    margin: 16px 0;    
}

.cruiseResultsPage .cruiseResult .cruisePriceGridHeadings .description {
    float: left;
    width: 266px;
}
.cruiseResultsPage .cruiseResult .cruisePriceGridHeadings .inside {
    float: left;
    width: 110px;
}
.cruiseResultsPage .cruiseResult .cruisePriceGridHeadings .outside {
    float: left;
    width: 110px;
}
.cruiseResultsPage .cruiseResult .cruisePriceGridHeadings .balcony {
    float: left;
    width: 110px;
}
.cruiseResultsPage .cruiseResult .cruisePriceGridHeadings .suite {
    float: left;
    width: 62px;
}

.cruiseResultsPage .cruiseResult .cruisePriceGridRow {
    margin: 10px 0 0 0;
    height: 24px;
    border-bottom: 1px solid #bcbec0;
}
.cruiseResultsPage .cruiseResult .cruisePriceGridRow .description {
    float: left;
    width: 266px;
}
.cruiseResultsPage .cruiseResult .cruisePriceGridRow .inside {
    float: left;
    width: 110px;
    color: #41C0D3;
}
.cruiseResultsPage .cruiseResult .cruisePriceGridRow .outside {
    float: left;
    width: 110px;
    color: #41C0D3;
}
.cruiseResultsPage .cruiseResult .cruisePriceGridRow .balcony {
    float: left;
    width: 110px;
    color: #41C0D3;
}
.cruiseResultsPage .cruiseResult .cruisePriceGridRow .suite {
    float: left;
    width: 62px;
    color: #41C0D3;
}

.cruiseResultsPage .cruiseResult .callToBook {
    font-size: 19px;
    color: #41C0D3;
    margin: 10px 0 0 0;
}
.cruiseResultsPage .cruiseResult .callToBook .call {
    float: left;
    margin: 2px 0 0 0;
}
.cruiseResultsPage .cruiseResult .callToBook .enquiry {
    float: right;
    margin: 0;
}
.cruiseResultsPage .cruiseResult .callToBook .enquiry a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 16px;
    color: #ffffff;
    background-color: #41C0D3;
}

 







