/* Eric Meyer's CSS Tools: Reset CSS (Modified by Hieu Nguyen)
-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

ul, ol {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Mis.
-------------------------------------------------------------*/
.clear, .divider {clear: both;}

.no-display {display: none !important;}

.nowrap,.nobr {white-space: nowrap !important;}

.no-border {
	border: 0 !important;
}

.no-padding {padding: 0 !important}
.no-margin 	{margin: 0 !important;}

.pipe {
	padding: 0 4px;
	text-align: center;
	color: #999999;
}

/*Alignment---*/
.v-top 		{vertical-align: top;}
.v-middle	{vertical-align: middle;}
.v-bottom 	{vertical-align: bottom;}

.a-left		{text-align: left;}
.a-center	{text-align: center;}
.a-right		{text-align: right;}

.left		{float: left;}
.right	{float: right;}

.normal-weight {font-weight: normal;}

.auto-width {width: auto;}

/*Various Clears---*/
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.box .head:after,
.box ol li:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
.middle:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.products-list .listing-item:after,
.products-list .product-info .product-reviews:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.products-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
#nav ul li:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
	content:"."; 
	display:block; 
	clear:both; 
	height:0; 
	font-size:0; 
	line-height:0; 
	visibility:hidden; 
	overflow:hidden;
}




/*

Converting to a 960 layout with a 980 outer to allow room for a side shadow
or other effect

980px -> 960px
750px -> 730px not sure about this one
210px -> 200px


*/

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {}

.wrap { width: 100%; clear: both; }

.main { width: 960px; margin: 0 auto; } /* 980 */

.narrow #ja-wrapper, .narrow .main { width: 740px; margin: 0 auto; } /* 750 */

/* OUTER WRAPPERS for easy side effects */
#header-outer-wrap { width: 980px; margin: 0 auto; }
#mainnav-outer-wrap { width: 980px; margin: 0 auto; }
#pathway-outer-wrap { width: 980px; margin: 0 auto; }
#container-outer-wrap { width: 980px; margin: 0 auto; }
#botsl-outer-wrap { width: 980px; margin: 0 auto; }
#content-bottom-outer-wrap { width: 980px; margin: 0 auto; }
#footer-outer-wrap { width: 980px; margin: 0 auto; }

/* HEADER
--------------------------------------------------------- */
#ja-header {}

/* CONTAINER
--------------------------------------------------------- */
#ja-main { float: left; width: 960px; padding-bottom: 15px; } /* 980 */

/*main content---*/
#ja-content { clear: both; display: block; float: right; width: 660px;} /* 690 */
#ja-current-content { padding-top: 15px; }

/*columns---*/
#ja-col1 { width: 250px; overflow: visible; padding-top: 15px; } /* 240 */
#ja-col2 { float: right; width: 200px; overflow: hidden; padding-top: 15px; }

/* FOOTER
--------------------------------------------------------- */
#ja-footer {}

/* EXTENSIBLE LAYOUT
--------------------------------------------------------- */
/*1 Column---*/
.ja-lo-1col #ja-current-content { margin: 0; padding: 15px 0;} /* 15 */
.ja-lo-1col #ja-content {width: 100%; }
.ja-lo-1col #ja-topsl2 {width: 100%; padding: 15px 0 0; }
.ja-lo-1col #ja-main{min-height:500px;}
/*Content + 1 Columns Right---*/
.ja-lo-2colsr #ja-content { float: left; }
.ja-lo-2colsr #ja-current-content { margin-left: 0; padding: 15px 0; } /* 15 */

/*Content + 1 Columns Left---*/
.ja-lo-2colsl #ja-main { float: none; width: 100%; }
.ja-lo-2colsl #ja-content { width: 660px; float: right; } /* 690 */
.ja-lo-2colsl #ja-current-content { margin-right: 0; }
.ja-lo-2colsl #ja-col1 { width: 250px; } /* 240 */

/*Content + 1 Columns Right---*/
.ja-lo-3cols #ja-main { float: none; width: 100%; }
.ja-lo-3cols #ja-content { width: 660px; float: left; }
.ja-lo-3cols #ja-current-content { width: 440px; margin-right: 0; float: right; }
.ja-lo-3cols #ja-col1 { width: 250px; float: left; }
.ja-lo-3cols #ja-col2 { width: 200px; float: right; }

/* IN PAGE LAYOUTS
--------------------------------------------------------- */
.middle { width:960px; min-height:400px; margin:0 auto; text-align:left; } /* 980 */
.side-col { width:195px; } /* 195 */
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:760px;  } /* 770 */
.col-2-left-layout .col-main { float:right; width:760px; } /* 770 */
.col-3-layout .col-main { width:575px; margin-left:15px; } /* 575 */

/*All---*/
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/*Col2---*/
.col2-set .col-1, .col2-set .col-2 { width:49%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/*Col2-alt---*/
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/*Col3---*/
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/*Col4---*/
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/*Table Columns---*/
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }
body {
	background: #E6EBE1;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5;
}

body#bd {
	color: #4f4f4f;
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

/* COMMON ELEMENTS
-------------------------------------------------------------*/
/*Normal link---*/
a {
	color: #0083c6;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #0083c6;
	text-decoration: underline;
}

a img {
	border: 0;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}
h5 {font-size: 100%;}
h6 {font-size: 100%; text-transform: uppercase;}

/* Hr */

hr {
	border: none;
	border-bottom: 1px solid #ddd;
	margin-right: 10px;
}

/*Title text---*/
h1, h2, h3, h4, h5, h6, .head, .page-head, .page-head-alt,.page-title  {
	/*font-family: Arial, Helvetica, sans-serif;*/
	line-height: 1.3;
}

/*Small text---*/
.shop-access, #ja-footer, small,
.catalog-listing .add-to,
.ratings, .ratings-list td.label,
.toolbar .pager, .toolbar .sort-by, table.pager, table.view-by,
.widget-btn, .validation-advice, .required,
#track_hint {
	font-size: 92%;
	line-height: 1.5;
}

/*Form---*/
input.input-text, select, textarea {
	border: 1px solid #c0c0c0;
	font: 100%/normal "Segoe UI", Helvetica, Arial, sans-serif;
	padding: 2px;
	vertical-align: middle;
}

select {
	color: #4f4f4f;
	padding: 2px;
}

.input-text:hover, textarea:hover,
.input-text:focus, textarea:focus {
	border: 1px solid #0083c6;
}

.form-button-alt, .form-button, .form-button-disable,
.button {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/form-button-left-bg.gif) no-repeat left center;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 100%;
	font-weight: bold;
	overflow: visible;
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: 0 0 0 5px !important;
}

.form-button-disable {
	color: #b4b4b4;
}

.button-level .form-button-alt,
.button-level .form-button-disable,
.button-level .form-button{
	margin-top: 5px;
}

.form-button-alt span,
.form-button span,
.form-button-disable span,
.button span {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/form-button-right-bg.gif) no-repeat right center;
	white-space: nowrap;
	display: block;
	line-height: 21px !important;
	margin: 0 !important;
	padding-right: 8px;
}

.button span span {
	background: none !important;
	padding: 0;
}

.form-button-alt:hover,
.form-button-alt:active,
.form-button-alt:focus,
.form-button:hover,
.form-button:active,
.form-button:focus,
.button:hover,
.button:active,
.button:focus {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/form-button-left-bg-hover.gif) no-repeat left center;
}

.form-button-alt:hover span,
.form-button-alt:active span,
.form-button-alt:focus span,
.form-button:hover span,
.form-button:active span,
.form-button:focus span,
.button:hover span,
.button:focus span,
.button:active span {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/form-button-right-bg-hover.gif) no-repeat right center;
	color: #FFFFFF;
}

option, optgroup {
	font: 100%/normal "Segoe UI", Helvetica, Arial, sans-serif;
}

optgroup { font-weight: bold; }

textarea {
	overflow: auto;
	background: #FFFFFF;
}

input.radio { margin-right: 3px; }

input.checkbox { margin-right: 3px; float: left;}

/*Fieldset--*/
fielddset {}

fieldset legend {
	font-weight: bold;
	margin-bottom: 5px;
}

/*Tables--*/
td, th { padding: 8px 15px; line-height: 1.5;}
th { text-align: left; }

/*Others--*/
address {
	font-style: normal;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {}

#ja-header .main {
	line-height: normal;
	position: relative;
	z-index: 1; /* was 99!? */
/*    background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/logo-header.jpg) no-repeat 0 30px #003E7E;*/
    background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/logo-header.jpg) no-repeat 0 0 #003E7E;
	color: #fff;
/*	padding-top: 30px;*/
  height: 140px;
  border: none;
}
/*.not-logged-in #ja-header .main {
  margin-top: -30px;
}*/

* html #ja-header .main {
	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/header-bg.gif);
}

/*Logo---*/
h1#logo-left {
  padding: 0;
  float: left;
  margin: 20px 0 0 25px;
}
h1#logo-right {
  padding: 0;
  float: right;
  margin: 20px 25px 0 0;
}

h1#logo-left a,
h1#logo-right a
{
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 200%;
  height: 100px;
  text-indent: -99999px;
}

h1#logo-left a {
  background: none;
  width: 250px;
}
h1#logo-right a {
  background: none;
  width: 250px;
}

h1#logo-left a span,
h1#logo-right a span
{
	position: absolute;
	top: -1000px;
}

/*Quick Access---*/
.quick-access {
	position: absolute;
	top: 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
	color: #fff;
	background: #153265;
	left: 0;
	z-index: 2;
}

.quick-access li.first {
	margin-left: 10px;
}

.quick-access li.last {
	background: none;
	padding-right: 0;
}

.shop-access {
	display: block;
/*	float: left; */
	height: 30px;
	line-height: 30px;
  text-align: center;
}

.shop-access a { color: #ddd; }

.shop-access a:hover,
.shop-access a:active,
.shop-access a:focus {
	color: #ddd;
	text-decoration: none;
}

.shop-access ul { display: inline; }

.shop-access li {
	background: none;
	display: inline;
	padding: 0 5px 0 6px;
	border-left: 1px dotted #ccc;
}

.shop-access strong {
	font-weight: bold;
	margin-left: 15px;
}

#header-login {
  left: 677px;
  position: absolute;
  top: 115px;
  width: 280px;
  text-align: center;
}
#header-login a {
  color: #fff;
/*  text-shadow: #000 2px 2px 0; */
  font-weight: bold;
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/login-btn.png) no-repeat;
  display: inline-block;
  width: 86px;
  height: 23px;
  text-indent: -9999px;
}

#header-info {
  left: 327px;
  position: absolute;
  top: 70px;
  width: 280px;
  z-index: 100;
}
#header-info p {
/*  text-shadow: #000 2px 2px 0; */
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#header-info p a {
  color: #fff;
}

/*Languages Switcher---*/
.language-switcher {
	float: left;
	padding: 0 5px 0 20px;
	margin: 10px 0 0 0;
}

.language-switcher label {
	padding-right: 5px;
}

.language-switcher #select-language {
	padding: 0;
}

.language-switcher .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}

/*Currency Switcher---*/
.currency-switcher {
	float: left;
	padding: 0 5px 0 20px;
	margin: 10px 0 0 0;
}

.currency-switcher label {	padding-right: 5px; }

.currency-switcher #select-currency { padding: 0; }

.currency-switcher .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}

/*Mini search---*/
#ja-search {
	float: right;
	z-index: 1000;
	margin-top: 5px;
	margin-right: 10px;
	width: 190px;
}

#search_mini_form {
  /* position: relative; */
  float: left;
  width: 195px;
  margin: 0 0 10px 29px;
}

#search_mini_form legend { display: none; }

#search_mini_form .input-text {
	background: #fff;
	border: 1px solid #4f4f4f;
	font-weight: normal;
	padding: 3px 7px;
	vertical-align: middle;
	width: 180px;
}

#search_mini_form input {
	margin: 0;
}

#search_mini_form .form-button {
  float: right;
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/search-btn.png) no-repeat;
  width: 91px;
  height: 30px;
  margin: 10px 0 5px;
}
#search_mini_form .form-button span {
  background: none;
  text-indent: -9999px;
}

.search-autocomplete { z-index: 999; }

.search-autocomplete ul {
	background: #b4b4b4;
	border: 1px solid #151515;
	border-left: 2px solid #151515;
	border-right: none;
	border-top: 0;
	color: #4f4f4f;
}

.search-autocomplete li {
	border-bottom: 1px solid #151515;
	cursor: pointer;
	padding: 2px 8px;
	list-style: none;
}

.search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}

.search-autocomplete li.first { margin-left: 0; }

.search-autocomplete li.last { padding-right: 8px; }

.search-autocomplete li.selected { background: #b4b4b4; }

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav .main {
/*	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/nav-bg.gif) repeat-x bottom #fff;
  background: #6780A4;
	border-top: 1px solid #ddd; */
  padding: 5px 0 0;
}

#ja-mainnav li.nav-home {
	border-left: 0 !important;
}

/* CONTAINER
--------------------------------------------------------- */
.main {
/*	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd; */
	background: #fff;
}

#ja-container {
	position: relative;
	z-index: 1;
}

#ja-container .main {
	padding-top: 15px;
	background: #FFFFFF;
}

#ja-container .main .inner {
	padding: 0 15px;
}

/*main content---*/
#ja-content {position: relative;}
#ja-current-content {
  padding: 15px 0;
  min-height: 420px;
}

/*columns---*/
#ja-col1 {}
#ja-col2 {}

/*breadcrumbs---*/
#ja-pathway {
  float: right;
  text-align: right;
  width: auto;
  padding: 8px 0 0;
}
.product-essential #ja-pathway {
  float: right;
  width: 320px;
}

#ja-pathway .main {
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

#ja-pathway h4 {
	color: #4f4f4f;
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: 0 5px 0 0;
  text-transform: none;
}
.product-essential #ja-pathway h4 {
  display: none;
}

#ja-pathway a {}

#ja-pathway strong {
	font-weight: normal;
}

#ja-pathway ul {
	display: inline;
}

#ja-pathway li {
	display: inline;
  white-space: nowrap;
}

#ja-pathway li.breadcrumbs-sep {
	padding: 0 5px;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow.gif) no-repeat center;
}

.display-none {
  display: none;
}

/* OUTER WRAPPERS
--------------------------------------------------------- */
#header-outer-wrap
{
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/outer-wrap-shadow.png) no-repeat;
}
#mainnav-outer-wrap,
#pathway-outer-wrap,
#container-outer-wrap,
#botsl-outer-wrap,
#content-bottom-outer-wrap
{
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/outer-wrap-shadow.png) repeat-y;
}
#footer-outer-wrap {
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/outer-wrap-shadow-fade.png) no-repeat;
}
#content-bottom-outer-wrap {
  padding-top: 40px;
}

/* FOOTER
--------------------------------------------------------- */

#ja-footer {
	position: relative;
	line-height: normal;
  font-size: 100%;
}

#ja-footer .main {
	background: #fff;
  border: none;
}

#ja-footer a {
	color: #4F4F4F;
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #0083c6;
	text-decoration: underline;
}

#ja-footer li a.link-feed {
	line-height: normal;
}

#ja-footer .jm-info {
	padding: 5px 0 50px 0;
	text-align: center;
  float: left;
  width: 100%;
}

#ja-footer .jm-info ul {
	margin: 0;
	padding: 0 0 5px;
	display: inline;
}

#ja-footer .jm-info li {
	display: inline;
	padding: 0 7px 0 5px;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/sep-vline.gif) no-repeat right 2px;
}

#ja-footer .footer-divider {
  float: left;
  height: 6px;
  width: 960px;
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/footer-divider.png) no-repeat;
  display: none;
}

#ja-footer .jm-info li.last {
	background: none;
}

#ja-footer .jm-legal {
	padding: 5px 20px 0;
	clear: both;
	font-size: 11px;
}

#ja-footer .jm-legal a {
	color: #4F4F4F;
}

#ja-footer .zblock
{
  float: left;
  margin: 0 0 10px 50px;
  width: 255px;
  color: #cae1f1;
  border-right: 1px solid #8391b7;
}
#ja-footer .zblock a
{
  color: #fff;
}
#ja-footer .zblock h3 {
  text-transform: uppercase;
  font-size: 110%;
  float: left;
  width: 100%;
  text-align: left;
  margin: 0 0 3px 0;
}
#ja-footer .zblock p {
  float: left;
  margin: 3px 0;
  width: 150px;
}
#ja-footer .zblock-footer-3 {
/*  width: 300px; */
  border-right: none;
}

#content-bottom .zblock-content-bottom-1,
#content-bottom .zblock-content-bottom-2
{
  float: left;
  width: 250px;
  margin: 0 0 15px 10px;
}
#content-bottom .zblock-content-bottom-1 h3,
#content-bottom .zblock-content-bottom-2 h3
{
    color: inherit;
    float: left;
    font-size: 165%;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    text-align: left;
    width: 210px;
}
#content-bottom .zblock-content-bottom-1 p,
#content-bottom .zblock-content-bottom-2 p
{
  color: inherit;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 260px;
}

#ja-footer-blocks {
  clear: both;
  float: left;
  background: #195088;
  width: 100%;
  padding: 10px 0 0 0;
}
#ja-footer-text {
  clear: both;
  width: 960px;
  float: left;
}

#ja-footer .footer-left,
#ja-footer .footer-right
{
  float: left;
/*  height: 40px; */
  width: 20px;
/*  padding-top: 25px; */
}

/* SPOTLIGHT
--------------------------------------------------------- */
div.ja-box-left,
div.ja-box-center,
div.ja-box-right {
	float: left;
	overflow: hidden;
	display: block;
}

div.ja-box-left .box,
div.ja-box-center .box,
div.ja-box-right .box {
	border: none;
	background: none;
}

div.ja-box-left .box {
	padding: 0 15px;
}

div.ja-box-center .box {
	padding: 0 15px;
}

div.ja-box-right .box {
	padding: 0 15px;
}

div.ja-box-left h3, div.ja-box-left .head h2,
div.ja-box-center h3, div.ja-box-center .head h2,
div.ja-box-right h3, div.ja-box-right .head h2 {
	font-size: 110%;
}

div.ja-innerdiv .title { display: block; }

div.ja-innerdiv a { font-weight: bold; }

