body{
	background:#031328;
	height:100%;
}

div#holder{
	width:964px;
	margin:auto;
	position:relative;
	background:#fff;
}
	div#holder h1{
		margin:0;
		padding:0;
		position:absolute;
		bottom:10px;
		left:200px;
	}

div#branding{
	width:100%;
	background:#051832;
	height:139px;
	border-bottom:3px solid #fff;
}
	div#branding h2{
		position:absolute;
		left:-9999px;
	}
	div#branding .main-logo{
		margin-top:26px;
		margin-left:33px;
	}
	div#branding .alt-logo{
		position:absolute;
		bottom:16px;
		left:17px;
	}
	
div#languages{
	position:absolute;
	top:25px;
	right:33px;
}
	div#languages h2{
		position:absolute;
		left:-9999px;
	}
	div#languages ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	div#languages ul li{
		display:inline;
		border-right:1px solid #fff;
		padding:0 6px;
	}
	div#languages ul li.last{
		border-right:none;
		padding-right:0px;
	}

div#main-content{
	margin-top:308px;
	float:right;_display:inline;
	width:676px;
	padding:19px 15px 0 15px;
	margin-bottom:19px;
	zoom:1;
	position:relative;
}
div#main-content:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}


	div#main-content ul.shortcuts{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	div#main-content ul.shortcuts li{
		display:inline;
		border-right:1px solid #DFB513;
	}
	div#main-content ul.shortcuts li a{
		padding:3px 5px;
	}
	div#main-content ul.shortcuts li.shortcut1 a{
		padding-left:0;
	}
	div#main-content ul.shortcuts li.last{
		border-right:none;
	}
	
	div#main-content .list-left{
		float:left;_display:inline;
		width:45%;
	}
	div#main-content .list-right{
		float:right;_display:inline;
		width:45%;
	}
	div#main-content #directors-list .person{
		margin-top:1.5em;
		display:block;
		zoom:1;
	}
	div#main-content #directors-list .person:after{
		clear:both;
		content:".";
		display:block;
		height:0;
		visibility:hidden;
	}
	div#main-content #directors-list .person .photo{
		float:left;_display:inline;
		margin: 0 10px 10px 0;
	}

div#main-visual{
	width:706px;
	height:305px;
	position:absolute;
	top:142px;
	right:0;
	background:#999;
	overflow:hidden;
}

div#main-menu{
	position:absolute;	
	top:142px;
	left:0;
	height:305px;
	/*height:323px;*/
	width:258px;
	background:url(../images/main-menu-bg.gif) repeat-x;
	background-color:#c59c09;
}
	div#main-menu h2{
		position:absolute;	
		left:-9999px;
	}
	
	div#main-menu ul.shortcuts{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	div#main-menu ul.shortcuts li{
		background:url(../images/menu-item-bg.png) repeat-x;
		_background:url(../images/menu-item-bg.gif) repeat-x;
	}
		div#main-menu ul.shortcuts li.level1{
			margin-top:1px;
		}
		div#main-menu ul.shortcuts li.level1 a{
			/*padding:7px 20px;*/
			padding:5px 20px;
			display:block;
		}
			div#main-menu ul.shortcuts li.level1 ul.menuLevel2{
				list-style-type:none;
				margin:0;
				padding:0;
			}
			div#main-menu ul.shortcuts li.level1 ul.menuLevel2 li a{
				padding:2px 26px;
			}


div#availability-checker{
	position:absolute;
	top:447px;
	/*top:465px;*/
	left:2px;
	width:251px;
	height:141px;
	border-top:none;
	border-right:2px solid #cca51a;
	border-bottom:2px solid #cca51a;
	border-left:2px solid #cca51a;
	z-index:3;
}

