/*Text*/
div#main-content{
	font-size:.9em;
}

div.mod_ihotelier div.widget-content{
	color:#fff;
}
	div.mod_ihotelier div.widget-content p.from-price span.rooms-available-from span.rooms-available span.available{
		text-transform:capitalize;
	}
	div.mod_ihotelier div.widget-content p.from-price span.price span.currency-symbol{
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	div.mod_ihotelier div.widget-content p.from-price span.price span.lowest-rate{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:2.7em;
	}
	div.mod_ihotelier div.widget-content a.go{
		color:#fff;
		text-transform:uppercase;
	}	

div#quick-link h2{
	font-size:1em;
}
div#quick-link h2,
div#quick-link a,
div#quick-link a:visited{
	color:#727272;
}
	div#quick-link h3{
		font-size:.8em;
		text-decoration:underline;
	}
	div#quick-link a.more-link,
	div#recommendations a.more-link{
		color:#363739;
		text-transform:uppercase;
		text-decoration:underline;
	}

div#room-features h2,
div#food-n-drink h2,
div#explore-brisbane h2{
	background:url(../images/featurebox_h2_bg.gif) no-repeat;
	text-align:center;
	margin:0;
	padding-top:12px;
	padding-bottom:14px;
}
div#room-features p,
div#food-n-drink p,
div#explore-brisbane p{
	color:#fff;
}
div#room-features a.more-link,
div#food-n-drink a.more-link,
div#explore-brisbane a.more-link{
	color:#fff;
	text-decoration:underline;
	text-transform:uppercase;
}

div#news h2{
	font-size:1.3em;
	color:#363739;
}
	div#news h3{
		font-size:0.8em;
		text-decoration:underline;
	}
	div#news a.more-link{
		color:#0a93c1;
		text-transform:uppercase;
		text-decoration:underline;
	}

div#recommendations h2{
	font-size:1.3em;
	color:#363739;
	text-transform:none;
}
	div#recommendations ul li span.location{
		color:#363739;
	}


/*Layout*/
div#holder:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#main-content{
	position:absolute;
	float:none;
	top:254px;
	margin-top:0;
	padding-top:0;
	width:245px;
}

div#main-visual{
	width:633px;
	height:357px;
}
	div#main-visual #large-images{
		width:633px;
		height:287px;
		overflow:hidden;
		margin-bottom:5px;
	}
	div#main-visual #thumb-images{
		width:633px;
		height:67px;
		position:relative;
		overflow:hidden;
	}
	div#main-visual #thumb-images a img{
		position:absolute;
		border:none;
	}

	div#main-visual img.left{position:relative; left:15px; top:-50px; cursor:pointer; display:none;}
	div#main-visual img.right{position:relative; left:550px; top:-50px; cursor:pointer; display:none;}
	

div#availability-checker{
	top:462px;
}
	div#availability-checker p.best-rate-guaranteed{
		border-top:1px #fff solid;
		border-bottom:1px #fff solid;
	}

div.mod_ihotelier div.widget-content{
	background:url(../images/rooms_available_bg.png) no-repeat; _behavior: url("iepngfix.htc");
	position:absolute;
	top:240px;
	right:7px;
	width:145px;
	height:145px;
	z-index:16;
}
	div.mod_ihotelier div.widget-content p.from-price{
		text-align:center;
		margin-left:-10px;
		margin-top:15px;
	}
	div.mod_ihotelier div.widget-content p.from-price span.rooms-available-from span.rooms-available span.rooms{
		display:block;
	}
	div.mod_ihotelier div.widget-content p.from-price span.rooms-available-from span.rooms-available span.available{
		display:block;
	}
	div.mod_ihotelier div.widget-content p.from-price span.rooms-available-from span.rooms-available span.from{
		display:none;
		
	}
	div.mod_ihotelier div.widget-content h3.dates-available-header{
		display:none;
	}
	div.mod_ihotelier div.widget-content a.go{
		display:block;
	} 

div#features{
	position:relative;
	float:left; _display: inline;
	background:url(../images/feature_gb.gif) repeat-y;
	margin-top:491px;
	margin-bottom:16px;
	margin-left:16px;	
	_margin-left:8px;
	padding-bottom:105px;
	zoom:1;
}
	div#features:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
div#room-features{	
	float:left; _display: inline;
	width:213px;
	background:#0a93c1;
	text-align:center;	
}
	div#room-features a.more-link{
		position:absolute;
		bottom:10px;
		left:163px;
	}
	div#room-features img.thumb{
		border:1px #fff solid;
		position:absolute;
		bottom:33px;
		left:16px;
	}

div#food-n-drink{
	margin-left:9px;
	float:left; _display: inline;
	width:213px;
	background:#0a93c1;
	text-align:center;
}
	div#food-n-drink a.more-link{
		position:absolute;
		bottom:10px;
		left:385px;
	}
	div#food-n-drink img.thumb{
		border:1px #fff solid;
		position:absolute;
		bottom:33px;
		left:238px;
	}
	
div#explore-brisbane{
	margin-left:9px;
	float:left; _display: inline;
	width:213px;
	background:#0a93c1;
	text-align:center;
}
	div#explore-brisbane a.more-link{
		position:absolute;
		bottom:10px;
		right:14px;
	}
	div#explore-brisbane img.thumb{
		border:1px #fff solid;
		position:absolute;
		bottom:33px;
		right:16px;
	}
	
	div#room-features p,
	div#food-n-drink p,
	div#explore-brisbane p{
		padding:0 13px;
	}


div#quick-link{
	margin-top:491px;
	margin-left:9px;
	margin-bottom:16px;
	width:234px;
	float:left; _display: inline;
}
	div#quick-link h3{
		margin:0;
	}
	div#quick-link p{
		margin:3px 0;
	}
	div#quick-link a.more-link,
	div#recommendations a.more-link{
		float:right; _display: inline;
		padding-right:11px;
	}

div#recommendations{
	background:url(../images/recommendation_bottom_bg.gif) #fff bottom no-repeat;
	margin:0 9px 16px 0;
	padding:0px 10px 10px 10px;
	width:234px;
	float:right; _display: inline;
}
	div#recommendations h2{
		margin:0 0 -70px;
		padding:10px 10px 80px 11px;
		background:url(../images/recommendation_top_bg.gif) no-repeat;
	}
	div#recommendations ul{
		padding:0 11px;
		margin:0;
	}
		div#recommendations ul li{
			list-style-type:none;
		}
	div#recommendations p{
		margin:0;
		padding:0 11px;
	}

div#slogan-bottom {
	clear:both;
}