/* ----- START LAYOUT COMMON TO ALL PAGES ----- */

/* START ANTI-MARGIN-COLLAPSING */
div#something {
	margin-top: -1px;
	padding-top: 1px;
}
/* END ANTI-MARGIN-COLLAPSING */


/* START FLOAT ENCLOSING ("EASY CLEARING") */
div#holder:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END FLOAT ENCLOSING ("EASY CLEARING") */


/* START OFFSCREEN */
,
div#credits h2 {
	display: inline;
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 0;
	width: 0;
	height: 0;
}
/* END OFFSCREEN */

img, div{
 behavior: url(../../../templates/main/css/iepngfix.htc); 
}

body{
	background: #002671 url(../../../templates/main/images/texture_tile.gif) repeat 0 0;
}

div#holder{
	position:relative;
	width:977px;
	margin:auto;
	background:#DFDCD1;
}
	div#holder h1{
		position:absolute;
		right:10px;
		top:5px;		
		margin:0;
		z-index:1;
	}
	

div#branding h2{
	left:-9999px;
	position:absolute;
}

div#branding{
	position:relative;
	width:977px;
	height:95px;
	background:#fff;
}

	div#branding img.logo{
		margin:9px 0 0 71px;
	}

div#languages h2{
	left:-9999px;
	position:absolute;
}

div#main-content{
	background:#DFDCD1;
	width:706px;
	padding-top:445px;
	padding-left:271px;
	padding-bottom:100px;
	min-height:340px;
	height:auto !important;
	height:340px;
}

.page_reviews div#main-content{
	float:right;
	padding-left:0;
}
.page_reviews div#main-content:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
	div#main-content h2{
		background:url(../../../templates/main/images/h2-bullet.gif) no-repeat;
		padding-left:26px;
	}

	div#main-content p{
		margin-left:26px;
		padding-right:39px;
	}
	div#main-content .partner {
		padding-right:10px;
	}
	div#main-content .partner a {
		float: left; _display: inline;
		margin-right: 20px;
		clear:both;
	}
	div#main-content .partner a img.partner-image {
		margin-bottom:5px;
	}
	div#main-content .partner p a {
		float:none;
		margin-right:0;
	}
	div#main-content .partner:after {
		content: '.';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	div#main-content ul{
		padding-left:55px;
		list-style-image:url(../../../templates/main/images/mod-bullet.gif);
		list-style-type:disc;
	}
	
	div#main-content a.back-link{
		background:url(../../../templates/main/images/back-link-bullet.gif) no-repeat;
		padding-left:10px;
	}
	
	div#main-content:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
div#main-visual{
	position:absolute;
	top:95px;
	width:977px;
	height:430px;
	overflow:hidden;
}

div#main-visual div.bottom{
	background:#A1DCEB;
	width:977px;
	height:23px;
	position:absolute;
	bottom:0;
	_bottom:-1px;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
	z-index:50;
}
div#main-visual p.slideshow-edit{
	top:32px;
	left:239px;
}

div#main-menu h2{
	left:-9999px;
	position:absolute;
}

div#main-menu{
	background:url(../../../templates/main/images/main-menu-bg.png) no-repeat;
	position:absolute;
	top:95px;
	left:0;
	width:977px;
	height:45px;
	z-index:50;
}
	div#main-menu h2 {
			left:-9999px;
			position:absolute;
		}
	
	div#main-menu ul.shortcuts {
		list-style-type:none;
		line-height: normal;
		margin-top:12px;
	}
			
	div#main-menu ul li {
		background:url(../../../templates/main/images/main-nav-div.gif) no-repeat right 1px;
		display:inline;
		line-height: 15px;
		padding:0 10px;
		height:12px;
	}
			
	div#main-menu ul li.last{
		background:none;
	}

div#availability-checker{
	position:absolute;
	top:130px;
	left:28px;
	width:216px;
	height:220px;
	background:#CBCED2;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	z-index:50;
}

