/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */
* {
	outline:none;
}
body {
	margin: 1px 0 1px 0;
	padding: 0;
	background: #D7D7BD url(../images/img01.png) repeat;
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #000000;
	font-size: 11px;
	line-heig: 15px;
}
h4 {
	padding: 0;
	margin: 0;
    color: #0462BA;
    font-size: 11px;
    font-weight: bold;
    line-heig: 15px;
}
h5 {
	font: 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
 
}
strong {
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #308AC0;	
}
a:link, a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	color: #f00
}
a:active {
	text-decoration: none
}
b {
	font: 12px "Trebuchet MS",Arial,Helvetica,sans-serif;	
}

a:hover {
	text-decoration: none;
	color: #005880;
}

/** Style for header starts here */

#header {
	-moz-border-radius: 10px 10px 0px 0px;
	width: 800px;
	height: 150px;
	margin: 0px auto;
	background: #FFAC16 url(../images/img03.jpg) no-repeat left top;
}

#header h1, #header h2, #header h3 {
	margin: 0px;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#header h1 {
	/*float: left; */
	/*padding: 70px 10px 10px 20px;*/
	padding: 1px 1px 1px 1px;
	font-size: 3em;
	text-align: center
}

#header h2 {
	padding: 73px 10px 0px 0px;
	font-size: 1.4em;
}
#header h3 {
	text-align: center;
	padding: 73px 10px 0px 0px;
	font-size: 1.0em;
}

/** Style for menu starts here */

#wrapper {
	width: 840px;
	margin: 0px auto;
	padding: 10px 0;
	background: #FFFFFF url(../images/img02.jpg) repeat-y left top;
}

/** Style for content starts here */

#content {
	width: 800px;
	margin: 0px auto;
}

#content h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #CCCCCC dashed;
}

#content p {
}

#content a {
	text-decoration: none;
}


#left {
	clear: none;
	float: left;
	width: 150px;
	padding: 10px 5px;
	background: #EDEDED;
}
#left ul {
	margin: 2px 0 0 0;
	padding: 10;
	list-style: none;
}

#left ul a.menu {	
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #ededed;
	background: #fff url(../images/nav2.gif) 1px 50% no-repeat;
	color: #424343;
	width: 140px;
	line-height: 16px
}

#left li {
	padding-left: 1px;
	background: url(../images/img04.gif) no-repeat left 50%;
	text-indent: 15px;
}
#left li a:hover {
 	background: #f5f5f5 url(../images/nav.gif) 1px 50% no-repeat;
}

#center {
	clear: none;
	float: left;
	width: 468px;
	padding: 10px 5px;
	border: 0,5px solid black;
}

#center ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#center li {
	padding-left: 10px;
	background: url(../images/img04.gif) no-repeat left 50%;
}

#right {
	clear: none;
	float: left;
	width: 150px;
	padding: 10px 5px;
	background: #EDEDED;
}

#right ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#right li {
	margin-bottom: 8px;
	padding-left: 10px;
	background: url(../images/img06.jpg) no-repeat 0 7px;
	line-height: 17px;
}

#right .post {
}

/** Style for footer starts here */

#footer {
	-moz-border-radius: 10px 10px 10px 10px;
	clear: both;
	background: url("../images/bg_rodape.png") repeat scroll 0 0 transparent;
	width: 800px;
	height: 38px;
	margin: 5px auto;
	padding-top: 18px;
	border-top: 15px solid #FFFFFF;	
	text-transform: uppercase;
	font-size: 10px;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(../images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(../images/image02.png) no-repeat left 50%;
}

#footer a {
	border-bottom: 1px #E5E5CC dashed;
	text-decoration: none;
	color: #E5E5CC;
}
#nav {
	float: left;
	width: 100px;
	padding: 20px 20px;
	text-align: left;
}

