/*////////////////////////////////////////////

#00
Reset All Styles

////////////////////////////////////////////*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}





/*////////////////////////////////////////////

#01
Versatile Styles

////////////////////////////////////////////*/

a {
	color: #333333;
	text-decoration: none;
	outline: none;
	font-size: 11px;
}
a:hover {
	color: #e40000;
	text-decoration: underline;
}
input {
	font-family: "Arial", "Helvetica", "sans-serif";
	border: none;
}
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
.clearfix {
	*min-height: 1%;
}
.mB5 {
	margin-bottom: 5px !important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.mB15 {
	margin-bottom: 15px !important;
}
.mB20 {
	margin-bottom: 20px !important;
}
.mB30 {
	margin-bottom: 30px !important;
}
.mT5 {
	margin-top: 5px !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mT15 {
	margin-top: 15px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mT30 {
	margin-top: 30px !important;
}
.mR5 {
	margin-right: 5px !important;
}
.mR10 {
	margin-right: 10px !important;
}
.mR15 {
	margin-right: 15px !important;
}
.mR20 {
	margin-right: 20px !important;
}
.mR30 {
	margin-right: 30px !important;
}
.mL5 {
	margin-left: 5px !important;
}
.mL10 {
	margin-left: 10px !important;
}
.mL15 {
	margin-left: 15px !important;
}
.mL20 {
	margin-left: 20px !important;
}
.mL30 {
	margin-left: 30px !important;
}
.none {
	display: none !important;
}




/*////////////////////////////////////////////

#02
Body Structure

////////////////////////////////////////////*/

body {
	background: url(../img/bg_body.png) repeat-x 0 0;
	border-top: 4px solid #f50000;
	font-size: 13px;
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: 1.25em;
}
#container {
	width: 940px;
	margin: 0 auto;
}
#header {
	height: 87px;
}
#main {
	min-height: 400px;
}
#footer {
	margin-top: 2px;
}




/*////////////////////////////////////////////

#03-a
Header

////////////////////////////////////////////*/

#header {
	position: relative;
	font-size: 11px;
	color: #999999;
}
#header a {
	color: #999999;
}
#header a:hover, #header a.focus {
	color: #e40000;
	text-decoration: none;
}
#header .form {
	position: relative;
	top: -1px;
	*top: -3px;
}
#header input.search {
	background: #2e2e2e;
	border: 1px solid #555555;
	border-right: none;
	font-size: 12px;
	color: #777777;
	padding: 1px 8px;
	width: 150px;
	float: left;
}
#header input.go {
	width: 44px;
	height: 20px;
	border: none;
	float: left;
}
#logo {
	display: block;
	width: 110px;
	height: 87px;
	background: url(../img/logo.png) no-repeat 0 0;
}
#topMenu {
	position: absolute;
	right: 0;
	top: 12px;
	max-width: 830px;
}
#topMenu li {
	float: left;
	padding: 3px 0;
	margin-right: 10px;
}
#topMenu li span {
	margin-left: 10px;
}
#topMenu li.last {
	margin-right: 0;
}



/*////////////////////////////////////////////

#03-b
Header - Dropdown Menu

////////////////////////////////////////////*/

#dropMenu {
	position: absolute;
	right: 0;
	top: 42px;
	max-width: 830px;
	height: 45px;
	font-size: 12px;
	z-index: 100;
}
#dropMenu > li {
	float: left;
	position: relative;
}
#dropMenu li > a {
	display: block;
	height: 45px;
}
#dropMenu li a > span {
	display: none;
}
#dropMenu li .menuBox {
	position: absolute;
	left: -14px;
	background: url(../img/bg_d_menu_b.png) no-repeat bottom left;
	padding-left: 23px;
	display: none;
}
#dropMenu li .menuBox > div {
	background: url(../img/bg_d_menu_b.png) no-repeat bottom right;
	padding-bottom: 14px;
}
#dropMenu li .menuBox div div > ul {
	position: relative;
	margin-left: -23px;
	padding-left: 14px;
	background: url(../img/bg_d_menu_h.png) repeat-y top left;
	*zoom: 1;
}
#dropMenu li .menuBox ul > li {
	background: url(../img/bg_d_menu_h.png) repeat-y top right;
}
#dropMenu li .menuBox ul li > div {
	padding-right: 14px;
}
#dropMenu li .menuBox ul li div > span {
	display: block;
	padding: 0 14px;
}
#dropMenu li .menuBox ul li div span > a {
	display: block;
	border-bottom: 1px dotted #aaaaaa;
	color: #000000;
	padding: 8px 10px;
	text-decoration: none;
	width: 170px;
	font-size: 12px;
	color: #333333;
}
#dropMenu li .menuBox ul li div span > a:hover {
	color: #e40000;
}
#dropMenu li .menuBox ul li.last div span > a {
	border: none;
}






