/*--------------------------------------------------*/
/*--- Reset ----------------------------------------*/
/*--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*--------------------------------------------------*/
/*--- Global ---------------------------------------*/
/*--------------------------------------------------*/
body {
	font: 12px Arial, sans-serif;
	color: #5b5957;
	line-height: 1;
	background-color: #dddcda;
}

/* NEW - IB Updated 5-25-12 */
#ContentForm h3	{ font:14px "ProximaNovaBold", sans-serif; color: #BF5D41; letter-spacing:2px; text-transform: uppercase; }

img {
	display: block;
	border: none;
}


/* IB 5-11-12 */
input[type="text"], input[type="password"] { background-color: white;
        font:12px/22px "ProximaNovaRegular", sans-serif !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius-topleft: 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #AAA !important;
        width:200px;
		height:22px; /* NEW - IB Updated 5-25-12 */
        }

/* IB 5-11-12 */
select { background-color: white;
        font:12px/22px "ProximaNovaRegular", sans-serif !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #AAA !important;
		height:25px;
        }		

.checkbox {
	width: 14px;
	height: 13px;
	padding: 0 5px 0 0;
	background: url(/media/common/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	margin-top: 2px;
}
.checkboxLabel {
    padding: 2px 0px 0px 0px; 
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    float: left;
}
.radio {
  width: 15px;
  height: 14px;
  padding: 0 5px 0 0;
  background: url(/media/common/radio.png) no-repeat;
  display: block;
  clear: left;
  float: left;
  margin-top: 2px;
}

a:link, a:visited {
 color: #5d87a1;
 text-decoration: none;
}

a:hover, a:active {
 color: #5d87a1;
 text-decoration: underline;
}

/*--------------------------------------------------*/
/*--- Container ------------------------------------*/
/*--------------------------------------------------*/
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background-color: #E9E9E9;
	border: 1px solid #ccc;

}
#container.background {
	background: url(/media/common/pattern.gif) 0 0 repeat;
}

/*--------------------------------------------------*/
/*--- Utilities ------------------------------------*/
/*--------------------------------------------------*/
#utilities {
	position: relative;
	width: 980px;
	padding: 5px 0;
	color: #fff;
	background-color: #4f4e4c;
	overflow: auto;
}
#utilities a:link, #utilities a:visited {
	color: #a19e9c;
	text-decoration: none;
}
#utilities a:hover, #utilities a:active {
	color: #fff;
	text-decoration: none;
}
#utilities ul {
	font: 11px Arial, sans-serif;
	color: #fff;
	text-align: center;
}
#utilities ul li {
	display: inline;
	margin: 0 6px 0 10px;
	list-style: none;
	text-transform: uppercase;
}
#utilities div.phone {
	float: left;
	width: 185px;
	font: 12px "ProximaNovaRegular", sans-serif;
	text-align: right
}
#utilities div.exit {
	float: right;
	width: 196px;
	font: 12px "ProximaNovaRegular", sans-serif;
	text-align: center;
	text-transform: uppercase;
}
#utilities div.exit a span {
	margin-left: 10px;
	font: 12px "ProximaNovaLight", sans-serif;
}

