
.video_detail{
	text-align: center;
}
.video_detail .title{
	font: 700 8pt/20px Tahoma;
	color: #0000a0;
	float: left;
}
.video_detail .date{
	font: 100 8pt/20px Tahoma;
	color: #202020;
	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_list{
	
}
.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: #202020;
}
.video_list .date{
	float: right;
	font: 100 8pt/20px Tahoma;
	color: #202020;
}