/*////////////////////////////////////////////

#04-a
Main

////////////////////////////////////////////*/

#catch {
	padding: 25px 15px 10px 15px;
	min-height: 155px;
	background: #eaeaea url(../img/bg_catch.png) repeat-x 0 0;
}
#catch .highlights {
	float: left;
	width: 269px;
	margin-right: 15px;
}/*
.chinese #catch .highlights {
	float: left;
	width: 269px;
	margin-right: 30px;
}*/
#catch .highlights h2 {
	height: 20px;
	background: url(../../english/_img/h_texts_up.png) no-repeat 4px 0;
}
#catch .highlights h2 .navi {
	margin-left: 90px;
}
#catch .highlights .arrow {
	width: 24px;
	height: 18px;
	background: url(../img/hl_arrow.png) no-repeat;
	cursor: pointer;
	float: left;
	display: block;
}
#catch .highlights .arrow.left {
	background-position: 0 0;
}
#catch .highlights .arrow.left:hover {
	background-position: 0 -19px;
}
#catch .highlights .arrow.right {
	background-position: -24px 0;
}
#catch .highlights .arrow.right:hover {
	background-position: -24px -19px;
}
#catch .highlights ul.refer {
	height: 126px;
	overflow: hidden;
}
#catch .latest {
	width: 205px;
	float: left;
	margin-right: 10px;
}/*
.chinese #catch .latest {
	width: 180px;
	float: left;
	margin-right: 30px;
}*/
#catch .latest h2 a {
	display: block;
	height: 20px;
	width: 180px;
	background: url(../../english/_img/h_texts_up.png) no-repeat 0 -20px;
}
#catch .latest h2 a:hover {
	background-position: -250px -20px;
}
#catch .events {
	width: 210px;
	float: left;
	margin-right: 20px;
}/*
.chinese #catch .events {
	width: 180px;
	float: left;
	margin-right: 30px;
}*/
#catch .events h2 a {
	display: block;
	height: 20px;
	width: 180px;
	background: url(../../english/_img/h_texts_up.png) no-repeat 0 -40px;
}
#catch .events h2 a:hover {
	background-position: -250px -40px;
}
#catch .hotlinks {
	width: 180px;
	float: left;
}
#catch .hotlinks h2 {
	height: 20px;
	width: 180px;
	background: url(../../english/_img/h_texts_up.png) no-repeat 0 -60px;
}
#catch ul {
	font-size: 11px;
}
#catch .latest ul {
	margin-top: 12px;
}
#catch .latest ul li {
	margin-bottom: 12px;
}
#catch .latest ul li span.date {
	color: #999999;
}
#catch .events ul {
	margin-top: 12px;
}
#catch .events ul li {
	margin-bottom: 12px;
}
#catch .hotlinks ul {
	margin-top: 12px;
}
#catch .hotlinks ul li {
	margin-bottom: 6px;
}






/*////////////////////////////////////////////

#04-b
Video Controller

////////////////////////////////////////////*/

