@CHARSET "UTF-8";

@charset "utf-8";
/*basic styles*/
* {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #fff;
	color: #2a2f20;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearLeft {
	margin-left: 0 !important;
}

.clearTop {
	margin-top: 0 !important;
}

.clearBottom {
	margin-bottom: 0 !important;
}

.clearRight {
	margin-right: 0 !important;
}

/*common style*/
.main {
	position: relative;
	width: 900px;
	z-index: 1;
}

a:hover {
	text-decoration: none;
}

.header {
	height: 35px;
	margin: 9px 0 5px 0;
	width: 900px;
	float: left;
}

body:last-child:not(:root:root) .header {
  height: 35px;
    margin: 9px 0 16px 0;
    width: 900px;
    float: left;
}

ul.tabs {
	height: 35px;
	background: url(/templates/img/adventure/tab_background.gif) repeat-x top left;
	list-style: none;
	padding: 0;
}

ul.tabs a {
	text-decoration: none;
	color: #ffffff;
}

ul.tabs li {
	padding: 7px 43px 0;
	height: 28px;
	float: left;
	background: url(/templates/img/adventure/tab.gif) repeat-x top left;
	margin-right: 1px;
	color: #fff;
	white-space: nowrap;
	font-size: 13px;
	cursor: pointer;
	font-family: Arial, sans-serif !important;
}

.tabLeftBg, .tabRightBg {
	background: url(/templates/img/adventure/tab_left.gif) no-repeat top left;
	width: 2px;
	height: 35px;
	cursor: pointer;
}

body:last-child:not(:root:root) .tabLeftBg, .tabRightBg {
  background: url(/templates/img/adventure/tab_left.gif) no-repeat top left;
    width: 2px;
    height: 35px;
    cursor: pointer;
    margin-top: 12px;
}

.tabRightBg {
	background: url(/templates/img/adventure/tab_right.gif) no-repeat top left;
}

.tabRight {
	padding: 7px 44px 0 !important;
}

.content {
	width: 900px;
	background: url(/templates/img/adventure/main_bg.gif) repeat-y top left;
	position: relative;
}

.leftContent {
	width: 266px;
	margin-right: 5px;
	background: #921615;
}

.leftContent img {
	border: 0;
}

.logo {
	margin-bottom: 8px;
}

.menu {
	width: 254px;
	padding: 0 6px;
}

ul.menuTabs {
	list-style: none;
	width: 254px;
	margin-bottom: 8px;
	margin-left: 0 !important;
}

ul.menuTabs li {
	float: left;
	background: url(/templates/img/adventure/menu_disactive.gif) no-repeat;
	width: 254px;
	height: 75px;
	margin-bottom: 4px;
	cursor: pointer;
	margin-left: 0 !important;
}

ul.menuTabs li div {
	float: left;
	width: 144px;
	color: #ffd8d8;
	font-weight: bold;
	text-align: left;
	margin: 12px 0 0 0;
	font-size: 14px;
	cursor: pointer;
}

ul.menuTabs li a {
	float: left;
	width: 100%;
	text-decoration: none;
}

ul.menuTabs li img {
	width: 100px;
	height: 66px;
	margin-right: 10px;
}

ul.menuTabs li.active {
	background: url(/templates/img/adventure/menu_active.gif) no-repeat;
}

ul.menuTabs li.done {
	background: url(/templates/img/adventure/menu_disactive_done.gif) no-repeat;
}

ul.menuTabs li span {
	color: #ffd8d8;
	font-weight: bold;
	text-align: left;
	margin: 12px 0 0 0;
	font-size: 14px;
}

.yellow {
	color: #fcf487 !important;
}

.rightContent {
	background: url(/templates/img/adventure/content_background.gif) repeat-x top left #e8e8e8;
	width: 629px;
	text-align: left;
}

.underRightContent {
	padding: 0 14px 60px 19px;
	width: 596px;
}

.rightContent h1 {
	color: #fff;
	font-size: 14px;
	margin-top: 8px;
	font-weight: bold;
	padding-top: 0;
}

.hateIe {
	margin-left: 23px;
	_margin-left: 12px;
}

.contentText {
	width: 592px;
	margin-top: 26px;
}

.contentText h2 {
	color: #516c18;
	font-size: 16px;
	margin-bottom: 6px;
}

.dottedString, .dottedStringNews {
	height: 14px;
	background: url(/templates/img/adventure/dotted.gif) top left repeat-x;
	width: 596px;
}

