@CHARSET "ISO-8859-1";

.video_list
{
	float:left;
	width:600px;
	/*border:solid 1px red;*/
	margin-left: 15px;
}

.video_pub
{
	float:right;	
}

.video_resume
{
	float:left;
	width:100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #bababa;
}

.video_photo
{
	float:left;
	width:130px;
	border:solid 2px #000;
}

.video_photo img
{
	border:none;
}

.video_information
{
	float:right;
	width: 450px;
}


.video_desc
{
	float:left;
	width:280px;
}

.video_desc h3
{
	font-size: 12px;
	color: #75A4C6;
}

.video_info
{
	float:right;
	border-left: solid 1px #FFF;
	padding-left: 15px;
}