/*--------------------------------------------------*/
/*--- Header ---------------------------------------*/
/*--------------------------------------------------*/
#header {
	position: relative;
	z-index: 150;
	width: 980px;
	height: 142px;
	background-color: #fbfbfb;
	border-bottom: 3px solid #dfddda;
}
#header #logo {
	float: left;
	width: 199px;
	border-right: 1px solid #d6dce2;
}
#header #logoBar {
	position: relative;
	width: 900px;
	height: 65px;
	padding: 15px 40px;
	/* overflow: auto; */
}
#header #logoBar #logoHeader {
	position: relative;
	width: 150px;
	float: left;
}
#header #logoBar #logoHeader a.logo {
	float: left;
}
#header #logoBar #logoContact {
	position: relative;
	float: right;
	width: 750px;
	text-align: right;
	/* overflow: auto; */
}
#header #logoBar #logoContact ul {
	/* overflow: auto; */
	/* float: right; */
	font: 11px "ProximaNovaSemibold", sans-serif;
	line-height: 15px;
	color: #5e87a1;
	text-transform: uppercase;
	text-align: right;
}
#header #logoBar #logoContact ul li {
	/* float: left; */
	display: inline;
	padding: 0px 8px 5px 0px;
}
#header #logoBar #logoContact ul li.logolast {
	padding-right: 0px;
}
#header #logoBar #logoContact ul li a.lastlink {
	padding-right: 0px;
}
#header #logoBar #logoContact ul li a {
	color: #5e87a1;
	text-decoration: none;
	padding-right: 12px;
}
#header #logoBar #logoContact ul li a:link, #header #logoBar #logoContact ul li a:visited {
	color: #5e87a1;
	text-decoration: none;
}
#header #logoBar #logoContact ul li a:hover, #header #logoBar #logoContact ul li a:active {
	color: #5e87a1;
	text-decoration: underline;
}
#header #logoBar #logoContact ul li.langSelector {
    padding-bottom: 0px;
}
#header #logoBar #logoContact ul li select {
    height: 18px;
    /* -webkit-appearance: none; */
    line-height: 18px;
}
#header #logoBar #logoPhone {
	position: relative;
	float: right;
	width: 175px;
	margin-left: 300px;
	text-align: right;
	/* overflow: auto; */
	margin-right: 0px;
	margin-top: 0px;
}
#header #logoBar #logoContact #logoPhone img {
	float: left;
	padding-top: 3px;
}
#header #logoBar #logoContact #logoPhone p {
	float: right;
	font: 16px "ProximaNovaBold", sans-serif;
	color: #bf5d41;
	text-transform: uppercase;
	padding-top: 6px;
}
#header #logoBar #logoContact #logoPhone p.smallCall {
	color: #BF5D41; 
	font: 13px "ProximaNovaBold",sans-serif; 
	margin-bottom: -12px; 
	padding-top: 6px; 
	text-align: left; 
	text-transform: uppercase;
}
#header #logoBar #logoContact #logoPhone p.pnumber {
	float: right;
	font: 11px "ProximaNovaSemibold", sans-serif;
	color: #4f4e4c;
	text-transform: none;
	padding-top: 0px;
	margin-top: -2px;
}
#header #logoBar #logoContact #logoPhone p.pnumber span {
	font: 11px "ProximaNovaBold", sans-serif;
	letter-spacing: 1px;
}
#header #logo a {
	display: block;
	padding: 32px 0;
}
#header #nav {
	float: left;
	width: 583px;
	height: 110px;
	text-transform: uppercase;
	border-right: 1px solid #d6dce2;
}
#header #navBar {
	width: 900px;
	height: auto;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0;
	margin: 2px auto 0 auto;
}
#header #nav h3 {
	height: 43px;
	padding-top: 35px;
	font: 12px Georgia, serif;
	color: #868381;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #d6dce2;
}
#header #nav ul {
	font: 11px "ProximaNovaSemibold", sans-serif;
	letter-spacing: 1px;
}
#header #navBar ul {
	font: 11px "ProximaNovaSemibold", sans-serif;
	line-height: 15px;
	letter-spacing: 1px;
	width: 900px;
	margin: 0 auto;
	border-top: 1px solid #d6dce2;
}
#header #nav ul.agent, #header #navBar ul.agent {
	width: 410px;
	margin: 0 auto;
}
#header #nav ul li, #header #navBar ul li {
	float: left;
	position: relative;
	list-style: none;
	text-align: left;
}
#header #navBar ul li a.nav_account {
	border-right: none;
	padding-right: 18px;
}
#header #nav ul li a, #header #navBar ul li a {
	display: block;
	padding: 10px 16px 7px 17px;
	border-right: 1px solid #d6dce2;
}
#header #navBar ul li a.finder {
	padding: 10px 16px 7px 36px;
}
#header #nav ul li a:link, #header #nav ul li a:visited, #header #navBar ul li a:link, #header #navBar ul li a:visited {
	color: #5e87a1;
	text-decoration: none;
}
#header #nav ul li a:hover, #header #nav ul li a:active, #header #nav ul li.active a, #header #navBar ul li a:hover, #header #nav ul li a:active, #header #navBar ul li.active a {
	color: #5b5957;
	text-decoration: none;
	background-color: #dfddda;
}
#header #navBar ul li.selected a {
	text-decoration: none;
	background-color: #dfddda;
}
#header #navBar ul li.selected a:hover, #header #navBar ul li.selected a:active {
	color: #5e87a1;
}
#header #nav ul li ul, #header #navBar ul li ul {
	display: none;
	position: absolute;
	z-index: 101;
	/* top: 49px; */
	width: 175px;
	padding: 18px 7px 16px;
	font: 11px "ProximaNovaRegular", sans-serif;
	background-color: #dfddda;
	border-top: none;
}
#header #nav ul li ul li, #header #navBar ul li ul li {
	float: none;
}
#header #nav ul li ul li a, #header #navBar ul li ul li a {
	padding: 6px 9px 5px;
}
#header #nav ul li ul li a:link, #header #nav ul li ul li a:visited, #header #navBar ul li ul li a:link, #header #navBar ul li ul li a:visited {
	color: #6c6a67;
	text-decoration: none;
}
#header #nav ul li ul li a:hover, #header #nav ul li ul li a:active, #header #navBar ul li ul li a:hover, #header #navBar ul li ul li a:active {
	color: #6c6a67;
	text-decoration: none;
	background-color: #fff;
}
#header #nav dl {
	margin: 35px 0 0 19px;
}
#header #nav dl dt {
	float: left;
	height: 40px;
	font: 12px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
	line-height: 13px;
	text-align: center;
	background: url(/media/common/booking_nav.gif) 50% -187px no-repeat;
}
#header #nav dl dt.selected {
	background-position: 50% -296px;
}
#header #nav dl dt.step1 {
	width: 90px;
	background-position: 42px 31px;
}
#header #nav dl dt.step1.selected {
	background-position: 42px -78px;
}
#header #nav dl dt.step2 {
	width: 83px;
}
#header #nav dl dt.step3 {
	width: 99px;
}
#header #nav dl dt.step4 {
	width: 89px;
}
#header #nav dl dt.step5 {
	width: 101px;
}
#header #nav dl dt.step6 {
	width: 70px;
	background-position: -81px -405px;
}
#header #nav dl dt.step6.selected {
	background-position: -81px -514px;
}
#header #finder {
	float: left;
	width: 196px;
	padding-top: 24px;
}
#header #finder img {
	margin-bottom: 18px;
}
#header #finder a {
	display: block;
	height: 25px;
	padding-top: 6px;
	font: 18px "ProximaNovaLight", sans-serif;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #d6dce2;
}
#header #finder a:link, #header #finder a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #bf5d41;
}
#header #finder a:hover, #header #finder a:active {
	color: #bf5d41;
	text-decoration: none;
	background-color: #fff;
}
#header #agents {
	float: left;
	width: 196px;
	padding-top: 21px;
}