.text {
	width: 100%;
	margin-bottom: 14px;
}

.text p {
	margin-bottom: 20px;
	word-spacing: 1px;
}

.buttonRaise, .buttonFixed {
	cursor: pointer;
	min-width: 88px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 88? "88px":"auto");
	text-align: center;
	margin-right: 12px;
	_margin-right: 6px;
}

.buttonFixed {
	width: 88px;
	margin-right: 12px;
	_margin-right: 6px;
}

.buttonLeft, .buttonRight {
	width: 3px;
	height: 35px;
	background: url(/templates/img/adventure/button_left.gif) no-repeat;
}

.buttonRight {
    width: 3px;
    height: 35px;
	background: url(/templates/img/adventure/button_right.gif) no-repeat;	
}

.buttonCent {
	height: 28px;
	padding: 7px 28px 0 28px;
	color: #fff;
	font-weight: bold;
	background: url(/templates/img/adventure/button_center.gif) repeat-x top left;
	font-size: 12px;
	white-space: nowrap;
}

.buttonFixed .buttonCent {
	width: 82px;
	padding: 7px 0 0 0;
}

.footer {
	width: 900px;
	background: url(/templates/img/adventure/bottom_bg.gif) top left repeat-x;
	height: 64px;
	padding-top: 16px;
	text-align: center;
	font-size: 11px;
}

.footer a {
	color: #2a2f20;
}

.footer a:hover {
	text-decoration: none;
}

/*module_page*/

.flashPlace {
	padding: 0 6px;
	width: 254px;
	position: relative;
	margin-bottom: 9px;
}

.dialog {
	position: absolute;
	z-indx: 1000;
	top: 78px;
	left: 6px;
}

.dialogArrow {
	margin: 0 0 -2px 14px;
	_margin-left: 7px;
	position: relative;
	background: url(/templates/img/adventure/dialog.gif) no-repeat;
	height: 19px;
	width: 21px;
}

.dialogContent {
	width: 250px;
	border: 2px solid #61120d;
	background: #fff;
}

.dialogCross {
	cursor: pointer;
	margin: 2px 2px 0 0;
}

.dialogText {
	width: 236px;
	margin: 2px 0 0 10px;
	_margin-left: 5px;
	text-align: justify;
	font-size: 11px;
}

.dialogMenu {
	margin: 0 5px 3px 0;
	_margin-right: 2px;
}

.dialogLink {
	color: #61120d;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 14px;
	cursor: pointer;
}

.contentImage {
	margin: 0 8px;
}

.contentImage2 {
	margin: 0 8px 0 0;
}

.buttonsGroup {
	margin: 20px 4px 0 0;
	_margin-right: 2px;
}

.trucks {
	margin: 14px 0 4px 2px;
	_margin-left: 1px;
	width: 100%;
}

.trucks img {
	float: left;
	margin-right: 11px;
	margin-top: 10px;
}

/*statistics*/
.statisticTable {
	margin: 40px 0 0 0;
	width: 100%;
}

.statisticTable table {
	width: 589px;
}

.greyColor {
	background: #d5d5d5 !important;
}

.statisticTable table td {
	border-color: #e8e8e8;
	font-family: Tahoma, sans-serif;
}

.statisticTable table td.firstTd {
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	width: 201px;
	padding: 0 0 0 19px;
	height: 38px;
}

.statisticTable table td.secondTd {
	width: 180px;
	padding-left: 13px;
	border-bottom: 1px solid #e8e8e8;
	background: #fdfbfb;
	height: 38px;
}

.statisticTable table td.thirdTd {
	width: 175px;
	background: #fdfbfb;
	height: 38px;
	border-bottom: 1px solid #e8e8e8;
}

/*welcome*/
.welcomeImage {
	position: relative;
	margin: 12px 0 0 0;
}

.welcomeBack {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 0 0 10px 0;
	background: url(/templates/img/adventure/dotted_onRed.gif) bottom left repeat-x;
	margin: 0 0 8px 12px;
	_margin-left: 6px;
}

.visitedInformation {
	color: #fff;
	margin: 0 0 0 12px;
	_margin-left: 6px;
	padding-bottom: 20px;
	text-align: left;
	word-spacing: 1px;
	width: 230px;
}

/*news_popup*/
.popupWindow {
	position: absolute;
	width: 502px;
	min-height: 100px;
	height: expression(this.scrollHeight < 100? "100px" : "auto");
	background: #fff;
	border: 2px solid #516c18;
	padding: 18px 18px 10px 20px;
	z-index: 100;
	text-align: left;
}

