#featured {
	background: #ddd;
	padding: 20px 10px;
	padding: 0;
}
#video {
	background: black;
	height: 300px;
	float: left;
	margin: 0 10px;
	width: 540px;
	width: 400px;
	height: 300px;
	margin: 0;
}
#videoinfo {
	float: left;
	margin: 0 10px;
	width: 440px;
	margin: 20px;
}
#videoinfo h3 {
	margin-top: 20px;
}
#videoinfo p {
	margin-top: 0;
}

#videobar {
	background: black;
	clear: both;
}
#videocontrols {
	float: left;
	padding: 10px;
	width: 380px;
}
.vidcs {
	display: block;
	background-image: url('/images/video-controls.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
.vidcs span { display: none; }
#mutebtn {
	float: right;
}
#playvideo {
	background-position: right top;
	width: 120px;
}
#playvideo:hover { background-position: right bottom; }
.hide { display: none; }
.play { background-position: left top; }
.play:hover { background-position: left bottom; }
.pause { background-position: -30px top; }
.pause:hover { background-position: -30px bottom; }
.sound { background-position: -60px top; }
.sound:hover { background-position: -60px bottom; }
.mute { background-position: -90px top; }
.mute:hover { background-position: -90px bottom; }

#videoshare {
	background: #333;
	color: white;
	float: left;
	height: 22px;
	padding: 14px 20px;
	width: 460px;
}
#videoshare h3 {
	float: left;
	margin-right: 10px;
}
#videoshare li {
	float: left;
}

.buyproduct {
	color: black;
	display: block;
	margin-top: 30px;
	text-decoration: none;
}
.buyproduct img {
	float: left;
	margin-right: 10px;
}
.buyproduct strong {
	font-size: 1.2em;
	text-decoration: underline;
}


#videolibrary .nowplaying {
	background: #eee;
	cursor: default;
	opacity: 0.5;
}
#videolibrary .nowplaying:hover {
	background: #eee;
}
.video {
	color: black;
	display: block;
	font-size: 1.4em;
	height: 50px;
	margin: 10px 0;
	text-decoration: none;
	width: 400px;
}
.video:hover {
	background: #ddd;
}
.video img {
	/*float: left;*/
	margin: 0 10px 0 0;
	vertical-align: middle;
}
