/* 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: #ffec85;
	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;
}
.divx-upgrade-player {
	height:30px;
	line-height:30px;
	border-bottom:1px solid #000;
	background:#ffec85 url(../images/video/upgrade.gif) no-repeat center right;
	color:#000;
	padding:0px 4px;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
/* Video Widget */

/* Video Widget */

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

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

.avatarFavoritos img {
	width: 90px;
	height: 90px;
	margin-bottom: 5px;
}

.avatarFavoritosTitle {
	display: block;
	width: 140px;
	height: 18px;
	overflow: hidden;
}

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


.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 {
	text-decoration: underline;
}

.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: black;
}/*
div > .video-overlay {
	background: url(/assets/images/video-thumb-overlay.png) transparent repeat;
}*/

img.thumb {
	width: 22px;
	height: 16px;
	float: right;
	border: 0;
	padding: 0;
	margin-top: -6px;
}

img.down {
	margin-top: 0px;
}

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

a.entity { color: #888; }
a.entity:hover { text-decoration: underline;  }

.channel-icon {
	background: url(/noir/images/icons-channel.gif) no-repeat;
	padding-left: 24px;
}

.user-icon {
	background: url(/noir/images/icons-user.gif) no-repeat;
	padding-left: 24px;
}

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

/* Sponsored Videos */

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

