@charset "utf-8";
/*------------------------------ error ------------------------------*/
#tr_hidden {
	visibility: hidden;
}
#error_bg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -150px;
	width: 300px;
	height: 200px;
	border: #F30 dashed 2px;
	background: #FFC;
	color: #F00;
	text-align: center;
	line-height: 150%;
}
/*------------------------------ page style ------------------------------*/
#page_style {
	float: left;
	width: 720px;
	padding: 5px 10px 5px 10px;
	height: 23px;
}
/*------------------------------ main ------------------------------*/
#body_main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------ header ------------------------------*/
#header_container {
	float: left;
	width: 800px;
}
#header_flash {
	width: 800px;
	height: 200px;
	background: url(/EN/Themes/Normal/Images/header_flash.png);
}
#header_nav {
	width: 795px;
	height: 30px;
	padding-left: 5px;
	background: url(/EN/Themes/Normal/Images/header_nav.png);
}
/*------------------------------ center ------------------------------*/
#body_center {
	float: left;
	width: 800px;
	background: url(/EN/Themes/Normal/Images/center_bg.png);
}
/*------------------------------ lefter ------------------------------*/
#lefter_container {
	float: left;
	width: 184px;
	height: 150px;
}
#demoB {
	float: left;
	overflow: hidden;
	width: 184px;
	height: 190px;
}
/*------------------------------ righter ------------------------------*/
#righter_container {
	float: left;
	width: 616px;
}
#righter_picture {
	float: left;
	width: 580px;
	height: 77px;
	background: url(/EN/Themes/Normal/Images/righter_img.png);
}
/*------------------------------ footer ------------------------------*/
#footer_container {
	float: left;
	width: 800px;
}
#footer_text {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	background: #0099FF;
}
/*------------------------------ all righter ------------------------------*/
#all_right {
	float: left;
	width: 580px;
	padding: 18px;
}
#all_right_title {
	float: left;
	width: 555px;
	height: 25px;
	line-height: 25px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	background: url(Images/righter_title.png) left no-repeat;
}
#all_right_news_title {
	float: left;
	width: 555px;
	height: 50px;
	line-height: 25px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	background: url(Images/righter_title.png) left no-repeat;
}
#all_right_text {
	float: left;
	margin-top: 10px;
	width: 580px;
	line-height: 150%;
}
#all_right_news {
	float: left;
	margin-top: 10px;
	width: 580px;
	min-height: 280px;
	line-height: 150%;
}