/*--------------------------------------------------*/
/*--- Cruise Finder Expanded -----------------------*/
/*--------------------------------------------------*/
#cruiseFinder {
	display: none;
	width: 980px;
	background-color: #e5e1db;
	border-bottom: 2px solid #6c6a67;
	z-index: 101;
	position: relative;
}
#toolbar {
	width: 980px;
	height: 34px;
	background-color: #e5e1db;
	border-top: 1px solid #dfddda;
}
#cruiseFinder h1 {
	font: 30px "ProximaNovaLight", sans-serif;
	color: #5b5957;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 20px;
}
#cruiseFinder h2 {
	font: 11px Georgia, serif;
	color: #5b5957;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 25px 0;
	letter-spacing: 2px;
}
#dateSelectorContainer {
	width: 900px;
	height: 112px;
	margin: 0 auto;
	padding: 2px 0 0;
	border-bottom: 1px dotted #6C6A67;
	border-top: 1px dotted #6C6A67;
}
#dateSelector {
	width: 900px;
	height: 68px;
	background: url(/media/common/dateslider_bg.gif) no-repeat;
	padding: 0 8px;
}
#dateSelectorContainer p {
	text-align: center;
	margin: 15px 0 0;
	font: 11px Georgia, serif;
	color: #5b5957;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.yearBox {
	width: auto;
	height: 43px;
	border-right: 1px solid #6c6a67;
	float: left;
	display: inline;
	margin-top: 25px;
}
.firstyearBox {
	margin-left: -1px;
}
.yearTitle {
	border-bottom: 3px solid #6c6a67;
	font: 9px "ProximaNovaBold", sans-serif;
	color: #6c6a67;
	text-transform: uppercase;
	text-align: center;
	margin-top: -7px;
	padding-bottom: 5px;
	z-index: 20;
	position: relative;
}
.year {
	font: 9px "ProximaNovaBold", sans-serif;
	color: #6c6a67;
	text-transform: uppercase;
	text-align: center;
}
.lastyear {
	border-right: none;
}
.monthBox {
	width: 36px;
	height: 30px;
	background-color: #edeae6;
	margin-right: 1px;
	float: left;
	display: inline;
	margin-top: 0px;
	font: 9px "ProximaNovaBook", sans-serif;
	color: #6c6a67;
	text-transform: uppercase;
	text-align: center;
}
.monthBox a {
	width: 35px;
	height: 17px;
	display: block;
	text-decoration: none;
	color: #6c6a67;
	padding-top: 13px;
}
.monthBox a:hover {
	background-color: #fff;
}
.monthBox a.selected {
	background-color: #fff;
	width: 36px;
	border-top: 7px solid #5d87a1;
	margin-top: -7px;
}
.monthBox a.available {
	background-color: rgb(195, 205, 208);
	width: 36px;
}
.lastmonth {
	width: 34px;
	margin-right: 2px;
}
.dateRange {
	font: 12px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
}
#region {
	width: 300px;
	height: 210px;
	border-right: 1px dotted #6C6A67;
	border-bottom: 1px dotted #6C6A67;
	float: left;
	display: inline;
	margin-left: 42px;
}
#region ul#list_1 {
	float: left; 
	width: 155px;
	display: inline-block;
	margin-right: 3px;
	margin-top: 5px;
}
#region ul#list_2 {
	float: right;
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
}
#region ul li {
	list-style-type: none;
	font: 12px/22px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
	text-transform: uppercase;
	margin: 1px 0px;
}
#region ul li a {
	color: #6c6a67;
	text-decoration: none;
	background-color: rgb(241, 239, 235);
	border: 1px solid #e5e1db;
	padding: 1px 6px;
	display: block;
}
#region ul li a:hover {
	background-color: #cfccca;
}
#region ul li a.selected {
	background-color: #fff;
	border: 1px solid #6c6a67;
	padding: 0px 6px;
	margin: 1px 0;
	display: block;
	z-index: 5;
	position: relative;
}
#region ul li a.available {
	background-color: rgb(195, 205, 208);
	padding: 0px 6px;
	margin: 1px 0;
	display: block;
	z-index: 5;
	position: relative;
}
#duration {
	width: 250px;
	height: 210px;
	border-right: 1px dotted #6C6A67;
	border-bottom: 1px dotted #6C6A67;
	float: left;
	display: inline;
}
#duration p.duration_num {
	font: 40px "ProximaNovaBold", sans-serif;
	color: #6c6a67;
	text-align: center;
}
#duration p.nights {
	font: 26px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
	text-align: center;
	text-transform: uppercase;
	margin-top: -10px;
}
#duration p.duration_options {
	text-align: center;
	width: 209px;
	margin: 0 auto;
}
#duration a {
	font: 12px/16px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 9px;
	background-color: #f1efeb;
	border: 1px solid #e5e1db;
	margin: 0 0 5px 0;
	display: inline-block;
}
#duration a.any {
	display: block;
	padding: 1px 5px;
}
#duration a:hover {
	background-color: #cfccca;
}
#duration a.selected, #duration a.selected:hover {
	background-color: #fff;
	border: 1px solid #6c6a67;
}
#duration a.available, #duration a.available:hover {
	background-color: rgb(195, 205, 208);
}

#ships {
	width: 350px;
	height: 210px;
	border-bottom: 1px dotted #6C6A67;
	float: left;
	display: inline;
	text-align: center;
}
#ships ul {
	margin-left: 18px;
}
#ships ul li {
	display: inline;
	width: 99px;
	height: 42px;
	background-color: #f1efeb;
	margin: 2px 12px 18px 0;
	list-style-type: none;
	float: left;
}
#ships ul li.first {
	margin: 2px 12px 0 5px;
}
#ships ul li.last {
	margin: 2px 0 0 0 !important;
}
#ships ul li a {
	width: 99px;
	height: 32px;
	display: block;
	padding-top: 10px;
	font: 10px "ProximaNovaRegularItalic", sans-serif;
	color: #6c6a67;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #e5e1db;
}
#ships ul li a.selected {
	background-color: #fff;
	border: 1px solid #6c6a67;
}
#ships ul li a.available {
	background-color: rgb(195, 205, 208);
}
#ships ul li a:hover {
	background-color: #cfccca;
}
#ships ul li a.selected:hover {
	background-color: #fff;
}
#ships ul li a.available:hover {
	background-color: rgb(195, 205, 208);
}
#ships p.view_explorer {
	font: 10px "ProximaNovaBold", sans-serif;
	color: #5d87a1;
	text-transform: uppercase;
	text-align: right;
	clear: both;
	margin-right: 6px;
	padding-top: 4px;
}
#ships p.view_explorer a {
	color: #5d86a0;
	text-decoration: none;
	padding-right: 10px;
	background: url(/media/common/signup_arrows.gif) 100% no-repeat;
}
#ships p.view_explorer a:link, #ships p.view_explorer a:visited {
	color: #5d86a0;
	text-decoration: none;
}
#ships p.view_explorer a:hover, #ships p.view_explorer a:active {
	color: #5d86a0;
	text-decoration: underline;
}
#ships p.ship_thumb img {
	float: left;
	display: inline;
}
#ships .ships {
    margin: 0px 0px 5px 0px;
}
#ships .ship {
    width: 130px;
    float: left;
    margin: 0px 20px;
    text-align: center;
}

#ships .ship a img {
	display: inline;
}

#ships .ship span {
	display: inline;
	/* width: 99px;
	height: 42px; */
	background-color: #f1efeb;
	/* margin: 2px 12px 18px 0; */
	float: left;
}
/*#ships ul li.first {
	margin: 2px 12px 0 5px;
}
#ships ul li.last {
	margin: 2px 0 0 0 !important;
} */
#ships .ship span a {
	width: 130px;
	height: 18px;
	display: block;
	/* padding-top: 10px; */
	font: 10px "ProximaNovaRegularItalic", sans-serif;
	color: #6c6a67;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #e5e1db;
	padding-top: 3px;
}
#ships .ship span a.selected {
	background-color: #fff;
	border: 1px solid #6c6a67;
}
#ships .ship span a.available {
	background-color: rgb(195, 205, 208);
}
#ships .ship span a:hover {
	background-color: #cfccca;
}
#ships .ship span a.selected:hover {
	background-color: #fff;
}
#ships .ship span a.available:hover {
	background-color: rgb(195, 205, 208);
}