.popupWindow h1 {
	color: #516c18;
	font-size: 19px;
	width: 100%;
	margin: 0 0 9px 0;
}

.popupWindow h2, .newsWindow h2, .imagesGalleryDescription h3 {
	color: #516c18;
	font-size: 13px;
	margin-bottom: 2px;
}

.popupImage {
	margin: 2px 22px 0 0;
	width: 120px;
	height: 80px;
}

.popupImage2 {
	margin: 2px 0 0 22px;
	width: 120px;
	height: 80px;
}

.popupRewards {
	margin: 8px 2px 0 0;
	_margin-right: 1px;
}

.popupRewards a, .newsRewards a {
	color: #516c18;
	font-weight: bold;
	font-size: 13px;
}

.popupButton {
	margin: 0 148px 0 0;
	_margin-right: 102px;
}

/*news_page*/
.newsWindow {
	height: 660px;
	overflow: scroll;
	margin: 26px 0 0 0;
	width: 100%;
}

.newsWindow h2 {
	font-size: 14px;
	clear: both;
	width: 100%;
}

.newsRewards {
	margin: 20px 6px 16px 0;
	_margin-right: 4px;
}

.textNews {
	width: 566px;
}

.postDate {
	width: 90%;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 10px 4px;
	_margin-left: 2px;
}

.dottedStringNews {
	width: 560px;
}

/*booking*/
.bookingForm {
	margin: 42px 0 0 6px;
	width: 544px;
	_margin-right: 3px;
}

.formString {
	width: 100%;
	height: 22px;
	margin: 0 0 8px 0;
}

.formString span {
	color: #000;
	font-weight: bold;
	width: 146px;
	height: 19px;
	padding-top: 3px;
	font-size: 11px;
}

.formString input {
	height: 18px;
	width: 386px;
	border: 1px solid #acacac;
	background: #fff;
	color: #000;
	padding-left: 8px;
	font-size: 11px;
	padding-top: 2px;
}

.shorterInput {
	width: 362px !important;
	margin-right: 7px;
}

.calendarIcon {
	margin: 2px 0 0 0;
	cursor: pointer;
}

/*messages*/
.folderList {
	margin: 32px 0 0 6px;
	_margin-left: 3px;
	width: 100%;
}

.folderList a {
	color: #921615;
}

.messagesTable, .messagesDetailsTable {
	width: 573px;
	margin: 13px 0 0 8px;
	_margin-left: 4px;
}

.messagesTable span, .messagesDetailsTable span, .forumTable span {
	color: #516c18;
	font-weight: bold;
	width: 100%;
	font-size: 13px;
}

.messagesTable table, .messagesDetailsTable table {
	margin-top: 8px;
}

.messagesTable table td, .messagesDetailsTable table td, .forumTable table td, .forumMessageTable table td, .resultTable table td {
	padding: 11px 0;
	border-color: #e8e8e8;
	background: #f5f5f5;
	color: #000;
}

.messagesTable table td a {
	color: #921615;
}

.headerTd {
	font-weight: bold;
	padding: 5px 0 5px 5px !important;
}

.messagesTable table td.firstTd, .messagesTable table td.secondTd, .messagesTable table td.thirdTd, .messagesTable table td.fourthTd, .messagesTable table td.fifthTd {
	width: 23px;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding-left: 5px;
}

.messagesTable table td.firstTd {
	padding: 0 !important;
}

.messagesTable table td.secondTd {
	width: 58px;
}

.messagesTable table td.thirdTd {
	width: 114px;
}

.messagesTable table td.fourthTd {
	width: 188px;
}

.messagesTable table td.fifthTd {
	width: 90px;
}

.messagesTable table td.sixthTd {
	width: 70px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 5px;
}

.messagesTable table td.firstTd input {
	margin-left: 5px;
	_margin-left: 1px;
}

*+html .messagesTable table td.firstTd input {
	margin-left: 1px;
}

.red {
	color: #d10a08 !important;
}

.forMessagesTable {
	margin: 16px 0 0 0;
	width: 100%;
}

.selectedMessages {
	margin: 10px 10px 0 2px;
	_margin-left: 1px;
}

.forMessagesTable select {
	background: #fff;
	width: 117px;
	border: 1px solid #7f9db9;
	margin: 7px 0 0 0;
	height: 22px;
	color: #000;
}