#vController {
	width: 940px;
	height: 310px;
	background: #000000;
	position: relative;
}
#vController .left {
	float: left;
	width: 727px;
	height: 310px;
	overflow: hidden;
	position: relative;
}
#vController .right {
	float: left;
	width: 213px;
	height: 310px;
	overflow: hidden;
	position: relative;
}
#vController .navi {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/bg_transparent_black.png);
	width: 687px;
	font-size: 11px;
	padding: 5px 20px;
}
#vController .navi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 18px;
	padding-left: 4px;
	margin-right: 5px;
	background: url(../img/vc_bg_num.png) no-repeat 0 -54px;
}
#vController .navi li span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 18px;
	line-height: 18px;
	padding-right: 4px;
	text-align: center;
	background: url(../img/vc_bg_num.png) no-repeat right -36px;
	cursor: pointer;
	color: #333333;
}
#vController .navi li.num span {
	width: 10px;
}
#vController .navi li.focus, #vController .navi li:hover {
	background-position: 0 -18px;
}
#vController .navi li.focus span, #vController .navi li:hover span {
	background-position: right 0;
	font-weight: bold;
}
#vController .navi li.select.focus span, #vController .navi li.select:hover span {
	color: #e40000;
	font-weight: normal;
}
#vController .thumb {
	background: url(../img/vc_bg_thumb.png) no-repeat 0 -93px;
	width: 940px;
	height: 93px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 50;
}
#vController .thumb .close {
	position: absolute;
	top: 0;
	left: 420px;
	width: 100px;
	height: 13px;
	cursor: pointer;
}
#vController .thumb .arrow {
	width: 25px;
	height: 51px;
	background: url(../img/vc_bg_thumb.png) no-repeat;
	cursor: pointer;
	display: none;
}
#vController .thumb .arrow.left {
	position: absolute;
	left: 0;
	top: 30px;
	background-position: -25px -186px;
}
#vController .thumb .arrow.right {
	position: absolute;
	right: 0;
	top: 30px;
	background-position: 0 -186px;
}
#vController .thumb .arrow.left:hover {
	background-position: -25px -237px;
}
#vController .thumb .arrow.right:hover {
	background-position: 0 -237px;
}
#vController .thumb .refer {
	display: none;
}
#vController .thumb .itemWrap {
	width: 760px;
	height: 56px;
	position: absolute;
	top: 24px;
	left: 90px;
	overflow: hidden;
}
#vController .thumb .crop {
}
#vController .thumb .item {
	width: 760px;
	float: left;
}
#vController .thumb .item a {
	text-decoration: none;
}
#vController .thumb .item > div {
	width: 92px;
	height: 54px;
	margin-right: 17px;
	float: left;
	border: 1px solid #999999;
	position: relative;
	cursor: pointer;
}
#vController .thumb .item > div:hover {
	border: 1px solid #ffffff;
}
#vController .thumb .item > div.pageLast {
	margin-right: 0;
}
#vController .thumb .item div img {
	width: 92px;
	height: 54px;
}
#vController .thumb .item div span.title {
	display: block;
	position: absolute;
	background: url(../img/bg_transparent_black.png);
	height: 24px;
	width: 88px;
	bottom: 0;
	left: 0;
	font-size: 10px;
	line-height: 1.2em;
	color: #ffffff;
	overflow: hidden;
	padding: 2px;
	cursor: pointer;
}




/*////////////////////////////////////////////

#05
Footer

////////////////////////////////////////////*/