/*Top Spotlight ---*/
#ja-topsl {
	padding: 0 0 15px;
}

#ja-topsl h2 {
	padding: 8px 15px;
	margin: 0;
	font-size: 100%;
	text-transform: uppercase;
}

#ja-topsl .box {
	position: relative;
}

#ja-topsl .head {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/nav-bg.png) repeat-x left center;
	color: #333;
	line-height: normal;
	display: block;
	border: 1px solid #ddd;
	padding: 5px 0;
}

#ja-topsl .head h4 {
	font-size: 100%;
}

#ja-topsl2 {
	padding: 0 0 15px;
}

#ja-topsl2 .box{
	border: 1px solid #ddd;
	overflow: hidden;
}

#ja-topsl2 div.ja-box-left .box {
	margin: 0 10px 0 0;
	padding-left: 10px;
	padding-top: 10px;
}

#ja-topsl2 div.ja-box-center .box {
	margin: 0 5px 0 5px;
	padding-left: 10px;
	padding-top: 10px;
}

#ja-topsl2 div.ja-box-right .box {
	margin: 0 0 0 10px;
	padding-left: 10px;
	padding-top: 10px;
}

/*Bottom Spotlight ---*/
#ja-botsl {}

#ja-botsl .main {
	padding: 10px 0;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/botsl-bg.gif) repeat-x top;
}

#ja-botsl .box { margin-bottom: 0; }

#ja-botsl .content { padding: 0; }

#ja-botsl .head {
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;
	border: none;
}

#ja-botsl .head h4,
#ja-botsl .head h2 {
	color: #353535;
	font-size: 100%;
	line-height: 25px;
	padding: 5px 0;
	background: none;
	text-transform: uppercase;
	margin: 0;
}

#ja-botsl a {	color: #3ab7e2; }

#ja-botsl li { padding: 3px 0; background: none; }

#ja-botsl li a {
	color: #3ab7e2;
}

#ja-botsl div.ja-box-left h3,
#ja-botsl div.ja-box-center h3,
#ja-botsl div.ja-box-right h3{
	font-size: 120%;
	padding-bottom: 15px;
	padding-top: 0;
}

.badge-new,
.badge-pick,
.badge-hot {
	position: relative;
}

.badge {
 	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon-badge.png);
 	background-repeat: no-repeat;
 	height: 46px;
 	position: absolute;
 	right: 0;
 	top: 0;
 	width: 45px;
}

.badge-new .badge {
	background-position: 0 -46px;
}

.badge-pick .badge {
	background-position: 0 -92px;
}

.badge-hot .badge {
	background-position: 0 0;
}

/*===============================================================
-----------------------[MAGENTO'S ELEMENTS]----------------------
=================================================================*/

/* MESSAGES
----------------------------------------------------------------*/
.availability {}

.success {color: #0083c6;}
.error	{color: #CC0000;}
.notice	{color: #0083c6;}

.success, .error {
	font-weight: bold;
}

.messages {
	overflow: hidden;
	width: 100%;
}

.error-msg, .notice-msg, .note-msg, .success-msg {
	border-style: solid !important;
	border-width: 1px !important;
	font-size: 100% !important;
	font-weight: bold !important;
	margin: 15px 0 !important;
	padding: 5px 10px 5px 32px !important;
}

.error-msg li, .success-msg li, .notice-msg li {
	background: none;
}

.error-msg {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/msg_error.gif) no-repeat 10px 8px #f8d1d1;
	border-color: #CC0000;
	color: #CC0000;
  clear: both;
}

.success-msg {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/msg_success.gif) no-repeat 10px 8px #dddfef;
	border: 1px solid #003e7e;
	color: #003e7e;
  clear: both;
}

.notice-msg, .note-msg {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/msg_notice.gif) no-repeat 10px 8px #dddfef;
	border-color: #003e7e;
	color: #003e7e;
  clear: both;
}

.out-of-stock {
	color: #CC0000;
	font-weight: bold;
	line-height: 30px;
}

/* INTERIM SOLUTION FOR AN ALWAYS EMPTY PRODUCT CATEGORY */
.category-glassware-gifts .notice-msg,
.category-glassware-gifts .note-msg
{
  display: none;
}

/* FORMS
----------------------------------------------------------------*/
.qty { width: 2.5em; }

.fieldset label,
.form-list label,
.payment-methods label,
#billing-new-address-form fieldset,
#shipping-new-address-form fieldset
{
	font-weight: bold;
}

.buttons-set {/*Container for form buttons*/
	clear: both;
	padding: 8px 0;
	text-align: right;
	border-top: 1px solid #ddd;
	margin-top:10px;
}

.buttons-set p.required {
	margin-bottom: 5px;
}

.buttons-set .button {
	float: right;
	margin-left: 5px;
}

.buttons-set a {
	float: left;
}

a.form-button-alt {
	padding: 2px 9px;
	text-decoration: none;
}

.btn-checkout {}

.btn-checkout, .btn-checkout:hover {}

.btn-checkout span {}

/*Form lists---*/
.form-list { margin: 10px 0; }

.form-list li { margin: 5px 0; }

.form-list li .input-box .input-text,
.form-list li .input-box textarea {
	width: 250px;
}

.form-list li .input-box select { width: 256px; }

.form-list li.addElement {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.fieldset,
#billing-new-address-form fieldset,
#shipping-new-address-form fieldset
{
	border: 1px solid #c0c0c0;
	margin: 25px 0 15px;
	padding: 15px;
}

.fieldset .legend,
#billing-new-address-form fieldset .legend,
#shipping-new-address-form fieldset .legend
{
	background: #FFFFFF;
	color: #666;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin: -28px 0 0;
	padding: 4px 8px;
}

.fieldset li,
#billing-new-address-form fieldset li,
#shipping-new-address-form fieldset li
{
	padding: 4px 8px;
}

.fieldset li.fields .field,
#billing-new-address-form fieldset li.fields .field,
#shipping-new-address-form fieldset li.fields .field
{
	float: left;
	width: 275px;
}

.fieldset li.fields,
.fieldset li.wide,
.fieldset li.control
{
  list-style: none;
}

.fieldset li.wide .input-box .input-text,
.fieldset li.wide .input-box textarea,
#billing-new-address-form fieldset li.wide .input-box .input-text,
#billing-new-address-form fieldset li.wide .input-box textarea,
#shipping-new-address-form fieldset li.wide .input-box .input-text,
#shipping-new-address-form fieldset li.wide .input-box textarea
{
	width: 525px;
}

.fieldset li .input-text, .fieldset li select, .fieldset li textarea,
#billing-new-address-form fieldset .input-text,
#billing-new-address-form fieldset li select,
#billing-new-address-form fieldset textarea,
#shipping-new-address-form fieldset .input-text,
#shipping-new-address-form fieldset li select,
#shipping-new-address-form fieldset textarea
{
	width: 525px;
}

.fieldset li .input-box .input-text, .fieldset li .input-box textarea,
#billing-new-address-form fieldset li .input-box .input-text,
#billing-new-address-form fieldset li .input-box textarea,
#shipping-new-address-form fieldset li .input-box .input-text,
#shipping-new-address-form fieldset li .input-box textarea
{
	width: 250px;
}

.fieldset li .input-box select,
#billing-new-address-form fieldset li .input-box select,
#shipping-new-address-form fieldset li .input-box select
{
	width: 256px;
}

#customer-reviews .form-list li .input-box .input-text,
#customer-reviews .form-list li .input-box textarea {
	width: 456px;
}

#customer-reviews .form-list li .input-box textarea {
	height: 175px;
}

#payment_method { margin-right: 5px; }

#is_subscribed {
	float: left;
	margin-top: 2px;
}

/*Form Messages---*/
.validation-advice {
  color: #CC0000;
  margin: 0;
}
.required {
  color: #003e7e;
  margin: 0;
}
.required em {
  color: #CC0000;
}

.validation-advice {
	clear: both;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 3px;
	min-height: 15px;
}

.validation-failed {
	border: 1px dashed #CC0000 !important;
}

/*Expiration date and cvv number validation fix---*/
.v-fix {
	float: left;
}

.v-fix .validation-advice {
	display: block;
	margin-right: -12em;
	position: relative;
	width: 12em;
}

.input-box .v-fix .month ,
.input-box .v-fix .year {
	width: 90px;
}

.input-box .v-fix {
	margin-right: 5px;
}

label.required {
	font-weight: bold;
}

p.required {
	margin: 0;
	text-align: right;
}

/*contact form---*/
#contactForm  #comment {
	height: 250px;
}

/* HEADINGS
----------------------------------------------------------------*/
.head, .inner-head {
	text-align: right;
}

.head h1, .inner-head h1
.head h2, .inner-head h2,
.head h3, .inner-head h3,
.head h4, .inner-head h4,
.head h5, .inner-head h5,
.block-title h1, .box-title h1
.block-title h2, .box-title h2,
.block-title h3, .box-title h3,
.block-title h4, .box-title h4,
.block-title h5, .box-title h5,
.block-title strong,.box-head h2 {
	padding: 0 15px;
	margin: 0;
	text-align: left;
}

.head a, .inner-head a,
.box-title a,.block-title a,.box-head a {
	font-weight: bold;
	padding: 0 5px;
	float: right;
	line-height: 30px;
}

.my-account .box-title h2 {
	background-color: #F2F2F2;
}

#ja-col1 .head a,#ja-col1 .inner-head a,
#ja-col2 .head a,#ja-col1 .inner-head a {
	line-height: 20px;
}

.box .box-title h2 {
	padding: 0 15px;
	color: #4f4f4f;
	font-size: 100%;
	line-height: 30px;
}

.box .box-content {
	padding: 10px 0;
}

/*Page heading---*/
.page-head, .page-head-alt,.page-title  {
	text-align: left;
/*	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/boxhead-bg.gif) repeat-x left bottom  #1a4895; */
/*	color: #fff; */
	line-height: normal;
	display: block;
/*	border: 1px solid #ddd;
	border-bottom: 1px solid #A5A5A5; */
}

.page-head h3,
.page-head-alt h3,
.page-title h1,
.page-title h1
{
	font-size: 230%;
  font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
  color: #003E7E;
}

.page-head h4, .page-head-alt h4 {
	font-size: 125% !important;
	margin: 0;
	text-align: left;
}

.page-head a, .page-head-alt a,.page-title a {
	float: right;
	padding-right: 5px;
}

.page-title a.link-print,
.page-title a.link-reorder {
	float: none;
	margin-top: 3px;
	display: inline-block;
}

.page-head ul, .page-head-alt ul,
.page-head li, .page-head-alt li,
.page-title ul,.page-title li {
	background: none;
	margin: 0;
	line-height: normal;
}

#ja-current-content .std h2 {
  color: #003e7e;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
}

#ja-current-content .fieldset h2 {
  color: #003e7e;
  font-weight: bold;
  text-transform: none;
  font-size: 12px;
}

.cart .title-buttons { min-height: 32px; position: relative; }

.cart .title-buttons h1 { position: absolute; left: 0; top: 50%; margin-top: -16px; }

.title-buttons  h3,
.title-buttons  h1 {
	float: left; /* heading level with buttons */
	width: 55%;
	background: none !important;
}

.title-buttons  ul {
	float: right;
}

.title-buttons ul.checkout-types li {
	display: inline;
}

.title-buttons .paypal-or {
	margin: 0 10px;
}

.title-buttons button {
	margin-top: 5px;
}

.title-buttons ul.checkout-types {
	padding-top: 5px;
}

.title-buttons ul.checkout-types button {
	margin: 0 10px 0 0;
}

.title-buttons ul li .paypal-logo {
	display: inline;
}

.title-buttons ul li .paypal-logo a {
	display: inline;
	float: none;
}

.title-buttons ul li .paypal-logo img { }

/*Category list heading---*/
.category-head {
	padding: 0 0 10px;
}

.category-head h2 {
	color: #4f4f4f;
	font-size: 200%;
	margin: 0;
}

.category-head3 {
  float: left;
/*	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/boxhead-bg.gif) repeat-x bottom #1a4895;
	color: #fff;
	line-height: normal;
	display: block;
	border: 1px solid #ddd;
	padding: 5px 0;
	margin: 0 0 0 -1px; */
}

.category-head3 h2 {
  font-size: 230%;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 5px;
  text-align: left;
  color: #003E7E;
}

.category-img {
  clear: both;
}

.category-description {
  clear: both;
}

.category-products {
  clear: both;
}
.category-products .products-list .item {
	padding-bottom: 20px;
}

.box-header {
	background: #F2F2F2;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0;
	padding: 2px 8px;
	text-align: left;
}

.category-head .link-feed {
	float: right;
	margin-top: 5px;
	position: relative;
}

/* TABLES
----------------------------------------------------------------*/
td.label {
	font-weight: bold;
}

/*Data Table---*/
.data-table {
	width: 100%;
}

#multiship-addresses-table h3.product-name,
.data-table h3.product-name {
	font-size: 100%;
}

.data-table th {
	color: #4f4f4f;
  white-space: nowrap;
}

.data-table th.wrap {
	white-space: normal;
}

.data-table th a,
.data-table th a:hover {
	color: #FFFFFF;
}

.data-table td {
	border-bottom: 1px solid #ddd;
}

.data-table tr.last td {
  border-bottom: none;
}

.data-table thead  {
}

.data-table thead th {background: #F2F2F2;}

.data-table tfoot tr {}

.data-table tfoot td {
	border-top: 1px solid #ddd;
}

.data-table .odd {}
.data-table .even {}
.data-table .last {}

.data-table tr.last td, .data-table th.last {}

/*Bundle Products---*/
.data-table tbody.odd tr {}
.data-table tbody.even tr {}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.data-table tbody td .option-label {
	font-style: italic;
	font-weight: bold;
}

.data-table tbody td .option-value {
	padding-left: 10px;
}

.data-table tbody td br {
	display: none;
}

.box-table select {
	width: 100%;
}

.nested-data-table th, .nested-data-table td {
	padding-bottom: 5px;
	padding-top: 5px;
}

.generic-table td {
	padding: 0 8px;
}

.generic-table td.first {
	padding-left: 0;
	white-space: nowrap;
}

.shipping-tracking .button-set {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

/* LISTS
----------------------------------------------------------------*/
.disc {
	margin: 10px 0;
}

.disc li {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/bullet.gif) no-repeat left 9px;
	padding-left: 8px;
}

li.odd {}
li.even {}
li.last {}

/* Bare List */ /* Unstyled list */
.bare-list {
	margin: 5px 0;
}

.bare-list li {
	margin: 3px 0;
}

/*Pager---*/
.page-nav {

}

.toolbar .pager, .toolbar .sort-by, table.pager, table.view-by {
	width: 100%;
	background: #F2F2F2;
	color: #4f4f4f;
	border: 1px solid #ddd;
	border-collapse: separate;
}

.toolbar-bottom {
  margin: 20px 0 10px 0;
}

.toolbar .sort-by, table.view-by {
	background: none;
	border: none;
/*	border-bottom: 5px solid #DDD; */
}

.toolbar .pager a, table.pager a {
	color: #666;
	text-decoration: underline;
}

.toolbar .pager select, table.pager select {
}

table.view-by strong {
	border: 3px solid #0083c6;
	background: #0083c6;
	color: #FFFFFF;
}

table.view-by td {
	line-height: 1.3;
	padding: 5px 15px;
}

table.view-by a {
	color: #4f4f4f;
}

table.view-by a:hover, table.view-by a:active, table.view-by a:focus {
	color: #4f4f4f;
	text-decoration: underline;
}

.toolbar .sort-by, table.view-by td.sort-by {
	padding-right: 50px;
	text-align: right;
  display: none;
}

table.view-by td.sort-by a {
	border: 0;
	padding: 0;
}

table.view-by select {
	width: 100px;
}


.toolbar .pager p.amount {
  float: left;
  margin: 4px 5px;
  width: 175px;
}
.toolbar .pager div.limiter {
  float: right;
  margin: 4px 5px;
}
.toolbar .pager div.pages {
  float: left;
  margin: 4px 5px;
  width: 295px;
  text-align: center;
}

.toolbar .pager div.pages ol, .toolbar .pager div.pages li {
  display: inline;
  padding: 0 5px;
}
.toolbar .pager div.pages li a {
  text-decoration: none;
  font-weight: bold;
  color: #0083C6;
}
.toolbar .pager div.pages li a:hover {
  text-decoration: underline;
}
.toolbar .pager div.pages li a.current {
  font-weight: normal;
  color: inherit;
}


table.pager td {
	vertical-align: middle;
	width: 32%;
	line-height: 1.3;
	padding: 5px 15px;
}

table.pager td.pages {
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
}

table.pager ol, table.pager li {
	display: inline;
}






td.pages li {
	padding: 0;
}

td.pages li img {
	vertical-align: middle;
}

td.pages li a {
	padding: 0 4px;
}

td.pages li span.on {
	font-weight: bold;
	padding: 0 4px;
}

/*RATINGS
----------------------------------------------------------------*/
#customer-reviews dl{
	margin-top: 15px;
}

#customer-reviews dd {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#customer-reviews h3 {
	font-size: 100%;
}

.ratings {
	line-height: 12px;
	margin: 10px 0;
}

.rating-box {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/product_rating_blank_star.gif) repeat-x;
	float: left;
	height: 12px;
	margin-right: 10px;
	position: relative;
	width: 80px;
	clear: right;
}

.rating-box .rating {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/product_rating_full_star.gif) repeat-x;
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
}

.ratings-table {
	margin: 5px 0;
}

.ratings-table td,
.ratings-table th {
	padding: 3px 0;
	vertical-align: middle;
}

.ratings-table td.label {
	font-weight: bold;
	padding-right: 8px;
}

p.rating-links {
	margin: 0;
}

/*PRICES
----------------------------------------------------------------*/
.price {
	white-space: nowrap !important;
}

.price-box {
	margin: 5px 0;
}

.price-box .price {
	font-weight: bold;
}

/*Regular price---*/
.regular-price {
  color: red;
  font-weight: bold;
  font-size: 100%;
}

.regular-price .price {
}

/*Old price---*/
.old-price {
	margin: 0;
}

.old-price .price-label {
	color: red;
	white-space: nowrap;
}