#port {
	width: 344px;
	height: 60px;
	border-right: 1px dotted #6C6A67;
	clear: left;
	float: left;
	display: inline;
	margin-left: 42px;
	text-align: left;
}
#port_select {
	width: 250px;
	height: 26px;
	float: left;
	display: inline;
	margin: 15px 0 0 10px;
	background-color: #fff;
	font: 12px/22px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
	text-transform: uppercase;
}
#specials {
	width: 330px;
	height: 60px;
	float: left;
	display: inline;
	border-right: 1px dotted #6C6A67;
	text-align: left;
}
#specials_select {
	width: 193px;
	height: 26px;
	float: left;
	display: inline;
	margin: 15px 0 0 10px;
	background-color: #fff;
	font: 12px/22px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
	text-transform: uppercase;
}
#results {
	width: 230px;
	height: 60px;
	float: left;
	display: inline;
}
#results a {
	width: 204px;
	height: 20px;
	display: block;
	text-align: center;
	background-color: rgb(191, 93, 65);
	margin: 14px 0 0 10px;
	padding: 6px 0 5px;
	font: 18px "ProximaNovaRegular", sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#results a:hover {
	/* color: #5e87a1; */
}
#region h1, #duration h1, #ships h1, #port h1, #specials h1, #ships h1 {
	font: 11px Georgia, serif;
	color: #5b5957;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#port h1 {
	text-align: left;
	margin-left: 10px;
	float: left;
	display: inline;
}
#specials h1 {
	text-align: left;
	margin-left: 20px;
	float: left;
	display: inline;
}
#toolbar .clear {
	float: left;
	display: inline;
	margin: 11px 0 0 42px;
}
#toolbar .clear a {
	font: 10px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
	text-transform: uppercase;
	padding-right: 10px;
}
#toolbar .clear a:link, #toolbar .clear a:visited {
	color: #6c6a67;
	text-decoration: none;
}
#toolbar .clear a:hover, #toolbar .clear a:active {
	color: #6c6a67;
	text-decoration: underline;
}
#toolbar .closeToolbar {
	font: 12px "ProximaNovaSemibold", sans-serif;
	color: #c06044;
	text-transform: uppercase;
	float: right;
	display: inline;
	margin: 10px 10px 0;
}
#toolbar .closeToolbar a {
	font: 12px "ProximaNovaSemibold", sans-serif;
	color: #c06044;
	text-transform: uppercase;
	display: block;
	padding-right: 32px;
}
#toolbar .closeToolbar a:link, #toolbar .closeToolbar a:visited {
	color: #c06044;
	text-decoration: none;
}
#toolbar .closeToolbar a:hover, #toolbar .closeToolbar a:active {
	color: #c06044;
	text-decoration: none;
}
#cruiseFinder #options {
	position: relative;
	height: 272px;
}

/*--------------------------------------------------*/
/*--- Cruise Finder - Search -----------------------*/
/*--------------------------------------------------*/
#cruiseFinder #search {
	height: 47px;
	padding-left: 52px;
	background-color: #fff;
	border-top: 1px solid #6c6a67;
}
#cruiseFinder #search form {
	float: left;
	height: 37px;
	padding-top: 10px;
}
#cruiseFinder #search form label {
	float: left;
	padding: 8px 10px 0 0;
	font: 11px Georgia, serif;
	color: #6c6a67;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#cruiseFinder #search form#selectCruise {
	width: 528px;
	margin-right: 17px;
	border-right: 1px dotted #6c6a67;
}
#cruiseFinder #search form#selectCruise .easy-select-box {
	float: left;
	width: 363px;
}
#cruiseFinder #search form#searchCruise {
	width: 370px;
}
#cruiseFinder #search form#searchCruise input {
	float: left;
}
#cruiseFinder #search form#searchCruise input.field {
	width: 120px;
	margin: 0 10px 0 0;
	padding: 6px 4px;
	font-size: 11px;
	color: #6c6a67;
	text-transform: uppercase;
	border: 1px solid #969491;
}
#cruiseFinder #search form#searchCruise input.button {
	width: 35px;
	height: 27px;
	font: 10px "ProximaNovaSemibold", sans-serif;
	color: #c06044;
	background-color: #e5e1db;
	border: none;
	cursor: pointer;
}

/*--------------------------------------------------*/
/*--- Hero -----------------------------------------*/
/*--------------------------------------------------*/
#hero {
	position: relative;
	width: 980px;
	height: 442px;
	clear: both;
}
#hero .gallery_nav {
	position: absolute;
	z-index: 99;
	top: 375px;
	left: 460px;
	background: url(/media/common/hero_nav_left.png) 0 0 no-repeat;
}
#hero .gallery_nav .gallery_buttons {
	position: relative;
	right: -6px;
	height: 16px;
	padding: 4px 9px 0 3px;
	background: url(/media/common/hero_nav_right.png) 100% 0 no-repeat;
}
#hero .gallery_nav .gallery_buttons a {
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	margin-left: 9px;
	text-indent: -9999px;
	background: url(/media/common/hero_nav.png) 0 0 no-repeat;
}
#hero .gallery_nav .gallery_buttons a:first-child {
	margin-left: 0;
}
#hero .gallery_nav .gallery_buttons a:hover, #hero .gallery_nav .gallery_buttons a.activeSlide {
	background-position: 0 -8px;
}
#hero_previous {
	position: absolute;
	width: 50px;
	height: 442px;
	z-index: 99;
	left: 0;
}
#hero_next {
	position: absolute;
	width: 50px;
	height: 442px;
	z-index: 99;
	right: 0;
}
#hero_previous a:link, #hero_next a:link, #hero_previous a:visited, #hero_next a:visited {
	width: 50px;
	height: 36px;
	display: block;
	font: 36px "ProximaNovaLight", sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 203px 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
#hero_previous a:hover, #hero_next a:hover {
	width: 50px;
	height: 36px;
	display: block;
	font: 36px "ProximaNovaLight", sans-serif !important;
	color: #fff;
	background: #000;
	text-decoration: none;
	text-align: center;
	text-indent: 0;
	padding: 203px 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#hero_previous a:visited:hover, #hero_next a:visited:hover {
	width: 50px;
	height: 36px;
	display: block;
	font: 36px "ProximaNovaLight", sans-serif !important;
	color: #fff;
	background: #000;
	text-decoration: none;
	text-align: center;
	text-indent: 0;
	padding: 203px 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*--------------------------------------------------*/
/*--- Content --------------------------------------*/
/*--------------------------------------------------*/
#content {
	position: relative;
	width: 900px;
	margin: 0 auto;
	/*overflow: auto;*/
}
#content.background {
	margin-top: -37px;
	background-color: #ededed;
	border-top: 1px solid #e5e1db;
	z-index: 100;
}
#contentText {
	padding: 30px 0px; 		/* IB 5-11-12 changed padding */
	
	
}
#contentText h1 {
	font: 30px "ProximaNovaLight", sans-serif;
	color: #797674;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