.loggedIn div#availability-checker{
	z-index: 0;
}

	div#availability-checker div.content{
		position:absolute;
		top:0;
		left:0;
		width:233px;
		height:129px;
		background:url(../images/bookingmask-bg.gif) top left #f9e69c repeat-x;
		padding:6px 9px;
	}
	div#availability-checker h2{
		position:relative;
		top:-41px;
		left:75px;
		padding:13px 0 0 0;
		text-align:center;
		background:url(../images/tab3.gif) top left no-repeat;
		height:23px;
		width:107px;
		cursor:pointer;
	}
		div#availability-checker.on h2{
			background:url(../images/tab3selected.gif) top left no-repeat;
		}
	div#availability-checker label{
		display:block;
		cursor:pointer;
	}
	div#availability-checker input,
	div#availability-checker select{
		border:1px solid #a17c0a;
	}
	div#availability-checker #property{
		width:116px;
		border:1px solid #a17c0a;
	}
	div#availability-checker #date-in{
		width:116px;
		height:16px;
		
	}
	div#availability-checker div.property{
		margin-bottom:5px;
	}
	div#availability-checker div.date{
		margin-bottom:5px;
		position:relative;
	}
		div#availability-checker #use-calendar{
			position:absolute;
			top:18px;
			left: 123px;
			cursor:pointer;
		}
		div#availability-checker #date-format-helper{
			position:absolute;
			top:18px;
			left: 123px;
			cursor:pointer;
		}
	div#availability-checker div.nights{
		float:left;_display:inline;
	}
	div#availability-checker div.adults{
		float:left;_display:inline;
		margin:0 5px;
	}
	div#availability-checker div.children{
		float:left;_display:inline;
	}
	div#availability-checker button.go{
		border:none;
		background:url(../images/booknow.gif) no-repeat;
		width:99px;
		height:24px;
		position:absolute;
		bottom:5px;
		right:5px;
		cursor:pointer;
	}
	div#availability-checker button.go:hover{
		background:url(../images/booknow-hover.gif) no-repeat;
	}
	div#availability-checker p.best-rate-guaranteed{
		position:absolute;
		top:-11px;
		right:0;
	}

div#special-offers{
	position:absolute;
	top:447px;
	/*top:465px;*/
	left:2px;
	width:251px;
	height:141px;
	border-top:none;
	border-right:2px solid #cca51a;
	border-bottom:2px solid #cca51a;
	border-left:2px solid #cca51a;
	z-index:2 !important;
}
	div#special-offers div.content{
		position:absolute;
		top:0;
		left:0;
		width:247px;
		height:137px;
		background:#fff;
		padding:2px;
	}
	div#special-offers h2{
		position:relative;
		top:-36px;
		left:84px;
		padding:13px 0 0 0;
		text-align:center;
		margin:0;
		height:23px;
		width:63px;
		background:url(../images/tab2.gif) top left no-repeat;
		cursor:pointer;
	}
	div#special-offers.on h2{
		background:url(../images/tab2selected.gif) top left no-repeat;
	}
	div#special-offers .offer-image{
		float:left;_display:inline;
		margin:3px 3px 25px 0;
		
	}
	div#special-offers .offer-image img{
		border:1px solid #051832;
		display: block;
		width: 70px;
		height: 70px;
	}
	div#special-offers .offer-text{
		margin:0;
	}
	div#special-offers h3{
		margin:0;
		padding:0;
		clear: both;
	}
	div#special-offers h4{
		margin:0;
		padding:0;
	}
	div#special-offers .rotator li{
		float:left;_display:inline;
		width:247px;
		height:137px;
		background:url(../images/bookingmask-bg.gif) top left #f9e69c repeat-x;
		position:relative;
	}
	div#special-offers a.booking-link{
		display:block;
		height:16px;
		width:100%;
		background:url(../images/booknow-bg.gif) repeat-x;
		clear:both;
		text-align:center;
		padding-top:2px;
		position:absolute;
		bottom:1px;
		left:0;
	}

