.playlistControl {
	background-color: #F4F5F7;
	border: 1px solid #CCCCCC;
	width: 100%;
	margin-top: 20px;
}
.playlistControl:first-child {
	margin-bottom: 15px;
}
.playlistControl div {
	margin: 1em;
}
.playlistControl h2 {
	margin-bottom: 0;
	font-size: 24px;
}
.playlistControl p {
	margin-top: 1em;
}
.playlistControl select {
	width: 100%;
	clear: both;
	margin-top: 1em;
}

ul.videoPlaylist {
	width: 100%;
	background-color: #F4F5F7;
	border: 1px solid #CCC;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
ul.videoPlaylist > li {
	margin: 0;
}
ul.videoPlaylist > li p {
	color: #333 !important;
}
ul.videoPlaylist > li > a {
	display: block;
	margin: 1em 1em 0em 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}
ul.videoPlaylist > li > a:hover {
	text-decoration: none;
	color: #2970A6
}
ul.videoPlaylist > li > a:hover h3 {
	color: #2970A6
}
ul.videoPlaylist > li > a:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
ul.videoPlaylist img.videoThumb {
	margin: 0;
	margin-right: 10px;
	padding-top: 5px;
	display: inline;
	float: left;
	width: 180px;
}
ul.videoPlaylist > li h2 {
	font-size: 24px !important;
	margin-top: 0.2em;
	line-height: 1.2em;
	padding: 0;
}
ul.videoPlaylist a.last {
	border-bottom: none;
	padding: 0;
	margin-bottom: 1em;
}

