.spfns {color: #D4D4D4; font-size: 10px; font-family: arial; line-height: 10px;}
.spfns a, .spfns a:visited, .spfns a:hover, .spfns a:link {color: #D4D4D4; font-size: 10px; font-family: arial; line-height: 10px; text-decoration: none;}

a.sapek {color: #000000;text-decoration: none; font-weight: normal;}
a.sapek:link {color: #000000; text-decoration: none; font-weight: normal;}
a.sapek:visited {color: #000000; text-decoration: none; font-weight: normal;}
a.sapek:hover {color: #000000; text-decoration: none; font-weight: normal;}




td.sz {font-size: 10pt;}
td.b {font-weight: bold;}
td.c {text-align: center;}
td.cb {font-weight: bold;text-align: center;}
td.r {text-align: right;}
td.l {text-align: left;}
.z {font-size: 10pt; font-family: Arial; vertical-align:text-top;}
td.cap {font-size: 10pt; font-family: Arial;font-weight: bold;background-color: #020257;color: #F6F3E3;text-align: center}
td.n {font-size: 10pt; font-family: Arial; color: #666666;}
td.m {font-size: 8pt; font-family: Arial; color: #666666;}
td.m1 {font-size: 8pt; font-family: Arial; color: #666666; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px}

tr.n {font-size: 10pt; font-family: Arial; color: 4b4834;}
tr.c {font-size: 10pt; font-family: Arial;background-color: #E8F0F4;}
tr.cc {font-size: 10pt; font-family: Arial;background-color: #CDE1EC;}

tr.c a, tr.cc a { color: #0c49a7; }

.required{font-weight: bold; color: red;}



button { font-size: 11px; font-family: Tahoma; }





div#menu ul { float: left; }
div#menu li { display: block; float: left; position: relative; }
div#menu li span { display: block; }
div#menu li.active { font-weight: bold; }
div#menu li.active ul { font-weight: normal; }
div#menu li.parent span.separator { cursor: pointer; }
div#menu ul.menu ul { position: absolute; top: 38px; padding: 0 0 10px 0; left: -999em; width: 190px; background-color: #00acac; }
div#menu ul.menu ul ul { position: absolute; top: 0; padding: 0 0 10px 0; left: 0; margin: 0 0 0 190px; }
div#menu li:hover ul, div#menu li.sfhover ul { left: 0; }
div#menu li.level1 li { width: 100%; height: 25px; border-bottom: 1px solid #2fcaf8; }
div#menu li.level1 li a { padding: 0; display: block; background-color: #00acac; float: none; line-height: 25px; height: 25px; color: #024242; }
div#menu li.level1 li span.separator { 
	color: #024242;
	width: 100%;
	height: 25px;
	padding: 0;
	display: block;
	background-color: #00acac;
	float: none;
	line-height: 25px;
}


div#menu li.level1 li span { padding: 0 0 0 10px; }


.level2 { width: 200px; text-align: left; }
div#menu li.level2 a { background-image: none; background-color: #00acac; width: 100%; }
div#menu li.level2 a.parent, div#menu li.level2 span.parent { background-color: #abe1ff; }
div#menu li.level2 ul a { text-align: left; }

div#menu li:hover ul ul { left: -999em; }
div#menu li.sfhover ul ul { left: -999em; }
div#menu li:hover ul ul ul { left: -999em; }
div#menu li.sfhover ul ul ul { left: -999em; }
div#menu li:hover ul ul ul ul {	left: -999em; }
div#menu li.sfhover ul ul ul ul { left: -999em; }
div#menu li li:hover ul { z-index: 100; left: 0; }
div#menu li li.sfhover ul { z-index: 100; left: 0; }
div#menu li li li:hover ul { z-index: 100; left: 0; }
div#menu li li li.sfhover ul { z-index: 100; left: 0; }
div#menu li li li li:hover ul { z-index: 100; left: 0; }
div#menu li li li li.sfhover ul { z-index: 100; left: 0; }









.srch { margin: 0 0 20px 0; border: 1px solid #337eff; padding: 10px; background-color: #e9f1ff; }
.srch h1 { color: #4990ff; padding-top: 0; margin-top: 0; }
.srch select { font-size: 12px; font-family: Tahoma; width: 330px; }
.srch input { font-size: 12px; font-family: Tahoma; background-color: #3197fb; border: 1px solid #03689f; font-weight: bold; color: #FFFFFF; }




.dop { background: #bbbbbb url(/img/dop.gif) left top no-repeat; width: 207px; height: 28px; }





.regcp img { float: left; margin: 0 10px 10px 0; }
.regcp .border { margin: 0 10px 10px 0; }































/* ---------------------------------
Makeup: Dimox
author URI: http://dimox.name/
--------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html {
  background: #008aC0;
}

body {
	font: 11px/14px Tahoma, arial, Verdana, sans-serif;
	color: #333;
	width: 974px;
	margin: 0 auto;
	position: relative;
	background: #FFF;
}
a {
	color: #33BBFF;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {padding: 6px 0}
img {border: none}
input {vertical-align: middle}
blockquote {
	margin: 10px 10px 10px 20px;
	padding: 0 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.center {text-align: center}
.small {font-size: 10px}
.red {color: #FF3B3B}
h1 {
  font-size: 18px;
	line-height: 19px;
	color: #FF3B3B;
	font-weight: normal;
	margin: 15px 0 8px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
position: relative;
z-index: 1000;
	height: 231px;
	position: relative;
	background: #58C2FD url(/img/header.jpg) no-repeat;
}


#top-line {
	color: #FFF;
	background: #9EDDFD;
	font-size: 10px;
	text-align: center;
}

#logo {
	position: absolute;
	top: 17px;
	left: 0;
	width: 290px;
	height: 130px;
	text-indent: -9999px;
}

#nav {
	position: absolute;
	top: 192px;
	left: 0;
	width: 974px;
	height: 38px;
	list-style: none;
	font-weight: bold;
}
#nav li {
  float: left;
	display: inline;
	margin-left: 1px;
	line-height: 38px;
	text-align: center;
	width: 138px;
}
#nav a {
  color: #FFF;
	display: block;
	width: 114px;
	padding: 0 12px;
	height: 38px;
	background: #0CBCBC url(/img/tabs.gif) no-repeat;
	text-decoration: none;
}
#nav a:hover,
#nav .current a {
  background-position: 0 -38px;
}
#nav a.two {
	line-height: 13px;
	height: 32px;
	padding-top: 6px;
}

#top-contacts {
	position: absolute;
	top: 29px;
	left: 297px;
	width: 156px;
	height: 130px;
	padding: 15px 0 0;
	background: #EFFCFC;
	text-align: center;
	color: #999;
}
#top-contacts .phone {
  color: #FF3B3B;
	font-size: 12px;
	padding: 6px 0 4px;
}
#top-contacts .phone strong {font-size: 17px}
.fs12 {font-size: 12px}
.fs14 {font-size: 14px}
.motton-blue {color: #0CC}
.blue1 {color: #33BBFF}
.blue2 {color: #006DFF}
.u {text-decoration: underline}

#search {
  position: absolute;
	top: 158px;
	right: 27px;
}
#search label {
  float: left;
	font-weight: bold;
	color: #D8F3FE;
	padding: 4px 10px 0 0;
}

#search input {
	font: 11px arial, Tahoma;
	float: left;
}
.search {
	width: 175px;
	padding: 2px 4px;
}
.go {
	cursor: pointer;
	border: none;
	width: 10px;
	height: 22px;
	background: url(/img/go.gif) 0 7px no-repeat;
	margin: 0px 0 0 10px;
}

#icons {
  position: absolute;
	top: 164px;
	left: 27px;
}
#icons a {
	float: left;
	display: inline;
  width: 12px;
	height: 11px;
	overflow: hidden;
	margin-right: 65px;
	background: url(/img/icons.gif) no-repeat;
}
#icons a#i2 {background-position: 0 -11px}
#icons a#i3 {background-position: 0 -22px}

#top-adv {
  position: absolute;
	top: 15px;
	right: 9px;
height: 138px; 
width: 460px;
overflow: hidden;
border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
z-index: 0;
position: relative;

	width: 100%;
/**/	overflow: hidden;
	padding: 12px 0;
}
#content {
	width: 100%;
	float: left;
	overflow: hidden;
}
#text {
	padding: 0 237px;
}

.crumbs {
  padding: 10px 0 0;
	color: #33BBFF;
}
.crumbs a {
  background: url(/img/bullet2.gif) 100% 5px no-repeat;
	padding-right: 8px;
	margin-right: 5px;
	text-decoration: none;
}
.crumbs a:hover {
	text-decoration: underline;
}


#cruises,#cruises2 {
  background: url(/img/cruises-bg.gif) no-repeat;
	padding: 0 0 5px;
}
#cruises ul,#cruises2 ul {
  width: 100%;
	overflow: hidden;
}
#cruises li {
  float: right;
	width: 250px;
	list-style: none;
	margin: 5px 0 0 0;
}
#cruises2 li {
  float: left;
	width: 250px;
	list-style: none;
	margin: 5px 0 0 0;
	height: 35px;
}
#cruises img,#cruises2 img { margin: 0 5px 0 0; text-align: center; }//float: left; 
#cruises li a, #cruises2 li a {
  color: #006DFF;
}

#news div {
	margin: 5px 0;
	width: 100%;
	overflow: hidden;
}
#news .date {
  float: left;
	padding-right: 5px;
}
#news .news {
  display: table;
	height: 1%;
	color: #3BF;
}

li#cl { margin-top: 10px; margin-bottom: 10px; width: 500px; height: 20px; background: #fff5d9; padding: 3px 0 0 10px; border-left: 1px dotted #ff3b3b; text-transform: uppercase; }
li#cl b { color: #ff3b3b; }

#nclalt { position: absolute; border: 1px solid #720000; width: 330px; height: 10px; background-color: #FF0000; display: none; padding: 2px; color: #FFFFFF; font-size: 12px; }



/* Sidebars
-----------------------------------------------------------------------------*/
.sidebar {
	float: left;
	width: 207px;
	position: relative;
}
.sl {
	margin-left: -100%;
	padding-left: 9px;
}
.sr {
	margin-left: -216px;
	padding-right: 9px;
}

.block {
  border: 1px solid #B2E7E7;
	background: #EFFCFC;
	margin: 0 0 8px;
	padding: 0 9px 9px;
	height: 1%;
	position: relative;
}
.block.gray {
  background: none;
	border: 1px solid #BBB;
	padding: 35px 9px 9px 9px;
}
.blb {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 207px;
	height: 7px;
	overflow: hidden;
	background: url(/img/block-bottom.gif) no-repeat;
}
* html .blb {bottom: -2px}
.gray .blt {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 207px;
	height: 40px;
	background: url(/img/block-top.gif) no-repeat;
	text-align: center; color: #FFFFFF; font-size: 11px; font-weight: bold; 
}

.gray .blt b { font-size: 14px; line-height: 18px;}

.gray .blb {
	background: url(/img/block-bottom2.gif) no-repeat;
}

.sidebar h3 {
	line-height: 28px;
	height: 28px;
	background: #FF5B5B url(/img/headline1.gif) no-repeat;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	margin: -1px -10px 9px;
	border-bottom: 3px solid #88E7C0;
	position: relative;
}
.sidebar h3.hl2 {
  height: 40px;
	line-height: 18px;
	padding: 5px 0 0;
	background: #FF5757 url(/img/headline3.gif) no-repeat;
}
.icq h3 {
	background: #3B85FF url(/img/headline2.gif) no-repeat !important;
}

img.border {
	border: 3px solid #B2E7E7;
	display: block;
	margin: 0 auto 5px;
}
/*
.price {
  font-size: 14px;
	padding-top: 4px;
}
.price strong {
  font-size: 18px;
}
*/


.price {
	line-height: 25px;
	height: 25px;
	margin: -5px 0 0;
	width: 125px;
	overflow: hidden;
}
.price span {
  font-size: 24px;
	font-weight: bold;
	color: #FF7E00;
}
.price sup {
  font-size: 12px;
	color: #FF7E00;
	font-weight: bold;
	position: relative;
	top: -4px;
}


.block .center {
  padding: 0 0 12px;
}

.oval {
  background: #FFF url(/img/oval.gif) no-repeat;
	padding: 1px 0 2px 6px;
	color: #006DFF;
	text-decoration: none;
}
* html .oval, * html .oval2 {padding: 0 0 2px 6px; display: inline-block;}
*:first-child+html .oval, *:first-child+html .oval2 {padding: 0 0 2px 6px; display: inline-block;}
.oval span {
  background: url(/img/oval.gif) 100% -16px no-repeat;
	padding: 1px 13px 2px 0;
}


.oval2 {
  background: #FFF url(/img/oval2.gif) no-repeat;
	padding: 1px 0 2px 6px;
	color: #006DFF;
	text-decoration: none;
margin-top: 5px;
}

.oval2 span {
  background: url(/img/oval2.gif) 100% -16px no-repeat;
	padding: 1px 13px 2px 0;
}










.search-criuse {
  background: url(/img/search-criuse-bg.gif) 0 30px no-repeat;
	border: 1px solid #FF5151;
	padding-bottom: 18px;
}
.search-criuse .blb {
  background: url(/img/block-bottom3.gif) no-repeat;
}
.icq .blb {
  background: url(/img/block-bottom4.gif) no-repeat;
}
.advanced {
	float: right;
	display: inline;
	width: 70px;
	padding: 2px 0 0;
}

.search-criuse .go {
  width: 97px;
	height: 21px;
	background: url(/img/go2.gif) no-repeat;
	margin: 6px 0 0 5px;
	padding: 0 0 2px;
	float: none;
	font: bold 11px Tahoma, arial;
	color: #FFF;
}

#search-criuse select {
  width: 100%;
	margin: 0 0 3px;
	font-size: 11px;
}

.support {
  background: #C7FaEF url(/img/suppport.jpg) no-repeat;
	height: 102px;
	padding: 9px 0 0 6px;
	margin: 0 0 8px;
	font-weight: bold;
	color: #006DFF;
}
.call {
  color: #FFF;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}
.support .phone {
	color: #0C49a7;
	padding: 2px 0 0;
}
.support .phone strong {
	font-size: 14px;
}

.icq {
  border: 1px solid #BBB;
	background: url(/img/icq-bg.gif) 0 100% no-repeat;
	text-align: center;
	font-weight: bold;
	color: #006DFF;
}
.icq h3 {
  margin-bottom: 5px;
}
#icq {
	text-align: left;
  padding: 10px 0 5px;
	color: #333;
}
#icq span {
	margin-right: 10px;
	line-height: 19px;
	height: 19px;
	display: inline-block;
}
#icq img {
  margin: 0 0 -4px;
}

.criuse .border {
  float: right;
}
.criuse .info {
  clear: both;
}
.criuse.alt {
  background: #DFEEF2;
	margin: 9px -9px;
	padding: 9px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #008aC0 url(/img/footer-bg.gif) 0 31px no-repeat;
	color: #EFFCFC;
	text-align: center;
}
#bottom-nav {
  height: 31px;
  line-height: 31px;
	background: #69C8FD url(/img/bottom-nav.gif) no-repeat;
}
#bottom-nav li {
  display: inline;
	background: url(/img/bullet.gif) 0 5px no-repeat;
	padding: 0 10px 0 18px;
}
#bottom-nav li.first {
  background: none;
}
#bottom-nav a {
  color: #FFF;
	text-decoration: none;
}
#bottom-nav a:hover {
	text-decoration: underline;
}
#copyright {
	height: 83px;
	padding: 23px 0 0;
	line-height: 13px;
}
#copyright a {
  color: #a3FFD9;
	font-weight: bold;
}
#copyright p {
  padding: 5px 0;
}















