#contentText h2 {
	font: 11px "Georgia", serif;
	color: #817e7c;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 25px 0;
	letter-spacing: 2px;
}
#contentOptions, #contentMain div.contentOptions {
	width: 900px;
	height: 98px;
	background-color: #f8f8f8;
	text-align: left;
}
#contentOptions a, #contentMain div.contentOptions a 
{
	text-decoration: none;
}

#contentOptions ul, #contentMain div.contentOptions ul {
	width: 900px;
	height: 97px;
	/* border-top: 1px solid #e5e1db; */
	margin: 0;
	line-height: normal;
}
#contentOptions ul li, #contentMain div.contentOptions ul li {
	width: 299px;
	height: 96px;
	border-left: 1px solid #e5e1db;
	border-bottom: 1px solid #e5e1db;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
}
#contentOptions ul li.selected, #contentMain div.contentOptions ul li.selected {
	background-color: #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#contentOptions, #contentMain div.contentOptions ul li:hover {	
	cursor: pointer;
}
#contentOptions ul li h1, #contentMain div.contentOptions ul li h1 {
	font: 14px "ProximaNovaBold", sans-serif;
	color: #BF5D41;
	letter-spacing: none;
	text-align: left;
	text-transform: uppercase;
	margin: 20px 0 0 18px;
}
#contentOptions ul li h2, #contentMain div.contentOptions ul li h2 {
	font: 12px "ProximaNovaRegular", sans-serif;
	color: #5b5957;
	text-transform: uppercase;
	margin: 2px 0 6px 40px;
	padding: 0;
	text-align: left;
}
#contentOptions ul li p, #contentMain div.contentOptions ul li p {
	font: 10px "ProximaNovaSemibold", sans-serif;
	color: #5b5957;
	text-transform: uppercase;
	margin: 0 0 12px 42px;
}
#contentOptionsul li p a:link, #contentOptions ul li p a:link, #contentMain div.contentOptions ul li p a:link, #contentOptions ul li p a:visited, #contentMain div.contentOptions ul li p a:visited {
	color: #5e87a1;
	text-decoration: none;
	padding: 0 10px 0 0;
	display: inline;
	background: url(/media/common/signup_arrows.gif) 100% 50% no-repeat;
}
#contentOptions ul li p a:hover, #contentMain div.contentOptions ul li p a:hover, #contentOptions ul li p a:visited:hover, #contentMain div.contentOptions ul li p a:visited:hover {
	color: #5e87a1;
	text-decoration: underline;
}
#contentFull {
	width: 900px;
	background-color: #fff;
	text-align: left;
	/* overflow: auto; */
}

/*--------------------------------------------------*/
/*--- Loading --------------------------------------*/
/*--------------------------------------------------*/
.loading {
	position: relative;
	width: 218px;
	height: 140px;
	margin: 50px auto;
	/* padding-top: 58px; */
	font: 22px "ProximaNovaLight", sans-serif;
	color: #7d7a75;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.loading img 
{
    z-index: 333;
}

.loading h3 
{
    z-index: 999;
    position: absolute; 
    top: 57px; 
    left: 58px;
}

/*--------------------------------------------------*/
/*--- Footer ---------------------------------------*/
/*--------------------------------------------------*/
#footer {
	position: relative;
	width: 980px;
	padding: 28px 0 32px;
	text-align: center;
	text-transform: uppercase;
	border-top:2px solid #ccc;
	background-color: #f9f9f9;
}
#footer ul {
	padding-bottom: 9px;
	font: 10px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
}
#footer ul li {
	display: inline;
	list-style: none;
}
#footer ul li a {
	margin: 0 6px 0 3px;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #6c6a67;
	text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active {
	color: #6c6a67;
	text-decoration: underline;
}
#footer a.signup {
	font: 10px "ProximaNovaSemibold", sans-serif;
}
#footer a.signup:link, #footer a.signup:visited {
	color: #5d87a1;
	text-decoration: none;
}
#footer a.signup:hover, #footer a.signup:active {
	color: #5d87a1;
	text-decoration: underline;
}

/*--------------------------------------------------*/
/*--- Forms ----------------------------------------*/
/*--------------------------------------------------*/
.easy-select-box {
	width: 100%;
	height: 16px;
	margin: 0;
	font: 12px/22px "ProximaNovaRegular", sans-serif;
	color: #969491;
	text-transform: uppercase;
	background: #fff url(/media/common/select_arrow.gif) no-repeat right top;
	padding: 5px 0 5px 5px;
	border: 1px solid #6c6a67;
}
.easy-select-box .easy-select-box-disp,
	.easy-select-box .easy-select-box-disp:visited {
	display: block;
	color: #6c6a67;
	padding: 0 0 0 3px;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
}
.easy-select-box .easy-select-box-disp:hover {
	position: relative;
	text-decoration: none;
}
.easy-select-box ul {
	position: relative;
	top: 0;
	left: -6px;
	border: 1px solid #969491;
	border-top: none;
	display: none;
	z-index: 99;
	width: 100%;
	padding: 5px 5px 5px 0;
	max-height: 200px;
	overflow: auto;
	background: #FFF;
}
.easy-select-box ul li a,
	.easy-select-box ul li a:visited {
	padding: 5px 5px 0 8px;
	background: #FFF;
	display: block;
	color: #6c6a67;
	cursor: default;
	text-decoration: none;
}
.easy-select-box ul li a:hover {
	background: #5d87a1;
	color: #FFF;
	text-decoration: none;
	width: 96%;
	overflow: none;
}
#port_select .easy-select-box ul li a:hover {
	background: #5d87a1;
	color: #FFF;
	text-decoration: none;
	width: 97%;
	overflow: none;
}

input.field, textarea.field, input.phone {
	font: 14px/22px "ProximaNovaRegular", sans-serif;
	color: #444;				/* IB 6-22-12 */
	width:155px;				/* IB 5-11-12 */
	border: 1px solid #aaa;		/* IB changed color 5-11-12 */
	background: #fff;
	-webkit-border-radius: 5px; /* IB 5-11-12 */
  	-moz-border-radius   : 5px; /* IB 5-11-12 */
 	 border-radius       : 5px; /* IB 5-11-12 */
	
}

