/* This is the divx-video container */
img.divx-image {
	border: 0;
	margin: 0;
	padding: 0;
}
.divx-container {
	background: #000;
}
.divx-overlay {
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	background:none;
	text-align: center;
}
.divx-post-plate-container {
	text-align:left;
	margin:auto;
}
.divx-post-plate-container a {
	text-align:left;
}
.divx-options {
	margin: auto;
	width: 70px;
	height: 45px;
	padding: 0;
}
a.divx-play {
	display: block;
	width: 45px;
	height: 45px;
	background: url(/images/video/play.gif) no-repeat;
	float: left;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

a.divx-play:hover {
	background-position: 0px -45px;
}

a.divx-download {
	display: block;
	width: 20px;
	height: 45px;
	background: url(/images/video/download.gif) no-repeat;
	float: right;
	margin: 0 0 0 3px;
	padding: 0;
}

a.divx-download:hover {
	background-position: 0px -45px;
}

a.prompt {
	text-align: center;
	display: block;
	background: #ffda2b;
	color: #000;
	border: 1px solid #000;
	font: 18px "Trebuchet MS", Verdana, Arial;
	margin: 20px;
	padding: 20px;
	text-decoration:none;
}
a.prompt:hover {
	text-decoration:underline;
}
.divx-post-plate {
	position: absolute;
	text-align:center;
}
.divx-controls {
	position: relative;
	margin: 0;
	padding: 0;
}
.post-plate {
	margin: auto;
	width: 100px;
}

/* Video Widget */

/* Video Widget */

.video {
	float: left;
	height: 185px;
	width: 220px;
}

.video img {
	width: 214px;
	height: 120px;
	margin-bottom: 5px;
}

.video-title {
	display: block;
	width: 220px;
	height: 18px;
	overflow: hidden;
}

.video-title a {
	font-size:12px;
	color: #fff;
	z-index: 0;
	display: block;
	width: 210px;
}

.video-title a:hover {
	background-color: #333;
	text-decoration: none;
}

.video-overlay {
	line-height: 18px;
	color: #fff;
	position: absolute;
	margin-top: 105px;
	margin-left: 3px;
	height: 18px;
	/*border-top:1px solid #000;*/
	padding: 0 3px;
	width: 208px;
	z-index: 10;
	background: none;
}/*
div > .video-overlay {
	background: url(/assets/images/video-thumb-overlay.png) transparent repeat;
}*/

img.thumb {
	width: 14px;
	height: 16px;
	float: right;
	border: 0;
	padding: 1px;
}

.entity-limit {
	width: 200px;
	float: left;
}

a.entity { color: #FFFFFF; border-bottom: 1px dotted #ACACAC;}
a.entity:hover { text-decoration: none; border-bottom: 1px solid #FFFFFF; }


/*img, img a {
	background: #000;
	border: 2px solid #FFF;
	padding: 1px;
}*/

.img-channel {
	border: none;
	background: none;
}

/* Sponsored Videos */

.sponsored-videos .video img { border: 2px solid #FFD95A; }