/* CSS Document by Codify Design Studio */
@charset "UTF-8";

body {
	background: #eee url(../images/background.jpg) repeat-x 50% 0px;
	font-family: Arial;
}

.grand_tour {
	background-color: #fff;
	width: 960px;
	margin: 25px auto 0px auto;
	padding: 10px 0px 20px 0px;
	border: 1px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.presentaion_area {
	background-color: #fff;
	width: 910px;
	height: 546px;
	margin: 0px auto 10px auto;
	text-align: center;
	padding: 20px 0px 0px 20px;
}
.next_video {
	width: 830px;
	height: 40px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
	border: 2px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}
.next_video .next_video_text {
	float: left;
	opacity: 0;
	filter:alpha(opacity=0);
	width: 600px;
}

.next_video .next_video_toggle {
	display: block;
	float: right;
	text-align: right;
	width: 200px;
	color:#aaa;
	cursor: pointer;
	font-size: 12px;
}

.next_video .next_video_toggle:hover {
	color:#000;
}

.next_video p { line-height: 40px; margin:0; }
.next_video img.btn { margin: 0px 5px 0px 10px; position: relative; top: 7px; cursor: pointer; }
.nav_area {
	background-color: #eee;
	width: 870px;
	margin: 10px auto 0px auto;
	padding: 5px 0px 0px 5px;
	border: 2px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
}
.nav_area .column {
	width: 435px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.clear_both { clear: both; }
.toc_item {
	background-color: #eee;
	border: 2px solid #fff;
	margin: 0px 5px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 8px 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.toc_item.selected { border: 2px solid #555; }
.toc_item img.btn { float: left; margin: 0px 2px 0px 0px; cursor: pointer; }
.toc_item p.label { float: left; padding: 0px 0px 0px 5px; width: 290px; margin: 2px 0px 0px 0px; }

.poster_frame {
	width: 881px;
	height: 546px;
	background: #fff url(../images/poster_frame.jpg) 0px 0px;
	position: relative;
}

.poster_frame .intro {
	top: 300px;
	left: 525px;
	width: 300px;
	text-align: left;
	position: absolute;
}
.poster_frame .intro img.btn { margin: 0px 5px 0px 10px; position: relative; top: 7px; cursor: pointer; }