div#best-prices{
	position:absolute;
	top:447px;
	/*top:465px;*/
	left:2px;
	width:251px;
	height:141px;
	border-top:none;
	border-right:2px solid #cca51a;
	border-bottom:2px solid #cca51a;
	border-left:2px solid #cca51a;
	z-index:1;
}
	div#best-prices div.content{
		position:absolute;
		top:0;
		left:0;
		width:247px;
		height:137px;
		background:#fff;
		padding:2px;
	}
	div#best-prices h2{
		position:relative;
		top:-36px;
		left:0px;
		padding:13px 0 0 0px;
		text-align:center;
		margin:0;
		height:23px;
		width:85px;
		background:url(../images/tab1.gif) top left no-repeat;
		cursor:pointer;
	}
	div#best-prices.on h2{
		background:url(../images/tab1selected.gif) top left no-repeat;
	}
		
	div#special-offers .rotator,
	div#best-prices .rotator{
		list-style-type:none;
		margin:0;
		padding:0;
		position:relative;
		width:247px;
		height:137px;
		overflow:hidden;
	}	
	div#special-offers .rotator.edit{		
		overflow:scroll;
	}	
	
	div#best-prices .rotator li{
		float:left;_display:inline;
		width:247px;
		height:137px;
		background:#fff;
	}
	div#best-prices dl{
		width:247px;
		margin:0;
	}	
	div#best-prices dl dt{
		float:left;_display:inline;
		width:59px;
		height:24px;
		background:#051831;
		margin-top:3px;
		padding:6px 0 0 5px;
	}
	div#best-prices dl dd{
		float:right;_display:inline;
		width:173px;
		height:24px;
		margin-left:0;
		margin-top:3px;
		padding:6px 0 0 5px;
		background:url(../images/field-bg.gif) no-repeat;
	}
	
	div#best-prices a.booking-link{
		display:block;
		height:16px;
		background:url(../images/booknow-bg.gif) repeat-x;
		clear:both;
		text-align:center;
		padding-top:2px;
		position:relative;
		top:20px;
		left:0;
	}	div#best-prices p.booking-links{
		margin:0;
	}
	div#special-offers ul.rotator-nav,
	div#best-prices ul.rotator-nav{
		margin:0;
		padding:0;
		list-style-type:none;
		position:absolute;
		top:103px;
		left:2px;
		width:247px;
	}
	div#special-offers ul.rotator-nav li.prev,
	div#best-prices ul.rotator-nav li.prev{
		float:left;_display:inline;
		background:url(../images/prev.gif) left no-repeat;
		padding-left:16px;
		cursor:default;
	}
	div#special-offers ul.rotator-nav li.next,
	div#best-prices ul.rotator-nav li.next{
		float:right;_display:inline;
		background:url(../images/next.gif) right no-repeat;
		padding-right:16px;
		cursor:default;
	}
	div#special-offers ul.rotator-nav li.prev.link,
	div#special-offers ul.rotator-nav li.next.link,
	div#best-prices ul.rotator-nav li.prev.link,
	div#best-prices ul.rotator-nav li.next.link{
		cursor:pointer;
	}

div#location-map{
	float:left;_display:inline;
	width:251px;
	height:171px;
	margin-top:448px;
	margin-left:2px;
	background:url(../images/fallback-location-map.jpg) no-repeat;
	margin-bottom:19px;
	border-right:2px solid #cca51a;
	border-bottom:2px solid #cca51a;
	border-left:2px solid #cca51a;
	overflow:hidden;
}
	div#location-map h2{
		background:url(../images/location-map-heading.gif) repeat-x;
		height:25px;
		margin:0;
		padding:5px 5px 0 5px;
	}

div#location-details{
	float:left;_display:inline;
	width:249px;
	zoom:1;
	padding:0 3px;
}
div#location-details:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

div#group-hotels{
	position:absolute;
	/*top:100px;*/
	top:110px;
	right:32px;
}
	div#group-hotels h2{
		position:absolute;
		left:-9999px;
	}
	div#group-hotels ul.shortcuts{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	div#group-hotels ul.shortcuts li{
		display:inline;
		background: url(../images/lil-fairy.gif) left center no-repeat;
	}
	div#group-hotels ul.shortcuts li a{
		padding-left:26px;
		padding-right:5px;
	}
	div#group-hotels ul.shortcuts li.last a{
		padding-right:0px;
	}

div#utility-links{
	position:absolute;
	top:65px;
	right:32px;
}
	div#utility-links h2{
		position:absolute;
		left:-9999px;
	}
	div#utility-links ul.shortcuts{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	div#utility-links ul.shortcuts li{
		display:inline;
	}
	div#utility-links ul.shortcuts li a{
		padding-left:5px;
		padding-right:5px;
	}
	div#utility-links ul.shortcuts li.last a{
		padding-right:0px;
	}
	div#utility-links ul.shortcuts li.active a{
		cursor:default;
	}

