
.video_detail{
	width: 656px;
	text-align: center;
}
.video_detail .title{
	font: 700 8pt/20px Tahoma;
	color: #0b7fb1;
	float: left;
}
.video_detail .date{
	font: 100 8pt/20px Tahoma;
	color: #808080;
	float: right;
	margin-bottom: 10px;
}
.video_detail .code{
	text-align: center;
	margin-bottom: 15px;
}
.video_detail .description{
	font: 100 8pt/16px Tahoma;
	color: #202020;
	text-align: center;
}
.video_detail .link{
	font: 700 8pt/20px Tahoma;
	text-align: left;
	margin-bottom: 10px;
}
.video_detail .link a{
	color: #0b7fb1;
}
/**/
.video_list{
	width: 656px;
}
.video_list .title{
	float: left;
	font: 700 8pt/20px Tahoma;
	background: url(../images/icon_01.gif) no-repeat left bottom;
	padding-left: 20px;
}
.video_list .title a{
	color: #a0a0a0;
}
.video_list .date{
	float: right;
	font: 100 8pt/20px Tahoma;
	color: #a0a0a0;
}