#footer {
	font-size: 11px;
	_clear: both;
}
#topFooter {
	background: url(../img/bg_footer.png) no-repeat 0 0;
}
#topFooter ul {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 28px;
	background: url(../img/bg_footer.png) no-repeat -1298px -40px;
}
#topFooter li {
	float: left;
	width: 200px;
	margin-right: 28px;
	_border: 1px solid red;
}
#topFooter li.left h2 a {
	display: block;
	height: 20px;
	width: 91px;
	background: url(../../english/_img/h_texts_up.png) no-repeat 0 -80px;
}
#topFooter li.left h2 a:hover {
	background-position: -250px -80px;
}
#topFooter li.center h2 a {
	display: block;
	height: 20px;
	width: 120px;
	background: url(../../english/_img/h_texts_up.png) no-repeat 0 -100px;
}
#topFooter li.center h2 a:hover {
	background-position: -250px -100px;
}
#topFooter li.center2 h2 a {
	display: block;
	height: 20px;
	width: 120px;
	background: url(../../english/_img/h_texts_up.png) no-repeat 0 -120px;
}
#topFooter li.center2 h2 a:hover {
	background-position: -250px -120px;
}
#topFooter li.right {
	margin-right: 0;
}
#topFooter li.right h2 a {
	display: block;
	height: 20px;
	width: 120px;
	background: url(../../english/_img/h_texts_up.png) no-repeat 0 -140px;
}
#topFooter li.right h2 a:hover {
	background-position: -250px -140px;
}
#bottomFooter {
	height: 29px;
	margin-top: 3px;
	background: url(../img/bg_footer.png) no-repeat -940px 0;
	position: relative;
	_clear: both;
}
.schinese #bottomFooter {
	background-position: -1880px 0;
}
#bottomFooter a {
	color: #cccccc;
}
#bottomFooter a:hover {
	color: #ffffff;
}
#bottomFooter ul {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
}
#bottomFooter li {
	float: left;
	margin-left: 15px;
}
#footer .copy {
	text-align: center;
	color: #888888;
	margin-top: 15px;
	margin-bottom: 5px;
}





/*////////////////////////////////////////////

#06
Iframe

////////////////////////////////////////////*/

#container.iframe{
	width: 100%;
}

.iframe #header {
	height: 62px;
	background: url(../img/headerNW.gif) no-repeat 0 0;
}
.iframe #main {
	background: ;
}





/*////////////////////////////////////////////

#XX
For Old

////////////////////////////////////////////*/

.HContentLink {
	font-size: 11px;
}
#catch .latest h2 a {
	margin-bottom: 12px;
}




/*////////////////////////////////////////////

#XX
CSS Hack

////////////////////////////////////////////*/

.ie6 #dropMenu li.i6a {
	float: left;
	position: relative;
}
.ie6 #dropMenu a.i6b {
	display: block;
	height: 45px;
}
.ie6 #dropMenu a.i6b span {
	display: none;
}
.ie6 #dropMenu div.i6c {
	background: url(../img/bg_d_menu_b.png) no-repeat bottom right;
	padding-bottom: 14px;
}
.ie6 #dropMenu div.i6c ul {
	position: relative;
	margin-left: -23px;
	padding-left: 14px;
	background: url(../img/bg_d_menu_h.png) repeat-y top left;
	zoom: 1;
}
.ie6 #dropMenu div.i6c ul li {
	background: url(../img/bg_d_menu_h.png) repeat-y top right;
}
.ie6 #dropMenu div.i6c ul li div {
	padding-right: 14px;
}
.ie6 #dropMenu div.i6c ul li div span {
	display: block;
	padding: 0 14px;
	zoom: 1;
}
.ie6 #dropMenu div.i6c ul li div span a {
	display: block;
	border-bottom: 1px dotted #aaaaaa;
	color: #000000;
	padding: 8px 10px;
	text-decoration: none;
	zoom: 1;
	width: 170px;
}
.ie6 #dropMenu div.i6c ul li div span a:hover {
	color: #e40000;
}
.ie6 #dropMenu div.i6c ul li.last div span a {
	border: none;
}
.english.ie6 #dropMenu a.i6b {
	background: url(../../english/_img/d_menu.png) no-repeat;
}
.english.ie6 #dropMenu .c01 a.i6b {
	width: 147px;
	background-position: 0 0;
}
.english.ie6 #dropMenu .c02 a.i6b {
	width: 66px;
	background-position: -147px 0;
}
.english.ie6 #dropMenu .c03 a.i6b {
	width: 48px;
	background-position: -213px 0;
}
.english.ie6 #dropMenu .c04 a.i6b {
	width: 72px;
	background-position: -261px 0;
}
.english.ie6 #dropMenu .c05 a.i6b {
	width: 93px;
	background-position: -333px 0;
}
.english.ie6 #dropMenu .c06 a.i6b {
	width: 62px;
	background-position: -426px 0;
}
.english.ie6 #dropMenu .c07 a.i6b {
	width: 203px;
	background-position: -488px 0;
}
.english.ie6 #dropMenu .c08 a.i6b {
	width: 93px;
	background-position: -691px 0;
}