/* textarea.field {
	font: 12px/22px "ProximaNovaRegular", sans-serif;
	color: #969491;
	border: 1px solid #aaa;		* IB changed color 5-11-12 *
	background: #fff;
	-webkit-border-radius: 5px; * IB 5-11-12 *
  	-moz-border-radius   : 5px; * IB 5-11-12 *
 	 border-radius       : 5px; * IB 5-11-12 *
}
/*


/*--------------------------------------------------*/
/*--- Other ----------------------------------------*/
/*--------------------------------------------------*/
#tooltip {
	position: absolute;
	background: #bf5d41;
	padding: 3px 8px;
	font: 11px "ProximaNovaBold", sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: none;
	letter-spacing: 1px;
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.7);
   	-moz-box-shadow:1px 3px 5px rgba(0, 0, 0, 0.7);
  	box-shadow:1px 3px 5px rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------*/
/*--- Screen ---------------------------------------*/
/*--------------------------------------------------*/
#screen {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	background: #000;
	display: none;
}

/*--------------------------------------------------*/
/*--- Modal ----------------------------------------*/
/*--------------------------------------------------*/
#content-container {
	position: relative;
	width: 100%;
}
#modal-container {
	width: 100%;
	height: auto;
	top: 0;
	position: absolute;
    z-index: 1001;
    /* Fallback for web browsers that don't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* clear solid background for ie */
	background: transparent !ie;
	/* required for the filters */
	zoom:1;
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	display: none;
}
#modal-content {
	width: 940px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
/*-------------------------*/
/*--- Auto Complete --------------------------------*/
/*--------------------------------------------------*/

.ui-autocomplete-input {
	width: 260px;
	height: 16px;
	margin: 0;
	font: 12px/22px "ProximaNovaRegular", sans-serif;
	color: #969491;
	text-transform: uppercase;
	background: #fff;
	padding: 5px 0 5px 5px;
	border: 1px solid #6c6a67;
}
.ui-autocomplete {
	position: relative;
	top: 0;
	left: -6px;
	border: 1px solid #969491;
	border-top: none;
	display: none;
	z-index: 99;
	width: 260px;
	padding: 5px 5px 5px 0;
	max-height: 200px;
	overflow: auto;
	background: #FFF;
}
.ui-autocomplete .ui-menu-item .ui-corner-all,
	.ui-autocomplete .ui-menu-item .ui-corner-all:visited {
	padding: 5px 5px 5px 8px;
	background: #FFF;
	display: block;
	color: #6c6a67;
	cursor: default;
	text-decoration: none;
}
.ui-autocomplete .ui-menu-item .ui-corner-all:hover {
	background: #5d87a1;
	color: #FFF;
	text-decoration: none;
}

.hidden 
{
    display: none;
}


/*--------------------------------------------------*/
/*---         Generic Button                     ---*/
/*--------------------------------------------------*/

#contentText .linkButton {
	display: block;
	padding: 15px 5px 7px 0px;
}
#contentText .linkButton a:link, #contentText .linkButton a:visited {
	width: auto;
	height: 20px;
	padding: 6px 8px;
	font: 10px "ProximaNovaSemiBold", sans-serif;
	color: #ffffff;
	background-color: rgb(191, 93, 65);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#contentText .linkButton a:hover, #contentText .linkButton a:visited:hover {
	background-color: rgb(191, 93, 65);
}

#contentText .floatingLinkButton{
    float: left;
    padding: 7px 5px 7px 5px;
    margin-right: 20px;
}

#contentText .floatingLinkButton a:link, #contentText .floatingLinkButton a:visited {
	width: auto;
	height: 20px;
	padding: 6px 8px;
	font: 10px "ProximaNovaSemiBold", sans-serif;
	color: #ffffff;
    background-color: rgb(191, 93, 65);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#contentText .floatingLinkButton a:hover, #contentText .floatingLinkButton a:visited:hover {
	background-color: rgb(191, 93, 65);
}


#contentText .tableLinkButton {
	display: inline;
	padding: 7px 5px 7px 0px;
}
#contentText .tableLinkButton a:link, #contentText .tableLinkButton a:visited {
	width: auto;
	height: 20px;
	padding: 6px 8px;
	font: 10px "ProximaNovaSemiBold", sans-serif;
	color: #ffffff;
	background-color: rgb(191, 93, 65);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#contentText .tableLinkButton a:hover, #contentText .tableLinkButton a:visited:hover {
	background-color: rgb(191, 93, 65);
}


/*--------------------------------------------------*/
/*---         Chosen Dropdown Lists              ---*/
/*--------------------------------------------------*/