.old-price .price {
	color: red;
	font-weight: normal;
	text-decoration: line-through;
}

/*Special price---*/
.special-price {
	margin: 0;
	padding: 3px 0;
}

.special-price .price-label {
	color: red;
	font-weight: bold;
	white-space: nowrap;
}

.special-price .price {
	color: red;
	font-size: 115%;
	font-weight: bold;
}

/*Cart price---*/
.cart-price price {
	color: #0083c6;
}

/*Minimal price (as low as)---*/
.minimal-price {
	margin: 0;
}

.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

a.minimal-price-link {
	display: block;
	font-size: 90%;
}

a.minimal-price-link .label {}

a.minimal-price-link .price {
	font-weight: normal;
}

/*Excluding tax---*/
.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-weight: normal;
}

/*Including tax---*/
.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
}

.price-including-tax .price {
	font-weight: bold;
}

/*Excl tax (for order tables)---*/
.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
	font-weight: bold;
}

/*Incl tax (for order tables)---*/
.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/*Price range---*/
.price-from, .price-to { margin: 0; }

.price-from .price-label, .price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

/*Price notice next to the options---*/
.price-notice {
	padding-left: 10px;
}

.price-notice .price {
	font-weight: bold;
}

.price-as-configured {
	margin: 0;
}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-box-bundle {
	padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}

.price-box-bundle .price {
}

.product-pricing-grouped li {
	padding: 2px 0;
}

.product-pricing-grouped li .price {
	font-weight: bold;
}

/*Product Pricing---*/
.product-pricing {
	border: 1px solid #ddd;
	background: #F2F2F2;
	margin: 15px 0;
	padding: 10px;
}

.product-pricing li {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow.gif) no-repeat 0 9px;
	padding: 2px 0 2px 12px;
}

.product-pricing .benefit {
	font-weight: bold;
}

.product-pricing .price {
	font-weight: bold;
}

/* MIS.
----------------------------------------------------------------*/
.product-shop {float: left;}
.product-img-box {float: right;}

.product-review .rating-links {
    clear: both;
}

/*Generic Box---*/
.generic-box {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.generic-box h4 {
	margin: 0 0 5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

/*Generic Product Grid---*/
.generic-product-grid {
	width: 100%;
}

.generic-product-grid td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.generic-product-grid tr.last td {
	border-bottom: 0;
}

.generic-product-grid td.last {
	border-right: 0;
}

.generic-product-grid .product-image {
	text-align: center;
}

.generic-product-grid td.empty-product {
	border-right: 0;
}

.generic-product-grid .ratings .pipe {
	display: none;
}

/*Add To---*/
.add-to-cart {
	float: right;
}

.add-to-cart .qty-box {
	float: left;
}

.add-to-cart .qty-box #qty {
	width: 80px;
	padding: 0 0 0 10px;
	line-height: 20px;
}

.add-to-cart .qty-box label {
	float: left;
}

.add-to-cart .qty-box .qty {
	float: left;
	margin: 0 5px;
	height: 20px;
}

.add-to-cart .form-button {
	float: left;
}

.add-to-links {
	margin: 0;
  display: none;
}

.add-to-links li {
	display: inline;
}

.add-to-box {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
	background: #F2F2F2;
}

.add-to-box .add-to-cart {
	float: left;
	margin: 0;
	padding: 10px;
}

.add-to-box .or {
  display: none;
	float: left;
	font-weight: bold;
	padding: 10px;
}

.add-to-box .add-to-links {
	float: left;
	text-align: left;
}

.add-to-box .add-to-links li {
	display: block;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/bullet_plus.gif) no-repeat left center;
	padding-left: 10px;
}

.add-to-box .add-to-links li a {
}

.add-to-box .add-to-links li .separator {
	display: none;
}

.add-to-box .button {
	margin-left: 5px;
}

.btn-cart {
  color: #fff;
  background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/addtocart-button-left-bg.gif);
}
.btn-cart span {
  background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/addtocart-button-right-bg.gif);
}
.btn-cart:hover,
.btn-cart:active,
.btn-cart:focus
{
  background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/addtocart-button-left-bg-hover.gif);
}
.btn-cart:hover span,
.btn-cart:active span,
.btn-cart:focus span
{
  background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/addtocart-button-right-bg-hover.gif);
}

/*Tool Tips---*/
.tool-tip {
	background: #F2F2F2;
	border: 1px solid #ddd;
	position: absolute;
	z-index: 9999;
	padding: 10px;
}

.tool-tip .btn-close {
	margin-bottom: 0;
	padding: 0 6px 0;
	text-align: right;
}

.tool-tip .inline-content {
	padding: 8px;
}

.tool-tip .block-content {
	padding: 15px 20px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
	text-decoration: none !important;
}

.truncated a.details {
	border-bottom: 1px dotted #0083c6 ;
	cursor: help;
	text-decoration: none !important;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	background: #F2F2F2;
	border: 1px solid #ddd;
	padding: 5px 10px;
	position: absolute;
	top: -99999em;
	width: 250px;
	z-index: 999;
}

.truncated .truncated_full_value dl dt {
	margin-top: 0;
}

.truncated .show dl {
	left: 50%;
	top: -20px;
}

#ja-col1 .truncated .show dl {
	left: 35px;
	top: 10px;
}

#ja-col2 .truncated .show dl {
	left: -140px;
	top: 20px;
}

/*Link highlights---*/
.button-level .link-cart { float: right !important ; line-height: 30px; padding-left: 18px;}
.link-remove { color: #4f4f4f !important; }

.link-print, .link-mail, .link-feed, .link-reviewwrite, .link-productalert {
	padding-left: 22px;
	line-height: 24px;
	color: #4f4f4f;
	background-position: 2px center;
	background-repeat: no-repeat;
}

.link-print {
	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_printer.gif);
}

.link-feed {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_feed.gif) no-repeat left center;
	padding-left: 18px;
	line-height: 30px;
	padding-right: 15px;
	color: #4f4f4f;
}

.btn-remove2 {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/btn_trash.gif) 0 0 no-repeat;
	text-indent:-999em;
	overflow: hidden;
}

a.btn-remove,
a.btn-remove:hover,
a.btn-remove:focus,
a.btn-remove:active {
/*	display: block;
	width: 15px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	text-indent:-999em;
	float: left;
	*/
	color: #4F4F4F;
	display: block;
	min-height: 15px;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/btn_remove.gif) 0 center no-repeat;
	overflow: hidden;
	margin: 10px 5px;
	padding: 2px 0 2px 20px;
}
a.btn-remove:hover {
	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/btn_remove_hover.gif);
}

.button-level .link-feed {
	float: left !important;
}

.button-level .pipe {
	float: right !important;
	line-height: 30px;
}

.link-feed:hover,
.link-feed:focus,
.link-feed:active {
}

/*Link highlights [JM add]---*/
.link-mail {/*email link*/
	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_mail.gif);
}

.link-reviewcount { /*review link*/
	color: #555555;
}

.link-reviewwrite {/*write review form link*/
	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_comment.gif);
}

.link-productalert { /*product alert link*/
	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_newspaper.gif);
}

/*==============================================================
---------------------------[BOX STYLE]---------------------------
=================================================================*/

/*GENERAL BOX STYLE
----------------------------------------------------------------*/
.block {
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

.block-banner {
	border: none;
	margin-bottom: 15px;
}

/*Box Head---*/
.block .block-title {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/boxhead-bg.gif) repeat-x left center #1a4895;
	color: #fff;
	line-height: normal;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	margin: 0;
}

.block .block-title h3, .block .block-title h4,
.block .block-title strong {
	font-size: 100%;
}

.block .block-subtitle  {
	padding: 6px 15px;
	border-bottom: 1px solid #ddd;
	background: #c7e2f6;
	margin: 0;
}

.block .block-title h5 {
	font-size: 92%;
	background: none;
	border: 0;
	padding: 0;
}

/*reset*/
.block h3, .block h4, .block h5 {
	margin: 0;
}

/*Box Content---*/
.block .block-content {
	padding: 8px 15px;
	font-size: 92%;
}

.side-col .block .block-content {
	background: #f4f2f1;
}

.block h3 {
	font-size: 110%;
	padding: 5px 0 0;
}

.block h3 a {
}

.block small {
	color: #4f4f4f;
}

/*Box Action---*/
.block .actions {
	padding: 8px 0;
	font-weight: bold;
	overflow: hidden;
	clear: both;
}

.block .actions button {
	float: left;
}

.block .actions a {
	float: right;
	padding-right: 12px;
	padding-top: 3px;
}

/*Box List---*/
.block ol {
	margin: 5px 15px;
}

.block ol li {
	margin: 0;
	padding: 8px 0;
	line-height: normal;
	border-bottom: 1px solid #ddd;
	text-indent: 15px;
	overflow: hidden;
}

.block ol li.last {
	border-bottom: 0 !important;
}

/*MAGENTO'S BOX STYLE
----------------------------------------------------------------*/
.block .product-image {
	float: left;
	width: 35%;
	margin-top: 5px;
}

.block .product-details {
	float: right;
	width: 64%;
	padding-top: 5px;
}

.block .product-checkbox {
	float: left;
	padding: 2px 5px 0 0;
}

.block .product-names {}

.block a.link-cart {
	 font-size: 92%;
	 background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/bullet_plus.gif) no-repeat left center;
	 padding-left: 10px;
	 display: block;
}

.block a.btn-remove,
.block a.btn-remove:hover,
.block a.btn-remove:focus {
	margin: 2px 0 0 0;
}

.side-col .zblock
{
  margin: 0 0 15px 0;
  float: left;
  width: 250px;
}
.side-col .block
{
  margin: 0 0 15px 0;
  float: left;
  border: 1px solid #DDDDDD;
  width: 248px;
}

/*Product Tags---*/
.block-tags {
}

#ja-current-content .block-tags ul {
	font-size: 150%;
}

.block-tags li {
	display: inline;
	margin: 0 3px !important;
}

.block-tags li a{
	color: #4f4f4f;
}

.block-tags li a:hover,
.block-tags li a:active,
.block-tags li a:focus {
	color: #0083c6;
}

.block-tags .actions a{
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow_d1.gif) no-repeat right center;
	padding-right: 12px;
	text-align: left;
	line-height: normal;
}

.my-tag-edit a.btn-remove {
	margin: 5px 0 0;
}

.my-tag-edit a.btn-remove span {
	display: none;
}

#my-tags-table .add-to-links {
	white-space: nowrap;
	margin-top: 10px;
}

.product-tags li {
	display: inline;
	margin-left: 10px;
}

/*Newsletter---*/
.block-subscribe {

}

.block-subscribe fieldset.content {

}

.block-subscribe fieldset.content legend {
	display: none;
}

.block-subscribe .form-button-alt{
	margin-left: 5px;
}

input#newsletter {
	width: 200px;
}

#newsletter-validate-detail button {
	margin-top: 10px;
}

.block-subscribe .actions {
	border: none;
	padding: 0;
}

/*Mini Cart---*/
#ja-cart {
	margin: 0;
	position: absolute;
	left: 420px;
	top: 33%;
	width: 142px;
  height: 94px;
	z-index: 1;
}

.mini-cart {
	margin: 0;
	padding: 0;
	border: none;
	width: 142px;
  height: 93px;
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/ja-cart.gif) no-repeat left top;
}
.mini-cart p {
  text-align: center;
}

.mini-cart.cart-empty {
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/ja-cart.gif) no-repeat left top;
  display: none;
}
.mini-cart.cart-empty p {
  font-size: 11px;
  padding: 30px 0 0;
  text-transform: uppercase;
}

.mini-cart .head {
	display: none;
}

.mini-cart .head h4 {
	float: none;
	text-align: left;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
}

.mini-cart .content {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon-cart.gif) no-repeat 10px 25px;
  height: 77px;
  width: 89px;
	padding: 8px 5px 8px 48px;
}

.mini-cart p {
	margin: 0;
  font-size: 95%;
  padding: 0 0 3px;
}
.mini-cart p.cart-info {
  padding: 4px 0 3px;
}

.mini-cart a,
.mini-cart a:hover,
.mini-cart a:active,
.mini-cart a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

.mini-cart p.subtotal {
	margin: 0;
}

.mini-cart ol#cart-sidebar li {}
.mini-cart ol#cart-sidebar li.last {}

.mini-cart .product-images {}
.mini-cart .product-details {}

.mini-cart .actions,
.mini-cart h5 {
	background: none;
	border: none;
	padding: 0;
  text-align: center;
}

.mini-cart h5 {
	padding-left: 20px;
}

.mini-cart .form-button {
	background: none;
	padding: 0 !important;
	color: #fff;
  font-size: 110%;
  font-weight: bold;
}

.mini-cart .form-button span {
	background: none;
	padding: 0 !important;
  line-height: 100% !important;
}

.mini-cart .form-button:hover span,
.mini-cart .form-button:focus span,
.mini-cart .form-button:active span{
	text-decoration: underline;
}

/*Mini Wishlist---*/
.block-wishlist a {
	font-weight: bold;
	float: none;
}

.block-wishlist .product-name a {
	color: #4F4F4F;
}

.block-wishlist .product-name a:hover,
.block-wishlist .product-name a:focus,
.block-wishlist .product-name a:active {
	color: #0083c6;
	text-decoration: none;
}

.block-wishlist a.btn-remove,
.block-wishlist a.btn-remove:hover,
.block-wishlist a.btn-remove:focus {
	float: left;
	margin: 2px 10px 0 0;
}

.block-wishlist .actions a {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow_d1.gif) no-repeat right center;
	padding: 0 15px;
}

.block-wishlist .block-content{
	padding: 0;
  background: #E8F8FF;
}

.block-wishlist .actions {
	padding: 8px 15px;
	border-top: 1px solid #ddd;
  background: #c7e2f6;
}

.block-wishlist ol li {
	text-indent: 0;
}

/*Compare Products, Orders---*/
.block-compare,.block-reorder {
}

.block-compare .block-content,
.block-reorder .block-content,
.block-compared .block-content {
	padding: 0;
}

.block-compare p.block-subtitle,
.block-reorder p.block-subtitle {
}

.block-compare p.empty,
.block-reorder p.empty {
	padding: 8px 15px;
}

.block-compare ol#compare-items li,
.block-reorder ol#cart-sidebar-reorder li {
	border-bottom: 1px solid #d0d0d0;
	border-top: none;
	text-indent: 0;
}

.block-compare a.btn-remove,
.block-compare a.btn-remove:hover,
.block-compare a.btn-remove:focus {
	margin: 2px 10px 2px 0;
}

.mini-cart ol#cart-sidebar li.last {}

.block-compare a.left {
	margin-top: 3px;
	float: right;
}

.block-compare h5 {
	background: #F2F2F2;
	border-bottom: 1px solid #DDD;
}

.block-compare .actions,
.block-reorder .actions {
	border-top: 1px solid #d0d0d0;
	padding: 10px 15px;
}

.block-compare #compare-items a,
.block-compare .product-names a {

}

.block-compare #cart-sidebar-reorder li,
.block-reorder ol#cart-sidebar-reorder li{
	border-bottom: 1px solid #DDD;
	border-top: none;
	text-indent: 0;
}

.block-compared ol#recently-compared-items li {
	text-indent: 0;
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.block-compared ol {
	margin: 8px 15px;
}

.block-compared ol#recently-compared-items li.last {
	border: none;
}

/*Mini Product View---*/
.block-viewed ol#recently-viewed-items li {
  text-indent: 0; border-bottom: 1px solid #ddd; border-top: none;
}
.block-viewed .block-content {
	padding: 0;
}

.block-viewed ol {
	margin: 0 15px;
}

.block-viewed ol#recently-viewed-items li.last {
	border: none;
}

p.product-name {
	margin-bottom: 0;
	margin-top: 0;
}

/*Poll---*/
.block-poll .block-content {
	padding: 0;
}

.block-poll ul {
	margin: 8px 15px;
}

.block-poll ul li {
	padding: 8px 0;
}

.block-poll h5 {
}

.block-poll table {
	margin: 10px;
}

.block-poll td {
	padding: 2px;
	vertical-align: middle;
}

.block-poll .right {
	float: left;
}

.block-poll .actions {
	padding: 8px 15px;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

.block-poll .answer {
    font-weight: bold;
}

/*Relate Products----*/
.mini-related-items .content {
	padding: 0;
}

.mini-related-items p {
	margin: 10px;
}

.mini-related-items ol li {
	border-top: 1px solid #ddd;
	border-bottom: 0;
	position: relative;
}

.mini-related-items .product-images {
	position: absolute;
	left: 0;
	top: 5px;
	padding-left: 18px;
	overflow: hidden;
}

.mini-related-items .product-images a {
	width: 50px;
}

.mini-related-items .product-images .checkbox-container {
	position: absolute;
	top: 15px;
	left: 0;
}

.mini-related-items .product-details {
	display: block;
	padding-left: 100px;
	float: none;
	width: auto;
}

/* Block Paypal */
.paypal-logo {
	margin: 0;
	text-align: center;
}

.paypal-logo a {
	display: block;
}

.side-col > .paypal-logo {
	margin-bottom: 10px;
}

/*Layered Navigation---*/
.side-col .block-layered-nav {
  width: 250px;
  margin: 0 0 15px 0;
  border: none;
  display: none; /* rather than removing the block */
}

.side-col .block-layered-nav .currently ol li {
  text-indent: 0;
  padding: 0 0 4px 0;
}

.side-col .find-specials .block-title,
.side-col .mini-sidenav .block-title {
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/find-specials.png) no-repeat center top;
  color: inherit;
  text-align: center;
  border: none;
  text-indent: -9999px;
  height: 50px;
  margin: 5px 0 10px 0;
}

.side-col .block.find-specials {
  border: none;
}
.side-col .block.find-specials .block-title {
  margin-bottom: 0;
}
.side-col .block.find-specials p {
  text-align: center;
}
.side-col .block.find-specials a {
  width: 77px;
  height: 30px;
  text-indent: -9999px;
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/go-btn.png) no-repeat center top;
  display: inline-block;
}

.side-col .block-layered-nav .block-title strong {
  padding: 0;
}

.side-col .block-layered-nav .block-content {
	padding: 0;
  background: #fff;
}