.cruise {
  border: 1px solid #D9D9D9;
	background: #FFFCDC;
	padding: 7px;
	overflow: hidden;
	height: 1%;
	margin: 0 0 6px;
}
.cruise a {
  color: #084777;
}
.cruise .image {
  float: left;
	display: inline;
	margin-right: 12px;
	position: relative;
}
.cruise .image img {
  border: 2px solid #C0C0C0;
	display: block;
	margin: 0 0 22px;
}
.cruise .info {
	display: inline;
	position: relative;
width: 340px;

  float: left;
}
.cruise select {
  border: 1px solid #C7BFB1;
	font: 11px Tahoma, Arial;
	position: relative;
	bottom: -2px;
	margin: 5px 8px 0 0;
}
.cruise option {
	padding-right: 5px;
}
.cruise input {
	font: 11px Tahoma, Arial;
}
.cruise .go {
	cursor: pointer;
	border: none;
	width: 55px;
	height: 16px;
	background: #005DA2;
	margin: 7px 0 0;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.cruise .price {
		height: 50px;
	margin: -5px 0 0;
	width: 125px;
	overflow: hidden;
}
/*
line-height: 25px;
height: 25px;
*/

.cruise .price span {
  font-size: 24px;
line-height: 25px;
	font-weight: bold;
	color: #FF7E00;
}
.cruise .price sup {
  font-size: 12px;
	color: #FF7E00;
	font-weight: bold;
	position: relative;
	top: -4px;
}






















.level2  {
  z-index:10;
  overflow:hidden;

}

.parent iframe  {
  display:none;
  position:absolute;
  top:0px;
  left:0px;
  z-index:-1;
  filter:mask();
  width:190px;
  height:200px;
}




#bcent { border: 1px solid red; background-color: #fffcdc; }
#bcent a.z , #bcent a:hover.z  { color: #084777; font-family: Verdana; font-size: 14px; font-weight: bold; }
#bcent a, #bcent a:hover { color: #084777; }
#bcent a:hover.z , #bcent a:hover { text-decoration: none; }

#bcent_pr { text-align:center; font-size: 12px; }
#bcent_pr b { color: #ff7e00; font-size: 20px; font-family: Verdana; }
#bcent_pr span { color: #ff7e00; font-weight: bold; }