/*message details*/
.messagesDetailsTable table td.firstTd {
	font-weight: bold;
	padding-left: 5px;
	width: 77px;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	vertical-align: top;
}

.messagesDetailsTable table td.secondTd {
	padding-left: 5px;
	width: 495px;
	border-bottom: 1px solid #e8e8e8;
}

/*download_pdf*/
.imagesTab {
	width: 100%;
	margin: 32px 0 0 4px;
	_margin-left: 2px;
}

.imageTabActive, .imageTabDisactive {
	cursor: pointer;
}

.imageTabDisactive .imageTabDisactiveLeft, .imageTabDisactive .imageTabDisactiveRight, .imageTabActive .imageTabActiveRight {
	height: 31px;
	width: 1px;
	background: url(/templates/img/adventure/img_button_active_right.gif) no-repeat top right;
}

 .imageTabDisactiveCent, .imageTabActiveCent {
	width: 194px;
	padding-top: 7px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	background: url(/templates/img/adventure/img_button_disactive_cent.gif) repeat-x top left;
	text-align: center;
}

.imageTabDisactiveCent {
	color: #caa1a0 !important;
	background: url(/templates/img/adventure/img_button_active_cent.gif) repeat-x top left;
}

.imageTabActiveCent {
	font-size: 15px;
}

.imagesDotted {
	margin-left: 10px;
	_margin-left: 5px;
	width: 578px;
}

.imagesGallery {
	margin: 20px 0 0 4px;
	_margin-left: 2px;
}

.imagesGalleryString {
	width: 590px;
	margin: 0 0 22px 0;
}

.imagesGalleryPic {
	width: 129px;
	height: 60px;
	margin-right: 8px;
}

.imagesGalleryPic img {
	border: 2px solid #fff;
}

.imagesGalleryDescription {
	text-align: left;
	width: 330px;
	margin-right: 8px;
}

.imagesGalleryDescription h3 {
	width: 100%;
	margin-bottom: -1px;
	font-size: 14px;
}

.imagesGalleryDownload {
	width: 108px;
	padding: 10px 0 0 6px;
}

.imagesGalleryDownload input {
	margin: 5px 16px 0 0;
	_margin: 2px 10px 0 0;
}

*+html .imagesGalleryDownload input {
	margin: 2px 10px 0 0;
}

.imagesGalleryDownload img {
	margin: 3px 5px 0 0;
}

.imagesGalleryDownload a {
	font-weight: bold;
	color: #516c18;
	margin-top: 3px;
	font-size: 11px;
}

/*images gallery*/
.galleryText {
	margin: 0 0 0 4px;
	_margin-left: 2px;
	text-align: left;
}

.gallery {
	width: 592px;
	margin: 18px 0 0 4px;
	_margin-left: 2px;
}

.gallery ul {
	list-style: none;
	width: 100%;
}

.gallery ul li {
	width: 177px;
	height: 131px;
	margin: 0 22px 18px 0;
	float: left;
}

.gallery ul li a {
	color: #516c18;
	font-weight: bold;
	font-size: 13px;
	margin-left: 2px;
}

.gallery ul li img {
	border: 2px solid #fff;
	width: 173px;
	height: 110px;
	margin-top: 5px;
}

/*forum*/
.buttonsGroupForum {
	margin: 62px 8px -3px 0;
	_margin-right: 4px;
}

.forumTable {
	width: 573px;
	margin-left: 4px;
	_margin-left: 2px;
}

.forumTable table {
	margin: 10px 0;
}