.side-col .block-layered-nav h3 {
	color: #FFFFFF;
}

.side-col .block-layered-nav .actions {
  padding: 4px 0;
}
.side-col .block-layered-nav .block-subtitle {
	font-size: 92%;
}

.side-col .block-layered-nav .block-subtitle {
    border: medium none;
    color: #003E7E;
    font-size: 125%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 5px 0;
    text-align: center;
    text-transform: uppercase;
    background: none;
    display: none;
}

.side-col .block-layered-nav .currently .block-subtitle {
  font-size: 11px;
  display: inherit;
}

.side-col .block-layered-nav dl.narrowed-category {
	padding: 5px 0;
	background: #F2F2F2;
	margin: 0 !important;
}

.side-col .block-layered-nav ol.narrowed-category li {
	border-bottom: none;
	font-weight: bold;
	padding: 1px 0;
}

.side-col .block-layered-nav .narrowed-category li .label {
	padding-left: 22px;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/bullet.gif) no-repeat 15px 5px;
	font-weight: normal;
}

.side-col .block-layered-nav .widget-btn {
	float: right;
	margin: 2px 8px 0 5px;
}

.side-col .block-layered-nav ol {
	margin: 0;
}

.side-col .block-layered-nav dl {
	padding: 0;
  background: #F4F2F1;
}

.side-col .block-layered-nav dt {
  padding: 3px 9px;
  margin: 5px 0 0;
  text-transform: none;
  font-weight: bold;
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow-cat.gif) no-repeat 94% center #efecea;
  border: 1px solid #4F4F4F;
/*  color: #1A4895; */
	cursor: pointer;
}

.side-col .block-layered-nav dd ol li {
  border-bottom: none;
}

.side-col .block-layered-nav dt.selected,
.side-col .block-layered-nav #narrow-by-list2 dt
{
/*  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow-cat-active.gif) no-repeat 94% center #c7e2f6; */
  border-bottom-color: #c0c0c0;
}

.side-col .block-layered-nav dt:hover {
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow-cat-hover.gif) no-repeat 94% center #c7e2f6;
}

.side-col .block-layered-nav dd {
/*  background: #E8F8FF; */
  border: 1px solid #4F4F4F;
  border-top: none;
}

.side-col .block-layered-nav dd li {
	padding: 6px 0;
}

.side-col .block-layered-nav dd.last li {}

/* Box Hilite */

.hilite {
	background: #1C1C1C;
	margin: 0;
	border: none;
}

.hilite .content img{
	padding: 4px;
	border: 1px solid #ddd;
	background: #151515;
}

.hilite .content {
	padding-top: 20px;
	color: #4f4f4f;
}

.hilite h3 {
	padding: 10px 0 0;
}

/*===============================================================
--------------------[MAGENTO'S SHOP PAGES]--------------------
=================================================================*/

/*CATALOG LISTING
----------------------------------------------------------------*/
.catalog-listing {}

.catalog-listing h5, /*product name*/
.catalog-listing .product-image, /*product name*/
.catalog-listing .description, /*product info*/
.catalog-listing .ratings, /*product rating*/
.catalog-listing .form-button, /*addtocart btn*/
.catalog-listing .out-of-stock, /*oos msg*/
.catalog-listing .add-to /*product link*/ {
	margin: 10px 0 10px;
}

.catalog-listing .price-box { margin-bottom: 0; }

.catalog-listing h5 {
	font-size: 150%;
}

.catalog-listing .price-box {
	display: block;
}

.catalog-listing .add-to {}

.catalog-listing .add-to a,
.catalog-listing .add-to a.link-cart {
	padding-left: 5px;
	color: #4f4f4f;
}

.catalog-listing .add-to a:hover,
.catalog-listing .add-to a:active,
.catalog-listing .add-to a:focus {
	color: #0083c6;
}

.catalog-listing .add-to a.link-cart {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/sep-vline.gif) no-repeat right center;
	padding-right: 10px;
}

.catalog-listing .add-to .pipe {
	display: none;
}

/*List Type---*/
.products-list .listing-item {
	padding: 15px;
	border-top: 1px solid #ddd;

}

.products-list .product-image {
	float: right;
	width: 145px;
	text-align: center;
}

.products-list .product-shop {
	width: 510px;
	float: left;
}

.products-list .product-shop .desc {
  margin: 10px 0 0;
  font-size: 115%;
}

.products-list .product-shop .price-box {
	float: left;
	text-align: left;
	white-space: nowrap;
	padding: 0 20px 0 0;
	margin: 10px 0;
}

.product-list .cruise-ships,
.product-list .cruise-dates
{
  margin: 10px 0 0;
}

.products-list .add-to {
	margin-bottom: 0;
	font-weight: bold;
}

.products-list .product-shop p.add-to a {
	margin: 0 5px;
}

/*Grid Type---*/
.products-grid .ja-dot {
	height: 1px;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/dot.gif) repeat-x left center;
	margin: 10px 0;
	width: 100%;
	clear: both;
}

.products-grid h5, /*product name*/
.products-grid .product-image, /*product name*/
.products-grid .ratings, /*product rating*/
.products-grid .price-box, /*product price*/
.products-grid .form-button, /*addtocart btn*/
.products-grid .out-of-stock, /*oos msg*/
.products-grid .add-to /*product link*/ {
	margin: 0 15px 8px;
}

.products-grid h5 {
	font-size: 100%;
}

.products-grid h5 a {
}

.products-grid ol.grid-row {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/dot-bg.gif) repeat-y;
}

.products-grid li.item {
	float: left;
	overflow: hidden;
	width: 320px;
	padding: 5px 0 5px !important;
	text-align: left;
}

.products-grid li.first {
  margin-right: 20px;
}

.products-grid li.last {
	border: none;
}

.products-grid ol.odd	{}
.products-grid li.last {}
.products-grid .product-info {
  width: 230px;
  float: left;
}
.products-grid .border {
  border-top: 1px solid #4F4F4F;
  margin: 0 0 10px;
  width: 100%;
}
.products-grid .product-image {
	vertical-align: bottom;
  float: right;
  margin: 0;
}
#ja-current-content .products-grid .product-best-buy,
.products-grid .product-best-buy
{
  float: left;
  width: 100%;
  font-size: 125%;
  margin: 0;
  color: inherit;
  text-transform: none;
}
#ja-current-content .products-grid .product-name,
.products-grid .product-name
{
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  height: 42px;
  color: inherit;
  text-transform: none;
  line-height: 120%;
  font-size: 125%;
}
.products-grid .product-description {
  overflow: hidden;
  height: 118px;
  width: 100%;
  line-height: 120%;
}

.products-grid .product-top-buy {
  background: url("https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/elements/top-number-bg.png") no-repeat scroll left top transparent;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  height: 49px;
  line-height: 1;
  margin: 0;
  padding: 11px 0 0;
  text-align: center;
  width: 57px;
}
/*.products-grid .product-top-buy-1 {
  background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/elements/number-1.png);
  text-indent: -9999px;
  }
*/

.product-selection-attribute-at_best_buy_title .product-description {
  height: 103px;
}

.product-selection-attribute-at_best_buy_title .product-description p {
  margin: 0 0 5px 0;
  padding: 0;
}

.products-grid .product-name a {
  color: inherit;
}
.product-image img {
	padding: 4px;
	background: #FFFFFF;
	border: none;
}
.products-grid .price-box {
  margin: 0 0 8px 0;
  float: left;
  width: 173px;
}

.products-grid .rating-box {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.products-grid .ratings a {}

.products-grid .regular-price {
  display: inline-block;
  padding-top: 23px;
}

.products-grid .actions {
	margin: 15px 0 10px;
	text-align: left;
  float: right;
}
.products-grid .product-form-input {
  float: left;
}
.products-grid .product-form-button {
  margin-left: 5px;
  float: left;
}

.products-grid input.input-text {
  width: 35px;
  text-align: center;
}

.products-grid .add-to {
	margin-bottom: 0;
	clear: both;
}

.products-grid .pipe {	font-weight: bold; color: #ddd;}

/*PRODUCT DETAIL
----------------------------------------------------------------*/
.product-info-box {
}

#ja-current-content .product-info h2 {
  font-weight: bold;
}

.product-essential, .product-collateral { clear: both; }

.product-essential { padding: 0 0 15px; }

.product-img-box {
/*  width: 110px; */
  padding: 0;
  margin-top: 20px;
}

.product-view-large-image .product-img-box {
    float: left;
    margin-top: 0;
}

.product-view-large-image #product_addtocart_form {
    clear: both;
    float: left;
    margin-top: 0;
}

.product-review .product-img-box { width: 160px; padding: 0; margin-top: 10px; }

.product-essential .product-shop {
  font-size: 110%;
  width: 345px;
  margin-top: 20px;
}

.product-shop .cruise-ships,
.product-shop .cruise-dates
{
  margin: 10px 10px 0;
  font-size: 11px;
  font-weight: bold;
}

.product-view-large-image .product-essential .product-shop {
  width: 640px;
}

.product-collateral {
  margin: 20px 0 0 0;
  width: 480px;
  float: left;
}

.collateral-box h2 {
  font-size: 135%;
  padding: 15px 0 0;
}

/*PRODUCT TABS */

#ja-tab-products {
  padding: 0;
  margin: 0 0 10px 0;
}

ul.ja-tab-navigator {
  background: #fff url("https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/tab-bg.gif") repeat-x scroll left bottom;
}

ul.ja-tab-navigator li{
  float: left;
  line-height: 30px;
  padding: 0 15px;
}

ul.ja-tab-navigator li.first {}

ul.ja-tab-navigator li.active {
  background: #FBFCFD;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
}

.ja-tab-content {
  padding: 20px 0 10px;
}

ul.ja-tab-navigator li a {
  font-weight: bold;
  line-height: 30px;
  font-size: 100%;
  margin: 0;
  padding: 5px 5px !important;
  border: none;
}

ul.ja-tab-navigator li a:hover,
ul.ja-tab-navigator li a:focus,
ul.ja-tab-navigator li a:active{
  text-decoration: none;
}


ul.ja-tab-navigator li.active a {
  color: #666 !important;
  text-decoration: none;
}

.ja-tabitem-producttags h5 {
  margin-top: 0;
}

/*Product Images---*/
.product-img-box .product-image-zoom {
	height: auto;
	overflow: hidden;
/*	position: relative;
	width: 110px; */
	z-index: 9;
	margin: 0 0 10px 0;
}

.product-img-box .product-image-zoom img {
	cursor: pointer;
	left: 0;
/*	position: absolute;
	top: 0;
	padding: 0; */
  border: 1px solid #c0c0c0;
}

.zoom {
	position: relative;
	z-index: 9;
	height: 24px;
	margin: 0 auto 13px auto;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/slider_bg.gif) no-repeat 50% 50%;
	padding: 0 28px 0 28px;
	cursor: pointer;
}

.zoom #track {
	height: 24px;
	position: relative;
}

.zoom #handle {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/magnifier_handle.gif) 0 0 no-repeat;
	height: 18px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 9px;
}

.zoom .btn-zoom-out {
	position: absolute;
	left: 10px;
	top: 7px;
}

.zoom .btn-zoom-in {
	position: absolute;
	right: 10px;
	top: 7px;
}

.product-img-box #track_hint { color: #4f4f4f; }

.product-img-box .more-views {
	margin-top: 0;
}

.product-img-box .more-views ul {
	background: none;
	float: left;
	border: none;
}

.product-img-box .more-views li {
	float: left;
	display: block;
	margin: 0;
	line-height: normal;
}

.product-img-box .more-views li a {
	height: auto;
	width: auto;
	float: left;
	border: 1px solid #c0c0c0;
	line-height: 0;
}

.product-img-box .more-views li a:hover {
	border: 1px solid #0083c6;
}

/*Product Info---*/
.product-essential .product-name {
	font-size: 150%;
	margin-top: 0;
}

.product-essential .description {
  min-height: 90px;
}

.product-essential .product-name h1 {
	font-size: 120%;
}

.product-essential .link-mail,
.product-essential .link-productalert,
.product-essential .link-reviewwrite {
	display: block;
}

.product-essential .ratings {}

.product-essential .availability {
  margin: 10px 0;
}
.product-essential .availability.in-stock {
  display: none;
}

.product-essential .price-box {
	margin: 10px 0;
}

.product-essential h4 {
	margin: 15px 0 5px;
	font-size: 100%;
	text-transform: uppercase;
	color: #4f4f4f;
}

.product-essential .add-to-holder {
	margin: 10px 0;
}

.product-essential .add-to-box {}

.product-essential .short-description {
  font-size: 115%;
}
.product-essential .long-description {
  border-top: 1px solid #c0c0c0;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}

h2.product-name,
.product-name h1
{
  background: none repeat scroll 0 0 #000;
  color: #FFFFFF;
  font-size: 17px !important;
  padding: 3px 10px;
}
h2.product-name a {
  color: #FFFFFF;
}

/*Product Options---*/
.product-options {
	border: 1px solid #ddd;
	margin: 20px 0 0;
	padding: 10px 15px;
	clear: both;
}

.product-options dt {
	padding: 0;
	margin: 0 0 5px;
}

.product-options dt label {
	color: #4f4f4f;
	font-weight: bold;
}

.product-options dt .qty-holder {
	float: right;
	margin-right: 15px;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	color: #4F4F4F;
	padding: 3px;
}

.product-options dd {
	margin: 0 0 15px;
	padding: 0;
}

.product-options dl.last dd.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.product-options dd input.input-text {
	width: 99%;
}

.product-options dd textarea {
	height: 8em;
	width: 99%;
}

.product-options dd select {}

.product-options dd .multiselect option {
	border-bottom: 1px dotted #151515;
	padding: 2px 4px;
}

.product-options ul.options-list {
	margin-right: 5px;
}

.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}

.product-options ul.options-list input.radio {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list .label {
	display: block;
	margin-left: 18px;
}

.product-options ul.options-list label {
	font-weight: normal;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required {}

.product-options-bottom {
	padding: 10px 20px;
	background: #F2F2F2;
	border: 1px solid #ddd;
	border-top: 0;
}

.product-options-bottom .product-pricing {
	background: none;
	border: 0;
	margin: 0;
	padding: 0 0 10px;
}

.product-options-bottom .product-pricing li {
	background: 0;
	padding: 2px 0;
}

.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit {
}

.product-view-large-image .price-box {
  display: none;
}

.product-options-bottom .price-box {
	float: left;
	margin: 0;
	padding: 0;
  display: inherit;
}

.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
}

.product-options-bottom .price-tax {
	float: left;
}

.product-shop .product-options-bottom .price-box {
	float: none;
}

.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
	float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	margin-top: 10px;
}

.item-options dt {
	font-weight: bold;
}

.item-options dd {
	padding-left: 15px;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow.gif) no-repeat 5px center;
}

/*Product Collateral---*/
.product-collateral .box-collateral {
	padding: 0 0 15px;
}

.product-collateral h2 {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	margin: 0;
	font-size: 150%;
}

.product-collateral .collateral-box h5 {
	margin: 10px 0 5px;
	font-size: 100%;
}

/*Product Description*/
.product-collateral .product-specs {padding: 8px 0;}

/*Additional Information*/
.product-collateral .attribute-specs table {
	border: 1px solid #ddd;
}

.product-collateral .attribute-specs .label {
	font-weight: bold;
	white-space: nowrap;
	width: 20%;
	border-right: 1px solid #ddd;
}

.product-collateral .attribute-specs .odd td {
	background: #FFFFFF;
	border-bottom: 1px solid #ddd;
}

.product-collateral .attribute-specs .even td {
	background: #F2F2F2;
	border-bottom: 1px solid #ddd;
}

.product-collateral .attribute-specs .data {}

/*related product*/
.product-collateral .up-sell .head {}

.product-collateral .up-sell .generic-product-grid {}

.product-collateral .up-sell .generic-product-grid td {
	width: 25%;
	text-align: center;
	vertical-align: top;
	border: none;
}

/*reviews*/
#customer-reviews {
	margin-bottom: 0;
}

#customer-reviews li {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

#customer-reviews .form-list li  {
	border: none;
}

#customer-reviews li p {
	clear: both;
}

.product-review-box {
	padding-bottom: 10px;
}

#product-review-table {
	margin: 8px 0 0;
	width: 456px;
}

#product-review-table td,
#product-review-table th {
	text-align: center;
	border-bottom: 1px solid #ddd;
}

#product-review-table td.label {
	text-align: left;
	width: 100px;
}

/*tags*/
#addTagForm .form-add {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_tag_add.gif) no-repeat left bottom;
	display: block;
	overflow: hidden;
	padding-left: 25px;
	vertical-align: middle;
	width: 90%;
}

.product-collateral #addTagForm .form-add.input-box,
.product-collateral #addTagForm .form-add fieldset {
	float: left;
}

.product-collateral #addTagForm .form-add .input-box {
	float: left;
}

.product-collateral #addTagForm .form-add .input-box .input-text {
	width: 200px;
}

.product-collateral #addTagForm .form-add label {
	width: 100%;
	display: block;
}

.product-collateral #addTagForm .form-add .button {
	margin-left: 5px;
}

.tags-list {
	margin-top: 10px;
	min-height: 100px;
}

.tags-list li {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/sep-vline.gif) no-repeat 100% 3px;
	display: inline;
	padding: 0 8px 0 4px;
}

.tags-list li.first {
	padding-left: 0;
}

.tags-list li.last {
	background: none;
}

.box-account .details .tags ul li {
	padding: 0;
}

/*Gift Messages----*/
.giftmessages .gift-header {
	font-size: 115%;
	font-weight: bold;
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-bottom: 5px;
}

.giftmessages .group-select {
	margin-top: 5px;
}

.giftmessages .input-checkbox {
	padding-bottom: 15px;
}

.giftmessages textarea {
	height: 100px;
}

.giftmessages .input-checkbox input {
	margin-right: 5px;
}

.giftmessages .input-checkbox label {
	color: #0083c6;
	font-weight: bold;
}

.giftmessages .gift-box {
	padding: 5px 16px 15px 22px;
}

.giftmessages .gift-box .scroll-box {
	height: 260px;
	overflow: auto;
}

.giftmessages .product-image {
	padding-right: 20px;
	background: none !important;
	border: none !important;
}

