@charset "utf-8";

#galleryholder {
	float: left;
	width: 465px;
}
/* ------------------------------ Top property tabs ------------------------ */
#tabs {
	float: left;
	width: 465px;
}
.tab {
	float: left;
	display: block;	
	margin: 0 1px 0 0;
	background: url(../../images/panels/gallery/tab-left.jpg) top left no-repeat;
	color: #fff;
	text-decoration: none;
}
.tab .name {
	float: left;
	display: block;	
	font-size: 1.1em;
	padding: 5px 10px;
	cursor: pointer;
	background: url(../../images/panels/gallery/tab-right.jpg) top right no-repeat;
}
/* Change bg on hover */
.tab:hover {
	background: url(../../images/panels/gallery/tab-left-selected.jpg) top left no-repeat;
}
.tab:hover .name {
	background: url(../../images/panels/gallery/tab-right-selected.jpg) top right no-repeat;
}
/* Selected tabs */
.selectedtab {
	background: url(../../images/panels/gallery/tab-left-selected.jpg) top left no-repeat;
}
.selectedtab .name {
	background: url(../../images/panels/gallery/tab-right-selected.jpg) top right no-repeat;
}
/* ------------------------------ Floor plans button ------------------------ */
#floorplans {
	float: right;
	padding: 5px 10px 3px 18px;
	background: url(../../images/panels/gallery/floor-plans-icon.gif) 3px 7px no-repeat;
	font-weight: bold;
	font-size: 1.1em;
}
#floorplans a {
	color: #2f7aa5;
	text-decoration: none !important;
	border-bottom: 1px dotted #2f7aa5;
}
#floorplans a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}
/* ------------------------------ Main image area ------------------------ */
#mainimage {
	float: left;
	position: relative;
	width: 465px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c6c2be;
	background: #000;
}
/* IE bug fix */
#mainimage img.current {
	float: left;
}
/* ------------------------------ 360 view button ------------------------ */
#threesixty {
	position: absolute;
	top: 4px;
	right: 4px;
	clear: both;
} 
#threesixty img {
	behavior: url("includes/htc/iepngfix.htc");
}
/* ------------------------------ Room type selection ------------------------ */
#roomtypes {
	position: absolute;
	left: 0;
	bottom: 0;
	clear: both;
	width: 465px;
	/*height: 32px;*/
	background: url(../../images/panels/gallery/room-type-bg.png) top left no-repeat;
	behavior: url("includes/htc/iepngfix.htc");
}
#roomtypes .left {
	float: left;	
}
#roomtypes .right {
	float: right;
}
#roomtypes .left img, #roomtypes .right img {
	behavior: url("includes/htc/iepngfix.htc");
}
#rooms {
	/*position: absolute;*/
	/*left: 23px;*/
	/*bottom: 3px;*/
	/*clear: both;*/
	float: left;
	width: 419px;
	padding: 2px 0 2px 0;
	font-size: 1.1em;
	text-align: center;
}
#rooms a {
	display: inline-block;
	color: #eef9c1;
	margin: 0 2px;
	padding: 0 0 0 4px;
	text-decoration: none !important;
}
#rooms a span {	
	display: inline-block;
	cursor: pointer;
	padding: 5px 4px 4px 0;	
}
ins {
	text-decoration: none !important;
}
#rooms ins.bg {
	display: inline-block;
	background: url(../../images/panels/gallery/dotted-bg.gif) bottom left repeat-x;	
}
#rooms a:hover, #rooms a.selected {
	color: #000;
	border-bottom: none;
	background: #f6ffd2 url(../../images/panels/gallery/room-selected-left.gif) top left no-repeat;
}
#rooms a:hover span, #rooms a.selected span {
	background: url(../../images/panels/gallery/room-selected-right.gif) top right no-repeat;
}
/* ------------------------------ Thumbnail area ------------------------ */
#photobox {
	float: left;
	width: 465px;
	padding: 8px 0 8px 0;
	background: #a79d95 url(../../images/panels/gallery/photobox-bg.jpg) bottom left repeat-x;
	border-bottom: 3px solid #6e6157;
	text-align: center;
}
#photobox .row {
	float: left;
	width: 100%;
}
#photobox a {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	padding: 10px 20px 10px 20px;
	margin: 0 3px;
	border: 1px solid transparent;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#photobox a span {
	display: inline-block;	
	padding: 4px 0 0 0;
	cursor: pointer;
}
#photobox a img {
	border: 1px solid #c3bcb7;
}
#photobox a:hover, #photobox a.selected {
	border: 1px solid #655e57;
	background: #78706a;
}
/* Removing the border as IE6 doesn't support transparent option */
.ie6 #photobox a, .ie6 #photobox a:hover {
	border: none;
}
/* ------------------------------ Accommodation information box ------------------------ */
#accommodationinfobox {
	float: left;
	width: 429px;
	padding: 15px 15px 10px 18px;
	font-size: 1.1em;
}
#accommodationinfobox h2 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#accommodationinfobox p {
	padding: 10px 0 0 0;
	margin: 0;
	line-height: 1.5em;
}
#accommodationinfobox p.note {
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
}
#accommodationinfobox ul {
	float: left;
	width: 100%;
	padding: 10px 0 3px 0;
	margin: 15px 0;
	background: #f7f4ec;
}
#accommodationinfobox ul li {
	padding: 0 0 7px 18px;
	background: url(../../images/bullets/red-ul-bullet.gif) 9px 4px no-repeat;
}