/* ########## styles main ########## */

body {
	margin: 0;
	background: #ffc910;
	padding: 0;
	text-align: center;
	font: 11px Verdana, Tahoma, Arial, sans-serif;
	color: #000;
}

th { text-align: left; vertical-align: top; font: bold 10px Verdana, Tahoma, Arial, sans-serif; }
td { text-align: left; vertical-align: top; font: 11px Verdana, Tahoma, Arial, sans-serif; }

a:link { color: #B22121; text-decoration: none; }
a:visited { color: #B22121; text-decoration: none; }
a:hover { color: #B22121; text-decoration: underline; }
a:active { color: #B22121; text-decoration: none; }

img { display: block; border: 0; }

input, selectbox, textarea { font: 11px Verdana, Tahoma, Arial, sans-serif; }

h1 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #B22121;
}
h1 .headerInfo {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
h2 {
	margin: 0 0 8px 0;
	font-size: 13px;
	font-weight: bold;
	color: #B22121;
}
h3 {
	margin: 0 0 6px 0;
	font-size: 13px;
	font-weight: bold;
	color: #B22121;
}

ul {
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 16px;
}
li {
	margin: 0 0 8px 24px;
	padding: 0;
}

hr {
	margin: 0 0 12px 0;
	border: none;
	height: 1px;
	color: #651B1B;
	background-color: #651B1B;
	clear: both;
}

form { margin: 0; }
form .frm {
	border: 1px solid #b1b1b1;
	background: #fff;
	font-size: 11px;
}
form .btn {
	border-width: 2px;
	font-size: 11px;
}

p {
	margin: 0 0 12px 0;
	line-height: 16px;
}
p img { display: inline; }

/* clearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.floatbox { overflow: hidden; }
/* Hides from IE-mac \*/
* html .floatbox { width: 100%; }
/* End hide from IE-mac */

.posLeft {
	float: left;
	width: 48%;
}
.posRight {
	float: right;
	width: 48%;
}

.star,
.error { color: #f00; }

.red { color: #B22121; }

.smallprint {
	font-size: 10px;
	color: #B22121;
}

/* layout */

.page {
	position: relative;
	margin: 15px auto;
	width: 893px;
	text-align: left;
}
.teaserArea {
	position: absolute;
	top: 0;
	right: 0;
	width: 178px;
}
.mainArea {
	border-bottom: 1px solid #b1b1b1;
	background: #fff;
	width: 700px;
}
.navColumn {
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	background: #efefef;
	width: 162px;
	/* IE-Box-Model-Hack */
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 160px; }
	html>body .navColumn { width: 160px; }
.mainColumn {
	border-right: 1px solid #b1b1b1;
	background: #fff;
	width: 538px;
	/* IE-Box-Model-Hack */
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 537px; }
	html>body .mainColumn { width: 537px; }

/* boxes */

.dateBox {
	background: #b63714;
	padding: 2px 17px 3px 15px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}
.languageSwitchBox {
	border-bottom: 1px solid #b1b1b1;
	background: #fff;
	padding: 5px 0 5px 15px;
}
.navBox { margin: 0 0 15px; }
.searchBox {
	margin: 0 0 15px;
	padding: 0 10px 0 15px;
}
.stdNavBox {
	margin: 0 0 15px;
	background: #B22121;
	color: #fff;
}
.navTeaserBox { margin: 0 0 15px; }
.breadcrumbsBox {
	border-bottom: 1px solid #b1b1b1;
	background: #fff;
	padding: 5px 17px 5px 20px;
	font-size: 10px;
}
.contentBox { padding: 10px 17px 10px 20px; }
.teaserBox {
	margin: 0 0 15px;
	border: 1px solid #b1b1b1;
	padding: 8px 10px 4px;
	background: #EFEFEF;
	width: 178px;
	/* IE-Box-Model-Hack */
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 156px; }
	html>body .teaserBox { width: 156px; }

/* navigation */

.languageSwitchBox a {
	float: right;
	margin: 0 10px 0 0; 
}

.navBox ul { margin: 0; border: none; padding: 0; }
.navBox li { margin: 0; border: none; padding: 0; list-style: none; }

.navLevel1 li {	margin: 0; border-bottom: 1px solid #b1b1b1; padding: 0; list-style: none; }
.navLevel1 li a,
.navLevel1 li a:link,
.navLevel1 li a:active,
.navLevel1 li a:visited {
	display: block;
	padding: 4px 0px 4px 15px;
	font: 10px Tahoma;
	font-weight: bold;
	color: #B22121;
	text-decoration: none;
	text-transform: uppercase;
}
.navLevel1 li a:hover { color: #EB911B; }
.navLevel1 li a.selected,
.navLevel1 li a:link.selected,
.navLevel1 li a:active.selected,
.navLevel1 li a:visited.selected {
	background: #fff;
	color: #EB911B;
}

ul.navLevel2 { background: #fff; padding-bottom: 5px; }
.navLevel2 li {	margin: 0; border: none; padding: 0; list-style: none; }
.navLevel2 li a,
.navLevel2 li a:link,
.navLevel2 li a:active,
.navLevel2 li a:visited {
	display: block;
	background: #fff url(../image/arrow-right_small.gif) no-repeat 16px 6px;
	padding: 2px 0px 2px 25px;
	font: 10px Tahoma;
	font-weight: normal;
	color: #B22121;
	text-decoration: none;
	text-transform: none;
}
.navLevel2 li a:hover { color: #EB911B; }
.navLevel2 li a.selected,
.navLevel2 li a:link.selected,
.navLevel2 li a:active.selected,
.navLevel2 li a:visited.selected {
	background: #fff url(../image/arrow-right_small.gif) no-repeat 16px 6px;
	color: #EB911B;
}

.stdNavBox h3 { 
	display: block;
	margin: 0;
	border-bottom: 1px solid #b1b1b1;
	background: #651B1B;
	padding: 4px 0px 4px 15px;
	font: 10px Tahoma;
	font-weight: bold;
	color: #fff;
}
.stdNavBox ul { margin: 0; border: none; padding: 0; }
* html .stdNavBox ul { position: relative; } /* IE-List-Background-Hack */
.stdNavBox li { margin: 0; border: none; padding: 0; list-style: none; }

.navLevel1Std li {	margin: 0; border-bottom: 1px solid #b1b1b1; padding: 0; list-style: none; }
.navLevel1Std li a,
.navLevel1Std li a:link,
.navLevel1Std li a:active,
.navLevel1Std li a:visited {
	display: block;
	background: #B22121;
	padding: 4px 0px 4px 15px;
	font: 10px Tahoma;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.navLevel1Std li a:hover { color: #EB911B; }
.navLevel1Std li a.selected,
.navLevel1Std li a:link.selected,
.navLevel1Std li a:active.selected,
.navLevel1Std li a:visited.selected {
	background: #fff;
	color: #B22121;
}

.searchBox .frm {
	margin-right: 10px;
	width: 100px;
}

.breadcrumbsBox a,
.breadcrumbsBox a:link,
.breadcrumbsBox a:active,
.breadcrumbsBox a:visited {
	font: 10px Tahoma;
	font-weight: normal;
	color: #B22121;
	text-decoration: none;
	text-transform: uppercase;
}
.breadcrumbsBox a:hover { color: #EB911B; }

.printLink { float: right; }
.printLink a,
.printLink a:link,
.printLink a:active,
.printLink a:visited {
	display: block;
	background: url(../image/icon_print.gif) no-repeat 0 1px;
	padding-left: 16px;
}

.pdfLink {
	float: left;
	margin: 0 30px 12px 0;
	background: url(../image/icon_pdf.gif) no-repeat;
	padding: 1px 0 0 40px;
	height: 32px;
	/* IE-Box-Model-Hack */
	voice-family:"\"}\"";
	voice-family:inherit;
	height: 31px; }
	html>body .pdfLink { height: 31px; }
	
.videoLink {
	float: left;
	margin: 0 30px 12px 0;
	background: url(../image/icon_mov.gif) no-repeat;
	padding: 1px 0 0 40px;
	height: 32px;
	/* IE-Box-Model-Hack */
	voice-family:"\"}\"";
	voice-family:inherit;
	height: 31px; }
	html>body .pdfLink { height: 31px; }

/* teaserBox */

.teaserBox p {
	margin-bottom: 6px;
	line-height: 14px;
}

/* offerList */

.offerList table {
	margin-bottom: 12px;
	border-top: 1px solid #ccc;
	width: 100%;
}
.offerList th,
.offerList td {
	border-bottom: 1px solid #ccc;
	padding: 3px 6px;
}
.offerList .tbl_hd { background: #F5F5F5; }
.offerList .tbl_td { border-right: 1px solid #ccc; }
.offerList .rowHighlight { background: #FFEABF; }

/* offerDetails */

.offerDetails table { margin-bottom: 12px; }
.offerDetails th { padding: 0 20px 5px 0; }
.offerDetails td {
	padding: 0 0 5px;
	text-align: right;
}
.offerDetails th.secondColumn { padding: 0 20px 5px 40px; }

/* offerCharterFee */

.offerCharterFee table { margin-bottom: 12px; }
.offerCharterFee th,
.offerCharterFee td {
	padding: 0 20px 5px 0;
}

/* orderForm */

.orderForm {
	margin-bottom: 12px;
	border-top: 1px solid #B22121;
	border-bottom: 1px solid #B22121;
	background: #F5F5F5;
}
.orderForm table { width: 100%; }
.orderForm td { padding: 6px 0 6px 10px; }
.orderForm .blockLabel {
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
}
.orderForm .frm {
	display: block;
	margin-bottom: 4px;
}
.orderForm .btn { margin-top: 12px; }

/* contactForm */

.contactForm {
	margin-bottom: 12px;
	border-top: 1px solid #B22121;
	border-bottom: 1px solid #B22121;
	background: #F5F5F5;
}
.contactForm table { width: 100%; }
.contactForm td { padding: 8px 10px 2px; }
.contactForm .blockLabel {
	margin: 0 10px 2px 0;
	font-size: 10px;
}
.contactForm .frm {
	margin-bottom: 2px;
}
.contactForm .btn { margin: 6px 0 4px; }

/* listBrowser */

.listBrowser { margin: 20px 0; }
.listBrowser form { margin: 0; }
.listBrowser .containerBack {
	float: left;
	width: 13%;
}
.listBrowser .containerSelect {
	float: left;
	margin: 0 0 0 2%;
	width: 69%;
}
.listBrowser .containerForward {
	float: right;
	width: 13%;
	text-align: right;
}
.listBrowser .containerBack .online a,
.listBrowser .containerForward .online a {
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px 10px;
	text-align: center;
	color: #333;
	font: bold 11px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}
.listBrowser .containerBack .online a:hover,
.listBrowser .containerForward .online a:hover {
	background: #FFEABF;
	color: #333;
	text-decoration: none;
}
.listBrowser .containerBack .offline,
.listBrowser .containerForward .offline {
	display: block;
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px 10px;
	text-align: center;
	color: #ccc;
	font: bold 11px Verdana, Tahoma, sans-serif;
}
.listBrowser .containerSelect .label {
	float: left;
	display: block;
	padding: 3px 10px;
	text-align: center;
}
.listBrowser .containerSelect .online a {
	float: left;
	display: block;
	border: 1px solid #fff;
	background: #fff;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
}
.listBrowser .containerSelect .online a:hover {
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none;
}
.listBrowser .containerSelect .offline {
	float: left;
	display: block;
	border: 1px solid #ccc;
	background: #EFEFEF;
	padding: 3px 10px;
	text-align: center;
	font-weight: bold;
}

/* detailsBrowser */

.detailsBrowser {
	padding: 5px;
	background: #EFEFEF;
}
.detailsBrowser form { margin: 0; }
.detailsBrowser .online a:link,
.detailsBrowser .online a:visited,
.detailsBrowser .online a:active {
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px 6px;
	text-align: center;
	color: #333;
	font: bold 11px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}
.detailsBrowser .online a:hover {
	background: #FFEABF;
	color: #333;
	text-decoration: none;
}
.detailsBrowser .special a:link,
.detailsBrowser .special a:visited,
.detailsBrowser .special a:active {
	border: 1px solid #B22121;
	background: #fff;
	padding: 1px 6px;
	text-align: center;
	color: #B22121;
	font: bold 11px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}
.detailsBrowser .special a:hover {
	background: #FFEABF;
	color: #B22121;
	text-decoration: none;
}
.detailsBrowser .offline {
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px 6px;
	text-align: center;
	color: #ccc;
	font: bold 11px Verdana, Tahoma, sans-serif;
}
.detailsBrowser .label {
	padding: 1px 6px;
	font-size: 11px;
	text-align: center;
}

/* inlineTeaserBox */

.inlineTeaserBox {
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 0;
}
.inlineTeaserBox p {
	margin: 0;
	padding-bottom: 6px;
	line-height: 14px;
}

/* gallery */

.gallery { margin-bottom: 20px; }

/* inlineImageBox */

.inlineImageBox {
	margin-bottom: 6px;
	font-size: 10px;
	color: #808080;
}
.inlineImageBox a,
.inlineImageBox a:link,
.inlineImageBox a:visited { text-decoration: none; }
.inlineImageBox a:hover { text-decoration: underline; }
.inlineImageBox img { margin-bottom: 6px; }
.inlineImageBox p { line-height: 13px; }
.inlineImageBox .thumbnails img { display: inline; }

.inlineTeaserBox .inlineImageBox { margin-bottom: 0; }

.gallery .inlineImageBox { margin-bottom: 12px; }
.gallery .inlineImageBox img { margin-bottom: 4px; }

/* ctrlNuggets */

.FL { float: left; }
.FR { float: right; }

.MTS { margin-top: 6px; }
.MRS { margin-right: 6px; }
.MBS { margin-bottom: 6px; }
.MLS { margin-left: 6px; }
.MTM { margin-top: 10px; }
.MRM { margin-right: 10px; }
.MBM { margin-bottom: 10px; }
.MLM { margin-left: 10px; }
.MTL { margin-top: 16px; }
.MRL { margin-right: 16px; }
.MBL { margin-bottom: 16px; }
.MLL { margin-left: 16px; }
.MTX { margin-top: 20px; }
.MRX { margin-right: 20px; }
.MBX { margin-bottom: 20px; }
.MLX { margin-left: 20px; }

.PTS { padding-top: 6px; }
.PRS { padding-right: 6px; }
.PBS { padding-bottom: 6px; }
.PLS { padding-left: 6px; }
.PTM { padding-top: 10px; }
.PRM { padding-right: 10px; }
.PBM { padding-bottom: 10px; }
.PLM { padding-left: 10px; }
.PTL { padding-top: 16px; }
.PRL { padding-right: 16px; }
.PBL { padding-bottom: 16px; }
.PLL { padding-left: 16px; }
.PTX { padding-top: 20px; }
.PRX { padding-right: 20px; }
.PBX { padding-bottom: 20px; }
.PLX { padding-left: 20px; }

.W242 { width: 242px; }
.W156 { width: 156px; }
.W75 { width: 75px; }

.TAC { text-align: center; }
.TAR { text-align: right; }

.WSN { white-space: nowrap; }

