.video_list
{
}

.video_list ul
{
	list-style: none;
}

.video_detail
{
}

.video_detail h3
{
	color: #aa1a1a;
	float: right;
	padding: 0 0.5em;
	width: 55%;
}

.video_detail h3 a
{
	color: #aa1a1a;
}

.video_detail .video
{
	float: left;
	margin-top: -1.2em;
}

.video_detail .description
{
	float: right;
	padding: 0 0.5em;
	width: 55%;
}


/* Start Clearfix */

.video_detail:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.video_detail
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .video_detail
{
	height: 1%;
}
.video_detail
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */
