/*
elements
*/
HTML
{
	overflow-y: scroll;
	background: url(../images/html-bg.jpg) repeat-x 0px 0px;
}
BODY
{
	background: url(../images/bg.jpg) no-repeat top center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
}
*
{
	margin: 0;
	padding: 0;
}
HR
{
	display: none;
}
H1
{
	font-size: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
H2
{
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-stretch: semi-expanded;
}
H3
{
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
P
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 1.2em;
}
A
{
	text-decoration: none;
	color: #0F5CB1;
}
A:hover
{
	text-decoration: underline;
}
UL
{
	list-style-position: inside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
OL
{
	list-style-type: none;
}
LI
{
}
A IMG
{
	border: none;
}
TABLE
{
}
TR
{
}
TD
{
}
TEXTAREA
{
	overflow: auto;
}
/*
Classes
*/
.clear
{
	clear: both;
}
.float-right
{
	float: right;
}
.float-left
{
	float: left;
}
.invisible
{
	display: none;
}
/*
tables
*/
TABLE.generic
{
}
TR
{
}
TH
{
}
/*tables - middle box table*/
DIV.middle-box TABLE
{
	font-size: 1.2em;
	text-align: left;
	padding-top: 7px;
	width: 100%;
}
DIV.middle-box TABLE TH
{
	font-size: 1.3em;
	font-weight: normal;
	color: #434343;
	border-bottom: 3px solid #DAE7F8;
	border-left: 0;
	border-right: 0;
	padding: 5px 5px 8px;
	text-align: left;
}
DIV.middle-box TABLE TD
{
	border: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #666666;
}
DIV.middle-box TD.price
{
	color: #BD2A08;
	font-weight: bold;
	text-align: right;
	padding-right: 27px;
}
DIV.middle-box TD.destination
{
	font-weight: bold;
	padding-left: 21px;
	color: #444;
}
/*
buttons

black*/
A.button-black
{
	background: transparent url(../images/button-black.png) no-repeat scroll 0px -24px;
	color: #FFF;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 9px;
	text-decoration: none;
	cursor: pointer;
	margin-top: 4px;
}
A.button-black SPAN
{
	background: transparent url(../images/button-black.png) no-repeat scroll right 0px;
	display: block;
	line-height: 21px;
	padding: 0 23px 3px 0;
}
A.button-black:hover
{
	background-position: 0px -72px;
}
A.button-black:hover SPAN
{
	background-position: right -48px;
}
/*blue*/
A.button-blue
{
	background: transparent url(../images/button-blue.png) no-repeat scroll 0px -26px;
	color: #FFF;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none;
	cursor: pointer;
	margin-top: 4px;
}
A.button-blue SPAN
{
	background: transparent url(../images/button-blue.png) no-repeat scroll right top;
	display: block;
	line-height: 21px;
	padding: 0 28px 3px 0;
}
A.button-blue:hover
{
	background-position: 0px -78px;
}
A.button-blue:hover SPAN
{
	background-position: 100% -52px;
}
/*blue large*/
A.button-blue-large
{
	background: transparent url(../images/button-blue-large.png) no-repeat scroll 0px -32px;
	color: #FFF;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 10px;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
}
A.button-blue-large SPAN
{
	background: transparent url(../images/button-blue-large.png) no-repeat scroll right top;
	display: block;
	line-height: 26px;
	padding: 0 73px 3px 8px;
}
A.button-blue-large:hover
{
	background-position: 0px -96px;
}
A.button-blue-large:hover SPAN
{
	background-position: 100% -64px;
}
/*black input*/
SPAN.button-black
{
	background: transparent url(../images/button-black.png) no-repeat scroll 0px -23px;
	color: #FFFFFF;
	float: left;
	margin-right: 3px;
	padding-left: 9px;
	text-decoration: none;
}
SPAN.button-black INPUT
{
	background: transparent url(../images/button-black.png) no-repeat scroll 100% 1px;
	border: medium none #000000;
	cursor: pointer;
	float: left;
	font-size: 1.2em;
	height: 25px;
	line-height: 25px;
	overflow: visible;
	padding-right: 22px !important;
	width: auto !important;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 3px;
	font-family: Arial, sans-serif;
}
SPAN.button-black:hover
{
	background-position: 0px -71px;
}
SPAN.button-black:hover INPUT
{
	background-position: 100% -47px;
}
/*blue input*/
SPAN.button-blue
{
	background: transparent url(../images/button-blue.png) no-repeat scroll 0px -25px;
	color: #FFFFFF;
	float: left;
	margin-right: 3px;
	padding-left: 9px;
	text-decoration: none;
}
SPAN.button-blue:hover
{
	background-position: 0px -77px;
}
SPAN.button-blue INPUT
{
	background: transparent url(../images/button-blue.png) no-repeat scroll 100% 1px;
	border: medium none #000000;
	cursor: pointer;
	float: left;
	font-size: 1.2em;
	height: 25px;
	line-height: 25px;
	overflow: visible;
	padding-right: 28px !important;
	width: auto !important;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 3px;
	font-family: Arial, sans-serif;
}
SPAN.button-blue:hover INPUT
{
	background-position: 100% -51px;
}
A.button-contact-us-now
{
	width: 220px;
	height: 97px;
	background: url(../images/button-contact-us-now.jpg) no-repeat 0px 0px;
	text-indent: -3000px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
/*title links - buttons*/
DIV.title UL LI A
{
	background: transparent url(../images/button-title-links.gif) no-repeat scroll 0px -28px;
	color: #1A68B0;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 9px;
	text-decoration: none;
	cursor: pointer;
	margin-top: 4px;
	height: 28px;
	margin-right: 9px;
}
DIV.title UL LI A SPAN
{
	background: transparent url(../images/button-title-links.gif) no-repeat scroll right 0px;
	display: block;
	line-height: 28px;
	padding: 0 13px 3px 0;
}
DIV.title UL LI A:hover, DIV.title UL LI A.active
{
	background-position: 0px -84px;
	color: #FFF;
}
DIV.title UL LI A:hover SPAN, DIV.title UL LI A.active SPAN
{
	background-position: right -56px;
}
/*
header
*/
DIV#header
{
	width: 960px;
	height: 162px;
	margin: 0 auto;
	position: relative;
	z-index: 300;
}
DIV#header H1#logo
{
	width: 107px;
	height: 107px;
	background: url(../images/cruise-connections-logo.jpg) no-repeat 0px 0px;
	text-indent: -3999em;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 30px;
}
DIV#header H1#logo A
{
	width: 107px;
	height: 107px;
	display: block;
}
DIV#header H2#tagline
{
	width: 331px;
	height: 28px;
	background: url(../images/tagline.jpg) no-repeat 0px 0px;
	left: 150px;
	top: 48px;
	position: absolute;
	text-indent: -3000em;
	overflow: hidden;
}
DIV#header DIV.header-contact
{
	width: 260px;
	height: 34px;
	position: absolute;
	right: 11px;
	top: 43px;
	text-align: right;
	color: #FFF;
}
DIV#header P.call
{
	font-size: 1.8em;
	margin-bottom: 4px;
	text-shadow: #6374AB 2px 2px 2px;
}
DIV#header P.call STRONG
{
	padding-right: 4px;
}
DIV#header P.northern-ireland-call
{
	font-size: 1.2em;
	margin-bottom: 4px;
	text-shadow: #6374AB 2px 2px 2px;
}
DIV#header P.northern-ireland-call STRONG
{
	padding-right: 4px;
}
/*
navigation
*/
UL#navigation
{
	position: absolute;
	left: 141px;
	top: 103px;
	list-style-type: none;
}
UL#navigation LI
{
	display: block;
	float: left;
	position: relative;
}
UL#navigation LI.last
{
	background: none;
}
UL#navigation LI A
{
	background: url(../images/nav-li.gif) no-repeat 100% 10px;
	color: #1A68B0;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	display: block;
	float: left;
	padding-left: 10px;
	margin-top: 4px;
}
UL#navigation LI A SPAN
{
	display: block;
	line-height: 32px;
	padding: 0 8px 3px 0;
}
UL#navigation LI A:hover, UL#navigation LI A.active, UL#navigation LI:hover A, UL#navigation LI.hover A
{
	background: transparent url(../images/nav-hover.png) no-repeat scroll 1px -34px;
	text-decoration: none;
	color: #09C6F4;
}
UL#navigation LI A:hover SPAN, UL#navigation LI A.active SPAN, UL#navigation LI:hover A SPAN, UL#navigation LI.hover A SPAN
{
	background: transparent url(../images/nav-hover.png) no-repeat scroll right 0px;
}
A.button-black:hover
{
	background-position: 0px -72px;
}
A.button-black:hover SPAN
{
	background-position: right -48px;
}
UL#navigation LI A.first
{
}
UL#navigation LI A.last
{
	background-image: none;
}
UL#navigation LI A.last:hover
{
	background: transparent url(../images/nav-hover.png) no-repeat scroll 1px -34px;
}
UL#navigation DIV.sub-menu
{
	display: none;
	position: absolute;
	background: url(../images/sub-nav-top.png) no-repeat 0px 0px;
	top: 30px;
	left: 0;
	z-index: 10000;
	width: 228px;
	margin-left: 1px;
	/*[empty]padding-top:;*/
}
UL#navigation LI:hover DIV.sub-menu, UL#navigation LI.hover DIV.sub-menu
{
	display: block;
}
UL#navigation DIV.sub-menu DIV
{
	background: url(../images/sub-nav-bottom.png) no-repeat bottom left;
	margin-top: 6px;
	margin-bottom: 18px;
	padding-bottom: 1px;
	/*[empty]padding-top:;*/
	margin-left: 0px;
}
UL#navigation DIV.sub-menu UL
{
	padding-bottom: 6px;
	display: block;
	background: url(../images/sub-nav-middle.png) repeat-y 0px 0px;
	/*[disabled]float:none;*/
	margin-bottom: 6px;
	padding-top: 4px;
	list-style-type: none;
	list-style: outside;
}
UL#navigation DIV.sub-menu UL LI
{
	display: block;
	float: none;
}
UL#navigation DIV.sub-menu UL LI A
{
	font-size: 1.1em;
	color: #1B69B1;
	font-weight: normal;
	padding-bottom: 11px;
	border: none;
	display: block;
	float: none;
	background: url(../images/sub-nav-bullet.gif) no-repeat 15px 9px;
	padding-left: 34px;
	padding-top: 4px;
}
UL#navigation DIV.sub-menu UL LI A:hover
{
	text-decoration: underline;
	background: url(../images/sub-nav-bullet.gif) no-repeat 15px 9px;
}
/*
home-content
*/
DIV#home-content
{
	width: 959px;
	margin: 0 auto;
	background: #FFF;
}
/*
banner-image
*/
DIV#banner
{
	width: 959px;
	position: relative;
	z-index: 1;
}
DIV#banner UL.banners
{
	list-style-type: none;
	list-style: none outside;
	margin: 0;
	padding: 0;
	height: 427px;
	overflow: hidden;
}
DIV#banner UL.banners LI
{
}
DIV#banner UL.banners LI IMG
{
}
/*
home search box
*/
DIV#home-search
{
	width: 248px;
	height: 228px;
	background: url(../images/home-search-bg.png) no-repeat 0px 0px;
	position: absolute;
	left: 665px;
	top: 94px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 0px;
	padding-bottom: 14px;
	z-index: 100;
}
DIV#home-search LABEL
{
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	padding-top: 13px;
	padding-bottom: 4px;
}
DIV#home-search OL
{
	list-style-type: none;
}
DIV#home-search OL LI
{
}
DIV#home-search SELECT
{
	font-size: 1.1em;
	color: #545454;
	padding: 4px;
	margin-bottom: 4px;
	width: 210px;
	height: 24px;
}
DIV#home-search OPTION
{
	height: 16px;
	padding: 4px;
}
DIV#home-search SPAN.button-black
{
	margin-top: 3px;
}
/*
home - middle-boxes
*/
DIV#middle-boxes
{
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	margin-top: -23px;
	z-index: 50;
}
DIV.middle-box
{
	width: 460px;
	height: 250px;
	background: url(../images/middle-box-bg.png) no-repeat 0px 0px;
	float: left;
	margin-right: 18px;
}
DIV.middle-box DIV.post
{
	border-bottom: 1px solid #E9E9E9;
}
DIV#middle-boxes DIV.last
{
	margin-right: 0;
}
DIV.middle-box DIV.title
{
	width: 460px;
	height: 32px;
	position: relative;
}
DIV.middle-box DIV.title H2
{
	font-size: 1.5em;
	color: #FFF;
	position: absolute;
	left: 12px;
	top: 6px;
	letter-spacing: -0.05em;
}
DIV.middle-box DIV.title H2 SPAN
{
	color: #5ECCE7;
}
DIV.middle-box DIV.title A
{
	position: absolute;
	right: 19px;
	top: 8px;
	color: #FFF;
	text-transform: lowercase;
	font-size: 1.1em;
}
DIV.middle-box DIV.content
{
	width: 432px;
	height: 215px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 0px;
}
DIV.middle-box DIV.content H4
{
	font-size: 1.3em;
	color: #1B69B1;
	padding-top: 9px;
}
DIV.middle-box DIV.content H4 A
{
	color: #1B69B1;
}
DIV.middle-box DIV.content P.date
{
	color: #888888;
	font-size: 1.1em;
	margin-top: 0;
	padding-top: 1px;
	padding-bottom: 0;
}
DIV.middle-box DIV.content P
{
	margin: 3px 0 5px;
}
/*
home - bottom-boxes
*/
DIV#bottom-boxes
{
	padding-left: 10px;
	margin-bottom: 25px;
}
DIV.bottom-box
{
	width: 233px;
	height: 270px;
	background: url(../images/bottom-box.png) no-repeat 0px 0px;
	float: left;
	margin-right: 5px;
	z-index: 10;
}
DIV#bottom-boxes .last
{
	margin-right: -3px;
}
DIV.bottom-box DIV.title
{
	position: relative;
	width: 219px;
	height: 32px;
}
DIV.bottom-box DIV.title H2
{
	font-size: 1.5em;
	color: #FFF;
	position: absolute;
	left: 12px;
	top: 6px;
	letter-spacing: -0.05em;
}
DIV.bottom-box DIV.title H2 SPAN
{
	color: #5ECCE7;
}
DIV.bottom-box DIV.content
{
	width: 191px;
	padding-left: 14px;
	padding-right: 14px;
}
DIV.bottom-box DIV.content H3
{
	padding-top: 12px;
	font-size: 1.3em;
	font-weight: bold;
	color: #444444;
	margin-bottom: 6px;
}
DIV.bottom-box DIV.content H4
{
	font-size: 1.3em;
	padding-top: 4px;
}
DIV.bottom-box DIV.content H4 A
{
	color: #1B69B1;
}
DIV.bottom-box DIV.content P
{
	color: #666;
	font-size: 1.2em;
	margin-bottom: 9px;
}
DIV.bottom-box DIV.content FORM
{
}
DIV.bottom-box DIV.content FORM FIELDSET
{
	border: none;
}
DIV.bottom-box DIV.content FORM FIELDSET LEGEND
{
	display: none;
}
DIV.bottom-box DIV.content INPUT
{
}
DIV.content INPUT.text
{
	color: #545454;
	font-size: 1.1em;
	padding: 6px 10px;
	width: 164px;
	margin-bottom: 7px;
}
DIV.bottom-box DIV.content P.price
{
	color: #BE2B09;
	font-weight: bold;
	text-align:right;
	margin-top:-10px;
}
/*
home - footer-ads
*/
UL.footer-ad
{
	width: 806px;
	height: 107px;
	list-style: none;
	margin: 0 auto;
	position: relative;
}
LI.de-vere
{
	width: 806px;
	height: 107px;
	background: url(../images/de-vere.jpg) no-repeat 0px 0px;
	text-indent: -3000px;
	overflow: hidden;
}
LI.de-vere IMG
{
}
LI.de-vere DIV.ad-info
{
	text-indent: 0;
	position: absolute;
	left: 587px;
	top: 18px;
	color: #0F5CB1;
}
UL.footer-ad H4
{
	font-size: 1.2em;
	font-weight: bold;
}
UL.footer-ad P
{
}
/*
inner pages

inner-content*/
DIV#inner-content
{
	width: 839px;
	margin: 0 auto;
	background: #FFF;
	padding-left: 70px;
	padding-right: 50px;
}
/*banner-image*/
DIV#inner-banner
{
	width: 960px;
	height: 233px;
	margin: 0 auto;
	position: relative;
}
DIV.destinations-banner
{
	background: url(../images/inner-banner-destinations.jpg) no-repeat 0px 0px;
}
DIV.our-story
{
	background: url(../images/inner-banner-our-story.jpg) no-repeat 0px 0px;
}
DIV.our-people
{
	background: url(../images/inner-banner-our-people.jpg) no-repeat 0px 0px;
}
DIV.our-brochure
{
	background: url(../images/inner-banner-our-brochure.jpg) no-repeat 0px 0px;
}
DIV.contact-us
{
	background: url(../images/inner-banner-contact-us.jpg) no-repeat 0px 0px;
}
DIV.generic
{
	background: url(../images/inner-banner-generic.jpg) no-repeat 0px 0px;
}
/*inner banner search box*/
DIV#inner-search
{
	left: 589px;
	top: 29px;
	width: 359px;
	height: 184px;
	background: url(../images/inner-search.png) no-repeat 0px 0px;
	position: relative;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 15px;
	padding-right: 15px;
}
DIV#inner-search LABEL
{
	color: #FFF;
	font-size: 13px;
	/*[empty]margin-bottom:;*/
	display: block;
	/*[empty]margin-top:;*/
	padding-top: 2px;
}
DIV#inner-search OL
{
	list-style-type: none;
}
DIV#inner-search OL LI
{
	margin-bottom: 5px;
}
DIV#inner-search SELECT
{
	width: 326px;
	height: 22px;
	font-size: 11px;
	color: #666;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 1px;
}
DIV#inner-search OPTION
{
	font-size: 11px;
}
DIV#inner-search SELECT.month
{
	width: 154px;
	position: absolute;
	left: 17px;
	top: 85px;
}
DIV#inner-search SELECT.year
{
	width: 154px;
	position: absolute;
	left: 17px;
	top: 111px;
}
DIV#inner-search SELECT.duration
{
	width: 154px;
	position: absolute;
	left: 189px;
	top: 85px;
}
DIV#inner-search SELECT.cruise-line
{
	width: 154px;
	position: absolute;
	left: 189px;
	top: 111px;
}
DIV#inner-search SPAN.button-black
{
	position: absolute;
	left: 256px;
	top: 146px;
}
/*title*/
DIV.title
{
}
DIV.title H1
{
	margin-top: -10px;
	color: #C8B682;
	font-size: 4.2em;
	/*[disabled]text-transform:uppercase;*/
	letter-spacing: -0.05em;
	float: left;
}
DIV.title UL
{
	float: left;
	margin-left: 31px;
	margin-top: 0px;
}
DIV.title UL LI
{
	display: block;
	float: left;
}
/*content*/
DIV.content
{
}
/*main-column*/
DIV.main-column
{
	width: 560px;
	float: left;
	margin-bottom: 18px;
}
DIV.main-column H2
{
	color: #C7B581;
	font-size: 24px;
	padding-bottom: 4px;
}
DIV.destination-box
{
	width: 259px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	height: 400px;
	background: url(../images/destination-box.jpg) no-repeat 0px 20px;
	padding-bottom: 0px;
	/*[empty]padding-top:;*/
	padding-top: 20px;
	position: relative;
}
DIV.main-column P
{
	color: #666666;
	font-size: 1.3em;
	line-height: 1.5em;
}
DIV.main-column P A
{
	color: #1A68B0;
}
DIV.main-column>UL
{
	font-size: 1.3em;
	color: #666;
	line-height: 1.5em;
}
DIV.main-column OL
{
	font-size: 1.3em;
	color: #666;
	line-height: 1.5em;
	margin-bottom: 15px;
	list-style-type: decimal;
	list-style-position: inside;
}
DIV.main-column IMG.float-right
{
	margin-left: 10px;
	margin-bottom: 10px;
}
DIV.main-column BLOCKQUOTE
{
	border-top: 3px solid #E4E4E4;
	border-bottom: 3px solid #E4E4E4;
	padding-top: 20px;
	padding-bottom: 8px;
	padding-left: 56px;
	padding-right: 42px;
	background: url(../images/block-quote.jpg) no-repeat 16px 18px;
	font-style: italic;
	font-family: Georgia, serif;
	color: #979797;
	margin-top: 36px;
}
DIV.main-column BLOCKQUOTE P
{
	font-size: 1.2em;
	line-height: 2em;
}
DIV.main-column DIV.even
{
	padding-right: 0;
	background-position: 20px 20px;
	padding-left: 20px;
	border-right: 0;
}
DIV.main-column DIV.bottom
{
	border-bottom: none;
}
DIV.destination-box H2
{
	color: #FFF;
	font-size: 1.8em;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 0;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
}
DIV.destination-box IMG
{
}
DIV.description
{
	padding-top: 15px;
}
DIV.description P
{
	font-size: 1.2em;
	color: #666;
	font-family: Arial;
	line-height: 1.5em;
}
DIV.destination-box A.button-blue
{
	position: absolute;
	right: 9px;
	bottom: 15px;
}
/*right-column*/
DIV.right-column
{
	float: right;
	padding-top: 21px;
}
DIV.inner-side-box
{
	background: #F1F9FC url(../images/inner-side-box-top.jpg) no-repeat 0px 0px;
	width: 220px;
	/*[empty]padding-left:;*/
	margin-bottom: 26px;
}
DIV.inner-side-box DIV.inner-side-box-bottom
{
	padding-bottom: 14px;
	background: url(../images/inner-side-box-bottom.jpg) no-repeat bottom left;
	padding-left: 15px;
	padding-right: 15px;
}
DIV.inner-side-box DIV H2
{
	padding-top: 6px;
	padding-bottom: 0;
	margin-bottom: 18px;
	color: #FFF;
	font-size: 1.5em;
	letter-spacing: -0.05em;
}
DIV.inner-side-box DIV H2 SPAN
{
	color: #5ECCE7;
}
DIV.inner-side-box DIV H3
{
	font-size: 1.3em;
	font-weight: bold;
	color: #444;
	padding-bottom: 0;
	margin-bottom: 8px;
}
DIV.inner-side-box DIV H4
{
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 2px;
}
DIV.inner-side-box DIV H4 A
{
	color: #1B69B1;
}
DIV.inner-side-box DIV IMG
{
}
DIV.inner-side-box DIV P
{
	font-size: 1.2em;
	color: #666;
	margin-bottom: 10px;
}
DIV.inner-side-box DIV P.price
{
	color: #BE2B09;
	font-weight: bold;
}
DIV.main-offer-box H4 A
{
	color: #1B69B1;
	font-size: 20px;
}
DIV.main-offer-box P
{
	font-size: 1.2em;
	color: #666;
	margin-bottom: 10px;
}
DIV.main-offer-box P.price
{
	color: #BE2B09;
	font-weight: bold;
	font-size: 20px;
}
FORM#latest-newsletter
{
}
FORM#latest-newsletter
{
}
FORM#latest-newsletter INPUT.text-box
{
	width: 178px;
	font-size: 1.1em;
	color: #666;
	padding: 4px;
	margin-bottom: 8px;
}
/*
** pages - our people **
*/
UL.people-list
{
	list-style-type: none;
	margin-top: 16px;
}
UL.people-list LI
{
	display: block;
	clear: both;
	/*[empty]padding-bottom:;*/
	/*[empty]margin-bottom:;*/
}
UL.people-list LI IMG
{
	float: left;
	display: block;
	padding-bottom: 25px;
}
UL.people-list LI DIV.description
{
	float: left;
	width: 335px;
	padding-left: 44px;
	padding-top: 21px;
}
UL.people-list LI DIV.description H2
{
	color: #1B69B1;
	font-size: 1.4em;
	margin-bottom: 0;
}
UL.people-list LI DIV.description P
{
	font-size: 1em;
}
UL.people-list LI DIV.description P.job-title
{
	color: #BFBFBF;
	font-style: italic;
}
/*
** pages - our brochure **
*/
.main-column UL.brochure-list
{
	font-size: inherit;
	list-style-type: none;
	padding-top: 12px;
	list-style-position: outside;
}
UL.brochure-list LI
{
	display: block;
	position: relative;
	height: 130px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 24px;
	clear: both;
}
UL.brochure-list LI DIV.number
{
	height: 18px;
	width: 17px;
	background: #E4E4E4;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding-top: 2px;
	padding-left: 0;
	padding-right: 2px;
	position: absolute;
	top: 0;
	left: 0;
}
UL.brochure-list LI DIV.links
{
	position: absolute;
	left: 38px;
	top: 15px;
	width: 98px;
}
UL.brochure-list LI DIV.links A.pdf
{
	width: 32px;
	height: 31px;
	background: url(../images/icon-pdf.gif) no-repeat 0px 0px;
	display: block;
	text-indent: -3000px;
	overflow: hidden;
	position: absolute;
	left: 21px;
	top: 0;
}
UL.brochure-list LI DIV.links P.file-size
{
	font-size: 10px;
	font-style: italic;
	color: #979797;
	position: absolute;
	left: 58px;
	top: 5px;
}
UL.brochure-list LI DIV.links A.button-black
{
	position: absolute;
	top: 39px;
	font-size: 12px;
}
UL.brochure-list LI DIV.description
{
	position: absolute;
	width: 400px;
	left: 165px;
	top: 0;
}
UL.brochure-list LI DIV.description H2
{
	color: #1A68B0;
	text-transform: uppercase;
	font-size: 18px;
}
UL.brochure-list LI DIV.description P
{
	font-size: 13px;
}
/*
** pages - contact us **
*/
DIV.map-box
{
	width: 572px;
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 24px;
	padding-top: 27px;
}
DIV.last
{
	border-bottom: none;
}
DIV.map-box DIV.map
{
	float: left;
}
DIV.map-box DIV.map IMG
{
	border-bottom: 1px solid #000000;
}
DIV.map-box DIV.map
{
	width: 293px;
	height: 222px;
}
DIV.map-box DIV.description
{
	float: left;
	/*[empty]margin-left:;*/
	padding-top: 0;
}
DIV.map-box DIV.description H2
{
	font-size: 1.8em;
	text-transform: uppercase;
	color: #666;
	margin-top: 0;
	padding-top: 0;
}
DIV.map-box DIV.description P
{
	color: #666;
    float:left;
	width:170px;
	font-size:11px;
}
DIV.map-box DIV.description UL
{
	float:right;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666;
	list-style-position: outside;
}
LI.icon-tel
{
	background: url(../images/icon-tel.gif) no-repeat 0px 2px;
	padding-left: 17px;
}
LI.icon-fax
{
	background: url(../images/icon-fax.gif) no-repeat 0px 2px;
	padding-left: 17px;
}
LI.icon-email
{
	background: url(../images/icon-email-us.gif) no-repeat 0px 4px;
	padding-left: 17px;
}
DIV.map-box DIV.description A
{
	color: #1B69B1;
}
/*registrant form*/
FORM#RegistrantPublicAddForm
{
	background: #F1F9FC url(../images/icon-contact.gif) no-repeat 35px 23px;
	width: 490px;
	padding-top: 26px;
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
	padding-bottom: 45px;
	border: 1px solid #EFEFEF;
}
FORM#RegistrantPublicAddForm FIELDSET
{
	border: none;
}
FORM#RegistrantPublicAddForm FIELDSET#top-fieldset
{
	height: 256px;
	/*[empty]padding-bottom:;*/
}
FORM#RegistrantPublicAddForm FIELDSET LEGEND
{
	font-size: 1.8em;
	text-transform: uppercase;
	color: #666;
	display: block;
	padding-left: 50px;
	padding-top: 5px;
}
FORM#RegistrantPublicAddForm FIELDSET INPUT
{
	width: 228px;
	font-size: 1em;
	color: #666;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
FORM#RegistrantPublicAddForm FIELDSET INPUT#RegistrantName
{
	position: absolute;
	left: 41px;
	top: 76px;
}
FORM#RegistrantPublicAddForm FIELDSET INPUT#RegistrantTelephone
{
	position: absolute;
	left: 41px;
	top: 107px;
}
FORM#RegistrantPublicAddForm FIELDSET INPUT#RegistrantPostcode
{
    position: absolute;
    left: 41px;
    top: 187px;
}
FORM#RegistrantPublicAddForm FIELDSET INPUT#RegistrantEmail
{
	position: absolute;
    left: 290px;
    top: 76px;
}
FORM#RegistrantPublicAddForm FIELDSET TEXTAREA
{
	width: 223px;
	height: 28px;
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: #666;
	padding: 5px;
}
FORM#RegistrantPublicAddForm FIELDSET TEXTAREA#RegistrantAddress1
{
	position: absolute;
    left: 41px;
    top: 139px;	
}
FORM#RegistrantPublicAddForm FIELDSET TEXTAREA#RegistrantEnquiry
{
	position: absolute;
	left: 290px;
    top: 107px;
	height: 92px;
}
FORM#RegistrantPublicAddForm P
{
	font-size: 1.1em;
}
FORM#RegistrantPublicAddForm P#p-top
{
	position: absolute;
	left: 38px;
	top: 216px;
	width:480px;
	padding-left:4px;
}
FORM#RegistrantPublicAddForm P#p-required
{
	position: absolute;
	left: 38px;
	top: 251px;
    padding-left:4px;	
}
FORM#RegistrantPublicAddForm P#p-required SPAN
{
	color: #FF0000;
}
FORM#RegistrantPublicAddForm LABEL#label-newsletter
{
	color: #0A64A2;
	padding-left: 7px;
	/*[empty]padding-bottom:;*/
	/*[empty]margin-bottom:;*/
}
FORM#RegistrantPublicAddForm FIELDSET#hidden
{
	padding-top: 10px;
	border-top: 1px solid #DDD;
	margin-top: 12px;
	margin-bottom: 14px;
	display: none;
}
FORM#RegistrantPublicAddForm FIELDSET#hidden P
{
	margin-bottom: 6px;
}
FORM#RegistrantAddForm LABEL#label-destination, FORM#RegistrantAddForm LABEL#label-cruise-types
{
	color: #4476A1;
	font-size: 1.2em;
	display: block;
	margin-bottom: 4px;
}
FIELDSET#hidden SELECT
{
	width: 235px;
	padding: 4px;
	color: #666;
	font-size: 1.2em;
}
FORM#RegistrantAddForm SELECT#RegistrantDummyDestination
{
	float: left;
	/*[empty]margin-top:;*/
	margin-bottom: 8px;
}
FORM#RegistrantAddForm FIELDSET#hidden LABEL#label-cruise-types
{
	margin-top: 19px;
}
FORM#RegistrantAddForm A.button-blue
{
	float: left;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 0;
}
DIV#selectedDestinations
{
	clear: both;
}
FORM#RegistrantPublicAddForm SELECT#RegistrantDummyCruise
{
	float: left;
	margin-bottom: 8px;
}
FORM#RegistrantPublicAddForm SELECT#RegistrantDummyDestination
{
	float: left;
	margin-bottom: 8px;
}
FORM#RegistrantPublicAddForm DIV#selectedCruisetypes
{
	display: block;
	clear: both;
}
DIV#selectedDestinations SPAN, DIV#selectedCruisetypes SPAN
{
	background: #D9EBF9;
	padding: 3px 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
}
DIV#selectedCruisetypes
{
	height: 30px;
}
DIV#selectedDestinations SPAN SPAN, DIV#selectedCruisetypes SPAN SPAN
{
	border: none;
	cursor: pointer;
}
FORM#RegistrantPublicAddForm DIV.buttons
{
	float: right;
	/*[empty]margin-bottom:;*/
	/*[empty]padding-bottom:;*/
}
/*
** pages - special offers **
*/
DIV.main-offer-box
{
	margin-top: 0;
	padding-top: 9px;
}
DIV.main-offer-box P.price
{
	font-family: Georgia, "Times New Roman", serif;
	text-align: right;
	font-size: 23px;
}
DIV.main-offer-box P.price SPAN
{
	font-size: 18px;
}
DIV.main-offer-box H3
{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}
DIV.main-offer-box H3 A
{
	font-size: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}
DIV.main-offer-box H4 A
{
	font-size: 17px;
}
SPAN.book-now
{
	width: 439px;
	height: 64px;
	background: url(../images/book-now.jpg) no-repeat 0px 0px;
	display: block;
	text-indent: -3000px;
	overflow: hidden;
	margin-top: 0;
	padding-top: 0;
}
DIV.destination-box DIV.description SPAN.block
{
	display: block;
	float: left;
	width: 79px;
}
/*summary*/
DIV#summary UL.summary-list
{
	list-style-type: none;
	float: left;
	width: 288px;
	padding: 0;
	margin: 0 0 20px;
	list-style-position: outside;
}
UL.summary-list LI.price
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	color: #980000;
	background: url(../images/icon-cost.jpg) no-repeat 3px 8px;
	padding-left: 48px;
	/*[empty]padding-top:;*/
	/*[empty]margin-bottom:;*/
	padding-bottom: 1px;
}
UL.summary-list LI.price SPAN
{
	font-size: 19px;
}
UL.summary-list LI.date
{
	background: url(../images/icon-date.jpg) no-repeat 1px 8px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-left: 48px;
	padding-bottom: 9px;
	padding-top: 11px;
}
UL.summary-list LI.nights
{
	background: url(../images/icon-nights.jpg) no-repeat 1px 8px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-left: 48px;
	padding-bottom: 8px;
	padding-top: 14px;
}
UL.summary-list LI.itinerary
{
    background: url(../images/icon-itinerary.jpg) no-repeat 1px 8px;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    padding-left: 48px;
    padding-bottom: 6px;
    padding-top: 14px;
}
UL.summary-list LI.deal
{
	background: url(../images/icon-deal.jpg) no-repeat 1px 8px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-left: 48px;
	padding-top: 14px;
	margin-left: 0;
	height:26px;
}
DIV#tabs IMG
{
	padding: 6px;
}
DIV#summary IMG
{
	border: 1px solid #E0E0E0;
	padding: 6px;
	float: right;
}
DIV#summary DIV.description
{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
/*cruise info*/
DIV#cruise-info H3
{
	font-size: 12px;
	color: #666666;
	padding-left: 58px;
	padding-bottom: 6px;
}
DIV#cruise-info H3 SPAN
{
	display: block;
	font-size: 14px;
}
DIV.cruise-line H3
{
	background: url(../images/icon-cruise-line.jpg) no-repeat 5px -1px;
}
DIV.cruise-ship H3
{
	background: url(../images/icon-cruise-ship.jpg) no-repeat 0px 0px;
}
DIV.cruise-line
{
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 16px;
}
DIV.cruise-line IMG
{
	border: 1px solid #E0E0E0;
	padding: 6px;
	float: right;
}
DIV.cruise-ship IMG
{
	float: right;
	border: 1px solid #E1E1E1;
	position: relative;
	/*[empty]top:;*/
}
DIV.cruise-ship DIV.left
{
	float: left;
}
DIV#cruise-info DIV.cruise-ship IMG.rating
{
	float: none;
	border: none;
	padding: 0;
}
DIV.cruise-info-list
{
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    line-height: 2.2;
    margin-top: 0;
    margin-bottom: 0;
}
DIV.cruise-info-list DIV {
    float:left;
    margin-right:20px;
}
DIV.cruise-info-list DIV SPAN
{
    font-weight: bold;
    
    float: left;
    width: 65px;
}
UL.cruise-info-list
{
	list-style-type: none;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 2.2;
	margin-top: 0;
	margin-bottom: 0;
}
UL.cruise-info-list LI SPAN
{
	font-weight: bold;
	display: block;
	float: left;
	width: 65px;
}
/*destination*/
DIV#destination IMG
{
	float: left;
	border: 1px solid #E1E1E1;
	margin-right: 17px;
}
DIV#destination H3
{
	margin-bottom: 0;
	color: #666;
	font-size: 15px;
}
/*cruise type*/
DIV#cruise-type H3
{
	margin-bottom: 0;
	color: #666;
	font-size: 15px;
	padding-bottom: 0;
	/*[empty]margin-top:;*/
	padding-top: 7px;
}
/*
** pages - cruise lines / ships**
*/
DIV.content DIV.cruise-lines IMG
{
	border: 1px solid #E1E1E1;
	padding: 6px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
DIV.content DIV.cruise-lines IMG.rating
{
	border: 0;
	padding: 0;
}
UL.cruise-info-list LI IMG.rating
{
	float: none;
	margin-bottom: -3px;
}
DIV.cruise-lines H3 A
{
	color: #1B69B1;
}
DIV.cruise-lines DIV.ship
{
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 21px;
}
DIV.ship P.details
{
	text-align: right;
}
DIV.cruise-lines H3
{
	color: #656565;
}
DIV.cruise-line-details H3
{
	color: #666;
}
DIV.cruise-line-details UL
{
	list-style-position: outside;
	padding-left: 13px;
}
DIV.cruise-line-details UL LI
{
	margin-bottom: 8px;
}
DIV.cruise-line-details P.details
{
	text-align: right;
}
DIV.line
{
	height: 1px;
	background: #E1E1E1;
	margin-bottom: 18px;
}
DIV.cruise-line-details H3 A
{
}
DIV.cruise-line-details IMG.destination-page
{
	border: 1px solid #E1E1E1;
	padding: 6px;
}
/*
** pages - destinations **
*/
DIV.destinations IMG.destination-page
{
	padding: 6px;
	border: 1px solid #E1E1E1;
	margin-bottom: 8px;
	max-width: 550px;
	max-height: 550px;
}
DIV.destinations DIV.cruise, DIV.cruise-line-details DIV.ship
{
	border: 1px solid #E1E1E1;
	padding: 10px 25px;
	margin-bottom: 19px;
	background: url(../images/cruise-box-bg.jpg) repeat-x bottom left;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
DIV.destinations DIV.cruise
{
	padding-top: 27px;
}
DIV.cruise-line-details DIV.ship
{
	background: url(../images/cruise-box-bg.jpg) repeat-x bottom left;
	border: 1px solid #E1E1E1;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 22px;
}
DIV.cruise-line-details DIV.ship IMG
{
    max-width: 480px;
}	
DIV.destinations DIV.cruise H2 A
{
	color: #0F5CB1;
	font-size: 17px;
}
DIV.destinations DIV.cruise H3
{
	color: #666;
}
DIV.destinations DIV.cruise P.details
{
	text-align: right;
}
DIV.destinations DIV.cruise UL
{
	list-style-position: outside;
	padding-left: 13px;
}
DIV.destinations DIV.cruise UL LI
{
	margin-bottom: 8px;
}
DIV.destinations A.button-blue
{
	color: #FFF;
	font-size: 12px;
	float: right;
}
/*inner-bottom-area*/
DIV#inner-bottom-area
{
	background: #F9F9F9;
	margin-top: 10px;
	width: 945px;
	height: 253px;
	position: relative;
	margin-left: -60px;
	margin-bottom: 0px;
}
/*inner search box*/
DIV#inner-search-bottom
{
	left: 40px;
	top: 31px;
	width: 350px;
	height: 190px;
	background: url(../images/quick-links-ship.jpg) no-repeat 0px 0px;
	position: relative;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
DIV#inner-search-bottom LABEL
{
	color: #FFF;
	font-size: 14px;
	/*[empty]margin-bottom:;*/
	display: block;
	padding-bottom: 2px;
}
DIV#inner-search-bottom OL
{
	list-style-type: none;
}
DIV#inner-search-bottom OL LI
{
	margin-bottom: 5px;
}
DIV#inner-search-bottom SELECT
{
	width: 326px;
	height: 22px;
	font-size: 11px;
	color: #666;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 1px;
}
DIV#inner-search-bottom OPTION
{
}
DIV#inner-search-bottom SELECT.month
{
	width: 154px;
	position: absolute;
	left: 17px;
	top: 85px;
}
DIV#inner-search-bottom SELECT.year
{
	width: 154px;
	position: absolute;
	left: 17px;
	top: 111px;
}
DIV#inner-search-bottom SELECT.duration
{
	width: 154px;
	position: absolute;
	left: 189px;
	top: 85px;
}
DIV#inner-search-bottom SELECT.cruise-line
{
	width: 154px;
	position: absolute;
	left: 189px;
	top: 111px;
}
DIV#inner-search-bottom SPAN.button-black
{
	position: absolute;
	left: 256px;
	top: 146px;
}
SELECT.month
{
}
SELECT.year
{
}
SELECT.duration
{
}
SELECT.cruise-line
{
}
/*quick-links*/
DIV.quick-links
{
	position: absolute;
	left: 430px;
	top: 36px;
}
DIV.quick-links H3
{
	font-size: 1.7em;
	font-weight: normal;
	color: #656565;
}
DIV.quick-links UL
{
	font-size: 12px;
	font-weight: normal;
	color: #C8B682;
	float: left;
	padding-right: 16px;
}
DIV.quick-links UL LI
{
	color: #C8B682;
	padding-bottom: 6px;
}
DIV.quick-links UL LI A
{
	color: #1B69B1;
	padding-left: 2px;
}

DIV.ship-links UL
{
    font-size: 12px;
    font-weight: normal;
    color: #C8B682;
    float: left;
    padding-right: 16px;
}
DIV.ship-links UL LI
{
    color: #C8B682;
    padding-bottom: 6px;
}
DIV.ship-links UL LI A
{
    color: #1B69B1;
    padding-left: 2px;
}
/*
social media
*/
UL.social-media
{
	float: right;
	/*[empty]margin-top:;*/
	padding-top: 38px;
	margin-right: 18px;
}
UL.social-media LI
{
	float: left;
	display: block;
}
UL.social-media LI A
{
	color: #878787;
	font-size: 1.1em;
	padding-left: 24px;
	padding-bottom: 5px;
	/*[empty]margin-right:;*/
	margin-left: 22px;
	display: block;
}
A.twitter
{
	padding-left: 24px;
	background: url(../images/icon-twitter.gif) no-repeat 0px 0px;
}
A.facebook
{
	padding-left: 24px;
	background: url(../images/icon-facebook.gif) no-repeat 0px 0px;
}
/*
footer
*/
DIV#footer
{
	width: 960px;
	height: 122px;
	margin: 0 auto;
	padding-top: 4px;
	position: relative;
	border-top: 6px solid #F6F6F6;
}
/*footer-links*/
UL#footer-links
{
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 27px;
}
UL#footer-links LI
{
	float: left;
	display: block;
}
UL#footer-links LI A
{
	float: left;
	display: block;
	color: #888888;
	font-size: 1.1em;
	border-right: 1px solid #DDD;
	padding-right: 8px;
	padding-left: 8px;
}
UL#footer-links A.first
{
	color: #0B2885;
	font-weight: bold;
	padding-left: 0;
}
UL#footer-links A.last
{
	padding-right: 0;
	border-right: 0;
}
/*footer-icons*/
UL#footer-icons
{
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 17px;
}
UL#footer-icons LI
{
	display: block;
	float: left;
}
UL#footer-icons LI A
{
	text-indent: -3000px;
	overflow: hidden;
	display: block;
	height: 36px;
	background-position: center center;
	margin-left: 18px;
}
A.logo-ace
{
	width: 52px;
	background: url(../images/logo-ace.gif) no-repeat;
}
A.logo-abta
{
	width: 46px;
	background: url(../images/logo-abta.gif) no-repeat;
}
A.logo-unknown
{
	width: 46px;
	background: url(../images/logo-unknown.gif) no-repeat;
}
IMG.destination
{
	max-width: 259px;
	max-height: 128px;
}
DIV.cruiseline-logo{
    width: 259px;
    height: 128px;	
	text-align:center;
	line-height:180px;
	vertical-align:middle;
}
IMG.deal
{
	width: 259px;
	height: 128px;
}
IMG.destination-page
{
	margin-right: 10px;
	margin-bottom: 10px;
}
UL#carousel-offers
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 600px;
}
.destination-box H2 IMG
{
	margin-top: 5px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal
{
	width: 560px;
}
.jcarousel-skin-tango .jcarousel-container-vertical
{
	width: 75px;
	height: 245px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal
{
	width: 560px;
	height: 400px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical
{
	width: 75px;
	height: 245px;
}
.jcarousel-skin-tango .jcarousel-item
{
	width: 290px;
	height: 400px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal
{
	margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-vertical
{
	margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder
{
	background: #FFF;
	color: #000;
}
.jcarousel-skin-tango IMG
{
	margin-top: -5px;
}
DIV.paging
{
	margin-top: -20px;
	float: right;
	text-align: right;
	font-size: 16px;
}
DIV.paging DIV
{
	display: inline;
}
DIV.paging A
{
	color: #1B66BC;
}
.jcarousel-skin-tango .destination-box
{
	border: 0px solid #000000;
}
.error-message
{
	display: none;
}
#flashMessage
{
	margin-bottom: 10px;
	font-size: 12px;
}
DL
{
	float: right;
}
DD
{
	float: left;
	font-size: 16px;
}
DT
{
	float: left;
	font-size: 16px;
	margin-top: 5px;
}
.ship-info{
	float:left;
    width:190px;	
}
.ship-description{
	float:right;
	width:300px;
}
