@charset "utf-8";
/* CSS Document */
.map_area {
	width: 630px;
	height: 400px;
	float: left;
	margin: 0px 10px;
}
.map_info_area {
	width: 200px;
	float: right;
	margin: 0px 10px;
}
.m_i_box {
	margin: 5px 0px 15px 0px;
	overflow: hidden;
	display: block;
}
.m_i_label {
	font-weight: bold;
	margin: 0px;
}
.m_i_data {
	margin: 3px 0px 3px 15px;
}
.center_i_wrapper {
	width: 430px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}
.center_i_box {
	width: 195px;
	margin: 5px 10px 15px 10px;
	overflow: hidden;
	float: left
}
.center_i_label {
	font-weight: bold;
	margin: 0px;
}
.center_i_data {
	margin: 3px 0px 3px 15px;
}
.tour_box {
	width: 860px;
	margin: 10px auto;
}
.tour_rooms_nav {
	float: left;
	width: 150px;
	height: 278px;
	background-color: #ccc;
	margin: 0px;
	padding: 0px;
	border-right: 0px solid #ccc;
	text-align: left;
	overflow: hidden;
}
.tour_rooms_nav_filler {
	height: 100%;
	background-color: #fff;
	width: 149px;
}
.tour_rooms_nav h2 {
	background-color: #fff;
	margin: 0px;
	padding: 4px 0px;
	display: inline-block;
	width: 149px;
}
.thumbs_nav {
	float: left;
	width: 400px;
	height: 278px;
	overflow: hidden;
	padding: 0px 0px;
	margin: 0px;
	background-color: #eee;
	text-align: center;
/*	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}
.thumbs_nav_border {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 270px;
	padding: 3px 0px;
	overflow: auto;
}
.tour_img {
	float: left;
	width: 460px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background-color: #aaa;
}
.tour_rooms_nav a:link, .tour_rooms_nav a:active, .tour_rooms_nav a:visited {
	display: inline-block;
	width: 138px;
	font-size: .9em;
	text-decoration: none;
	margin: 0px;
	background-color: #fff;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.tour_rooms_nav a:hover, .tour_rooms_nav #current_room {
	font-weight: bold;
	width: 139px;
	background-color: #eee;
	color: #06c;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tour_title_bar {
	float: left;
	font-weight: bold;
	width: 460px;
	margin: 0px;
	padding-top: 5px;
	height: 23px;
	background-color: #555;
	color: #fff;
	text-align: center;
}
.thumbs_img {
	width: 92px;
	height: 50px;
	padding: 3px;
	margin: 3px;
	border: 1px solid #999;
	background-color: #fff;
}
.thumbs_img:hover, #thumbs_current {
	border: 1px solid #06c;
}