/* index

	- localNavigation
	- table
	- inner
----------------------------------------------- */


/* 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;
}

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


/* table
----------------------------------------------- */
.innerBlock5 table {
	margin: 0;
	padding: 0;
	width: 282px;
	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 0px 0px;
	width: 122px;
	height: 119px;
	background: url(../../../shared/img/phobase_m.gif) no-repeat;
	text-align: left;
}

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

.innerBlock5 table td {
	margin: 0;
	padding: 0px 5px 0px 0px;
	width: 145px;
	text-align: left;
}

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

.innerGuest3 table {
	margin: 15px 0px 0px 0px;
	padding: 0;
	width: 282px;
	border: none;
	border-collapse: collapse;
	clear: both;
}

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

.innerGuest3 table th {
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 157px;
	text-align: left;
}

.innerGuest3 table th img {
	margin: 2px 0px 0px 4px;
}

.innerGuest3 table td {
	margin: 0;
	padding: 3px 0px 0px 0px;
	width: 125px;
	text-align: left;
}

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


/* inner
----------------------------------------------- */
.innerGuest1 {
	margin: 0;
	padding: 0;
	width: 282px;
	float: left;
}

.innerGuest2 {
	margin: 0;
	padding: 0;
	width: 282px;
	float: right;
}

