@import "paging.css";

.video_detail {
	padding: 0px 0px 10px 0px;
}
.video_detail .title {
	font: 700 14pt/23px Tahoma;
	text-align: left;
	color: #DD0000;
	margin: 10px 0px;
	text-align: center;
}
.video_detail .code{
	text-align: center;
	margin: 0px 0px 10px;
}
.video_detail .short_content {
	font: 100 8pt/16px Verdana;
	margin: 0px 0px 5px 0px
}
.video_detail .date{
	font: 100 8pt/17px Verdana;
	height: 17px;
	color: #797979;
	margin-bottom: 5px;
}
.video_detail .embed_code {
	font: 700 8pt Verdana;
	clear: both;
}
.video_detail .embed_code input{
	font: 100 8pt Verdana;
	width: 480px;
}
/***/
.other_video{
	margin: 0px;
	width: 480px;
}
.other_video .v_sep{
	float: left;
	width: 15px;
	height: 155px;
	font-size: 1px;
}
.other_video .h_sep{
	clear: both;
	height: 11px;
	width: 11px;
	font-size: 1px;
}
.other_video .item{
	float: left;
	width: 150px;
	height: 155px;
	background: url(../images/video_other_bck.png) no-repeat;
}
.other_video .item .image{
	padding: 24px 12px 5px 12px;
}
.other_video .item img{
	width: 124px;
	height: 86px;
	border: 1px solid #000000;
}
.other_video .item .title{
	text-align: center;
}
.other_video .item .title a{
	color: #CA0900;
	font: 700 8pt/13px Verdana;
}
/**/
.video_box{
	float: left;
	width: 235px;
	height: 102px;
	background: url(../images/video_box_bck.png) no-repeat;
	margin-bottom: 10px;
	overflow: hidden;
}
.video_box_1{
	margin-right: 10px;
}
.video_box .inner{
	padding: 5px 11px;
}
.video_box img{
	margin: 0px 10px 0px 0px;
	width: 86px;
	height: 60px;
}
.video_box .title{
	height: 24px;
	overflow: hidden;
}
.video_box .title a{
	color: #E0010A;
	font: 700 9pt/24px Verdana;
}
.video_box .short_content{
	cursor: pointer;
	height: 59px;
	overflow: hidden;
	font: 100 8pt/14px Verdana;
}
/**/