#player
{
	float: left;
	width: 583px;
	height: 434px;
	background-color: #000000;
}

#playlist
{
	float: right;
	width: 387px;
	height: 435px;
	background: #fff;
}

#tabs
{
	margin: 0;
	margin-bottom: 8px;
	height: 21px;
	background-color: #EABD85;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C47214;
}

#tabs a
{
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #C47214;
	border-left: 2px solid #C47214;
	padding: 2px 8px;
	width: 80px;
}

#tabs a.active
{
	background: #fff;
}

.videos
{
	height: 390px;
	overflow: auto;
}

.videos div
{
	border-bottom: 1px dashed #000;
	height: 90px;
	padding: 10px 5px;
	padding-bottom: 15px;
	color: #000;
	width: 92%;
}

.videos img
{
	border: 1px solid #ccc;
	padding: 4px;
	float: left;
	margin-right: 10px;
}

.videos div a:hover img
{
	border-color: #940000;
}

.videos h3
{
	margin: 0;
	padding: 8px 0;
	font-size: 13px;
}

.videos a
{
	color: #000;
	text-decoration: none;
}

.videos a:hover
{
	color: #940000;
}

.videos p
{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.videos .rate
{
	clear: both;
	padding: 2px 0;
}

.videos .rate img
{
	border: 0;
	padding: 0;
	float: none;
	cursor: pointer;
}

#video_extras
{
	color: #5b5b5b;
	font-size: 13px;
	clear: both;
}

#video_extras p
{
	float: left;
	width: 200px;
}

#video_complements
{
	clear: both;
	background: #EABD85;
	padding: 10px 6px;
	padding-top: 0;
	zoom: 1;
}

#video_complements:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#video_complements h3
{
/*	background: #F8EDE1;*/
	color: #C47214;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 15px;
/*	margin-bottom: 5px;*/
}

div.block
{
/*	background: #F8EDE1;*/
	padding: 12px;
}

div.block img
{
	width: 353px;
}

#comments label, #comments h4
{
	font-size: 12px;
	font-weight: bolder;
	margin: 0;
}
#comments h1 {
	margin: 0 0 10px 0;
	font-size: 16px;
}
#comments img {
	width:84px;
	height:64px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#comments input
{
	width: 230px;
}

#comments textarea
{
	width: 547px;
	height: 55px;
	margin-top: 5px;
}

#comments button, #survey button
{
	border: 0;
	color: #fff;
	background: #FF9400;
	margin: 5px 0;
	font-size: 12px;
	padding: 2px 10px;
}

#comments p
{
	margin: 0;
	font-size: 11px;
	margin-bottom: 10px;
}

.paginador
{
	font-size: 11px;
}
.paginador a
{
	color: #000000;
	text-decoration: none;
}
.paginador a:hover
{
	color: #940000;
	text-decoration: underline;
	font-weight: bold;
}
#survey
{
	font-size: 11px;
}

#survey form
{
	margin: 15px 0 -5px 0;
}
img
{
	border: none;
}
