.MVideosWrapper {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.MVideosWrapper .VideoHeader {
	background: url(/global/assets/images/logos/miningcomvideo.gif) no-repeat left top;
	height: 26px;
	margin-bottom: 5px;
}

.MVideosWrapper img {
	border: none;
}

.MVideosWrapper .VideosWrapper ul {
	list-style: none;
	margin: 2px 0px 0px 10px;
	padding: 0px;
}

.MVideosWrapper .VideosWrapper ul li {
	border: 1px solid #cccccc;
	width: 102px;
	height: 165px;
	padding: 5px;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 3px;
	overflow: hidden;
	background: none;
	background-color: #ffffff;
	font: 8pt/9pt Arial, Helvetica, sans-serif;
	color: #555555;
}

/* Begin Inline Featured Video Styles */
.MVideosWrapper .VideosWrapper ul li.IsFeaturedVideo {
	background: url(http://video.mining.com/global/assets/images/backgrounds/yellowbgstretch.gif) repeat-x left top;
	border: 1px solid #c8a500;
}

.MVideosWrapper .VideosWrapper ul li.IsFeaturedVideo .BoxTitle {
	color: #725e00;
	text-align: left;
	padding: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}
/* End Inline Featured Video Styles */

.MVideosWrapper .VideosWrapper ul li img {
	border: 1px solid #cccccc;
}

.MVideosWrapper .VideosWrapper ul li .Ratings img {
	border: none;
	position: relative;
	top: 2px;
}

.MVideosWrapper .VideosWrapper a {
	font-weight: bold;
	text-decoration: none;
	color: #044869;
}

.MVideosWrapper .VideosWrapper a:visited {
	color: #690000;
}

.MVideosWrapper .VideosWrapper a:hover {
	color: #466923;
}

.MVideosWrapper .VideosWrapper .VideoMeta {
	font-size: 7.5pt;
}

.MVideosWrapper .VideosWrapper .VideoMeta .Added {
	padding-bottom: 5px;
	font-weight: bold;
}

.MVideosWrapper .ViewMore {
	text-align: right;
	padding-right: 15px;
	clear: both;
}

.MVideosWrapper .ViewMore a {
	text-decoration: underline;
	font-weight: normal;
}
/* Begin Home Page Styles */
.MVideosHPWrapper {
	padding: 15px 0px;
	background-color: #ffffff;
	border: none;
}

.MVideosHPWrapper .VideosWrapper {
	width: 635px;
	margin-left: auto;
	margin-right: auto;
}

.Center
{
	text-align: center;
}

.Center div
{
	text-align: left;
}


/* End Home Page Styles */
