@charset "utf-8";
/* CSS Document */

.videoList {
	clear: both;
	float: left;
	width: 90%;
	text-align: left;
	margin: 1em;
}
.videoDetails h3 {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #0000FF;
	display: table-cell;
	width: 100%;
	float: left;
}

.videoDetails p {
	font-size: 0.9em;
	float: left;
	width: 100%;
	margin-bottom: .2em;
}

.videoThumb {
	float: left;
	width: 25%;
}
.videoDetails {
	float: left;
	margin-left:0.75em;
	width: 60%;
}
.videoDetails .moreVideos {
	font-size: 0.75em;
	color: #999999;
	float: left;
	width: 100%;
}
.videoDetails .moreVideos span {
	color: #0000FF;
}


.videoDetails .quality {
	font-size: 0.75em;
	margin-top: 0.2em;
	float: left;
	width: 100%;
	margin-bottom: .2em;
}
.videoThumb img {
	float: right;
	width: 150px;
}
.videoDetails .quality img {
	height: 1.25em;
	width: 1.25em;
	margin-bottom: -0.2em;
}
.videoDetails .videoDate {
	display: inline;
	font-size: 0.75em;
	color: #666666;
	float: right;
	margin-top: -1.25em;
	text-align: right;
}
.videoReese h2 {
	font-size: 1em;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-left: 1em;
	padding: 0.1em;
}
.videoReese {
	width: 100%;
	clear: both;
	padding-top: 1em;
}
.videoFeature {
	clear: both;
	float: left;
	background-image: url(../images/video_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
