@charset "utf-8";
/* CSS Document */


/* Lista */
.filmeTitulo
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.filmeTitulo a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.filmeTitulo a:link, a:visited
{
	color: #333;
	text-decoration: none;
}
.filmeTitulo a:hover, a:active
{
	color: #ED028B;
	text-decoration: none;
}
.filmeRealizador
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-align: left;
}

a.btnvoltar:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}
a.btnvoltar:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}
a.btnvoltar:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}
a.btnvoltar:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

.filmeTituloDetalhe
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	text-align: left;
	line-height: 40px;
}
.realizadorDetalhe
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #999;
	text-align: left;
	line-height: 30px;
}
.outrosDetalhe
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-align: left;
	line-height: 25px;
}
.seccaoDetalhe
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-align: left;
	line-height: 30px;
}
.textoDetalhe
{
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
	line-height: 16px;
}