@charset "utf-8";
/* CSS Document */


#barraStream {
	position:  relative;
	float: left;
	width: 645px;
	height: 170px;
	margin: 5px;
}
div#setaEsquerda{
	position: relative;
	height: 100%;
	width: 25px;
	left: 0px;
	float: left;
	vertical-align: middle;
	border-left: solid 5px #A21D20;
}
div#setaDireita{
	position: relative;
	height: 100%;
	width: 25px;
	right: 0px;
	float: right;
	vertical-align: middle;
	border-right: solid 5px #A21D20;
}
div#playList{
	position: absolute;
	left: 20px;
	float: left;
	width: 580px;
	height: 100%;
	margin: 0px 10px 0px 10px;
}
div.playVideo{
	position: relative;
	margin: 5px 6px 5px 7px;
	height: 90%;
	width: 132px;
	display: inline-block;
	float: left;
}
.viewVideo{
	height: 55%;
	width: 100%;
	margin: 0px 0px 6px 0px;
	vertical-align: top;
}
.txtVideo a{
	height: 45%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
.txtVideo a:hover{
	height: 45%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
.streamTitulo{
	color: #a21d20;
	font: bold 12px Arial, Verdana, Helvetica, Sans-serif;
	margin: 0px 0px 0px 10px;
}
.btVideo{
	position: absolute;
	float: right;
	height: 20px;
	width: 30px;
	margin: 0px 5px 0px 0px;
	bottom: 37px;
	right: 0px;
	_margin: 0px; /* Hack para IE */
	_right: 5px; /* Hack para IE */
}
.btVideo:hover{
	position: absolute;
	float: right;
	height: 20px;
	width: 30px;
	margin: -15px 5px 0px 0px;
	right: 0px;
}

#anuncioGoogle{
	position: relative;
	float: left;
	width: 645px;
	top: 10px;
}
.direitoAutorais{
	position: relative;
	width: 645px;
	margin: 5px;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	bottom: 0px;
	top: 20px;
	float: left;
	height: 50px;
}