#nav ul {
	margin: 24px 12px 1px 0px;
	border-top: solid 1px #ededed;
	text-align: left;
	list-style-type: none;
}
#nav ul a.menu {
	padding: 9px 10px 9px 0px;
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #ededed;
	background: #fff url(../images/nav.gif) 20px 50% no-repeat;
	color: #424343;
	width: 151px;
}
#nav li a:hover {
 	background: #f5f5f5 url(../imagens/nav2.gif) 0px 50% no-repeat;
}
.txt_noticias {
	font-size: 12px;
}
#rodape {	
	background: url("images/bg_rodape.png") repeat scroll 0 0 transparent;
	clear: both;
	height: 50px;
	margin-top: 15px;
	margin-top: 10px;
}
.fsmartins {
	padding: 16px 5px 10px;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#busca {
	padding: 0px 5px 3px;
	font-size: 11px;
	color: #000000; 
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid rgb(204, 204, 204);
}
.busca_txt {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	width: 140px; 
}
.busca_slc {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	width:120px;
}
#v_banner {
	margin-top: 5px;
	height: 90px;
	width: 455px;
	padding: 5px 5px 5px 5px;	
	border: 1px solid rgb(204, 204, 204);
}
#v_lancamentos {
	margin-top: 5px;
	height: 225px;
	padding: 5px 5px 5px 5px;	
	border: 1px solid rgb(204, 204, 204);
}
#regua {
	
	line-height: 15px;
	FONT-WEIGHT: bold;
	font-size: 13px;
	background: #3b5998;
	vertical-align: middle; COLOR: #fff;
	letter-spacing: -0.03em;
}
#titulo {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    background: scroll 0 0 #3b5998;
    color: #FFFFFF;
    font-size: 14px;
    FONT-WEIGHT: bold;
    height: 28px;
    line-height: 28px;
    margin: 0px 0px 5px;
    padding-left: 10px;
}
#destaques  {
	-moz-border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	margin: 5px auto;
	background:url("http://dados.lsul.com.br/Site/imagens/conteudo.jpg") repeat;
	border: 1px solid rgb(204, 204, 204);
	
}
.tab_capa {
	padding: 5px 5px 5px; 
}
.filme_capa {
	padding: 5px 5px 5px;
	height: 210px;
	width: 138px;
	text-align: center;
	border: 1px solid rgb(204, 204, 204);
	font-family: Arial;
	font-size: 10px;
	color: rgb(0, 51, 102);	
	line-height: 11px;
}
.imagem {
	margin: 1px  1px 1px 1px;
	height: 180px;
	width: 120px;
}
.noticia_chamada {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 0 5px;
    margin: 0;
    text-align: justify;
}
.noticia_chamada img {
    float: left;
    margin: 0 5px 1px 0;
}
.noticia_chamada .data {
    color: #999999;
    font-size: 11px;
    margin: 0px 0;
}
.img_noticia {
    margin: 0;
    padding: 0;
   
}
#tab_detalhes {
	-moz-border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	margin: 5px auto;
	padding: 1px 1px 1px;
	border: 1px solid rgb(204, 204, 204); 
}
.tableFilme {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: left;
}
.txt_noticias {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
    font-size: 11px;
}    
.detalhe_filme {
    font-size: 11px;
    padding-left: 3px;
}
.detalhe_dados {
	padding: 3px;
    font-size: 11px;
    line-height: 15px;
}
.detalhe_filme strong {
	color: #003300;
}
.link_ator  {
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}
.link_ator .tit a {
	padding-top: 3px;
	padding-left: 3px;
    color: #952B2B;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}
#filme_detalhes_capa {
    display: block;
    margin: 0 auto 10px;
}
.disposicao {
    background: url("../../publica/images/bg_disposicao_sim.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    margin: 5px 0;
    margin-left: 3px;
    padding-left: 20px;
}
.disposicao.disposicao_nao {
    background: url("../../publica/images/bg_disposicao_nao.png") no-repeat scroll 0 0 transparent;
}
.dados_filme {
    padding-left: 3px;
    line-height: 15px;
    font-size: 11px;
}
#filme_capa p.disposicao {
    background: url("../../recursos/img/backgrounds/bg_disposicao_sim.png") no-repeat scroll 0 0 transparent;
    color: #666666;
    margin: 5px 0;
    padding-left: 20px;
}
#filme_capa p.disposicao_nao {
    background: url("../../recursos/img/backgrounds/bg_disposicao_nao.png") no-repeat scroll 0 0 transparent;
}
#filmelista {
    border: 1px solid #CCCCCC;
    line-height: 15px;
    float: right;
    height: 220px;
    padding: 3px;
    position: relative;
    width: 150px;
}
#t_railer {
    border: 1px solid #CCCCCC;
    line-height: 15px;
    float: left;
    height: 220px;
    padding: 3px;
    position: relative;
    width: 285px;
}
#flashcontent {
    background-color: #E4E4E4;
    float: left;
    font-size: 11px;
    padding: 1px 4px;
    position: relative;
    width: 290px;
}
#flashcontent2{
	position:relative;
	float:center;
	padding:1px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:11px;
	background-color: #000000;/*background-color:#E4E4E4;*/
}
.top_table {	
    font-size: 10px;
    color: #FFFFFF;
}
.tit_white {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}
#titulos {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.v_lancamentos {
    color: #666666;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-decoration: none;
}
.v_trailer {
    color: #666666;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 4px 4px;
    text-align: left;
    text-decoration: none;
}
.tab_publicidade{
	padding:5px 15px;
}
dv.pics { display: none; }
div.pics img {
    height: 90px; // altura das imagens
    width: 455px; // largura das imagens
    overflow:hidden; // limitando a div
}
#botao_reservar,
#botao_quero_alugar,
#botao_comprar {
	display:block;
	width:87px;
	padding-right:30px;
	height:36px;
	background:#E2E2E2 url(../images/bg_botao_reserva_compra.png);
	color:#4C4C4C;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	text-align:center;
	line-height:36px;
	text-decoration:none;
	margin:5px 0; 
}
#botao_reservar:focus,
#botao_reservar:hover,
#botao_quero_alugar:focus,
#botao_quero_alugar:hover {
	background-position:0 -36px;
}
.tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #999;
	background: #E6E6FA;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:250px;
	max-width:250px;
	font: 10px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #696969;
	text-align: justify
}		
.tooltip h3 {
	padding: 0;
	margin: 0;
    color: #0462BA;
    line-heig: 15px;
    font: 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: bold;
}