div.video img{
	width:226px;
	border:1px solid #7F7C7D;
}
.video .preview_picture{
	width:226px;
	border: 1px solid #2F2C2D;
	display: table-cell;
	margin: 0 18px 15px 0;
	vertical-align: middle;
}
.video .news-date-time {
	display:block;
	color:#999999;
	font-size:12px;
}
div.video .discription{
	float:right;
	width:470px;
}
div.video.no-image .text{
	float:none;
	width:100%;
}
div.video .title{
	font: bold 18px 'PFDinTextCondPro', Tahoma;
	display:block;
	color:#555253;
	margin-top:5px;
}
.video .news-item{
	background:url("images/line-news.png") bottom left repeat-x;
	margin-bottom:20px;
	padding-bottom:20px;
	overflow: hidden;
	position:relative;
}
.video .news-item.last{
	background:none;
}
.video .download-video{
	margin-top:20px;
	display:block;
}
.video .default-image{
	background:none;
	cursor:pointer;
	width:220px;
	height:165px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position:relative;
}
.video .play{
	background:url("images/play.png") center center no-repeat;
	width:226px;
	height:165px;
	position:absolute;
	top:0px;
	left:0;
}
.video .default-image.img{
	background:url("images/unitedted.jpg") no-repeat;
}