div#news-ticker,
div#inner-menu{
	position:absolute;
	top:142px;
	right:0;
	background:url(../images/news-ticker-bg.png) repeat-x;
	width:706px;
	height:29px;
	z-index:100;
}
	div#news-ticker dl{
		margin:0;
		height:10px;
		overflow:hidden;
		padding:5px;
		display: none;
	}
	div#news-ticker dt{
		float:left;_display:inline;
		margin-right:10px;
	}
	div#news-ticker dd.other{
		display:none;
	}
	#news-ticker p.text{
		overflow: hidden;
		white-space: nowrap;
		height: 20px;
		line-height: 17px;
		margin: 5px;
		padding: 0;
	}
	#news-ticker a{
		display: block;
		float: left;
	}
	#newsTickerOverlay{
		position: absolute;
		top: 0;
		right: 0;
	}
div#slogan{
	position:absolute;
	top:416px;
	right:0;
	background:url(../images/slogan-bg.png) repeat-x;
	width:684px;
	height:21px;
	padding:5px 11px;
	z-index:100;
}
	div#slogan p{
		margin:0;
		padding:0;
	}

div#join-email{
	position:absolute;
	bottom:80px;
	right:62px;
	width: 135px;
}
	div#join-email .email-entry{
		float:left;
	}
	div#join-email label{
		position:absolute;
		left:-9999px;
	}
	div#join-email #email-address{
		background:#031225;
		border:none;
		width:110px;
		height:16px;
	}
	div#join-email .go{
		background:#c69d0b;
		border:none;
		width:22px;
		height:18px;
		float:right;
		text-align:center;
	}
	
a.rssLink {
	position: absolute;
	bottom: 5px;
	right: 105px;
	background: transparent url(../images/rss.png) 0 20px no-repeat;
	height: 40px;
	line-height: 20px;
	width: 93px;
	display: block;
	z-index: 100;
	color: #fff;
	text-decoration: none;
}
a.rssLink#rssLinkOffers{
	right: 5px;
}

div#fine-print{
	position:absolute;
	bottom:50px;
	left:198px;
	width:555px;
}
	div#fine-print p{
		margin:0;
		padding:0;
	}

div#fine-print2{
	position:absolute;
	bottom:30px;
	left:198px;
	width:555px;	
}
	div#fine-print2 p{
		margin:0;
		padding:0;
	}

div#alt-menu{
	clear:both;
	height:99px;
	background:#041831;
	/*padding:30px 0 0 198px;*/
	padding:9px 0 0 100px;
}
	div#alt-menu h2{
		position:absolute;
		left:-9999px;
	}
	div#alt-menu ul.shortcuts{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	div#alt-menu ul.shortcuts li{
		display:inline;
	}
	div#alt-menu ul.shortcuts li a{
		padding-left:15px;
	}
	div#alt-menu ul.shortcuts li.shortcut1 a{
		padding-left:0px;
	}
	

/*pukkaDownloads WIDGET*/
.widget_viewMediaAttachments ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.widget_viewMediaAttachments .mediaAttachmentItem{
	margin-top:15px;
	clear: both;
}
.widget_viewMediaAttachments .mediaAttachmentItemTitle{
	margin-top: 0;
	display:block;
	background:url(../images/row-expand.gif) no-repeat 0 0;
	padding: 0 6px;
	height: 28px;
	line-height: 28px;
}
.widget_viewMediaAttachments .mediaAttachmentItemTitle.link{
	cursor:pointer;
}
.widget_viewMediaAttachments img.mediaAttachmentItemImage{
	float:left;
	margin:5px 10px 5px 0;
	padding:2px;
	border:1px solid #051832;
}
.widget_viewMediaAttachments .mediaAttachmentItemSummary{
	float:none;
	display:block;
	clear:both;
	margin-top:15px;
}
.widget_viewMediaAttachments .mediaAttachmentItemSummary li{
	display:inline;
	margin-left:10px;
}
.widget_viewMediaAttachments .mediaAttachmentItemSummary li.first{
	margin-left:0;
}
/*END pukkaDownloads WIDGET*/

p.slideshow-edit{
	top:30px!important;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}


#facebookLink{
	position: absolute;
	bottom: 50px;
	right: 176px;
}

#twitterLogo{
	position: absolute;
	bottom: 50px;
	right: 150px;
}

#googleplus{
	position: absolute;
	bottom: 48px;
	right: 70px;
}

#iberiaLogo{
	position: absolute;
	bottom: 48px;
	right: 14px;
}


#videoList {
	position: absolute;
	top: 237px;
	left: 0;
	width: 210px;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
}


#videoList a {
	color: #fff;
	line-height: 75px;
	text-decoration: none;
}

#videoList ul {
	background-color: #f6dc73;
	list-style: none;
	margin: 0;
	padding: 0;
	zoom: 1;
}

#videoList ul li {
	height: 75px;
	width: 100px;
	margin: 2px;
	float: left;
	position: relative;
}
#videoList ul li span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}
#videoKnob{
	display: block;
	background: transparent url(../images/video_hace.png) top left no-repeat;
	_background: transparent url(../images/video_hace.gif) top left no-repeat;
	width: 148px;
	height: 68px;
}

.mediaAttachmentItem:after , #videoList ul:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}


#page_specialoffers #mod_pukkaPackages h3.itemPreviewCategoryTitle {
	font-size: 2em;
	margin: 20px 0 10px;
}

#special-box-offers{
	position:relative;
	clear:both;
	margin: 15px 0 10px;
}

#special-box-offers .box-offers{
	float: left; _display:inline;
	margin-right:12px;
}

#special-box-offers p{
	text-align:center;
}


#page_home #main-content p {
	line-height: 1em;
	font-size: 0.95em;
}

#page_home div#slogan{
	right: 241px;
	width: 443px;
}

div#free-logos{
	position:absolute;
	right:10px;
	top:10px;
	width:332px;
	height:50px;
}


#wifiLogo{
	position: static;
	top: 0;
	right: 14px;
	z-index: 110;
	padding-top:7px;
	float:right;_display:inline;
	
}

#wifiLogo .wifi-logo{
	float:left; _display:inline;
	margin-right:10px;
}

#wifiLogo .wifi{
	float:left; _display:inline;
	text-align: center;
	font-size: 0.9em;
	line-height: 1em;
	margin-top: 7px;
	margin-left:5px;
	margin-right:5px;
}

div#parking-logo{
	float:right;_display:inline;
	padding-top:7px;
}

div#parking-logo img.parking-logoimg{
	float:left;_display:inline;
	margin-right:10px;
}
div#parking-logo span.parkingtxt{
	float:left;_display:inline;
	text-align: center;
	font-size: 0.9em;
	line-height: 1em;
	margin-top: 7px;
	margin-left:5px;
	margin-right:5px;
}

div#IVA-logo{
	float:right;_display:inline;
}	
div#IVA-logo img.iva-logoimg{
	float:left;_display:inline;
	margin-right:10px;
	
}	

#wifiLogo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#time-weather {
	position: absolute;
	top: 418px;
	right: 10px;
	z-index: 101;
	padding: 5px;	
	color: #DEB408;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

#time-weather span#digital-clock, #weather span.temp{
	color: #fff;
}

#time-weather h2 {
	display: inline;
}
#time-weather p.title {
	display: inline;
}
#time-weather p.title a, #time-weather p.title a:visited, #time-weather p.title a:hover{
	color: #DEB408;
	
}
#digital-clock {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid;
}

#weather {
	display: inline;
	margin-left: 5px;
}
#weather span.text {
	text-transform: capitalize;
	display: none;
}

.feature-image {
	behavior: url(/iepngfix.htc);
	margin-left:0;
}
*+html .feature-image {
	margin-left:0px;
}




#feature-box{
	color:#fff;
	position:absolute;
	top:195px;
	right:15px;
	width:222px;
	height:206px;
	background:url(../images/features-bg-new.png) no-repeat;
	text-align:center;
	z-index:100;
}
#feature-box ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width: 218px !important;
}
#feature-box .feature-list{
	width:218px;
	height:125px;
}

#feature-box .feature-list li{
	top:0;
	left:0;
	text-align:center;
	padding-left:2px;*padding-left:0;
	height:145px;
}