/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  min-width:50px; /* Added by IB 5-16-12 */
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(/media/common/chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('/media/common/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('/media/common/chosen-sprite.png') no-repeat 100% -22px;
  background: url('/media/common/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/media/common/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/media/common/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/media/common/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/media/common/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/media/common/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(/media/common/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('/media/common/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('/media/common/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('/media/common/chosen-sprite.png') no-repeat -38px -22px;
  background: url('/media/common/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/media/common/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('/media/common/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/media/common/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/media/common/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/media/common/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */




/*--------------------------------------------------*/
/*---         Global P style                     ---*/
/*--------------------------------------------------*/
.detail p 
{
 margin: 18px 0;
 font: 13px "ProximaNovaRegular", sans-serif;
 line-height: 18px;
}

.detail p.title
{
 text-transform: uppercase;
 letter-spacing: 2px;
 margin: 15px 0px;
 font: 24px, "ProximaNovaLight", sans-serif
}

.detail img
{
    display: inline;
}

/*--------------------------------------------------*/
/*---         Global ul style                     ---*/
/*--------------------------------------------------*/
.detail ul
{
 margin-left: 17px;
 font: 13px "ProximaNovaRegular", sans-serif;
 line-height: 18px;
}

.detail ul li
{
 margin: 5px 0;
}


/* _____________________ Bucket Formatting____________________________________________ */


.itemBucket {
    margin: 0 0 40px 0;
}

.bucketLeft {
float: left;
padding: 0 20px 0 0;
}

.bucketRight 
{
}

.itemBucketTitle {
	font-size: 14px;
}


.bucketSimple {
	margin: 20px 0;
}

.bucketSimple p{
	margin: 10px 20px;
}

.bucketImageSimple {
	float: left;
	padding: 0 20px;
}


#newsContent img {
	float: left;
	margin: 0 15px 10px 0;
}

#newsContent .newsTitle {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

div.faqContent
{
    min-height: 600px;
}

div.faqQuestion
{
    margin: 20px 0;
}

div.faqQuestion h4 
{
}

div.faqQuestion h4 a
{
    font: 13px "ProximaNovaBold", sans-serif;
    color: #BF5D41;
    text-decoration: none;
    text-transform: uppercase;
}

div.enrichment #verticalMenuContainer
{
    width: 250px;
}

div.enrichment #verticalMenuContentContainer
{
    width: 500px;
}

div.enrichmentContent
{
    min-height: 250px;
}

div.enrichmentContent h4
{
    font: 13px "ProximaNovaBold", sans-serif;
    color: #BF5D41;
    text-transform: uppercase;
}

div.sectionSeparator
{
    border-top: 1px dotted #6C6A67;
    padding: 15px 0;
}

h3.boldHeader
{
    font: 14px "ProximaNovaBold", sans-serif;
    color: #BF5D41;
    text-transform: uppercase;
}

h4.semiBoldHeader
{
    font: 12px "ProximaNovaSemibold", sans-serif;
    color: #6C6A67;
    text-transform: uppercase;
    display:none;
}

div.group h4.semiBoldHeader
{
    margin: 0 0 20px 0;
}

div.fieldGroup
{
    clear: left;
    float: left;
    padding: 7px 0;					/* IB 6-20-12 */
    width: 470px;
	border-bottom:1px dotted #ccc;	/* IB 05-11-12 */
}

div.wideLabel div.fieldGroup
{
    clear: left;
    float: left;
    padding: 7px 0;					/* IB 6-20-12 */
    width: 500px;
}

div.formItemLabel
{
    float: left;
    padding: 0 15px 0 0;
    width: 105px;
}

div.wideLabel div.formItemLabel
{
    float: left;
    padding: 0 15px 0 0;
    width: 205px;
}

div.formItemGrouper
{
    float: left;
    width: 250px;
}

div.formItem
{
    padding: 0 0 5px 0;
}

div.formItemLabel span {
	font: 12px Georgia, serif;
	color: #6c6a67;
	text-transform: uppercase;
	text-align: right;
}

div.formItem label {
	font: 13px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
	text-align: right;
}

input.error {
    border: #D00 1px solid;
    background: #F8CCCC;
    color: black;
}

/*--------------------------------------------------*/
/*---     Global left vertical menu style        ---*/
/*--------------------------------------------------*/
#verticalMenu 
{
    margin: 30px 0;
}

#verticalMenuContainer {
	float: left;
	width: 300px;
}
#verticalMenuContentContainer 
{
    float: left;
    width: 450px;
    background-color: #EDEAE6;
    padding: 20px;
}

#verticalMenuOptionList
{
    margin: 0;
}
#verticalMenuOptionList li {
	padding: 5px 0 10px 10px;
	margin: 0;
	border: none;
	height: 50px;
	display: block;
	font: 13px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
}
#verticalMenuOptionList li:hover {
	font: 13px "ProximaNovaRegular", sans-serif;
	color: #bf5d41;
	background-color: #edeae6;
	cursor: pointer;
}
#verticalMenuOptionList li.selected {
	font: 13px "ProximaNovaSemiBold", sans-serif;
	color: #bf5d41;
	background-color: #edeae6;
}
#verticalMenuOptionList li a {
	font: 13px "ProximaNovaRegular", sans-serif;
	color: #6c6a67;
	text-decoration: none;
	display: block;
	height: 40px;
}
#verticalMenuOptionList li.selected a{
	font: 13px "ProximaNovaSemiBold", sans-serif;
	color: #bf5d41;
	background-color: #edeae6;
	text-decoration: none;
}


#genericContent
{
    padding: 20px 45px;
    background-color: #fff;
}


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


/*--------------------------------------------------*/
/*---     Excursion Icon Fix for multiline       ---*/
/*--------------------------------------------------*/

.excursionIconRight {
 width: 162px; 
 float: right;
}

.excursionIconRight img {
 display: inline;
}

table.brochureTable 
{
    margin: 20px 0;
}
table.brochureTable p 
{
    margin: 0 20px;
}





/*--------------------------------------------------*/
/*---     Tabbed Navigation                      ---*/
/*--------------------------------------------------*/


#tabbedNav {
	width: 840px;
	float: right;
	display: inline;
	margin-bottom: 25px;
}
#tabbedNav ul {
	width: 840px;
}
#tabbedNav ul li {
	list-style-type: none;
	border-bottom: 1px solid #d6dce2;
	float: left;
	display: inline-block;
	padding-bottom: 1px;
}
#tabbedNav ul li.one {
	width: 224px;
}
#tabbedNav ul li.second {
	width: 246px;
}
#tabbedNav ul li.third {
	width: 200px;
}
#tabbedNav ul li.fourth {
	width: 166px;
}
#tabbedNav ul li.selected {
	border-top: 1px solid #d6dce2;
	border-right: 1px solid #d6dce2;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #d6dce2;
	padding-bottom: 0;
}
#tabbedNav ul li a:link, #tabbedNav ul li a:visited {
	display: block;
	padding: 14px 19px 0 19px;
	font: 14px "ProximaNovaBold", sans-serif;
	color: #6c6a67;
	text-transform: uppercase;
	text-decoration: none;
}

.goudy-italic
{
    font-family: "GoudyOldstyleStdItalic", sans-serif;
}

.proxima-bold
{
    font-family: "ProximaNovaBold", sans-serif;
}

.proxima-semi-bold
{
    font-family: "ProximaNovaSemibold", sans-serif;
}

.proxima-italic
{
    font-family: "ProximaNovaRegularItalic", sans-serif;
}

#expDescription {
	position: relative;
	width: 900px;
}
#expDescription p {
	width: 850px;
	font: 18px "ProximaNovaLight", sans-serif;
	color: #6c6a67;
	line-height: 27px;
	margin: 25px 0 30px 30px;
}

#backOffers {
	position: relative;
	width: 900px;
	overflow: auto;
}
#backOffers a {
	position: relative;
	float: left;
	padding: 0 10px 10px 10px;
	font: 10px "ProximaNovaBold", sans-serif;
	color: #5b5957;
	text-transform: uppercase;
	display: inline;
	background: url(/media/common/signup_arrowsback.gif) 0% 20% no-repeat;
}
#backOffers a:link, #backOffers a:visited {
	color: #5e87a1;
	text-decoration: none;
}
#backOffers a:hover, #backOffers a:active {
	color: #5e87a1;
	text-decoration: underline;
}


.simpleVoyages {
 width: 600px;
 margin-left: auto; 
 margin-right: auto;
 border-collapse: collapse;
}


.simpleVoyages tr td {
 padding: 5px 5px;
 margin: 5px 0px;
}

.simpleVoyagesHeader td {
 font: 14px "ProximaNovaBold", sans-serif;
}


