@charset "utf-8";
/* CSS Document */
@import url('style_video.css');

#banner {
	height: 145px;
	position: relative;
}
#area_back {
	width: 1000px;
	margin: auto;
	text-align: center;
	margin-top: -20px;
}
#area_tabs {
	position: absolute;
	left: 0px;
	top: 125px;
	height: 20px;
	width: 700px;
}
#area_tabs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#area_tabs li {
	float: right;
	background-color: #000;
	background-image: url(../images/areas_tab.png);
	background-repeat: no-repeat;
	width: 140px;
	text-align: center;
	display: block;
	height: 20px;
	overflow: hidden;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
#area_tabs a {
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	display: block;
}
#area_tabs a:hover {
	color: #ccccff;
}
#episodes {
	float: right;
	height: 385px;
	width: 250px;
	font-size: 12px;
}
#episodes .content {
	height: 365px;
	width: 230px;
	overflow:auto;
	overflow-y: auto;
	overflow-x: hidden;
	left: 10px;
	top: 10px;
}
#episodes .thumb {
	margin-right: 4px;
	margin-bottom: 15px;
	width: 104px;
}
#episodes .thumb_title {
	width: 100px;	
}
#episodes .thumb_details {
	float: left;
	position: relative;
	height: 88px;
	font-size: 12px;
}
#episodes .thumb_description {
	font-size: 10px;
	white-space: normal;
	height: 50px;
	width: 95px;
	overflow: hidden;
	line-height: 12px;
	margin-top: 5px;
}
#episodes .watch_video {
	font-size: 12px;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	line-height: 12px;
}
#comments {
	height: 520px;
}
#comments .content{
	height: 500px;
}
#comments #comment_scroll {
	height: 395px;
}
#details {
	float: none;
	width: 300px;
	height: 238px;
}
#details .content {
	width: 280px;
	height: 220px;
}
#details .v_title {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
#producer  {
	height: 230px;
}
#producer .content {
	width: 280px;
	height: 210px;
}
#producer .u_title {
	width: 165px;
}
#producer .u_description {
	height: 125px;
}