#feature-box .feature-list li.bestPrice{
	height:62px;
	width:152px;
}
#feature-box .feature-list li.bestPrice p.from-price{
	position:absolute;
	left:0;
	top:31px;
	background:url(../images/bestrate_bg.gif) no-repeat 0 0;
	height:100px;
	width:208px;
	margin-left:4px;
	_margin-left:2px;
	padding-bottom:5px;
	padding-right:5px;
	padding-top:5px;
}
*+html #feature-box .feature-list li.bestPrice p.from-price{
	margin-left:2px;
	
}
#feature-box .feature-list li.bestPrice p.from-price a.feature-booking{
	top:77px !important;
	margin-left:-12px;
}

#feature-box .feature-list li.bestPrice .price{
	position:absolute;
	left:115px;
	top:4px;
	width:100px;
}
#feature-box .feature-list li.bestPrice .rooms-available-from{
	color:#DEB408;
	font-size:1.3em;
}
#feature-box .feature-list li.bestPrice .rooms-available{
	display:block;
	margin-left:11px;
	font-size:2em;
}
#feature-box .feature-list li.bestPrice .from{
	display:block;
	margin:-5px 0 0 32px;
	font-size:1.7em;
}
#feature-box .feature-list li.bestPrice .currency-symbol{
	font-size:1.8em;
	clear:both;
	float:left;_display:none;
	margin:0 3px 0 0;
}
#feature-box .feature-list li.bestPrice .lowest-rate{
	margin-top:5px;
	font-size:3.5em;
	display:block;
}

#feature-box .feature-list li.alt{
	display:none;
}
	#feature-box .feature-list.edit{
		overflow:scroll;
		height:150px;
		
	}
	#feature-box .feature-list.edit li{
		display:block!important;
		position:relative;
		top:0px;
		left:0;
		
	}

#feature-box .widget-content li h3 {
	color:#DEB408;
	font-family:Gil,Helvetica,sans-serif;
	font-size:0.9em;
	margin-bottom:4px;
	margin-left:7px;
	margin-top:6px;
	text-align:left;
	text-transform:uppercase;
	width:145px;
}

#feature-box .widget-content li img.itemPreviewImage {
	border-left:2px solid #071F41;
	border-right:2px solid #071F41;
}

#feature-box .feature-subheading{
	color:#deb408;
	text-transform:capitalize;
	font-size:0.9em;
	font-family:Gil, Helvetica, sans-serif;
	
	
	width:125px;
	margin:2px auto 0 7px;
	text-align:left;
}
#feature-box .widget-content li p.no-available-rate{
	font-size:1.2em;
}
#feature-box .widget-content li p{
	width:125px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:.9em;
	margin:2px auto 0 7px;
	text-align:left;
}
#feature-box .feature-booking{
	font-family:Gil, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:600;
	color:#fff;
	text-decoration:none;
	background:url(../images/booknow-btn.gif) no-repeat;
	width:80px;
	height:20px;
	text-align:center;
	padding-top:5px;
	margin-left:-5px;
	
	position:absolute;
	top:114px;
	left:141px;
	
}
#feature-box .feature-booking:hover{
	color:#deb408;	
}

#feature-box #pager {
	left:82px;
	position:relative;
	top:-140px;
	z-index:50;
	height:20px;
}

#feature-box #pager a{
	display:inline;
	color:#deb408;
	text-decoration:none;
	font-size:0.9em;
}

#feature-box #pager a.activeSlide{
	color:#ffffff;
	text-decoration:none;
}

#feature-box .close-btn{
	color:#fff;
	text-align:center;
	background:url(../images/close.gif) no-repeat right 5px;
	padding-right:15px;
	
	position:absolute;
	top:10px;
	left:38%;
	cursor:pointer;
}
#open-features{
	color:#fff;
	text-align:center;
	background:url(../images/open.png) no-repeat;
	padding-right:15px;
	
	position:absolute;
	top:205px;
	right:75px;
	width:60px;
	height:20px;
	cursor:pointer;
	z-index:4;
}
#open-features.edit{	
	top:150px;
}
#open-features p{
	margin:0;
	padding:0;
	text-align:center;
	padding-right:10px;
}

#main-visual .toolbox-link{
	top:25px;
}

div#gds-codes{
	position:absolute;
	bottom:30px;
	left:173px;
}
	div#gds-codes ul{
		list-style-type:none;
		
	}
		div#gds-codes ul li{
		display:inline;
		padding-right:8px;
	}
	