div#availability-checker h2{
	background:url(../../../templates/main/images/bullet-arrow.png) no-repeat 21px 4px;_background:url(../../../templates/main/images/bullet-arrow.gif) no-repeat 21px 4px;
	margin-top:30px;
	padding:3px 0 3px 42px;
	border-top:1px solid #BBC0C3;
	border-bottom:1px solid #BBC0C3;
}

	div#availability-checker form#booking-form{
		margin-left:43px;
		z-index:50;
	}	

	div#availability-checker div.date{
		margin:10px 0 6px;
		}
				
	div#availability-checker label{
			display:block;
			}
	
		div#availability-checker div.date input#date-in{ 
			border:1px solid #838E90;
			width:94px;
			height:15px;
			margin-top:2px;
		}
		
		div#availability-checker div.date input#date-out {
			border:1px solid #838E90;
			height:15px;
			margin-top:2px;
			width:94px;
		}
		
		div#availability-checker div.date img#use-calendar{
			position:relative;
			top:5px;
			left:9px;
			cursor:pointer;
		}
		
		div#availability-checker div.date img#date-in-calendar{
			position:relative;
			top:4px;
		}

		div#availability-checker div.date img#date-out-calendar{
			position:relative;
			top:4px;
		}
		
		div#availability-checker div.nights{
			float:left;_display:inline;
			margin-right:13px;
		}	
		
		div#availability-checker div.nights select#nights{
			border:1px solid #838E90;
			height:18px;
			width:36px;
		}
		 
		div#availability-checker div.adults{		
			float:left;_display:inline;
			margin-right:13px;
		}
		
		div#availability-checker div.adults select#adults{
			border:1px solid #838E90;
			height:18px;
			width:36px;
		}
		
		div#availability-checker div.children{
		}
		
		div#availability-checker div.children select#children{
			border:1px solid #838E90;
			height:18px;
			width:36px;
		}
		
		div#availability-checker p.best-rate-guaranteed{
			margin:6px 0 0 13px;
			padding:0;
		}
		
		div#availability-checker button.go{
			background:url(../../../templates/main/images/go-button.gif) no-repeat;		
			border:none;
			height:17px;
			width:132px;
			margin-top:9px;
		}

div#best-rate {
	background:url(../../../templates/main/images/best-rate-bg.png) no-repeat;_background:url(../../../templates/main/images/best-rate-bg.gif) no-repeat;
	position:absolute;
	top:376px;
	right:0px;
	_right:-6px;
	width:129px;
	height:147px;
	z-index:50;
	display:block !important;
}
	
div#best-rate h2{
	left:-9999px;
	position:absolute;
}

	div#best-rate div.mod_ihotelier div.widget-content {
		position:absolute;
		/* width:125px; */
		height:92px;
		top:10px;
		left:16px;
}

div#best-rate div.mod_ihotelier div.widget-content p.from-price{
		margin-left: 5px;
}
	
	div#best-rate div.mod_ihotelier div.widget-content p.from-price span.rooms-available-from span.rooms{
		display:block;
	}
	
	div#best-rate div.mod_ihotelier div.widget-content p.from-price span.rooms-available-from span.available{
		display:block;
	}
	div#best-rate div.mod_ihotelier div.widget-content p.from-price span.rooms-available-from span.from{
		display:none;
		
	}
	
	div#best-rate div.mod_ihotelier div.widget-content p.from-price span.price{
		display:block;
		margin-right:3px;
		margin-top: -5px;
	}
	
	div#best-rate div.mod_ihotelier div.widget-content p.from-price span.price span.currency-symbol{
		margin-right:3px;
		vertical-align:bottom;
		font-size: 1em;
	}
		
	div#best-rate div.mod_ihotelier div.widget-content a.go{
		display:none;
	} 
	
	div#best-rate div.mod_ihotelier div.widget-content ul li{
		display:none;
	} 

div#special-offers{
	position:absolute;
	top:350px;
	left:28px;
	width:216px;
	height:152px;
	background:#CBCED2;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	z-index:50;
}

div#special-offers h2{
	background:url(../../../templates/main/images/bullet-arrow.png) no-repeat 21px 4px;_background:url(../../../templates/main/images/bullet-arrow.gif) no-repeat 21px 4px;
	padding:3px 0 3px 42px;
	border-top:1px solid #BBC0C3;
	border-bottom:1px solid #BBC0C3;
}
	div#special-offers .widget-content{
		padding:0 5px 0 12px;
		position:relative;
	}
	div#special-offers .widget-content ul{
		overflow:hidden;
		height:115px;
	}
	.editMode div#special-offers .widget-content ul{
		overflow-y:scroll;
		height:115px;
	}
	div#special-offers .widget-content .special-offer.hidden{
		display:none;
	}
	div#special-offers .widget-content ul li p{
		width:200px;
	}
		div#special-offers .widget-content li{
			list-style-type:none;
		}



div#news{
	background:url(../../../templates/main/images/news-bg.jpg) no-repeat;
	position:absolute;
	top:502px;
	left:28px;
	width:216px;	
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	z-index:50;
}

div#news p{
	padding-left:12px;
	/* padding-top:5px;
	height:98px;
	margin:0; */
	position:relative;
	top:0;
}