.forumTable table td {
	padding-left: 5px;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	vertical-align: top;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.forumTable table td.firstTd {
	width: 250px;
}

.forumTable table td.secondTd {
	width: 100px;
}

.forumTable table td.thirdTd {
	width: 57px;
}

.forumTable table td.fourthTd {
	width: 143px;
}

.firstTd img {
	float: left;
	margin: 3px 4px 0 0;
}

.lightsDescribe {
	width: 272px;
}

.lightsDescribeString {
	width: 100%;
}

.describeImg {
	margin: 3px 4px 0 0;
}

/*forum message*/
.forumMessageTable {
	width: 574px;
}

.forumMessageTable span {
	color: #000;
	width: 100%;
}

.forumMessageTable table {
	margin: 10px 0 24px 0;
}

.forumMessageTable table td {
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	vertical-align: top;
	padding-left: 5px;
}

.forumMessageTable table td.firstTd {
	width: 250px;
}

.forumMessageTable table td.secondTd {
	width: 307px;
	padding-right: 5px;
}

/*forum search*/
.searchForm {
	width: 100%;
	margin: 60px 0 0 0;
}

.searchParameters {
	width: 186px;
	margin: -21px 0 10px 6px;
	_margin-left: 3px;
	position: relative;
}

.searchParametersString {
	width: 100%;
	margin: 0 0 9px 0;
}

.searchParametersString span {
	font-weight: bold;
	margin: 3px 8px 0 0;
	font-size: 13px;
}

.searchParametersString input {
	width: 100px;
	border: 1px solid #acacac;
	height: 18px;
	padding: 2px 0 0 4px;
}

.searchParametersString select {
	width: 60px;
	border: 1px solid #acacac;
	height: 20px;
}

.fixedGroup {
	width: 400px;
}

/*forum search results*/
.resultTable {
	width: 568px;
	margin: 13px 0 0 7px;
}

.resultTable span {
	font-weight: bold;
	color: #000;
	margin-right: 9px;
}

.resultTable em {
	color: #9ac64b;
	font-style: normal;
}

.resultTableData {
	width: 100%;
	margin-bottom: 10px;
}

.resultTableHead {
	font-weight: bold;
	margin: 0 0 12px 26px;
	_margin-left: 13px;
	width: 400px;
}

.resultTable table td {
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	vertical-align: top;
	padding: 8px 0 8px 6px;
}

.resultTable table {
	margin-bottom: 22px;
	width: 100%;
}

.firstTd {
	width: 15px;
	font-weight: bold;
}

.secondTd {
	width: 538px;
	padding-right: 6px !important;
}

.resultTable table td span, .resultTable table td i {
	width: 100%;
}

font {
	background: #d3e5b3;
	font-size: 12px;
}

.butLink {
    text-decoration: none;
    color: #ffffff;
}

.butLink:hover {
    text-decoration: none;
}

.silversea_content a{
    color: #ffffff;
}

.silversea_content div font{
    background: #ffffff none repeat scroll 0 0;
}

.errorJoinBlock {
	border: 1px solid #516c18;
	padding: 10px;
	margin: 10px 0 12px 0;
	background-color: #ffffff;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #516c18;
}

.errorJoinHeader {
	margin-bottom: 2px;
}

.errorJoinText {
	margin: 0 0 2px 7px;
}

.errorJoinPoint {
	background: url('/templates/img/adventure/errorJoinPoint.gif') no-repeat;
	width: 10px;
	height: 10px;
	margin: 2px 7px 0 0;
	*margin: 2px 3px 0 0;
}

.positionAbsolute {
	position: absolute;
}

.subMenu {
	display: none;
	top: 35px;
	z-index: 2;
	background-color: #421109 !important;
}

body:last-child:not(:root:root) .subMenu {
  display: none;
    top: 46px;
    z-index: 2;
    background-color: #421109 !important;;
}

.subMenu ul {
	list-style: none;
	padding: 9px 18px 27px 18px;
	text-align: left;
	cursor: default !important;
}

.subMenu ul li {
	float: none !important;
	padding: 0 !important;
	height: 29px !important;
	line-height: 29px;
	cursor: default !important;
	background: url('/templates/img/adventure/underline.gif') repeat-x 0 28px !important;
}

#submenuGettingStarted {
	left: 122px;
}

#submenuAboutYou {
	left: 297px;
}

#submenuMarketingSupport {
	left: 445px;
}

#submenuContact {
	left: 638px;
}

.pageModuleText img {
	margin: 10px !important;
}

.text ul li {
	margin-left: 15px;
} 

.leftContent ul {
    margin: 0 !important;
    padding: 0 !important;
}
.leftContent ul li {
    margin: 0 !important;
    padding: 0 !important;
}
.clearDiv {
	clear: both;
}
.regionsPics {
	margin-left: 4px;
	padding-top: 25px;
	_padding-top: 15px;
}
.regions {
	width: 154px;	
}
.regions img {
	border: 0px !important;
	padding: 0px !important;
	margin-top: 3px !important;
	margin-left: 3px !important;
	margin-right: 3px !important;
	margin-bottom: 6px !important;
	cursor: pointer;
}
.imgTableTd img {
	border: 2px solid #FFFFFF;
	height: 110px;
	margin-top: 5px;
	width: 173px;
}