/*best rate widget-features box*/
div#feature-box ul li div.widget-content{
		position:absolute;
		top:0;
		left:0;
		width:218px;
		height:137px;
		padding:2px;
	}
	div.widget-content dl{
		width:210px;
		margin:0;
		font-size:0.9em;
	}	
	*+html div.widget-content dl{
		margin-right:3px;
	}
	div.widget-content dl dt{
		float:left;_display:inline;
		height:14px;
		margin-top:12px;		
		text-align:left;
		clear:both;
		font-weight:bold;
	}	
	*+html div.widget-content dl dd.date{
	margin-top:12px !important;	
	margin-left:14px !important;
	}
	div.widget-content dl dd{
		float:left;_display:inline;
		width:123px;
		height:14px;
		margin-left:0;
		margin-top:0px;
		padding:6px 0 0 5px;
		background:url(../images/field-bg.gif) no-repeat;
		color:#333333;
		font-weight:bold;
	}
	div.widget-content dl dd.date{
		width:102px;
		margin-top:6px;
	}
	*+html div.widget-content dl dd{
		padding-top:12px;
	}	
	div.widget-content a.booking-link{
		bottom:18px !important;
	}
	
div#additonal-images {
	border-bottom:2px solid #CCA51A;
	border-left:2px solid #CCA51A;
	border-right:2px solid #CCA51A;
	float:left;_display:inline;
	clear:left;
	height:171px;
	margin-bottom:19px;
	margin-left:2px;
	_margin-left:1px;
	margin-top:-19px;
	width:251px !important;
}

*+html div#additonal-images{
	height:173px;
}

div#additonal-images a.newsletter img {
	border-top:2px solid #CCA51A;
}

/*groupHomeBRW*/
#feature-box-groupBRW{
	background:url(../images/bg-BRW.png) no-repeat;
	width:231px;
	height:152px;
	overflow:hidden;
	color:031328;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	position:absolute;
	top:195px;
	right:15px;
	z-index:100;
}
#feature-box-groupBRW ul {
	list-style-type:none;
	padding-left:0;
	margin-top:0;
	width:212px;
	height:130px;
	padding-top:0;
	position:absolute;
	top:24px;
	left:5px;
}
#feature-box-groupBRW ul li {
    height: 130px;
    margin-left: 14px;
}
#feature-box-groupBRW ul li a{
	color:031328;
}
#feature-box-groupBRW ul li .widget-content dl{
	width:auto;
}
#feature-box-groupBRW ul li .widget-content dl dt.hotelname{
	display:none;
}
#feature-box-groupBRW ul li .widget-content dl dd{
	background:none;
}
#feature-box-groupBRW ul li .widget-content dl dd.hotelname{
	font-size:1.65em;
	float:none;
	margin-bottom:10px;
	width:201px;
	font-weight:bold;
	margin-top:0;
	margin-left:-4px;
}
#feature-box-groupBRW ul li .widget-content dl dd.price{
	font-size:2.5em;
	color:#ffffff;
	padding-top:0;
	margin-top:px;
	float:left;
	/*width:58px;*/
}
#feature-box-groupBRW  .content-brw {
	margin-top:5px;
}
#feature-box-groupBRW  .content-brw .pager{
	float:right;
	width:55px;
	position:relative;
}
#feature-box-groupBRW  .content-brw .pager a{
	color:#ffffff;
}
#feature-box-groupBRW  .content-brw .pager a.activeSlide{
	color:#000000;
}

#feature-box-groupBRW .booking-links .booking-link{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:0.8em;
	padding: 4px 5px 7px;
	text-decoration:none;
	background:url(../images/booking-link-btn.gif) no-repeat scroll 0 0;
	text-align:center;
	text-transform:uppercase;
	display:inline-block;
	color:#000000;
	width:59px;

}
#feature-box-groupBRW .booking-links{
	background:url(../images/booking-link-btn-right.gif) no-repeat right top;
	height:23px;
	position:absolute;
	top:74px;
	right:10px;
	display:inline-block;
	width:71px;
}
body#page_home div#feature-box-groupBRW ul.bestraterotator li{
	width:192px;
}
