body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/bg-sea.jpg);
	background-position: top right;
	background-attachment: fixed;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link,a:visited {
	color: #174D82;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}


#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#footer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#hd {
	height: 120px;
	position: relative;
}

.logo {
	position: absolute;
	left: 20px;
	top: 30px;
}

#login {
	background: url(../img/bg-login.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
#login-content {
	width: 980px;
	margin: 0 auto;
	padding: 7px 0;
}

/**************    Tab menu    ************************/
.menuBar {
	width: 980px;
	background: url('../img/bgMenu.gif') repeat-x bottom left;
	height: 45px;
}
.mainMenu {
	height:45px;
	text-align: center;
}
.mainMenu td {
	vertical-align: middle;
}
.mainMenu td a, .mainMenu td a:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	padding:0 5px;
}
.mainMenu td.current {
	background: #fff;	
}
.mainMenu td.current a, .mainMenu td.current a:visited {
	display: block;
	color: #174D82;
	text-decoration: none;
}




/***** Bottom *******/
.copy {
	padding: 10px 5px 5px;
	1font-size: 11px;
	1font-family: Arial;
}

.seo {
	font-family: Tahoma;
	font-size: 10px;
	padding: 0 5px;
}

/********** top menu **************/
#topMenu {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/topmenu.gif) no-repeat top left;
	font: 11px/130% Tahoma;
	padding-left: 5px;
}

/************************ main sections *************************/
#mainContent {
	padding: 3px 0 10px 0;
	1background: #fff;
	background: #E5F3FF;
}

.leftBar {
	width: 160px;
	float: left;
}

.mainBarHome {
	width: 765px;
	margin-right:5px;
	float: left;
	padding-left:5px;
}

.mainBar {
	width: 610px;
	float: left;
	padding: 0 5px;
}

.rightBar {
	width: 190px;
	float: left;
	padding: 0 5px;
}
.rightBarMap {
	width: 335px;
	float: left;
	padding: 0 5px;
	margin-top:40px;
}
.intro {
	width: 753px;
	height: 219px;
	background: url(../img/intro.jpg) no-repeat top left;
	position: relative;
	padding-right: 10px;
	color: #174D82;
	text-align: right;
}
.intro h1 {
	font-weight: normal;
	font-size: 38px;
	
}
.intro h2 {
	font-weight: normal;
	font-size: 31px;
}
.intro h3 {
	font-weight: normal;
	font-size: 25px;
}
.phone {
	margin-top: 10px;
	vertical-align: middle;
	font-size: 20px;
}
.phone span {
	font-size: 12px;
}
.popBanner {
	width: 300px;
	height: 267px;
	position: absolute;
	top: -10px;
	left: 300px;
	background-color: white;
	border: solid 3px #FE319C;
	display: none;
}
/********************* bottom menu *********************/

.bt-menu {
	1margin-top: 10px;
	padding: 0 15px;

}

.bt-menu li {
	float: left;
	display: inline;
	margin: 0;
	padding-top: 7px;
}

.bt-menu li.divider {
	color: #B2C1D1;
	margin: 0 0.4em;
}

/******************** Common ********************/
.arrow {cursor: default;}
.hand {cursor:hand;}
.rel {position: relative;}
.marg-t5 {
	margin-top: 5px;
}

.marg-t10 {
	margin-top: 10px;
}
.marg-t20 {
	margin-top: 20px;
}
.marg-l10 {margin-left: 10px;}

