.videoholder {
	padding-top: 1em;
	clear:both;
	overflow:hidden;
	background: #000;
	margin-bottom: 1em;
}

.videoheading {
	height: 50px;
	background:black;
	width: 700px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.videoblock {
	width: 300px;
	padding: 10px;
	padding-top: 0;
	margin: 25px 12px;
	background: black;
	float:left;
}
.videoblock-featured {
	width: 700px;
	margin: 25px 0;
	background: black;
	float:left;
}

.featuredtextblock {
	float:right;
	width: 300px;
	color: #fff;
	padding: 5.5em 20px 0 0;
}

.featuredtextblock img {
	float:right;
	width: auto;
	margin-top: 2em;
}

.videoblock h3, .videoblock-featured h3 {
	color: #fff;
	margin-bottom: 1em;
	height: 2.5em;
}

div.videoblock img.videothumb {
	width: 290px;
	border: 1px solid #fff;
}


div.videoblock-featured img.videothumb {
	width: 325px;
}


.videoaction ul, .videoblock-featured  ul{
	text-align:left;
	margin: 1em 0 1em 1em;
	color: #fff;
}

.videoaction ul li a, .videoblock-featured ul li a {
	color: #fff;
}
.videoaction ul li.watch {
	list-style-image: url(images/videowatchicon.gif);
	margin-bottom: 0.5em;
}

.videoaction ul li.download {
	list-style-image: url(images/videodlicon.gif);
}