.giftmessages .giftmessage-product-info {
	padding: 0 0 0 5px !important;
	border: 0 !important;
	font-size: 125%;
}

.giftmessages .numeration {
	color: #4f4f4f;
	font-weight: bold;
}

.giftmessages .gift-box label {
	color: #4f4f4f;
}

.giftmessages .group-select li .input-box {
	float: left;
	width: 260px;

}

.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea {
	width: 495px;
}

.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea {
	width: 235px;
}

.giftmessages .group-select li .input-box select {
	width: 256px;
}

.gift-messages-form div.details {
	float: left;
}

.gift-messages-form div.input-box {
	padding: 5px 0;
}

/*CHECKOUT
----------------------------------------------------------------*/
select.address-select {
	width: 530px !important;
}

.shipment-methods dd {
	margin-bottom: 10px;
}

.payment-methods dt {
	padding: 5px 0;
}

.payment-methods dd {
	padding: 0 25px;
}

.payment-methods select.month {
	margin-right: 10px;
	width: 146px !important;
}

.payment-methods select.year {
	width: 100px !important;
}

.payment-methods input.cvv {
	width: 3em !important;
}

.checkout-types li img { vertical-align: middle; }

.checkout-types .paypal-logo {
	margin: 0;
	padding: 0;
}

.page-head-alt .checkout-types li img{
	margin-top: 4px;
}


/*Shopping Cart---*/
#shopping-cart-table {
	width: 930px;
}

#shopping-cart-table  input.checkbox {
	float: none;
}

#shopping-cart-table .cart-price {
	display: block;
	text-align: center;
}

#shopping-cart-table .btn-update {
	margin-left: 10px;
}

.shopping-cart {
	margin-bottom: 0;
}

.shopping-cart th .tax-flag {
	display: block;
	font-size: 92%;
	font-weight: normal;
}

.shopping-cart tr.error {
	background: #f8d1d1 !important;
}

.shopping-cart .continue-shopping {
	float: left;
}

.shopping-cart-item-message {
	font-size: 92%;
	margin-bottom: 5px;
	margin-top: 6px;
}

td.attributes-col {}

td.attributes-col ul {
	margin: 5px 0;
}

td.attributes-col dt {
	margin-top: .5em;
}

td.attributes-col dd ul {
	list-style: disc;
	margin: 0 0 5px 0;
}

td.attributes-col dd ul li {
	margin-left: 15px;
}

td.attributes-col h4.title {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

td.attributes-col h4.title a {
	font-weight: bold;
}

.cart-collaterals .totals {
	border: 1px solid #ddd;
	float: right;
	margin-top: 20px;
	width: 30%;
	padding: 0;
}

.cart-collaterals .totals table {
	width: 100%;
	background: #F2F2F2;
}

.cart-collaterals .totals td {
	padding: 5px 15px;
}

.cart-collaterals .totals tr.last td {}

.cart-collaterals .totals tfoot td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 15px;
}

.cart-collaterals .totals tfoot td .price {
/*	color: #0083c6; */
}

.cart-collaterals .totals ul.checkout-types {
	padding: 0;
	margin: 10px 0 0;
}

.cart-collaterals .totals ul.checkout-types li {
	clear: both;
	margin: 0;
	padding: 5px 0;
	background: none;
	text-align: center;
}

.cart-collaterals .totals ul.checkout-types li img {
	width: 135px;
}

.cart-collaterals .totals ul.checkout-types li big {
	font-weight: bold;
}

/*Tax details---*/
.tax-total {
	cursor: pointer;
}

.tax-total td {}

.tax-total .tax-collapse {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
	float: right;
	padding-left: 20px;
	text-align: right;
}

.show-details .tax-collapse {
	background-position: 0 -53px;
}

.show-details td {
	border-top: 1px dashed #151515;
}

.tax-details td {
	color: #4f4f4f;
}

.tax-details-first td {
	border-top: 1px dashed #151515;
}

/*Collaterals---*/
.cart-collaterals .col2-set {
	margin: 20px 0;
	float: left;
	width: 67%;
}

.cart-collaterals .col2-set .discount,
.cart-collaterals .col2-set .shipping {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #ddd;
}

.cart-collaterals .col2-set .discount .button,
.cart-collaterals .col2-set .shipping .button {
	margin-left: 5px;
}

.cart-collaterals .col2-set .discount h2,
.cart-collaterals .col2-set .shipping h2 {
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 0;
	text-indent: 23px;
	margin: 0;
  font-size: 110% !important;
}

.cart-collaterals .col2-set .discount h2 {
	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_asterick.gif);
}

.cart-collaterals .col2-set .shipping h2 {
	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_lorry.gif);
}

.cart-collaterals .col2-set .shipping .input-text,
.cart-collaterals .col2-set .discount .input-text {
	width: 250px;
}

.cart-collaterals .col2-set .shipping select {

}

.cart-collaterals .col2-set .buttons-set {
	padding: 0;
	border: none;
	text-align: left;
}

.cart-collaterals .col2-set .buttons-set .button {
	display: inline;
	float: none;
}

.cart-collaterals .col2-set .shipping select option {
	width: auto !important;
	overflow: visible;
	display: block;
}

.cart-collaterals .col2-set .crosssell {}

.cart-collaterals .col2-set .crosssell h2 {
	margin: 0 0 15px;
	padding: 0 5px;
	font-size: 100%;
}

.cart-collaterals .col2-set .crosssell ul {
	margin: 0;
}

.cart-collaterals .col2-set .crosssell li {
	border-top: 1px solid #ddd;
	padding: 15px 5px;
}

.cart-collaterals .col2-set .crosssell .product-image {
	float: left;
	width: 75px;
}

.cart-collaterals .col2-set .crosssell .product-details {
	width: 200px;
}

.cart-collaterals .col2-set .crosssell .product-details h3 {
	font-size: 115%;
	margin: 0 0 5px;
}

.cart-collaterals .col2-set .crosssell .product-details .button {
	margin: 0 0 5px;
}

.cart-collaterals .col2-set .crosssell .crosssell small {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/bullet_plus.gif) no-repeat left center;
	padding-left: 12px;
}

.cart-collaterals .col2-set .crosssell .crosssell small a {
	color: #4f4f4f;
}

.grand_total {
	font-size: 1.3em !important;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
	width: auto;
}

tr.grand_total td, p.grand_total {
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Checkout ---*/
.info-set {
    border: 1px solid #e0e0e0;
    clear: both;
    margin: 20px 0 10px;
}

.info-set .legend {
    background: #f2f2f2;
    border: 1px solid #E0E0E0;
    color: #353535;
    float: left;
    font-size: 115%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: -10px;
    padding: 2px 8px;
    position: relative;
}

.info-set.col2-set .col-1 {
    clear: both;
    padding: 10px;
    width: 47%;
}

.info-set.col2-set .col-2{
	padding: 10px;
	width: 47%;
}

.info-set .box-title {
    background: none;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    padding: 8px 0;
    text-align: left;
}

.info-set .box-title h3 {
    color: #353535;
    float: none;
    font-size: 100%;
    line-height: 30px;
    margin: 0;
    padding: 0;
 }

.info-set .box {
	background: none;
	border: 0;
}

.info-set .box-title a {
    float: none;
    padding: 0;
}

.info-set .box-content {
	padding: 8px 0;
}

.info-set .actions {
	border: 0;
	padding: 0;
}

.info-set fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Paypal ---*/
#details-reload {
	clear: both;
	padding-top: 20px;
}

#details-reload .data-table {
	margin-bottom: 0;
}

#details-reload .data-table .last td {
	border-bottom: 0;
}

/*One-Page checkout---*/
.opc {
}

.opc li.section {
	position: relative;
	margin: 5px 0;
}

.opc .group-select {
	border: 0;
	margin: 0;
	padding: 0;
}

.opc .group-select li {
	padding-left: 0;
}

.opc .step {
	background: #FFFFFF;
	border: 0;
	padding: 15px;
	margin: 0;
}

.opc .step-title {
	background: #F2F2F2;
	border: 1px solid #ddd;
	padding: 5px 0;
}

.opc .step-title h2 {
	float: left;
	margin: 0;
}

#ja-current-content .opc .step-title h2 {
  font-size: 12px;
  font-weight: bold;
}

.opc .tool-tip {
	right: 8px;
}

.opc .step-title a {
	display: none; /* Hide Edit button in step header */
}

.opc h2 {
	color: #4f4f4f;
	font-size: 1.05em;


}

.opc h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-size: 115%;
}

.opc h4.title {
	border-bottom: 0;
	text-transform: none;
}

.opc .number {
	background: #4f4f4f;
	padding: 0 4px;
	color: #FFFFFF;
	float: left;
	margin: 0 15px;
}

.opc .content {
	padding: 10px 20px;
}

.opc label.label {
	color: #4F4F4F;
	font-size: 115%;
}

/*Allow box*/
.opc .allow .step-title {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_accept.gif) no-repeat 98% center #F2F2F2;
	cursor: pointer;
}

.opc .allow h2 {
}

.opc .allow .number {
	background: #0083c6;
	border: 1px solid #0083c6;
	color: #FFFFFF;
}

/*Active box*/
.opc .active {
	border: 1px solid #ddd;
}

.opc .active .step-title {
	background: #0083c6;
	cursor: default;
	border-color: #0083c6;
}

.opc .active h2 {
	color: #FFFFFF !important;
}

.opc .active .number {
	background: #FFFFFF;
	border: 1px solid #0083c6;
	color: #0083c6;
}

.opc .active .step {
	background: none;
	display: block;
}

.opc .active .group-select {

}

.opc .alloq .step-title a {
	display: block; /* Display Edit button in active selection */
}

.opc dd .form-list {
	margin: 0;
}

.opc dd .form-list ul {
	margin: 5px 0 15px 25px;
}

.opc .checkmo-mailing-address {
	padding-left: 20px;
}

/*Checkout Step Login*/
#checkout-step-login .col2-set .col-1,
#checkout-step-login .col2-set .col-2 {
	width: 47%;
}

/*Checkout Step Review*/
#checkout-step-review {
	margin: 15px 15px 0;
}

/*Checkout Progress---*/
/*Side Box*/
.block-progress .block-content{ padding: 0;}

.block-progress dl {
	margin: 0;
}

.block-progress dt {
	background: #f2f2f2;
	text-indent: 15px;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}

.block-progress dd {
	padding: 8px 15px;
}

.block-progress dt h4{
	font-size: 100%;
}

.block-progress dl.complete {
	background: #252525
}

.block-progress dt h5 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	border: 0;
}

.block-progress dt.complete h5 {

}

.block-progress h5 a {
	text-transform: none;
	display: block;
}

.block-progress h5 .pipe {
	display: none;
}

.block-progress .content {
	text-indent: 0;
}

.block-progress .box-no-padding {
	padding: 15px 0px;
}

.block-progress .box-no-padding .inner-box {
	padding: 0px 20px;
}

#opc-login .button-set {
	margin-top: 0;
	padding-top: 0;
}

#opc-review .box {
	padding: 0;
}

#opc-review .content {
	border: 0;
	padding: 0 15px;
}

#opc-review .content.button-set p.left {
	float: left;
}

#opc-review .content.button-set p{
	float: right;
}

#opc-review .content input {
	margin-top: 5px;
}

#opc-review .data-table {
	border-right: 0;
	border-left: 0;
}

.opc-please-wait {
	padding-right: 7px;
}

.one-page-checkout a.back {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_opc_back.gif) no-repeat;
	line-height: 13px;
	padding-left: 16px;
}

.one-page-checkout .payment-methods dd {
	padding: 0;
}

/*Table*/
.checkout-progress {
	margin: 20px auto 20px;
	width: 100%;
	background: #F2F2F2;
}

.checkout-progress li {
	color: #4f4f4f;
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 2px 0;
	text-indent: 15px;
}

.checkout-progress li.active {
	color: #FFFFFF;
	background: #0083c6;
	width: 19%;
}

/*Multiple Addresses checkout---*/
.multi-address-checkout-description {
	margin: 15px 0;
}

.multiple-checkout .col2-set  {
	position: relative;
}

.multiple-checkout .col2-set .col-narrow {
	width: 32%;
}

.multiple-checkout .col2-set .col-wide {
	width: 65%;
}

.multiple-checkout .col2-set .box {
	margin: 20px 0 10px;
	clear: both;
	border: 1px solid #ddd;
}

.multiple-checkout .col2-set .legend {
	background: #F2F2F2;
	color: #4f4f4f;
	border: 1px solid #ddd;
	font-size: 115%;
	margin-bottom: 0;
	margin-top: -10px;
	margin-left: 15px;
	padding: 2px 8px;
}

.multiple-checkout .col2-set .content {
	padding: 15px 8px;
	font-size: 100%;
}

.multiple-checkout .col2-set h2.legend,
.multiple-checkout .col2-set .count-head-alt,
.multiple-checkout .col2-set h3.legend {
	border: 1px solid #ddd;
	background: #F2F2F2;
	padding: 8px;
	margin-top: 15px;
	margin-left: 0;
}

.multiple-checkout .col2-set .count-head-alt {
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

.multiple-checkout .col2-set h2.legend h4,
.multiple-checkout .col2-set .count-head-alt h4 {
	margin: 0;
	font-size: 100%;
}

.multiple-checkout .col2-set .box-content {
	padding: 8px 15px;
}

.multiple-checkout .col2-set .box-title {
	border-bottom: 1px solid #ddd;
	padding: 8px 15px;
	margin: 0;
	background: none;
}

.multiple-checkout .col2-set .box-title h3,
.multiple-checkout .col2-set .box-title h2{
	padding: 0;
}

.multiple-checkout .col2-set .col-wide {}

.multiple-checkout .col2-set h3,
.multiple-checkout .col2-set h2 {
	margin: 0;
	padding: 8px 0;
	float: none;
	font-size: 100%;
	color: #4f4f4f;
}

.multiple-checkout .col2-set .box-title a {
	float: none;
	padding: 0;
}

.multiple-checkout .col2-set .form-list {
	margin: 0;
}

.multiple-checkout .col2-set .form-list ul {
	margin: 5px 0 15px;
}

.multiple-checkout .col2-set .place-order {
	width: 100%;
}

.multiple-checkout .place-order .main-radius {
	width: 550px;
}

.multiple-checkout .place-order #review-buttons-container {
	float: right;
}

.opc #review-buttons-container  a {
	float: none;
}

.shipment-count {
	background: #0083c6;
	color: #FFFFFF;
	font-size: 92%;
	line-height: normal;
	padding: 2px 5px;
}

.multi-address-checkout-box .tool-tip {
	left: -23px;
}

.multi-address-checkout-box .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
}

.shipping-method-pointer {
	background: #F2F2F2;
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
}

.shipping-method-pointer .pointer {
	position: absolute;
	right: -40px;
	top: -20px;
}

.multiple-checkout .place-order .please-wait {
	float: right;
	padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
	float: right;
	height: 71px;
	overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
	float: left;
	padding: 14px 21px 0 0;
}

.multiple-checkout .place-order .grand-total .inner div { display:inline; }

.multiple-checkout .place-order .grand-total big {
	display: inline;
	margin-right: 12px;
	font-size: 2em;
	line-height: 1;
}

.multiple-checkout .place-order .grand-total .price {
	color: #0083c6;
}

.multiple-checkout .place-order .grand-total .button { float: none; vertical-align: bottom; }

.multiple-checkout h2 {
	font-size: 140%;
	font-weight: normal;
}

.place-order input {
	margin: 0 0 0 15px;
	vertical-align: bottom;
}

/* Checkout Agreements */
.checkout-agreements li {
	margin: 30px 0;
}

.checkout-agreements .agreement-content {
	background: #F2F2F2;
	border: 1px solid #ddd;
	height: 10em;
	overflow: auto;
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.one-page-checkout .checkout-agreements {
	border: 1px solid #ddd;
	border-width: 0 1px;
	padding: 5px 20px;
}

.one-page-checkout .checkout-agreements li {
	margin: 20px 0 0;
}

.one-page-checkout .checkout-agreements .agreement-content {
	background-color: #FFFFFF;
	border-color: #151515;
	padding: 5px;
}

.one-page-checkout .checkout-agreements .agree {
	padding-left: 6px;
}

/*CUSTOMER
----------------------------------------------------------------*/
/*Login---*/
.login-box {}

.account-login h2{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 115%;
	border: 1px solid #ddd;
	padding: 7px 15px 7px 27px;
}

.account-login .new-users h2 {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_page_white.gif) no-repeat 5px center #F2F2F2;
}

.account-login .registered-users h2 {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_page_white_text.gif) no-repeat 5px center #F2F2F2;
}

.account-login .buttons-set {
	padding: 8px 13px;
	background: #F2F2F2;
	border: 1px solid #ddd;
	margin: 0 0 10px;
}

.account-login .content {
	padding: 14px 0;
}

/*Email To A Friend---*/
#product_sendtofriend_form .left  { margin-right: 30px; float: left; }
#product_sendtofriend_form .right  { float: right; }
#product_sendtofriend_form .login-box { background: none; }
.additional-row p {
	float: right;
}

.additional-row p .btn-remove {
	margin: 15px 0;
}
/*Customer Name---*/
.customer-name-prefix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix .name-firstname input {
	width: 190px !important;
}

.customer-name-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-middlename .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename .name-middlename {
	width: 60px !important;
}

.customer-name-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-middlename .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-middlename .name-middlename {
	width: 50px !important;
}

.customer-name-prefix-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename .name-lastname {
	width: 200px !important;
}

.customer-name-prefix-middlename .name-lastname input {
	width: 200px !important;
}

.customer-name-prefix-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-suffix .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-middlename-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-middlename-suffix .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname {
	width: 155px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname input {
	width: 140px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-dob .input-box {
	float: left;
	width: 60px !important;
}

.customer-dob input {
	width: 50px !important;
}

.customer-dob label.label-dob {
	color: #4f4f4f;
	font-size: 10px;
	font-weight: normal;
}

/*My Account navigation---*/
.block-account {}

.block-account .block-content  {
	padding: 0;
}

.block-account .block-title strong {
	padding: 0 15px;
	margin: 0;
	text-align: left;
}

.block-account ul {}
.block-account li {
  background: #E8F8FF;
}

.block-account li a, .block-account li.current {
	margin: 0;
	padding: 8px 0;
	line-height: normal;
	border-top: 1px solid #ddd;
	text-indent: 15px;
	display: block;
	color: #4F4F4F;
}

.block-account li a:hover,
.block-account li a:active,
.block-account li a:focus {
	background: #c7e2f6;
	text-decoration: none;
}

.block-account li.current {
	background: #c7e2f6;
	font-weight: bold;
	color: #0083c6;
}

.block-account li.last, .block-account li.last a {
	border-bottom: 0;
}

/*Dashboard---*/
.box-account {
	padding: 0 0 15px;

}

.box-account .box-head {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/head-bg.gif) repeat-x left bottom #FFFFFF;
	color: #666;
	line-height: normal;
	display: block;
	border: 1px solid #ddd;
	border-bottom: 1px solid #A5A5A5;
	margin: 0 0 15px;
	text-align: right;
}

.box-account .box-title {
	background: #F2F2F2;
	margin-bottom: 5px;
	padding: 0;
	line-height: normal;
}

.box-account h3 {
	font-size: 100%;
	color: #4f4f4f;
	float: left;
	line-height: 30px;
}

.box-account h6 {
	text-transform: uppercase;
}

.box-account .box-head a {
	color: #4f4f4f;
}

.box-account li {
	padding: 5px 0;
}

.box-account ol li {
	margin: 15px 0 0;
}

.box-account ol .number {
	float: left;
	font-size: 150%;
	font-weight: bold;
	background: #F2F2F2;
	padding: 0 8px;
	margin-top: 4px;
	color: #4f4f4f;
}

.box-account ol .details {
	margin-left: 35px;
}

.box-account ol .details .product-name {
	margin: 0;
	float: none;
}

.box-account ol  {
	padding: 0 5px;
}

.box-account ol.recent-reviews small {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	font-size: 100%;
}

.box-account .product-images {
	width: 65px;
}

.box-account .product-images img {
	border: 1px solid #ddd;
}

.box-account .product-details {
	margin: 0 0 10px 70px;
}

.box-account .content { padding: 0; }
.box-account .ratings { margin: 0; }

.box-account .details strong{
	float: left;
	margin-right: 5px;
}

.box-account .details ul li {
	margin: 0;
	display: inline;
}

.account-side .actions {
	border-top: 1px solid #ddd;
	padding-top: 4px;
}

.account-side .actions .form-button {
	float: right;
}

.edit-password {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_lock.gif) no-repeat 0 2px;
	display: block;
	height: 20px;
	padding-left: 20px;
}

.dashboard-welcome {
	padding: 0 15px;
}

.box-account .box-head h2 {
	font-size: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 8px 15px;
	text-align: left;
	float: left;
}

.box-recent .box-head h2 {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_folder_table.gif) no-repeat 10px center;
	float: left;
	padding-left: 30px;
}

.ad-account-info .box-head h2 {
}

.box-tags .box-head h2{
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_ma_tags.gif) no-repeat 10px center !important;
	float: left;
	padding-left: 30px;
}

.box-reviews .box-head h2 {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/icon_ma_reviews.gif) no-repeat 10px center;;
	float: left;
	padding-left: 30px;
}

.ad-account-info p, .ad-account-info address, .ad-account-info h6 {
	margin-left: 8px;
	margin-right: 8px;
}

.ad-orders .data-table thead tr th {}

.order-access {
	padding: 10px;
}

.order-info {
	padding: 10px 0;
}

/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.primary-address-list li {
	margin-bottom: 10px;
	padding-left: 10px;
}

.primary-address-list li .head {
	margin: 0;
}

.primary-address-list li h5 {
	margin: 0 0 5px -10px;
	text-indent: 12px;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow.gif) no-repeat left center;
}

.address-list li {
	margin-bottom: 15px;
}

.address-list .actions {
	float: right;
	margin: 0 0 10px 10px;
}

/*Account Order History---*/
#my-orders-table tfoot td, #checkout-review-table tfoot td {

}

#my-orders-table tfoot tr.last {
	font-weight: bold;
	font-size: 115%;
	border-top: 1px solid #ddd;
}

#my-orders-table tfoot td.last,
#checkout-review-table td.last {
	border-left: 1px solid #ddd;
}

#my-orders-table td.gift-message-row {
	border-bottom: 0;
}

/*Compare Products---*/
.compare-products {
	margin: 30px 0 50px 0;
}

.compare-products table {
	border: 0;
	width: auto;
}

.compare-products td {
	text-align: left;
	width: auto;
	vertical-align: top;
	background-image: none;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.compare-products tr.first td {
	border-top: 1px solid #ddd;
}

.compare-products td.last {
	border-right: 1px solid #ddd;
}

.compare-products tbody.attribute-cart td {
	background: #f2F2F2 !important;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.compare-products td.label {
	background: #F2F2F2 !important;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: left;
	width: 120px !important;
}

.compare-products tbody.attribute-cart td.label {
	background: #f2F2F2 !important;
}

.compare-products tbody.remove-buttons tr {
	background: #FFFFFF;
}

.compare-products tbody.remove-buttons td {
	border: 0 !important;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: right;
}

.compare-products tbody.remove-buttons td img {
	float: right;
}

.compare-products tr.last td {
	border-bottom: 1px solid #151515 !important;
}

.compare-products h5 {
	font-size: 125%;
}

.compare-products .link-cart {
	display: block;
	clear: both;
}

/*Reviews---*/
.my-review-detail {
	padding: 0 15px;
}

.my-review-detail .product-image {
	float: left;
	width: 30%;
	text-align: center;
}

.my-review-detail .product-image p {
	margin-bottom: 0;
}

.my-review-detail .product-image p img {
	vertical-align: top;
}

.my-review-detail .details {
	float: right;
	width: 65%;
}

.my-review-detail strong {
	display: block;
	text-transform: uppercase;
	margin-top: 10px;
}

.my-review-detail .ratings-list {}

.my-review-detail .ratings {}

.my-review-detail .ratings .rating-box {
	float: none;
}

.my-review-detail .ratings .pipe {
	display: none;
}

.my-review-detail .ratings a {
	display: block;
}

/*Gift Messages---*/
.giftmessage {
	padding: 10px 0 0 0;
}

.giftmessage-preview-link {
	background-position: right 5px;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-right: 7px;
}

.giftmessage-row {
	background: #F2F2F2;
}

.giftmessage-content {
	float: left;
}

.giftmessage-close {
	float: right;
}

.expand {
	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/gift-message-expand.gif);
}

.collapse {
	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/gift-message-collapse.gif);
}

/*Wishlist---*/
#wishlist-table {
	border: 0;
}

#wishlist-table a.link-cart, #wishlist-table a.link-remove {
	display: block;
}

#wishlist-table textarea {
  width: 95%;
  height: 175px;
}

/*===============================================================
--------------------[MAGENTO'S VARIOUS PAGES]--------------------
=================================================================*/

/*ADVANCED SEARCH
----------------------------------------------------------------*/
.advanced-search {
	border: 1px solid #ddd;
	margin: 20px 0;
	padding: 22px 15px 10px 15px;
}

.advanced-search .legend {
	background: #F2F2F2;
	border: 0;
	color: #666;
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin-top: -33px;
	padding: 0 8px;
}

.advanced-search li {
	margin-bottom: 5px;
}

.advanced-search li label {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.advanced-search .input-text {
	width: 250px;
}

.advanced-search select {
	padding: 2px;
	width: 256px;
}

.advanced-search .field-row {
	display: inline;
	width: 250px;
}

.advanced-search .input-range .input-text {
	width: 70px;
}

.advanced-search .input-range select {
	padding: 1px;
	width: 90px;
}

.advanced-search-nothing-found {
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 15px;
}

.advanced-search-found-amount {
	margin-bottom: 15px;
}

.advanced-search-summary-box {
	background: #F2F2F2;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 10px 15px;
}

.advanced-search-summary-tip {
	clear: both;
	font-weight: bold;
}

.advanced-search-summary-box ul {
	float: left;
	list-style: none;
	width: 50%;
}

.advanced-search-summary-box ul li {
	color: #4f4f4f;
	font-weight: bold;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow.gif) no-repeat left 6px;
	padding-left: 15px;
}

.advanced-search-summary-box ul li span.translate-inline {
	background: 0 !important; /* Inline translation fix */
}

/*PRINT
----------------------------------------------------------------*/
table.print .giftmessage-preview-link {
	display: none !important;
}

table.print .price-excl-tax {
	white-space: nowrap;
}

table.print .price-incl-tax {
	white-space: nowrap;
}

table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price {
	display: inline;
}

/*POP UP
----------------------------------------------------------------*/
.page-popup, .catalog-product-compare-index, .sales-order-print {
	background: #FFFFFF !important;
	color: #4f4f4f;
	padding: 15px 30px !important;
	margin: 0 !important;
	text-align: left;
}

.print-head, .page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 3px solid #ddd;
	padding-bottom: 10px;
}

.page-popup .print-head img {
	float: left;
}

.page-popup .print-head address {
	float: left;
	margin-left: 15px;
}

.page-popup .col2-set, .sales-order-print .col2-set {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.product-gallery-nav {
	padding: 0 5px;
}

/*DEFAULT HOME
----------------------------------------------------------------*/
.home-callout {
	margin: 0 0 15px;
	text-align: center;
}

.home-callout img {}

.home-spot {
	float: right;
	width: 530px;
}

/*Best Selling---*/
.best-selling {}

.best-selling h3 {
	background: #151515;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

.best-selling table {
	border: 0;
}

.best-selling tr.odd {}

.best-selling tr.even {}

.best-selling td {
	width: 50%;
	padding: 8px 10px;
}

.best-selling .product-img {
	float: left;
}

.best-selling .product-description {
	margin-left: 107px;
}

.best-selling a.product-name {
	font-size: 115%;
	font-weight: bold;
}

/*Recently---*/
.recently h3 {
	background: #151515;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	line-height: normal;
	font-size: 115%;
}

.recently .product-image {
	border: 1px solid #ddd;
}

.recently a.product-name {
	font-weight: bold;
}

.recently .add-to {
	margin-top: 5px;
	font-size: 11px;
}

table.recently-list {
	width: 100%;
}

table.recently-list td {
	width: 20%;
}

/* Site Map */
.page-sitemap .links {
	margin-bottom: -30px;
	margin-left: 0;
	margin-right: 8px;
	margin-top: 0;
	text-align: right;
}

.page-sitemap .links li {
	line-height: 30px;
}

.page-sitemap .sitemap {
	margin: 12px;
}

.page-sitemap .page-title {
	margin-bottom: 15px;
}

/* Video Gallery */
.video-gallery {
    width: 680px;
    margin: 10px 0 20px;
    float: left;
}
.video-gallery .video-wrapper {
    float: left;
    width: 320px;
    height: 220px;
    margin: 5px 17px 0 0;
    position: relative;
}
.video-gallery .video-caption {
    font-size: 11px;
    font-weight: bold;
    float: left;
    width: 320px;
    margin: 5px 17px 10px 0;
    text-align: center;
    position: absolute;
    top: 175px;
    left: 0;
}

/*==============================================================*/
/*Mis---*/
span.first-word { color: #0083c6; }

.box .head span.first-word { color: #4f4f4f; }

.jm-slide-mask {
	position: absolute;
	right: 0px;
	top: -32px;
	height: 57px;
	width: 57px;
	z-index: 99;
}

.category-img {}

.widget-btn {
	vertical-align: middle;
	padding-right: 2px;
}

a.readon {
	text-align: center;
	text-decoration: none;
	color: #4f4f4f;
	text-transform: uppercase;
	font-weight: bold;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow-readon-1.png) no-repeat left 2px;
	padding-left: 12px;
	font-size: 92%;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow-readon-2.png) no-repeat left 2px;
}

div.ja-innerdiv {
	padding: 6px 0 7px;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/dot-h.gif) repeat-x bottom;
}

.ja-tools { float: left; margin-top: 12px; }

.ja-tools ul { float: left; padding-left: 20px; }

.ja-usertools-color {}

.ja-usertools-color li {
	display: block;
	width: 47%;
	font-size: 92%;
	background: none;
	float: right;
}

.ja-usertools-color li.default,
.ja-usertools-color li.brown,
.ja-usertools-color li.green_moss,
.ja-usertools-color li.orange,
.ja-usertools-color li.red {
	margin-right: 10px;
	float: left;
}

.ja-tools li { display: inline; }
.ja-tools li img { cursor: default; }

.box .head br, .data-table tbody td br {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/*JM BANNER---*/
.ja-banner {
	overflow: hidden;
	display: block;
	height: 251px;
}

/*JM RSS*/
.jm-item {

}

/*JM PRODUCTS LIST + JM PRODUCT SLIDER + JM PRODUCT LIST BY CAT---*/

.jm-product-list, .jm-products-slider-listing, .jm-product-list-bycat {}

.jm-product-list h2, .jm-products-slider-listing h2, .jm-product-list-bycat h2 {
	font-size: 100%;
	text-transform: uppercase;
	background: #FFFFFF;
	border-bottom: 1px solid #ddd;
	padding: 8px 15px;

}

/*JM PRODUCTS LIST*/
.jm-product-list {
}

.jm-product-list .head {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/head-line.gif) repeat-x left center #FFFFFF;
	color: #666;
	line-height: normal;
	display: block;
	border: none;
}

.jm-product-list .head h4 {
	font-size: 175%;
	float: left;
	background: #FFFFFF;
	padding-left: 10px;
}

.jm-product-list .catalog-listing {}

.jm-product-list ol.grid-row {}

.jm-product-list ol.last {}

.jm-product-list .add-to {
	display: none;
}

.jm-product-list h5 a {
	color: #4f4f4f;
}

.jm-product-list h5 a:hover,
.jm-product-list h5 a:active,
.jm-product-list h5 a:focus {
	color: #0083c6;
	text-decoration: none;
}

/*JM PRODUCT SLIDER*/
.jm-products-slider-listing {}

.jm-products-slider-listing .head {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/head-bg.gif) repeat-x left bottom #FFFFFF;
	color: #666;
	line-height: normal;
	display: block;
	border: 1px solid #ddd;
	border-bottom: 1px solid #A5A5A5;
}

.jm-products-slider-listing .head h4 {
	font-size: 92%;
	text-transform: uppercase;
}

.jm-products-slider-listing a {
	text-decoration: none;
	color: #0083c6;
	font-weight: bold;
	font-size: 110%;
	display: block;
	margin-bottom: 5px;
}

.jm-products-slider-listing a:hover,
.jm-products-slider-listing a:active,
.jm-products-slider-listing a:focus {
	text-decoration: underline;
}

.jm-products-slider-listing p {
	font-size: 92%;
	margin: 0;
}

.jm-products-slider-listing .price {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/*JM PRODUCT LIST BY CAT*/
.jm-product-list-bycat {
	border-top: 1px solid #ddd;
}

/*JM SIDE NAVIGATION*/

.side-col .mini-sidenav {
    margin: 0 0 15px 29px;
    width: 195px;
    border: none;
}

.mini-sidenav .head {
	border-bottom: 0;
}

.mini-sidenav .head h4 {
}

.mini-sidenav .block-content {
	padding: 0;
}

#ja-sidenav .toggle,
#ja-sidenav .toggle:active {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -1px;
	right: 0;
	padding: 0;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow-cat.gif) no-repeat center;
}

#ja-sidenav .toggle:hover {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow-cat-hover.gif) no-repeat center;
	text-decoration: none;
}

#ja-sidenav .toggle:focus, #ja-sidenav .toggle:active {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow-cat-hover.gif) no-repeat center;
	text-decoration: none;
}

#ja-sidenav li.selected .toggle {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow-cat-active.gif) no-repeat center;
}

#ja-sidenav li.selected .toggle:hover {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow-cat-active.gif) no-repeat center;
	text-decoration: none;
}

/*0 level*/
#ja-sidenav {
	padding: 0;
}

#ja-sidenav li {
	margin: 0;
	padding: 6px 20px 6px 15px;
	line-height: normal;
	border-top: 1px solid #ddd;
	position: relative;
	background: #E8F8FF; /* #FFF; */
}

#ja-sidenav li a {
	color: #4f4f4f;
	line-height: normal;
	font-weight: bold;
	display: block;
}

#ja-sidenav li a:hover, #ja-sidenav li a:active {
	text-decoration: none;
}

#ja-sidenav li:hover,
#ja-sidenav li.selected {
	color: #4f4f4f;
	background: #c7e2f6;
}

#ja-sidenav li.over a,
#ja-sidenav li.selected a {
	color: #4f4f4f;
}

/*1st level and upper*/
#ja-sidenav li ul {
	padding: 5px 0 0;
}

#ja-sidenav li li {
	border-top: 1px solid #ddd;
	text-transform: none;
	padding: 0;
	width: 100%;
	display: block;
	background: #c7e2f6;
}

#ja-sidenav li li a, #ja-sidenav li.selected li a, #ja-sidenav li li.active li a {
	padding: 6px 12px;
	color: #666;
	display: block;
	font-weight: normal;
	width: 80%;
}

#ja-sidenav li li.active a {
  font-weight: bold;
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/arrow_d1.gif) no-repeat 10px center;
  color: #666;
  padding-left: 22px;
}

#ja-sidenav li li a:hover, #ja-sidenav li li a:active, #ja-sidenav li li a:focus,
#ja-sidenav li li.active li a:hover, #ja-sidenav li li.active li a:active, #ja-sidenav li li.active li a:focus {
	color: #0083c6;
	text-decoration: none;
}

#oar_widget_orders_and_returns_form  div.input-box {
	margin: 5px 0;
}

/* Directory */
.directory-section {
  float: left;
  width: 100%;
}
.directory-section h3 {
  cursor: pointer;
  background: #2962c1;
  color: #fff;
  font-size: 120%;
  padding: 3px 0 2px 10px;
  clear: both;
}

.directory-section h3:hover {
  background: #0083c6;
}

.directory-list h4 {
  width: 180px;
  margin: 0 10px 0 0;
  clear: both;
  float: left;
  padding: 0;
}
.directory-list ul {
  width: 280px;
  float: right;
}
.directory-items {
  border: 1px solid #C7E2F6;
  background: #E8F8FF;
  float: left;
  margin: 0 0 8px;
  padding: 8px;
}