.fl-l {
	float: left;
}
.marg-r10 {margin-right:10px;}
.fl-r {
	float: right;
}
.marg-b10 {margin-bottom:10px;}
.marg-b5 {margin-bottom:5px;}
.middle {vertical-align: middle;}
.center1 {margin: 0 auto;}
.center {text-align: center;}
.l {text-align: left;}
.pad20 {padding: 0 20px 20px 20px;}
.hd {font-weight: bold;}
.red-hd {font-weight: bold; color:#990000;}
.infoPanel p, .info p {margin-top: 5px;}
.infoPanel ul {margin:5px 0 0 15px; list-style:disc;}
.infoPanel li {margin-top: 5px;}
.infoPanel h2, .info h2 {font-size: 17px; margin-bottom: 10px;}
.infoPanel hd, .info .hd {margin: 0;}
.odd {background-color:#fff;}
.even {background-color: #F0F0F0;}
.full {width: 95%;}
.fulll {width:100%;}
.nowrap {white-space: nowrap;}
.tableControl {
	text-align:center;
	margin:20px auto;
}
.tableControl a {
	margin-left: 10px;
}
.hide {display: none;}
.noborder {border:0;}
.sep {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AACCEE;
	height: 1px;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.w150 select {width: 170px; margin-bottom:3px;}

.errors, .required {color: red;}
.w60 {width: 60%;}
.w40 {width: 40%;}
/*********************** global messages **********************/

.g-mes {margin:20px auto;}

.info-mes {
	width: 58%;
	margin: 10px auto;
	padding: 5px;
	border: 1px solid red;
	background: #FFF;
	color: red;
}
.warn-mes {
	width: 58%;
	margin: 10px auto;
	padding: 5px;
	border: 1px solid red;
	color: red;
	font-weight: bold;
	background: #E8EDF1;
}
.err-mes {
	width: 58%;
	margin: 10px auto;
	padding: 5px;
	border: 3px double white;
	color: white;
	font-weight: bold;
	background: red;
}
/********************* drop down selectors *******************/
.lbl {text-align: right;}

.drop img {
	vertical-align: middle;
}
.ddm {
	border-color: white;
	color: #174D82;
}
.rich-label-text-decor {
	text-decoration: underline;
}
.ddm .rich-menu-list-bg {
	background: #FFFF99;
}
.rich-menu-item-icon {
	width: 8px;
	margin-right: 2px;
}
.rich-menu-item-hover {
	background: #ACDF12;
	border-color: #ACDF12;
}

/************** rich panel ********************/
.pnl-hd {
	border-bottom: 1px solid #AACCEE;
}

.dark {
	background: #AACCEE;
	padding: 5px 0 5px 5px;
}

.blue {
	background: #B5D4FF;
	padding: 5px;
}

.home-form label {
	display: block;
	margin-top: 5px;
}

.nopad {
	padding: 0;
}
.pnl-160 {
	width: 156px;
}

.pad-panel {margin: 0 20px;}
/********************** main search button style *****************/
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

a.button {
    background: transparent url(../img/bt_a.png) no-repeat scroll top right;
    color: black;
    font-weight: bold;
    display: block;
    float: left;
    height: 35px;
    margin-right: 6px;
    padding-right: 17px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../img/bt_span.png) no-repeat;
    display: block;
    line-height: 14px;
    padding: 10px 15px 11px 33px;
    font-weight: bold;
    color: black;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 11px 15px 10px 33px; /* push text down 1px */
}

/********************* scroll list style *************************/
.bottle {
	background: url(../img/bottle.jpg) no-repeat 100% 50%;
}
ul.scrollList {
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: black;
	list-style-type: none;
}

ul.scrollList li {
	height: 18px;
	line-height: 18px;
	padding: 8px 0px 8px 30px;
	1font-size: 14px;
	1font: Tahoma;
}

ul.scrollList li.markedItem {
	color: #aaaaaa;
}

div#newestOfferParent {
	position: relative;
	1width: 600px;
}

div.newestOfferButton {
	position: absolute;
	top: 60px;
	left: 5px;
}

div.newestOfferButton a {
	display: block;
	width: 19px;
	border: 1px solid #AACCEE;
	text-align: center;
	background: #EBF4FD;
}

ul#newestOffer {
	width: 100%;
	height: 180px;
}

.textred {
	background-color:#047804;
	color: #fff;
	1color: #FF6633;
	font-weight: bold;
	1font-size:14px;
	padding: 0 3px;
}

/**************** Top offers ********************************/
.TopOffer {
	width: 140px;
	height: 185px;
	position: relative;
}
.TopOffer a:link {
	text-decoration:none;
	display:block;
	cursor: pointer;
	width: 140px;
	height:185px;
}
.TopOffer a:hover {background: #EBF4FD;}
.TopOffer:hover {background: #EBF4FD;}

.TopOffer h3 {
	font-size:12px;
	font-weight: bold;
	color: #174D82;
	white-space: nowrap;
	width: 140px;
	overflow:hidden;
}
.TopOffer p {
	font: Tahoma;
	font-size: 11px;
	padding: 3px 0 0 0;
	width: 140px;
	white-space: nowrap;
	overflow: hidden;
}
.pricetag {
	width: 140px;
	height: 20px;
	position: absolute;
	left:0;
	bottom: 0;
	background: #174D82;
}
.pricetag p {
	
	line-height: 20px;
	1font-weight: bold;
	padding: 0;
	color: yellow;
}
.pricetag p span {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-left:3px;
}
.to-body {padding: 5px;}


.section-hd {
	font-size: 17px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	1border: 1px solid #124675;
	background: #02AEFC;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-family: Tahoma;
	margin-bottom: 10px;
}

/**** hotels style ***/

.m-search {
	1background: #EBF4FD;
	background: #fff;
	border: 1px solid #AACCEE;
	padding:10px;
	width:588px;
}

.big-input {
	width: 560px;
	height: 25px;
	background-color:#FAFAFF;
	font-size: 18px;
}


.big label {
	font-weight: bold;
	display: block;
}

.descr, .descr a:link, .descr a:visited {
	font-size: 11px;
	color:#6B8DAF;
}

.rich-calendar-input {
	width:80px;
}

.month {
	font-weight:bold;
	width: 100%;
	text-align:center;
}

.float-input {
	float: left;
	margin: 10px 20px 0 0;
}

.spinner {width:30px;}
.dr-spnr-b {background: #AACCEE;}
.dr-spnr-e {border-bottom-color: #AACCEE;}
.adv-search {
	display: block;
	margin-top: 7px;
	padding-bottom: 3px;
}

/** suggestion box **/
.pop {background-color: #FFFF99;}
.entry {font-size:13px;}
.dest-a {
	color: black;
	background-color:#ACDF12;
	font-weight:bold;
}
.checkout-body {
	width: 940px;
	margin: 10px auto;
	position: relative;
}

.check-tbl td {
	vertical-align: top;	
}
.or {
	width: 57px;
	height: 57px;
	background-image: url(../img/or.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Tahoma;
	font-size: 22px;
	font-weight: bold;
	padding-top: 12px;
}

.or1 {
	position: absolute;
	top: 130px;
	left: 460px;
}

.or2 {
	position: absolute;
	top: 130px;
	left: 605px;
}
.or3 {
	position: absolute;
	top: 130px;
	left: 275px;
}

.r-str, .r {text-align: right;}

/************************** bottom menu (info) *******************/
.infoPanel {padding: 20px; display: inline-block;}

/************ newsletters *********************/
.light {
	background: #DAF3FA;
	border: 1px solid #AACCEE;
}

.green {
	font-size: 14px;
	font-weight: bold;
	color: #174D82;
	margin-bottom: 15px;
}

/*************** insider tips ****************/
.tipList li {margin:7px 0;color:#174D82;}
.tipList ul {margin-left:15px;}
.divide {
	color: #174D82;
	background-color: #B5D4FF;
	border: 2px solid white;
}
.mainBar p, .mainBar td {color:#174D82;}
.bg {width: 100%; background-color: #E5F3FF; text-decoration:none;}
.temps {
	width: 100%;
	border: 1px solid #02AEFC;
	font-family: Tahoma;
}
.temps th {
	background-color: #02AEFC;
	color:#fff;
}

.thick {
	width:300px;
	height:270px;
	border: 3px solid #FE319C;
	padding: 3px;
}
.disc ul {
	list-style-type: disc;
	font-size:11px;
	color: #174D82;
}
/*****************blog*********************/
.mainBlog {
	width: 765px;
	margin-right:5px;
	float: left;
	padding-left:5px;
}

.mainBlogMap {
	width: 620px;
	margin-right:5px;
	float: left;
	padding-left:5px;
}


.mainBlog h2 {
	color: #174D82;
}

td.top {vertical-align: top;}

.zag {
	1width: 480px;
	line-height: 23px; 
}

.posts {
	background: white;
	padding: 10px;
	border-top: 3px double #02AEFC;
	margin-bottom: 15px;
}

.filtered {
	margin: 5px auto;
}

.filtered td {
	background-color: #C2DBF3;
	padding: 10px;
	border: 1px solid #0A7EBE;
}
.galery {
	margin: 20px auto;
	background-color: #C2DBF3;
	border-bottom: 2px solid #99B3CC;
	border-right: 2px solid #99B3CC;
}
.galery img {
	border:2px solid white;
	margin: 3px;
}
.postImg {
	margin-right: 10px;
	border: 3px double #C2DBF3;
}

.hd a {font-weight: bold;}

.picSign {
	width: 140px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	1background: #C2DBF3;
	margin-bottom: 5px;
	margin-right:10px;
	padding:3px;
}

.galery td .picSign {
	width: 70px;
}
.tag, .tag a:link, .tag a:visited {
	font-size: 11px;
	color: #999;
}
.tag span {
	color: black;
	font-weight: bold;
}
.map-content {
	width: 98%;
	height: 400px;
	border: 2px solid #fff;
	margin: 0 auto 5px;
	position: relative;
	z-index: 1;
}
.gmapstooltip {
	font-size: x-small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	border: 1px solid #999;
/*	white-space: nowrap; */
	width: 200px;
	padding: 2px;

}

/* begin css tabs */
 
ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 0 0; /* set margins as desired */
	font: bold 12px verdana, arial, sans-serif;
	border-bottom: 1px solid #174D82; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
	display: inline;
	margin: 0;
}
 
ul#tabnav li.current { /* settings for selected tab */
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}
 
ul#tabnav li.current a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}
 
ul#tabnav li a { /* settings for all tab links */
	padding: 3px 20px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #174D82; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #C2DBF3; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}
 
ul#tabnav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}

.tabcont {
	background: #fff;
	border: 1px solid #174D82;
	border-top: 0;
	padding: 20px 10px;
}

/* end css tabs */

.bl-bt {
	width: 170x;
	height: 62px;
	background: url(../img/bt-blue.jpg) no-repeat;
	margin:5px;
}

/**************  registration window *************/
.abs {
	width: 700px;
	position: absolute;
	left: 60px;
	top: 75px;
	z-index: 100;
}

.feedback {	
	background: #7DBEFF;	
	padding:20px;
}

.fbCont {
	background: #DFEAF8;
	text-align: center;
	padding: 10px;
}

.fbCont h1 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 17px;
	margin-bottom:20px;
}
.thx {
	width: 500px;
	padding:10px;
	position: absolute;
	top:40px;
	left:220px;
	background: #fff;
	color: red;
	border: 1px solid red;	
}
/************ Shadow styles *************/
.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(../img/shadow-grid.gif) repeat;
}
html>body .ydsf {
	margin: 20px -20px -20px 20px;
	background: url(../img/shadow.png) right bottom no-repeat;
}

.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 13px;
	height: 13px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -13px 0 0 auto;
	background-position: right top;
}
.ydsf:after {
	margin: -13px 0 0 -13px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}
html>body .ydsf .inner {
	left: -13px;
	top: -13px;
	margin: 0;
}


/********* end shadow **************/

/******* carousel *************/
#topoffer_carousel {
  float: left;
  1width: 760px;
  margin-bottom: 10px;
  margin-top: 5px;
  position: relative;
}
#topoffer_carousel .container {
  float: left;
  width: 640px;
  position: relative;    
  overflow: hidden;
  margin-left: 16px;
}
#topoffer_carousel ul  {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
}
#topoffer_carousel ul li {
  width: 160px;
  height: 185px;
  list-style:none;   
  float:left;
  display:inline;
  margin:0;
  padding: 0;
}   
#topoffer_carousel .previous_button_big {
  float:left;  
  width: 45px;
  height: 172px;
  background: url(../img/left1.gif);
  z-index: 100;
  cursor: pointer;
}
#topoffer_carousel .previous_button_big_over {
  background: url(../img/left_over1.gif);
}
#topoffer_carousel .previous_button_big_disabled {
  background: url(../img/left_disabled1.gif);
  cursor: default;
}
#topoffer_carousel .next_button_big {
  float:left;  
  width: 45px;
  height: 172px;
  background: url(../img/right1.gif);
  z-index: 100;
  cursor: pointer;
}
#topoffer_carousel .next_button_big_over {
  background: url(../img/right_over1.gif);
}
#topoffer_carousel .next_button_big_disabled {
  background: url(../img/right_disabled1.gif);
  cursor: default;
}

