/**
 * player
 */
#BoxPlayer {
	height: 615px;
	background: #CECECE;
}

#BoxPlayer .header {
	height: 50px;
	position: relative;
	overflow: hidden;
}

#BoxPlayer .header h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 17px 0 0 10px;
}

#BoxPlayer .header .views {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 11px;
	font-weight: bold;
}

#BoxPlayer .header .rating {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}

#BoxPlayer .interstitial, #BoxPlayer .video {
	height: 368px;
	background: #000;
	overflow: hidden;
}

#BoxPlayer .menu {
	background: #949494;
	height: 30px;
	width: 600px;
	overflow: hidden;
}

#BoxPlayer .menu ul {
	margin: 0 10px;
}

#BoxPlayer .content {
	height: 167px;
	overflow: hidden;
}

#BoxPlayer .content .item {
	height: 147px;
	margin: 10px;
	overflow: hidden;
	display: block;
}

#BoxPlayer .content .hidden {
	display: none;
}

#BoxPlayer .content h2 {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	display: block;
	margin: 0 0 5px 0;
}

#BoxPlayer .content #comentarios p {
	font-family: Arial;
	font-size: 11px;
	color: #888;
	text-align: justify;
}

#BoxPlayer .content #comentarios p span {
	font-family: Arial;
	font-size: 10px;
	color: #888;
}

#BoxPlayer .content #comentarios .resposta {
  margin:10px 0 0 10px;
}

#BoxPlayer .content .formcomentario {
	width: 340px;
	height: 50px;
	display: block;
	float: left;
}

#BoxPlayer .content .formcomentarioCp {
	width: 150px;
	height: 14px;
	border: none;
	font-family: Arial;
	color: #333333;
	font-size: 10px;
	margin-right: 4px;
	background: #FFFFFF;
}

#BoxPlayer .content .formcomentarioTx {
	width: 300px;
	height: 75px;
	border: none;
	font-family: Arial;
	color: #333333;
	font-size: 10px;
	margin: 5px 4px 0 0;
	background: #FFFFFF;
}

#BoxPlayer .content #indiquevideo {
	height: 140px;
}

#BoxPlayer .content #indiquevideo .bloca {
	display: block;
	float: left;
	width: 160px;
}

#BoxPlayer .content .formindique {
	width: 340px;
	height: 50px;
	display: block;
	float: left;
}

#BoxPlayer .content .formindiqueCp {
	width: 150px;
	height: 14px;
	border: none;
	font-family: Arial;
	color: #333333;
	font-size: 10px;
	margin-bottom: 5px;
	background: #FFFFFF;
}

#BoxPlayer .content li {
	width: 106px;
	height: 127px;
	overflow: hidden;
	background: #A9A9A9;
	margin: 0 2px 0 0;
}

#BoxPlayer .content li .title {
	display: block;
	clear: both;
	height: 47px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	color: #3F3F3F;
}

#BoxPlayer .content .jcarousel-clip-horizontal {
	width: 540px;
	height: 127px;
	/*position: absolute;
  left:20px;*/
}

#BoxPlayer .content .jcarousel-prev {
	height: 127px;
}

#BoxPlayer .content .jcarousel-next {
	height: 127px;
}

#BoxPlayer .content #descricao {
	overflow: auto;
	height: 127px;
}

#Materia h2 {
  font-size:18px;
  font-weight:bold;
  color:#666;
}

#Materia p {
  font-size:12px;
}
