/* CSS Document */

#videoList {
	margin-bottom: 3px;
}

#videoList .videoListTitle {
	margin-bottom: 15px;
	border-bottom: 2px solid #58585A;
}

#videoList .videoListTitle h1 {
	margin: 0 0 3px;
}

#videoList .videoListEntry h2 {
	border-bottom:1px solid #C8C8C8;
	color:#C8C8C8;
	font-size:100%;
	margin:0 0 1em;
	padding:0 0 0 12px;
}

#videoList .videoListTitle, #videoList .videoListText {
	padding-left: 5px;
}

#videoList .videoListEntry {
	float:left;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 2em;
}
#videoList .last {
	margin-right: 0;
}

#videoList .videoListEntry h2 {
	margin-bottom: 3px;
}