/************* panoramio ********************/
.pano1 {
	width:240px;
	height:180px;
	margin:auto;
	cursor:pointer;
	text-align:center;
	overflow:hidden;
	vertical-align: middle;
}
.pano11 {
	width: 300px;
	height:200px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	margin:0 auto;
}
.prev-pic {
	position: absolute;
	top: 40px;
	border: 2px solid #fff;
	cursor: pointer;
}
.next-pic {
	position: absolute;
	top: 40px;
	right: 1px;
	border: 2px solid #fff;
	cursor: pointer;
}
.slide-body {
	position: relative;
	padding: 0;
}
.slide-hd-p {
	text-decoration: underline;
	margin-left:10px;
	line-height: 20px;
	font-weight: bold;
}
.descr1 {
	font-size: 9px;
	color:#7F9BB3;
	font-family:Tahoma;
	text-align:center;
}

/*************** carousel ********************/
#horizontal_carousel, #webcams_carousel {
  float: left;
  width: 315px;
  margin-bottom: 10px;
  margin-top: 5px;
  position: relative;
  display: inline;
}

#horizontal_carousel .container, #webcams_carousel .container {
  float: left;
  width: 264px;
  position: relative;    
  overflow: hidden;
  display: inline;
}

#horizontal_carousel ul, #webcams_carousel ul  {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
}                      
#horizontal_carousel ul li {
  width: 60px;
  height: 60px;
  list-style:none;   
  float:left;
  display:inline;
  margin:0 2px 0 0;
  padding: 0;
  border: 2px solid #fff;
}
#horizontal_carousel, #horizontal_carousel .container, #horizontal_carousel ul {
	height: 64px;
}