div#news h2{
	background:#CBCED2 url(../../../templates/main/images/bullet-arrow.png) no-repeat 21px 4px;_background:url(../../../templates/main/images/bullet-arrow.gif) no-repeat 21px 4px;
	padding:3px 0 3px 42px;
	border-top:1px solid #BBC0C3;
	border-bottom:1px solid #BBC0C3;
	margin:0;
}

div#photo-gallery{
	position:absolute;
	top:530px;
	left:28px;
	width:216px;
	padding-top:96px;
}

div#photo-gallery h2{
	background:url(../../../templates/main/images/photo-bullet.jpg) no-repeat 23px 0;
	padding:3px 0 5px 52px;
}

div#photo-gallery img.photo{
	width:195px;
	height:118px;
	border:1px solid #FFF;
	margin-left:7px;
}

div#photo-gallery .photos{
	overflow:hidden;
	border:1px solid #FFFFFF;
	height:117px;
	margin-left:7px;
	width:192px;
}

div#photo-gallery div.nav-bar{
	background:url(../../../templates/main/images/gallery-nav-bar.png) no-repeat;
	position:relative;
	bottom:19px;
	left:8px;
	z-index:100;
	width:193px;
	height:17px;
	display:none;
}

div#photo-gallery div.nav-bar span.first{
	position:absolute;
	top:1px;
	left:21px;
}

div#photo-gallery div.nav-bar span.previous{
	position:absolute;
	top:1px;
	left:53px;
}

div#photo-gallery div.nav-bar span.play{
	position:absolute;
	bottom:5px;
	left:80px;
}

div#photo-gallery div.nav-bar span.next{
	position:absolute;
	top:1px;
	right:50px;
}
div#photo-gallery div.nav-bar span.last{
	position:absolute;
	top:1px;
	right:19px;
}

div#guest-comments{
	position:absolute;
	top:780px;
	left:46px;
	height:184px;
	width:186px;
	padding-top:26px;
}
div#guest-comments h2{
	background:url(../../../templates/main/images/comments-bullet.gif) no-repeat 0 0;
	padding:3px 0 5px 25px;
	letter-spacing:0.2em;
}

div#guest-comments p{
	display:inline;
}

div#top-navigation{
	position:absolute;
	top:24px;
	right:15px;
	clear:both;
}

div#top-navigation h2{
	left:-9999px;
	position:absolute;
}

	div#top-navigation ul {
		float:right;_display:inline;
	}
	
	div#top-navigation ul li{
		background:url(../../../templates/main/images/top-nav-div.gif) no-repeat right 2px;
		display:inline;
		list-style-type:none;
		padding:0 6px;
	}

	div#top-navigation ul li.last{
		background:none;
	}
	
	div#top-navigation div.sterlin-logo{
		float:right;_display:inline;
		margin-left:10px;
		margin-top:-3px !important;
}
	
div#footer{
	background:#6E6C6C;
	float:right;_display:inline;
	/*bottom:0;*/
	width:977px;
	height:48px;
	padding-top:18px;
}
	
div#footer h2{
	left:-9999px;
	position:absolute;
}


div#footer ul.shortcuts {
		display:inline;
		list-style-type:none;
	}

	div#footer ul li{
		background:url(../../../templates/main/images/footer-div.gif) no-repeat right 4px;
		display:inline;
		list-style-type:none;
		padding:0 10px;
	}
	
	div#footer ul li.last{
		background:none;
	}
	
	div#footer div.share{
		position:absolute;
		bottom:0;
		left:0;
		width:156px;
		margin-left:28px;
		bottom:8px;
	}
	
	div#footer span.creator{
		position:absolute;
		bottom:11px;
		right:37px;
	}

#map{
	border:1px solid #82A7DE;
}

#mod_flexForms.moduleOutput{
	margin-top:35px;
}
.toolbox-link{
	top:30px!important;
}

div#trip-advisor {
	float:left;_display:inline;
	margin-left:50px;
	margin-top:790px;
	padding-bottom:10px;
}

div#trip-advisor #gems-badge #CDSWIDSSP {
	width:172px !important;
}

div#trip-advisor #gems-badge #CDSWIDSSP .widSSPBranding dd {
	width:155px !important;
}

div#trip-advisor #gems-badge #CDSWIDSSP .widSSPData {
	padding-right:0 !important;
}


/*
playback timings (ms):
  LoadShardBlock: 82.305 (3)
  esindex: 0.013
  captures_list: 107.557
  CDXLines.iter: 18.16 (3)
  PetaboxLoader3.datanode: 90.747 (4)
  exclusion.robots: 0.388
  exclusion.robots.policy: 0.366
  RedisCDXSource: 1.226
  PetaboxLoader3.resolve: 23.389
  load_resource: 43.893
*/