.directory-list li.level0 {
  font-weight: bold;
}
.directory-list .prefix {
  display: none;
}
.directory-list li.level1 {
  margin-left: 30px;
}
.directory-list li.level2 {
  margin-left: 60px;
}
.directory-list li.level3 {
  margin-left: 90px;
}

/* Forms */

.contacts-index-index .info {
  float: left;
  font-size: 14px;
}
.contacts-index-index .info p {
  clear: both;
  float: left;
}
.contacts-index-index .map {
  float: left;
  clear: both;
  overflow: hidden;
}

.contacts-index-index .std h1,
.contacts-index-index .std h2,
.contacts-index-index .std h3,
.contacts-index-index .std h4,
.contacts-index-index .std h5
{
  clear: both;
  float: left;
  margin: 15px 0 5px 0;
}

.mmforms-fields- label.required {
  font-size: 100%;
}

.mmforms-request-quote .fieldset,
.mmforms-contact-us .fieldset,
.mmforms-costa-neoromantica-famil .fieldset
{
  background: #f2f6fc;
}
.mmforms-contact-us .fieldset .legend
{
  background: #e2eefc;
  border: 1px solid #C0C0C0;
  color: #000;
}

.mmforms-contact-us {
  float: left;
  clear: both;
}
.mmforms-contact-us .fieldset li {
  padding: 0 8px;
}
.mmforms-contact-us .form-list {
  margin: 5px 0;
}
.mmforms-contact-us .fieldset li.fields .field {
  width: 305px;
}
.mmforms-contact-us .fieldset li.wide .input-box .input-text,
.mmforms-contact-us .fieldset li.wide .input-box textarea
{
  width: 610px;
}
.mmforms-contact-us .fieldset li .input-box .input-text,
.mmforms-contact-us .fieldset li .input-box textarea
{
  width: 280px;
}

input.force-narrow {
  width: 250px !important;
}
/* Checkout forms */

.sp-methods dt {
  font-weight: bold;
}

.zblock-checkout-delivery-notice {
  margin: 20px 0 20px 20px;
}

/*#shipping-new-address-form .fields .field
{
  width: 48%;
  float: left;
}
*/

/* Custom Callouts */

.sidebar-dps p {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family: arial, helvetica, sans-serif;
  margin: 0 0 5px 0;
}

.sidebar-callout {
  border: 1px solid #a0a0a0;
  padding: 5px;
  float: left;
  width: 240px;
}
.sidebar-callout img
{
  float: left;
  width: 90px;
}
.sidebar-callout h2,
.sidebar-callout p
{
  width: 140px;
  float: right;
}
.sidebar-callout h2
{
  text-align: center;
  margin: 0 0 5px;
  padding: 0;
  font-size: 135%;
  line-height: 110%;
  text-transform: uppercase;
  font-family: geneva, verdana, sans-serif;
}
.sidebar-callout p
{
  font-family: arial, helvetica, sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 120%;
}
.sidebar-callout a
{
  color: #4F4F4F;
}
.sidebar-callout a .more-link {
  color: #0083c6;
  font-weight: bold;
  font-size: 80%;
}

/* CMS content */

.cms-page-view .image-caption {
  text-align: right;
}
.cms-page-view h3 {
  text-align: left;
  color: inherit;
  text-transform: none;
  font-size: 130%;
  margin: 15px 0 5px 0;
}
.cms-page-view h4 {
  color: red;
  font-size: 110%;
}

.product-shop .description .std ul,
.product-shop .description .std ol,
.cms-page-view .std ul,
.cms-page-view .std ol
{
  list-style: disc;
  padding: 0 0 0 25px;
}

.cms-home #ja-current-content .std h1.home-hello {
  float: left;
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/elements/hello.png) no-repeat;
  width: 120px;
  height: 120px;
  text-indent: -9999px;
  margin: 0 20px 20px 0;
}

.cms-home #ja-current-content .std h3 {
  float: left;
  width: 500px;
  font-size: 140%;
  margin: 15px 0 0 0;
}
.cms-home #ja-current-content .std p {
}

.cms-home #ja-current-content .std img {
}
.cms-home .page-title { margin-top: 20px; }

.cms-page-view table {
  margin-top: 20px;
}
.cms-page-view td {
  vertical-align: top;
  padding: 3px 10px 3px 0;
}
.cms-page-view table.in-content {
  margin-top: 5px;
}
.cms-page-view table.in-content tr td:first-child,
.cms-page-view td.label {
  white-space: nowrap;
}
.cms-page-view td h1,
.cms-page-view td h2,
.cms-page-view td h3,
.cms-page-view td h4,
.cms-page-view td h5
{
  margin: 0;
}
.cms-page-view td p
{
  margin: 0 0 10px;
}

.cms-about-us #ja-current-content .std h2 {
	text-transform: none;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.cms-about-us #ja-current-content .std h3 {
	color: #003E7E;
	font-size: 14px;
	margin: 10px 0 5px 15px;
}
.cms-about-us #ja-current-content .std table {
	margin: 5px 0 0 15px;
}

.cms-about-us #ja-current-content .std td.cruise-name {
	font-weight: bold;
	width: 290px;
	vertical-align: top;
}
.cms-about-us #ja-current-content .std td.cruise-details {
	width: 335px;
	vertical-align: top;
}
.cms-about-us #ja-current-content .std span.new-product {
	font-weight: bold;
	color: red;
	font-size: 10px;
}

.product-list-my {
  clear: both;
}

.product-list-top-specials {
  clear: both;
}

/* Blog */
.blog-index-index .postContent > a {
  display: block;
  text-align: right;
}
.blog-index-index .tags {
  display: block;
  text-align: right;
}
.blog-index-index .postDetails {
  display: block;
  text-align: right;
}
.blog-index-index .postContent {
  padding-bottom: 0;
}

/* Newsletter dialog */
#newsletter-dialog {
  display: none;
}

/* SEO Suite / Extended Sitemap */

#ja-current-content .xsitemap-categories {
  margin-left: 70px;
  width: 50%;
}
#ja-current-content .xsitemap-pages {
  width: 30%;
}

/* Tickers */
.ticker1 .mticker-label  { width: 56px; font-size: 14px; }
.ticker1 .mticker-news { width: 486px; }
.ticker1.modern-ticker { width: 656px !important; margin-bottom: 5px; height: 26px; line-height: 26px; }
.ticker1 .mticker-news a { font-size: 13px; padding: 0 10px 0 20px; background-color: #d0d0d0; color: #000; }
.ticker1 .mticker-play,
.ticker1 .mticker-prev,
.ticker1 .mticker-next { height: 26px; }

/* Slideshows */

#ja-current-content .awis-block {
  margin-bottom: 4px !important;
}

.awis-block .awis-slides-controls .awis-c-center {
	visibility: hidden;
}

/* Free Downloads */
#ja-current-content .box-free-downloads {
    background: none repeat scroll 0 0 #F4F2F1;
    border: 1px solid #d7cfcd;
    border-radius: 4px 4px 4px 4px;
    padding: 0 10px;
    clear: both;
    width: 458px;
    margin: 15px 0 0;
}
#ja-current-content .box-free-downloads h2 {
    font-size: 14px;
}
#ja-current-content .product-collateral .box-free-downloads {
    margin: 0 0 15px 0;
}
#ja-current-content .product-collateral .box-free-downloads h2 {
  border-top: none;
}
#ja-current-content .box-free-downloads .message-footer {
    font-size: 11px;
}

.product-list-weekly-best-buys { margin-top: 20px; }

.availability.out-of-stock,
.price-box.price-message-no-charge
{
    display: none;
}

.product-catalog-images {
  margin: 20px 0 0;
  float: right;
  width: 150px;
  text-align: center;
}

.product-catalog-images img {
  max-width: 150px;
}

.category-plan-a-cruise-month #ja-pathway {
  display: none;
}
.category-plan-a-cruise-month .category-head3 {
  display: none;
}

.at-videos {
}
.at-videos .at-video-1 {
  float: left;
  margin: 20px 30px 20px 0;
}
.at-videos .at-video-2 {
  float: left;
  margin: 20px 0 20px 0;
}

.at-header-notice {
  width: 980px;
  margin: 0 auto;
  background: url(http://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/outer-wrap-shadow.png) no-repeat;
}
.at-header-notice-inner {
  background: #189DD8;
  width: 960px;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto;
}

.at-header-notice p {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.at-header-notice a {
  color: #fff;
  text-decoration: underline;
}
/*#header-outer-wrap.at-has-header-notice  {
  margin-top: 30px;
}
#header-outer-wrap.at-has-header-notice #ja-header .main {
  margin-top: 0;
}*/

.at-site-notice {
  border: 2px solid darkred;
  padding: 5px 10px;
  margin: 0 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.at-site-notice p {
  color: darkred;
  font-weight: bold;
  text-align: left;
}

.header-nav-container {}

#nav {
	float: left;
  padding: 3px 0;
  background: #003e7e;
  width: 100%;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	position: relative;
	text-align: left;
	margin-right: 0;
}

#nav li.over {
	z-index: 999;
}

#nav a, #nav a:hover, #nav a:active, #nav a:focus {
	display: block;
	text-decoration: none;
}

#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}

#nav li ul span {
	white-space: normal;
	padding: 10px 0;
}

/************ 0 LEVEL  ***************/
#nav li {
	float: left;
	background: none;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
}

#nav > li.first{
  border-left: none;
}
#nav > li.last{
  border-right: none;
}

#nav li.parent {}

#nav li.parent li.parent {}

#nav a {
	color: #fff;
	float: left;
	font-size: 100%;
	font-weight: bold;
	padding: 0 11px;
/*	line-height: 30px; */
	text-decoration: none;
/*	border-bottom: 5px solid #ddd; */
	letter-spacing: 1px;
}

#nav li.active a {
	color: #fff;
/*	border-bottom: 5px solid #1A4895; */
  background: #275d95;
}

#nav li.active a:hover, #nav li.active a:active, #nav li.active a:focus {
	color: #fff;
/*	border-bottom: 5px solid #1A4895; */
}

#nav li.over a, #nav a:hover, #nav a:active, #nav a:focus, #nav a.over {
	color: #fff;
  background: #275d95;
/*	border-bottom: 5px solid #aaa; */
}


/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {
	margin: 0;
	padding:0;
}

/*#nav ul li.over { background:#d5e4eb url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/nav_divider.gif) repeat-x 0 100%; }*/

#nav ul li.last {
	padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover, #nav ul a.over {
	float: none;
	background: none;
}

#nav ul a span,
#nav ul a:hover span, #nav ul a.over span {
	float: none;
	display: inline;
}


#nav ul li a, #nav ul li a span {
	font-weight: normal !important;
	line-height: 1.3 !important;
	background: none !important;
}

/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width: 18em;
	top: 18px;
	left: -10000px;
  border-top: none;
  background: transparent;
  padding: 5px 0 0;
}

#nav ul li {
  border: 1px solid #ccc;
  border-top: 0;
  background: none;
  width: 100%;
  background: #eee;
}
#nav ul li.first {
  border-top: 1px solid #ccc;
  background: none;
  width: 100%;
  background: #eee;
}

/* Show menu */
#nav li.over > ul { left: -1px; }
#nav li.over > ul li.over > ul { left:150px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a,  #nav li.active li a {
	border: 0 !important;
	margin: 0;
	color: #4f4f4f !important;
	background: none /*url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/blank.png)*/;
	font-size: 100%;
	text-transform: none;
	padding: 7px 15px;
	letter-spacing: normal;
}

#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus, #nav ul li a.over {
	background: #5E698e !important;
	color: #fff !important;
}

/************ 3RD+ LEVEL ************/
#nav ul ul { top: 5px; }

#nav ul ul li {
  border: 1px solid #aaa;
  border-top: 0;
}
#nav ul ul li.first {
  border-top: 1px solid #aaa;
}

/* Custom */
#nav li.nav-cruise-lines > ul { width: 450px; }
#nav li.nav-cruise-lines > ul li { width: 220px; }
#nav li.nav-cruise-lines.over > ul li.over > ul { left:210px; }

#nav li.nav-destinations > ul { width: 790px; } /* fine without children */
#nav li.nav-destinations > ul li { width: 260px; }
#nav li.nav-destinations.over > ul li.over > ul { left:250px; }


/********************* SIDE NAVIGATION ***************/


#sidenav {
  float: left;
  padding: 0;
  background: #fff;
  width: 195px;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#sidenav li {
  position: relative;
  text-align: left;
  margin-right: 0;
}

#sidenav li.over {
  z-index: 999;
}

#sidenav a, #sidenav a:hover, #sidenav a:active, #sidenav a:focus {
  display: block;
  text-decoration: none;
}

#sidenav span {
  display: block;
  cursor: pointer;
  white-space: nowrap;
}

#sidenav li ul span {
  white-space: normal;
  padding: 10px 0;
}

/************ 0 LEVEL  ***************/
#sidenav li {
  float: left;
  background: none;
  border: 1px solid #4F4F4F;
  width: 193px;
  margin-bottom: 0;
}

#sidenav > li {
  margin-bottom: 5px;
}

#sidenav li.first{
  margin: 0;
}
#sidenav li.last{
  margin: 0;
}

#sidenav li.parent {}

#sidenav li.parent li.parent {}

#sidenav a {
  color: #4F4F4F;
  float: left;
  font-size: 100%;
  font-weight: bold;
  width: 173px;
  padding: 3px 10px;
/*  line-height: 30px; */
  text-decoration: none;
/*  border-bottom: 5px solid #ddd; */
  letter-spacing: 1px;
}

#sidenav li.active {
/*  border-bottom: 5px solid #1A4895; */
  background: #f0f0f0;
}

#sidenav li.active a:hover, #sidenav li.active a:active, #sidenav li.active a:focus {
/*  color: #fff; */
/*  border-bottom: 5px solid #1A4895; */
}

#sidenav li.over a, #sidenav a:hover, #sidenav a:active, #sidenav a:focus, #sidenav a.over {
/*  background: #f0f0f0; */
/*  border-bottom: 5px solid #aaa; */
}
#sidenav li.over
{
  background: #f0f0f0;
/*  border-bottom: 5px solid #aaa; */
}
#sidenav a:hover {
  color: #003E7E;
/*  border-bottom: 5px solid #aaa; */
}


/************ 1ST LEVEL ************/
#sidenav ul li,
#sidenav ul li.active {
  padding:0;
}

#sidenav ul li a:hover {
  background: #F0F0F0;
}

/*#sidenav ul li.over { background:#d5e4eb url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/nav_divider.gif) repeat-x 0 100%; }*/

#sidenav ul li.last {
  padding-bottom: 0;
}

#sidenav ul a,
#sidenav ul a:hover, #sidenav ul a.over {
  float: none;
  background: none;
}

#sidenav ul a span,
#sidenav ul a:hover span, #sidenav ul a.over span {
  float: none;
  display: inline;
}


#sidenav ul li a, #sidenav ul li a span {
  font-weight: normal !important;
/*  line-height: normal !important;
  background: none !important;
*/}

/************ 2ND LEVEL ************/
#sidenav ul {
  border: 1px solid #4F4F4F;
  position: absolute;
/*  width: 15em; */
  top: 0;
  left: -10000px;
  background: #fff;
  width: 180px;
}

#sidenav ul a {
  width: 160px;
}

#sidenav ul li {
  width: 180px;
  border: none;
}

#sidenav ul ul li a:hover {
  background: #F0F0F0;
}

#sidenav .nav-1 > ul {
	width: 280px;
}
#sidenav .nav-1 > ul > li {
	width: 280px;
}
#sidenav .nav-1 > ul > li > a {
	width: 260px;
}

#sidenav .nav-2 > ul {
	width: 440px;
}
#sidenav .nav-2 > ul > li {
	width: 220px;
}
#sidenav .nav-2 > ul > li > a {
	width: 200px;
}

/* Show menu */
#sidenav li.over > ul { left: 160px; }
#sidenav li.over > ul li.over > ul { left:160px; }
#sidenav li.over ul ul { left:-10000px; }

#sidenav ul li a,  #sidenav li.active li a {
  border: 0 !important;
  margin: 0;
  color: #4f4f4f;
  background: none /*url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/blank.png)*/;
  font-size: 100%;
  text-transform: none;
  padding: 3px 10px;
  letter-spacing: normal;
}

#sidenav ul li a:hover, #sidenav ul li a:active, #sidenav ul li a:focus, #sidenav ul li a.over {
  color: #003E7E;
  background: #F0F0F0;
}

/************ 3RD+ LEVEL ************/
#sidenav ul ul { top: 0; }

/************ CUSTOM ************/
#nav li.level-top.top-specials a { background: red; }
#nav li.level-top.top-specials a:hover { background: white; color: red; }
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{/*background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/loading_background.png) no-repeat center center;*/}
        #cboxLoadingGraphic{/*background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/loading.gif) no-repeat center center;*/}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana, Geneva, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Geneva, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*!
 * jQuery UI Resizable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Dialog 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

/* Additional site specific customisations */

.newsletter-dialog {
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/newsletter-dialog-bg.png) no-repeat;
  border: none;
}

.newsletter-dialog .ui-dialog-titlebar {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 22px;
    left: 240px;
    line-height: 125%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 200px;
}

.newsletter-dialog .ui-dialog-titlebar-close {
    height: 18px;
    margin: 0;
    padding: 1px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 19px;
    z-index: 9999;
}

.newsletter-dialog .ui-dialog-buttonpane {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    top: 230px;
    left: 225px;
    width: 225px;
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
}

.newsletter-dialog .ui-dialog-content p {
    font-family: arial, helvetica, sans-serif;
    clear: both;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 138%;
    width: 200px;
    text-align: left;
}

.newsletter-dialog form {
    float: right;
    left: 240px;
    position: absolute;
    top: 115px;
}

.newsletter-dialog label {
  display: none;
  float: left;
}
.newsletter-dialog input {
    clear: both;
    float: left;
    margin: 0 0 10px;
    width: 180px;
}

