/* index

	- localNavigation
	- booknow
	- table
----------------------------------------------- */


/* globalNavigation
----------------------------------------------- */
#globalNavi li#rooms a {
	display: block;
	text-decoration: none;
	margin: 0;
	width: 160px;
	height: 44px;
	background: url(../../../shared/img/global_navi.gif) no-repeat -160px -44px;
}


/* localNavigation
----------------------------------------------- */
.localNavigation li#room a {
	display: block;
	text-decoration: none;
	margin: 0;
	width: 195px;
	height: 32px;
	background: url(../../../shared/img/local_r.gif) no-repeat 0px 0px;
}

.localNavigation li#special a {
	display: block;
	text-decoration: none;
	margin: 0;
	width: 195px;
	height: 32px;
	background: url(../../../shared/img/local_r.gif) no-repeat -195px -64px;
}


/* booknow
----------------------------------------------- */
ul.booknow {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	text-indent: 0;
	text-align: left;
	float: right;
}

ul.booknow li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	float: left;
}

ul.booknow li a {
	display: block;
	text-decoration: none;
	margin: 0;
	width: 90px;
	height: 22px;
	background: url(../../../shared/img/booknow.gif) no-repeat;
}

ul.booknow li a:hover {
	background: url(../../../shared/img/booknow.gif) no-repeat -90px 0px;
}


/* table
----------------------------------------------- */
.innerBlock5 table {
	margin: 0;
	padding: 0;
	width: 570px;
	border: none;
	border-collapse: collapse;
	clear: both;
}

.innerBlock5 table th,
.innerBlock5 table td {
	vertical-align: top;
	border: none;
}

.innerBlock5 table th {
	margin: 0;
	padding: 0px 10px 10px 0px;
	width: 84px;
	height: 70px;
	text-align: left;
	background: url(../../../shared/img/phobase_s.gif) no-repeat;
	border-bottom: 1px solid #bfbfbf;
}

.innerBlock5 table th img {
	margin: 2px 0px 0px 6px;
}

.innerBlock5 table td {
	margin: 0;
	padding: 0px 0px 10px 0px;
	width: 480px;
	text-align: left;
	border-bottom: 1px solid #bfbfbf;
}

.innerBlock5 table td p {
	padding: 5px 0px 0px 0px;
}

.innerBlock5 table td.spacer {
	margin: 0;
	padding: 10px 0px 0px 0px;
	border: none;
}
