@import "comment.css";
@import "box_news.css";
@import "rating.css";

.news_content_top{
	clear: both;
	width: 425px;
	height: 12px;
	background: url(../images/news_content_top.gif) no-repeat;
	font-size: 1px;
	margin-top: 15px;
}
.news_content_bottom{
	width: 425px;
	height: 12px;
	background: url(../images/news_content_bottom.gif) no-repeat;
	font-size: 1px;
}
#news_content {
	width: 425px;
	background: url(../images/news_content_bck.gif) repeat-y;
}
#news_content_inner {
	padding: 0px 15px;
}
#news_content .content_12, #news_content .content_12 font, #news_content .content_12 p, #news_content .content_12 div, #news_content .content_12 td{
	font: 100 9pt/140% Verdana;
}
/**/
.video_list{
	width: 100%;
}
.video_list .item{
	float: left;
	padding: 0px 0px 5px 0px;
	background: url(../images/news_list_bck.gif) repeat-x;
}
.video_list .first_sep{
	clear: both;
	float: left;
	width: 10px;
	height: 158px;
	background: url(../images/news_list_first_sep.gif) no-repeat;
}
.video_list .last_sep{
	float: left;
	width: 10px;
	height: 158px;
	background: url(../images/news_list_last_sep.gif) no-repeat;
}
.video_list .sep{
	float: left;
	width: 11px;
	height: 158px;
	background: url(../images/news_list_sep.gif) no-repeat;
}
.video_list .content{
	width: 103px;
	height: 158px;
	overflow: hidden;
}
.video_list .item .image{
	text-align: center;
	margin-top: 10px;
}
.video_list .item img{
	width: 100px;
	height: 70px;
}
.video_list .title{
	color: #000000;
	height: 45px;
	font: 700 8pt/15px Tahoma;
	overflow: hidden;
}
.video_list .date{
	height: 18px;
	overflow: hidden;
	color: #878787;
	font: 100 7pt/18px Tahoma;
}
/**/
.video_paging{
	background: url(../images/video_paging_bck.png) no-repeat;
	width: 488px;
	height: 28px;
}
.video_paging .item {
	float: left;
	width: 368px;
}
.video_paging .item_container{
	text-align: center;
}
.video_paging .item_container a, .video_paging .item_container{
	font: 700 8pt/25px Arial;
	color: #FFFFFF;
}
.video_paging .explain {
	float: left;
	width: 120px;
	color: #7cbede;
	font: 100 8pt/25px Tahoma;
	text-align: center;
}
.video_paging .explain span{
	padding-right: 20px;
}