/**** Home ****/

/**** LEFT RIGHT WIDTH SIZE ****/

table.box_main td.box_left {
	width:690px;
}
table.box_main td.box_right {
	width:300px;
	background-color:#e6e5de;
}
table.box_main td.box_left div.inner {
	width:640px;
	margin-top:40px;
	
}
table.box_main td.box_right div.inner {
	width:288px;
}
table.box_main td.box_left div.inner table tr td .Dotline {
	border-bottom:1px dotted #CCC;
	margin:15px 0;
	height:1px; overflow:hidden;
}
table.box_main td.box_left div.inner table tr td .orange {
	font-size:16px;
	font-weight:bold;
	line-height:2;
}
table.box_main td.box_right div.inner .promotion {
	margin-top:20px;
}

table.box_main td div.inner {
	margin:0px auto 0px auto;
	text-align:left;	
	min-height:1050px;	
	* height:auto !important;
	* height:1050px;
}



/**** Top video ****/
div.video-wrapper {
	width:600px;
	margin:0px auto 0px auto;
}

div.video-wrapper div.video_border {
	width:180px;
	margin:0px 10px 25px 10px;
	text-align:center;
	float:left;
}

div.video-wrapper div.video_border img {
	margin:0px auto 0px auto;
}

.video_container {
	margin-bottom:40px;
}
.video_title {
	color:#CC9900;
	font-weight:bold;
	font-size:16px;
	line-height:2;
	clear:both;
}
.duration {
	font-weight:normal;
	color:#666;
	font-size:12px;
}
.video {}
.video_intro {
	background-color:#f0efe9;
	clear:both;
	padding:15px 20px;
}

/**** video List ****/
.video_list {
	text-align:left;
}
.video_list tr td {
	padding-right:29px;
}
.video_list .last {
	padding-right:0px;
}
.video_list .video_border {
	background-color:#FFF;
	border:1px solid #CCC;
	padding:4px;
	width:128px;
}
.orange {
	font-weight:bold;
	padding:5px 0;
}
.space_separator {
	height:25px;
}

/**** MAIN ****/
.back_to_home {
	float:left;
	margin:12px 0 0 10px;
}
.header_title {
	float:left;
}
.ClearBoth {
	clear:both;
}