.newsletter-dialog .ui-dialog-buttonpane button {
  background: url(https://specials.cruiseworld.co.nz/skin/frontend/default/cruiseworld/images/jquery-ui/button-register-bg.png) no-repeat;
  text-indent: -9999px;
  width: 66px;
  height: 18px;
  margin: 10px 25px 0 0;
}

.an-subscribe .block-title
{
    min-height: 18px;
    height:auto!important;
}

.an-subscribe .block-title strong
{
    background: url("https://specials.cruiseworld.co.nz/skin/frontend/default/default/images/i_block-subscribe.gif") 0 0 no-repeat;
    padding-left: 21px;
}
.an-subscribe button span
{
    background: none repeat scroll 0 0 #618499;
    border-color: #406A83;
}
.an-subscribe .block-content
{ padding: 5px 10px; }
.an-subscribe .block-content label.an-data
{
    font-size: 11px;
    font-weight: bold;
}
.an-data
{ width: 100%; }
.an-buttons
{ margin-top: 5px; }
.an-subscribe .block-title img
{
    position:absolute;
    right: 10px;
    top: 5px;
}

#advancednewsletter-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
#advancednewsletter-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}
#an-content{
    position: fixed;
    z-index:9999;
    text-align:left;
}
#subscribe-please-wait
{
    background:none repeat scroll 0 0 #FFF4E9;
    border:2px solid #F1AF73;
    padding:15px 60px;
    position: fixed;
    z-index: 9999;
    color: black;
}

/* subscribe on checkout */
div.awan-checkoutmultisel{
    width: 100%;
    padding-top: 15px;
}
div.awan-checkoutmultisel label{
    color: #666666;
    float: left;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
div.awan-checkoutmultisel select{
    width: 100%;
}


div.awan-checkoutcheckboxes{

    padding-left: 30px;
    padding-top: 15px;
    border-color: #D9DDE3;
    border-style: solid;
    border-width: 0 1px;

}
div.awan-checkoutcheckboxes label.an-data{
    color: #666666;
    float: left;
    font-weight: bold;
    position: relative;
    z-index: 0;
}
/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Rma
 * @copyright  Copyright (c) 2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */
.awafpgrid { font-family:Verdana; clear:both; overflow:visible; }
.awafpgrid a,.awafpgrid a .label { color:#000; }
.awafpgrid ul { clear:both; }
.awafpgrid ul li { float:left; margin:0 1% 10px 0; }
.awafpgrid .awafpprice,.awafpgrid .awafpbutton,.awafpgrid .awafptitle { font-size:12px; color:#000; }
.awafpgrid .awafptitle a { font-weight:700; font-size:12px; color:#000; }
.awafpgrid .price-box .price { font-weight:400; color:#000; font-size:12px; }
.awafpgrid .afp-addtocart button { font-size:12px; border:0; background:none; cursor:pointer; }
.awafpgrid .afp-addtocart button div { width:91px; background-image:url(https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_featured/images/addtocart.png); height:21px; line-height:21px; }
.afp-thumbnail .onsale-category-container-list { float:none!important;margin: 0 auto; }
.awafpgrid .afp-details,.awafpgrid .awafptitle,.awafpgrid .afp-thumbnail,.awafpgrid .price-box,.awafpgrid .afp-addtocart { text-align:center; }

/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Rma
 * @copyright  Copyright (c) 2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */
.awafpslider { font-family: Verdana; }

/* Switch effect fade/appear */
.afp-effect-fade-appear div.afp-slider-item { position: absolute; }

.awafpslider .afp-slider-controls {
    position: relative;
    z-index: 999; }

.awfpslider-horizontal div.afp-slider-item div.afp-thumbnail {
    float: left;
    height: 200px;
    width: 200px; }

.awfpslider-vertical div.afp-slider-item div.afp-thumbnail {
    height: 190px;
    text-align: center;
    width: 100%; }

.awfpslider-horizontal div.afp-slider-item div.afp-product-info { margin-left: 210px; }

.awfpslider-vertical .afp-thumbnail .onsale-category-container-list { float:none!important;margin: 0 auto; }

.awafpslider div.afp-slider-item div.afp-product-info .awafptitle a {
    color: #000;
    font-size: 20px;
    text-decoration: none; }

    .awafpslider div.afp-slider-item div.afp-product-info .awafptitle a:hover { text-decoration: underline; }

.awafpslider div.afp-slider-item div.afp-product-info .afp-details {
    color: #666;
    font-size: 12px; }

.awfpslider-vertical div.afp-slider-item div.afp-product-info .afp-details { text-align: center; }

.awafpslider .afp-slider-controls .afp-left {
    float: left;
    height: 22px;
    padding-left: 20px;
    text-align: right;
    width: 22px; }

    .awafpslider .afp-slider-controls .afp-left button, .awafpslider .afp-slider-controls .afp-right button { position: relative; }

    .awafpslider .afp-slider-controls .afp-left button.button, .awafpslider .afp-slider-controls .afp-right button.button {
        background-color: transparent;
        border: 0px;
        cursor: pointer; }

    .awafpslider .afp-slider-controls .afp-left button {
        background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_featured/representations/slider/images/arrow_left.png');
        background-repeat: no-repeat;
        height: 22px;
        width: 22px; }

        .awafpslider .afp-slider-controls .afp-left button:hover { background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_featured/representations/slider/images/arrow_left_hover.png'); }

.awafpslider .afp-slider-controls .afp-right {
    float: right;
    height: 22px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    top: -22px;
    width: 22px; }

    .awafpslider .afp-slider-controls .afp-right button {
        background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_featured/representations/slider/images/arrow_right.png');
        background-repeat: no-repeat;
        height: 22px;
        width: 22px; }

        .awafpslider .afp-slider-controls .afp-right button:hover { background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_featured/representations/slider/images/arrow_right_hover.png'); }

.awafpslider .afp-slider-controls .afp-center {
    line-height: 22px;
    margin: 0px 50px;
    text-align: center; }

    .awafpslider .afp-slider-controls .afp-center button.button {
        background-color: transparent;
        background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_featured/representations/slider/images/item.png');
        border: 0px;
        height: 12px;
        width: 12px; }

    .awafpslider .afp-slider-controls .afp-center button.afp-s-current { background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_featured/representations/slider/images/item_current.png'); }

    .awafpslider .afp-slider-controls .afp-center button.button:hover { background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_featured/representations/slider/images/item_hover.png'); }

.awfpslider-horizontal .price-box {
    float: left;
    margin: 7px 0;
    padding: 0px;
    text-align: center;
    width: 150px; }

.awfpslider-vertical .price-box {
    text-align: center;
    width: 100%; }

.awafpslider .price-box .price {
    color: #000;
    font-size: 16px;
    font-weight: normal; }

.awafpslider .price-box span, .awafpslider .price-box a { color: #000; }

.awfpslider-horizontal .afp-addtocart {
    margin: 7px 0px;
    text-align: left; }

.awfpslider-vertical .afp-addtocart {
    margin: 7px 0px;
    text-align: center; }

.awafpslider .afp-addtocart button {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    font-size: 12px; }

    .awafpslider .afp-addtocart button div {
        background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_featured/images/addtocart.png');
        height: 21px;
        line-height: 21px;
        width: 91px; }

.awfpslider-vertical div.afp-slider-item .awafptitle { text-align: center; }

    .awfpslider-vertical div.afp-slider-item .awafptitle a {
        color: #000;
        font-family: Verdana;
        font-size: 16px;
        margin: 7px 0;
        text-decoration: none; }

        .awfpslider-vertical div.afp-slider-item .awafptitle a:hover { text-decoration: underline; }

.afp-effect-simple-slider {
    overflow: hidden;
    position: relative; }

    .afp-effect-simple-slider div.afp-slider-item { float: left; }

.afp-effect-blind-up-down div.afp-slider-item { position: absolute; }

.afp-effect-blind-up-down .afp-slider-controls {
    position: relative;
    z-index: 999; }

.afp-effect-slide-up-down div.afp-slider-item { position: absolute; }

.afp-effect-slide-up-down .afp-slider-controls {
    position: relative;
    z-index: 999; }

/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Islider
 * @copyright  Copyright (c) 2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */

.awis-block, .awis-block .awis-r-default-item img {
    margin: 0 auto;
    display: block;
}
.awis-block .awis-slides-controls {
     position: relative;
     z-index: 5;
}
.awis-block .awis-slides-controls .awis-c-left {
    float: left;
    height: 22px;
    padding-left: 20px;
    text-align: right;
    width: 22px;
}
.awis-block .awis-slides-controls .awis-c-left button, .awis-block .awis-slides-controls .awis-c-right button {
    position: relative;
}
.awis-block .awis-slides-controls .awis-c-left button.button, .awis-block .awis-slides-controls .awis-c-right button.button {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}
.awis-block .awis-slides-controls .awis-c-left button {
    background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_islider/representations/default/images/arrow_left.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.awis-block .awis-slides-controls .awis-c-left button:hover {
    background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_islider/representations/default/images/arrow_left_hover.png');
}
.awis-block .awis-slides-controls .awis-c-center {
    line-height: 22px;
    margin: 0px 50px;
    text-align: center;
}
.awis-block .awis-slides-controls .awis-c-center button.button {
    background-color: transparent;
    background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_islider/representations/default/images/item.png');
    border: 0px;
    height: 12px;
    width: 12px;
}
.awis-block .awis-slides-controls .awis-c-center button.awis-s-current {
    background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_islider/representations/default/images/item_current.png');
}
.awis-block .awis-slides-controls .awis-c-center button:hover {
    background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_islider/representations/default/images/item_hover.png');
}
.awis-block .awis-slides-controls .awis-c-right {
    float: right;
    height: 22px;
    padding-right: 20px;
    position: relative;
    text-align: right;
    top: -22px;
    width: 22px;
}
.awis-block .awis-slides-controls .awis-c-right button {
    background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_islider/representations/default/images/arrow_right.png');
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
}
.awis-block .awis-slides-controls .awis-c-right button:hover {
    background-image: url('https://specials.cruiseworld.co.nz/skin/frontend/default/default/aw_islider/representations/default/images/arrow_right_hover.png');
}

.awis-effect-simple-slider {
     overflow: hidden;
     position: relative;
}
.awis-effect-simple-slider .awis-r-default-item {
     float: left;
}
.awis-slides-container {
    position: relative;
}

.awis-effect-fade-appear .awis-r-default-item,
.awis-effect-blind-up-down .awis-r-default-item,
.awis-effect-slide-up-down .awis-r-default-item,
.awis-effect-jalousie .awis-r-default-item {
    position: absolute;
}

.awis-jalousie-slice {
    position: absolute;
}


#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #FFF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(https://specials.cruiseworld.co.nz/skin/frontend/default/default/css/mageworx/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
.icart-product-view .product-shop { float: none; }

	.icart-product-view .product-img-box {
	float: left;
	width: 80px;
}
.icart-product-view .product-details {
    float: left;
    width: 400px;
}

.icart-controls { text-align: center; }

.icart-product-view .clearer:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.icart-collaterals {
	margin: 20px auto;
    width: 90%;
}

.icart-collaterals .crosssell h2 {
	font-size:12px;
	font-weight:bold;
}

.icart-collaterals .upsell {
    background: #FAFAEC none repeat scroll 0 0;
    border: 1px solid #CEC3B6;
    padding: 12px 15px;
}

.icart-collaterals .crosssell {
	background: #F7F7F7 none repeat scroll 0 0;
	border: 1px solid #DDDDDD;
	padding: 10px;
}

.icart-collaterals .crosssell li.item {
	border-bottom: 1px solid #DDDDDD;
	margin: 0 0 8px;
	padding-bottom: 5px;
}

.icart-collaterals .upsell .product-image, .icart-collaterals .crosssell .product-image {
	border: 1px solid #D0CDC9;
	float: left;
	width: 75px;
}

.icart-collaterals .upsell .product-shop, .icart-collaterals .crosssell .product-shop {
    width: 290px;
}

.icart-collaterals .crosssell .product-details {
    margin-left: 85px;
}

.icart-collaterals .upsell .product-shop h5, .icart-collaterals .crosssell h5 {
    font-size:1em;
}
.mmforms-results-block{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	float:left;
	width:100%;
	clear:both;
}
.mmforms-results-row{
	margin-bottom:5px;
	width:100%;
	clear:both;
	float:left;
}
.mmforms-results-label{
	font-weight: bold;
	display:inline;
	float:left;
}
.mmforms-results-text{
	font-style: italic;
	display: inline;
	float: left;
}

/* Star rating */

.stars {
	padding:0 5px;
	width:80px;
	display: inline;
	float: left;
}

.stars-bar {
	list-style:none;
	margin: 0px;
	padding:0px !important;
	height: 16px;
	position: relative;
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/base/default/mmforms/results_stars.png) top left repeat-x;		
}

.stars-bar li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}

.stars-bar li.stars-value {
	background: url(https://specials.cruiseworld.co.nz/skin/frontend/base/default/mmforms/results_stars.png) left bottom;
	position: absolute;
	height: 16px;
	display: block;
	z-index: 1;
}

.mmforms-rating-summary {
    margin-bottom:15px;
}
.mmforms-fields-comment{
	float:left;
	margin-top:4px; 
	line-height:1.3em; 
	color:#666;
	font-size:.9em;
	width:100%;
}

.mmforms-fields-hint{
    font-style: italic;
    opacity: 0.5;
}

.group-select li textarea{
	height:10em;
}

.highlight .mmforms-calendar input, .mmforms-calendar input{
	background-image:url(https://specials.cruiseworld.co.nz/skin/frontend/base/default/mmforms/calendar.gif);
	background-position: 99% 2px;
	background-repeat: no-repeat;
}

.calendar {z-index: 1000;}

ul.mmforms-errors-list{
	margin:5px;
	padding:5px;
	list-style-type: disc;
	list-style-position: inside;
}
ul.mmforms-errors-list li {
	margin-bottom:5px;
}
p.mmforms-error-message {
	margin: 10px;
	text-align:center;
}
.mmforms-uploaded-file{
	margin-bottom: 5px;
	padding:5px;
	border-radius:3px;
	border:1px solid #ccc;
	float:left;
}
.mmforms-uploaded-file-delete{
	margin:3px 0 0 0;
	clear:both;
}

.mmforms-uploaded-file-delete-label{
	margin-left:5px;
	float:none !important;
}

.list-select{padding:10px !important;}

.form-list li, li.control {list-style:none}


div.starry {
	width:auto;
	xfloat:left;
	margin:10px 0 10px 0;
	padding:5px;
	xborder:1px solid #ddd;
	width:auto;
}
div.standard_star {
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;
	display:inline;
	background-image: url(https://specials.cruiseworld.co.nz/skin/frontend/base/default/mmforms/stars.gif);
}
div.feedback {
	border:1px solid #ddd;
	padding:5px 3px 3px;
	display:inline;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.dialog { border:1px solid #555; }
.dialog .bot { display:none !important; }
.overlay_magento { background-color:#000; filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6; -webkit-opacity:.6; }
.top.table_window { border-bottom:1px solid #e6e6e6; background:#6a838b url(https://specials.cruiseworld.co.nz/skin/frontend/base/default/lib/prototype/windows/themes/magento/top_bg.gif) 0 100% repeat-x; }

.magento_nw { width:6px; height:28px; }
.magento_n { height:28px; }
.magento_ne { width:6px; height:28px; }

.magento_w { width:6px; }
.magento_e { width:6px; }
.magento_w,
.magento_e,
.magento_content { background: #fafafa url(https://specials.cruiseworld.co.nz/skin/frontend/base/default/lib/prototype/windows/themes/magento/content_bg.gif) 0 0 repeat-x; }

.magento_sw { background:#deebf0; width:5px; height:3px; }
.magento_s { background:#deebf0; height:3px; }
.magento_se,

.magento_sizer { background:#deebf0; width:5px; height:3px; }
.magento_sizer { cursor:se-resize; }

.magento_close { width:16px; height:16px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/base/default/lib/prototype/windows/themes/magento/window_close.png) no-repeat 0 0; position:absolute; top:5px; right:7px; cursor:pointer; z-index:1000; }
.magento_minimize { width:16px; height:16px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/base/default/lib/prototype/windows/themes/magento/window_minimize.png) 0 0 no-repeat; position:absolute; top:5px; right:28px; cursor:pointer; z-index:1000; }
.magento_maximize { width:16px; height:16px; background:url(https://specials.cruiseworld.co.nz/skin/frontend/base/default/lib/prototype/windows/themes/magento/window_maximize.png)0 0 no-repeat; position:absolute; top:5px; right:49px; cursor:pointer; z-index:1000; }

.magento_title { float:left; width:100%; font:bold 12px/28px Arial, Helvetica, sans-serif; color:#fff; text-align:left; }

.magento_content { overflow:auto; font-size:12px; }
.magento_content,
.magento_content label { color:#333; font-family:Arial, sans-serif; }

.magento_buttons { padding:10px; text-align:right; }
.magento_buttons input.button { border-width:1px; border-style:solid; border-color:#ed6502 #a04300 #a04300 #ed6502;  background:#ffac47 url(https://specials.cruiseworld.co.nz/skin/frontend/base/default/lib/prototype/windows/themes/magento/btn_bg.gif) 0 100% repeat-x; padding:0 7px 1px 7px; font:bold 12px/18px Arial, Helvetica, sans-serif; color:#fff; cursor:pointer; text-align:center; white-space:nowrap; }
.magento_buttons button.button span span span { display:inline; background:none; padding:0; height:auto; }

/* FOR IE */
* html .magento_close { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_maximize.png", sizingMethod="crop"); }
* html .magento_minimize { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_close.png", sizingMethod="crop");}
* html .magento_maximize { background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/magento/window_minimize.png", sizingMethod="crop"); }

.file-preview {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.file-preview h3 {
		font-size:12px;
	}
	.file-preview li {
		margin: 0;
		padding: 10px 0;
		margin: 0;
		overflow: auto;
		border-bottom: solid 1px #ccc;
		position: relative;
	}

		.file-preview li img {
			border: solid 1px #999;
			border-radius:3px;
			padding: 3px;
			margin: 0 10px 0 0;
			display: block;
			float: left;
		}

.file-cancel{
	cursor: pointer;
}

.file-progress{
	font-size:90%;
	color:#777;
}