#webcams_carousel ul li {
	width: 132px;
	list-style:none;   
	float:left;
	display:inline;
	margin: 0;
}

#horizontal_carousel ul li.selected {
	border: 2px solid red;
}

#horizontal_carousel .previous_button, #webcams_carousel .previous_button {
  float:left;  
  width: 25px;
  height: 64px;
  background: url(../img/left.gif);
  z-index: 100;
  cursor: pointer;
}
#horizontal_carousel .previous_button_over, #webcams_carousel .previous_button_over {
  background: url(../img/left_over.gif);
}
#horizontal_carousel .previous_button_disabled, #webcams_carousel .previous_button_disabled {
  background: url(../img/left_disabled.gif);
  cursor: default;
}
#horizontal_carousel .next_button, #webcams_carousel .next_button {
  float:left;  
  width: 25px;
  height: 64px;
  background: url(../img/right.gif);
  z-index: 100;
  cursor: pointer;
}
#horizontal_carousel .next_button_over, #webcams_carousel .next_button_over {
  background: url(../img/right_over.gif);
}
#horizontal_carousel .next_button_disabled, #webcams_carousel .next_button_disabled {
  background: url(../img/right_disabled.gif);
  cursor: default;
}
#webcams_carousel .previous_button, #webcams_carousel .next_button {
	margin-top: 20px;
}