.normalList ul li {
 font: 14px "ProximaNovaRegular", sans-serif;
 margin: 10px 20px;
}

.normalList ol li {
 font: 14px "ProximaNovaRegular", sans-serif;
 margin: 10px 20px;
}

sup {
    vertical-align: super;
    font-size: 8px;
}


/*--------------------------------------------------*/
/*---     Site map                               ---*/
/*--------------------------------------------------*/
#siteMap li {
 list-style-type: disc;
}


/*--------------------------------------------------*/
/*---     Testimonials                           ---*/
/*--------------------------------------------------*/

/* NEW - IB Updated 5-25-12 */

#ContentForm	{ border:1px solid #DADAD9; background-color:#F1EFEB;  }
#ContentForm input.field	{ width:210px !important; }


.testimonial_box		{ padding:10px; border-left:1px solid #ccc; border-right:1px solid #ccc; width:513px; 
                          background-color:#fff; font:13px "ProximaNovaRegular", sans-serif; line-height: 18px; }
.testimonial_txt		{ font-size:16px; }
.testimonial_guest		{ margin-top:15px; text-transform: uppercase; letter-spacing: 1px; }
.testimonial_guest span	{ color:#BF5D41; }	
.testimonial_wrap		{ width:535px; margin-bottom:20px; float:left; }
.testimonial_top		{ background:url(/media/sevenseassociety/testimonial_top.png) 0 0 no-repeat; width:535px; height:9px; } 	
.testimonial_bot		{ background:url(/media/sevenseassociety/testimonial_bot.png) 0 0 no-repeat; width:535px; height:37px; }	
.testimonial_share		{ float:right; width:400px; }
.testimonial_sharetxt	{ font-size:14px !important; line-height:1.3 !important; }


.applyButton a:link, .applyButton a:visited { 
    width: 155px; 
    height: 11px; 
    padding: 6px 8px;
    font: 10px "ProximaNovaSemiBold", sans-serif; 
    color: white; 
    background-color: #BF5D41; 
    text-transform: uppercase;
    text-decoration: none; 
    text-align: center; 
}

.applyButton a:hover, .applyButton a:visited:hover {
    background-color: rgb(191, 93, 65);
}




/*--------------------------------------------------*/
/*---     Sticky Footer                          ---*/
/*--------------------------------------------------*/

#stickyFooter 
{
    width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	background-color: rgb(79, 78, 76);
	color: White;
	z-index: 99999;
}

#stickyFooter .container
{
    margin: 15px 30px 10px 30px;
}

#stickyFooter .close
{
    float: right;
    margin-right: 30px;
}

#ukCookiePopup
{
    
}

#ukCookiePopup .header
{
    font: 30px "ProximaNovaLight", sans-serif;
	color: #797674;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

#ukCookiePopup .title
{
    margin: 20px 0px 10px 0px;
    font: 14px "ProximaNovaBold", sans-serif;
}

#ukCookiePopup .cookieCheckbox
{
    position: absolute;
}

#ukCookiePopup .checkboxDescription
{
    margin: 15px 0px 0px 90px;
}


#ukCookiePopup .button
{
    width: 48px;
    padding: 7px 5px 7px 5px;
    margin: 10px auto;
}

#ukCookiePopup .button a:link, #ukCookiePopup .button a:visited {
	width: auto;
	height: 20px;
	padding: 6px 8px;
	font: 10px "ProximaNovaSemiBold", sans-serif;
	color: #ffffff;
    background-color: rgb(191, 93, 65);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#ukCookiePopup .button a:hover, #ukCookiePopup .button a:visited:hover {
	background-color: rgb(191, 93, 65);
}





/*--------------------------------------------------*/
/*---     Save Cruise Cookie                     ---*/
/*--------------------------------------------------*/


#saveCruiseCookiePopup
{
    
}

#saveCruiseCookiePopup .header
{
    font: 30px "ProximaNovaLight", sans-serif;
	color: #797674;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

#saveCruiseCookiePopup .title
{
    margin: 20px 0px 10px 0px;
    font: 14px "ProximaNovaBold", sans-serif;
}

#saveCruiseCookiePopup .cookieCheckbox
{
    position: absolute;
}

#saveCruiseCookiePopup .checkboxDescription
{
    margin: 15px 0px 0px 90px;
}


#saveCruiseCookiePopup .button
{
    width: 48px;
    padding: 7px 5px 7px 5px;
    margin: 10px auto;
}

#saveCruiseCookiePopup .button a:link, #saveCruiseCookiePopup .button a:visited {
	width: auto;
	height: 20px;
	padding: 6px 8px;
	font: 10px "ProximaNovaSemiBold", sans-serif;
	color: #ffffff;
    background-color: rgb(191, 93, 65);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#saveCruiseCookiePopup .button a:hover, #saveCruiseCookiePopup .button a:visited:hover {
	background-color: rgb(191, 93, 65);
}




#hero .galleria-bar {
 display: none;
}




#emailFriend .linkButton {
	display: block;
	padding: 15px 5px 7px 0px;
}
#emailFriend .linkButton a:link, #emailFriend .linkButton a:visited {
	width: auto;
	height: 20px;
	padding: 6px 8px;
	font: 10px "ProximaNovaSemiBold", sans-serif;
	color: #ffffff;
	background-color: rgb(191, 93, 65);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#emailFriend .linkButton a:hover, #emailFriend .linkButton a:visited:hover {
	background-color: rgb(191, 93, 65);
}





/* New style of title and sub title above full sized hero image outside of the contentText */

#titleHeader {
    width: 900px;
    margin: 0px auto 20px auto;
    position: relative;
    padding: 20px 0px 0px 0px;
    border-bottom: 1px dotted #6c6a67;
}

#titleHeader h1 {
	font: 30px "ProximaNovaLight", sans-serif;
	color: #797674;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

#titleHeader h2 {
	font: 11px "Georgia", serif;
	color: #817e7c;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 25px 0;
	letter-spacing: 2px;
}
.show
{
    display:block!important;
}

.hide
{
    display:none;
} 

/* Isis change for Special Offers */
#SpecialRequest > div > div > div:nth-child(2) {
    padding-left: 1em;
    padding-bottom: 1em;
}

/* hack for three years on the find a cruise filters */
#dateSelectorContainer {
    height: auto;
    padding: 20px 0 0;
}
#dateSelectorContainer p {
    margin: 0 0 20px;
}

#dateSelector {
    background: none;
    display: block;
    height: auto;
    padding: 0;
    text-align: center;
}
.yearBox {
    border: medium none;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0 0 20px;
}
.yearTitle {
    margin: 0;
    padding: 5px 0;
}