/******************************************************************************

DOCUMENTO: Arquivo com as classes de template e classes específicas do projeto
CRIAÇÃO: 00/00/2009
AUTOR: Marcelo Casinha (marcelo@gadbrivia.com.br)
VERSÃO: 003
ATUALIZAÇÕES:
1) dd/mm/aaaa (autor): _____________
2) dd/mm/aaaa (autor): _____________
OBSERVAÇÕES: 

******************************************************************************/

/*****************
******************
	  BASICO
******************
******************/

@import url("_basico.css");


/*****************
******************
	PROJETO
******************
******************/

.tv-sinoscar{
	background:url(../img/bg-tv-sinoscar.jpg) no-repeat;
	width:689px; height:515px;
	overflow:hidden;
	position:relative;
}

.lk-fechar{
	background-image:url(../img/lk-fechar.gif);
	width:21px; height:21px;
	position:absolute;
	top:20px; right:24px;
}
/*** LOGO ***/
.logo{
	background-image:url(../img/logo-tv-sinoscar.jpg);
	width:155px; height:39px;
	position:absolute;
	top:14px; left:20px;
}

/*** PRINCIPAL ***/
.tv-sinoscar .principal{
	width:390px; height:432px;
	float:left;
	overflow:hidden;
	padding:65px 0 0;
	margin:0 0 0 21px;
	position:relative;
	_display:inline;
}
.tv-sinoscar .principal h1{
	position:absolute;
	bottom:393px; left:0;
	font:bold 16px/120% arial, sans-serif;
	color:#B08500;
}
.tv-sinoscar .principal .player{
	padding:40px 0 13px;
	width:390px; height:321px;
	overflow:hidden;
	background:url(../img/loader.gif) no-repeat center;
}

/*** SECUNDARIO ***/
.tv-sinoscar .secundario{
	float:right;
	width:233px;
	padding:70px 23px 0 0;
}

/** filtro **/
.tt-filtrar-por{ background-image:url(../img/tt-filtrar-por.gif); height:16px; }
.bt-filtrar{
	background:url(../img/bt-filtrar.jpg) no-repeat;
	width:78px; height:24px;
	float:right;
	display:block
	
	
	
}
.tv-sinoscar .secundario fieldset{ padding:5px 0 11px; *padding-bottom:10px; _padding-bottom:7px; }
.tv-sinoscar .secundario fieldset label{
	display:block;
	font:bold 11px arial, sans-serif;
	color:#666;
}
.tv-sinoscar .secundario fieldset select{
	border:1px solid #CCC;
	width:233px; height:17px;
	padding:1px;
	font:11px arial, sans-serif;
	margin:0 0 6px;
	_margin-bottom:4px;
}

/** lista videos **/
.tv-sinoscar .secundario .lista-videos{
	width:233px; height:260px;
	overflow:auto;
}
.tv-sinoscar .secundario .lista-videos li{ overflow:hidden; *float:left; }
.tv-sinoscar .secundario .lista-videos a{
	display:block;
	overflow:hidden;
	_width:198px;
	padding:5px 9px;
	font:11px arial, sans-serif;
	color:#666;
}
.tv-sinoscar .secundario .lista-videos span{ cursor:pointer; }
.tv-sinoscar .secundario .lista-videos li.ativo a,
.tv-sinoscar .secundario .lista-videos a:hover{ background:#E5E5E5; }
.tv-sinoscar .secundario .lista-videos .info{ float:right; width:100px; }
.tv-sinoscar .secundario .lista-videos img{
	width:88px;
	float:left;
	border:1px solid #CDCDCD;
}

/** link youtube **/
.lk-you-tube {
	display:block;
	position:absolute;
	right:64px;
	top:27px;
	height:28px;
	width:192px;
	background:url(../img/lk-youtube.jpg) no-repeat;
	
}
