/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr.jpg) #ffffff repeat-x center top;
	color: #7f7f7f;
	font: 11px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #7f7f7f;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


a:active, a:focus {
	outline:none;

}

input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
h2 span, h3 span{
	display: none;
}
h2 img, h3 img{
	display: block;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
/*=== Logo ===*/
#logo{
	height: 415px;
	width: 200px;
}

/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y;
	margin: 15px 0 0;
	padding: 0 0 15px;
}
#columns h2, #columns h3{
	color: #7f7f7f;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}
#columns h3 a{
	color: #7f7f7f;
}
#columns h3 img.fr{
	margin: -18px 0 0;
}
#columns h4{
	font-size: 11px;
	margin: 0 0 13px;
}
#columns p{
	padding: 0 0 10px;
}
/*=== Left Column ===*/
.leftcol{
	float: left;
	width: 200px;
	position:relative;
	overflow:hidden;
}
/*=== Center Column ===*/
.centercol{
	float: right;
	margin-top:30px;
	width: 762px;
}
.centercol h2{
	background: url(../images/hl-dot.gif) repeat-x bottom;
	padding: 0 0 3px;
}
.top{
	color: #ffffff;
	padding: 65px 0 10px;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	padding: 0 3px;
	width: 355px;
}
/*=== Styling Boxes ===*/
.box{
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	height: 1%;
	margin: 0 0 10px;
	padding: 6px;
}
.box .spacer{
	background: #ffffff;
	padding: 10px;
}
.box .spacer.vl{
	background: url(../images/vl-dot.gif) #ffffff repeat-y center;
}

.box2{
	
	border: 1px solid #999;
	height:auto;
	margin: 0 0 10px;
	padding: 3px;
	background: #ccc;
	color: #333;
}

.box2 .spacer{
	background: #f5f5f5;
	padding: 5px;
}

#columns .box h3{
	margin: 0;
}
.date{
	font-size: 15px;
	margin: 0 0 10px;
}
/*- Ads -*/
.ads img{
	margin: 0 8px 5px 0;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 0 0px;
	width: 450px;
}
.list1 li{
	margin: 0 0 2px;
}
.list1 li a{
	/*background: #ed6324;*/
	background: #666666;
	color: #ffffff;
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 1px;
}
.list1 li a:hover,
.list1 li.active a{
	background: #ff9900;
	text-decoration: none;
}
/*- List2 -*/
.list2{
	clear: both;
	display: block;
}
.list2 li{
	margin: 0 0 8px;
}
.list2 li.last{
	margin: 0;
}
.list2 li a{
	display: block;
	height: 1%;
	margin: 0 0 8px;
	padding: 1px 2px;
}
.list2 li a:hover{
	background: #f4d7cb;
	color: #ed6324;
	text-decoration: none;
}
/*- List3 -*/
.list3{
	margin: 0 0 0 0;
	width: 218px;
}
.list3 li{
	margin: 0 0 2px;
}
.list3 li a{

	background-color:#666666;
	color: #ffffff;
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 1px;
}
.list3 li a:hover,
.list3 li.active a{
	background-color:#999999;
	text-decoration: none;
}
/*=== Footer ===*/
#footer{
	clear: both;
	height: 50px;
}
#footer .fl{
	width: 239px;
}
#footer .fr{
	width: 400px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}


/***************  W20  *********************/

/* tags */
/*reescreve os estilos anteriores*/
h1,h2,h3,h4,h5,h6 { text-align: left; }
ul, ol, li      { 
	margin:0 0 0 0; 
	position: static;	
}
p{margin:0;}

img{ margin: 0;}

em{
	background:none;
}

form input, form textarea{
	border:solid 1px #000000;
	background-image:url("../images/form_fundo.jpg");
	background-repeat:repeat-x;
	background-color:#D7D7D7;
	margin:0 0 0 0;
	padding:5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#444444;
	display:block;
}

form input:focus, form textarea:focus{
	border:solid 1px #ED6324;
	color:#000000;

}

form input:hover, form textarea:hover{
	border:solid 1px #ED6324;
	color:#000000;

}

textarea{
	overflow:auto;
}

label{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: bold;
	color: #ED6324;
	display:block;
	text-decoration: none;
	margin:15px 0 5px 1px;
}

table, td{

	border-collapse:collapse;
	border-spacing:0px;
	
}

/* classes */
.destaque{
	margin:10px 0 10px 0;
	color:#ED6324;
}
.destaque2{
	color: #ED6324;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;

}

.confirmaForm{
	padding:3px;
	font-weight:bold;
	color:#ffffff;

}

.erroForm{
	
	font-weight:bold;
	color:#ED6324;

}

.infoForm{
	color:#ccc;
}
	
span.infoForm:hover{
	color:#fff;
}

ul.linkDownload{
	margin:0px 0 20px 0;
}

.linkDownload li{
	margin:2px 0 2px 0;
}

.linkDownload a:link, .linkDownload a:visited {
	font-family:Trebuchet MS, Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#ED6324;
	text-decoration:none;

}

.linkDownload a:hover, .linkDownload a:active {
	color:#ff9900;
}

.inactivo{

	display:none;
}

.icone{
	float:right;
	cursor:pointer;
	margin:3px;
}


table .tab_cabeca1{
	background-color:#ff9900; 
	padding-left:5px;
	color:#000;
}

table caption{
	background-color:#ff9900; 
	padding:4px 10px 4px 5px;
	color:#000;
	font-weight:bold;
	border-bottom: 1px solid #ddd; 
}

table .tab_cabeca2{
	background-color:#999; 
	padding-left:5px;
	color:#000;
}

table .tab_cabeca1 td{
	
	font-weight:bold;
	color:#000;
}

table .tab_cabeca2 td{
	
	font-weight:bold;
	color:#000;
}


td.tab_cabeca3{
	background-color:#999; 
	padding-left:5px;
	color:#000;
	font-weight:bold;
	
}

/* id's */


#conteudo_top{
	text-align:left;
	height:280px;
	overflow:auto;
	margin-bottom:40px;

	border-top:1px dotted #f0f0f0;
	border-bottom:1px dotted #f0f0f0;
	padding:2px 10px 2px 0px;
	
	
	/* scrollbars  */
	scrollbar-base-color: #ED6324;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #f0f0f0;
	
	scrollbar-shadow-color: #ED6324;
	scrollbar-lightshadow-color:#ED6324; 
	scrollbar-darkshadow-color: #ED6324;
	
	scrollbar-highlight-color: #ED6324;
	scrollbar-3dlight-color: #ED6324;
	
	
	
	
}

#conteudo_top_contactos{
	text-align:left;
	height:310px;
	overflow:auto;
	margin-bottom:40px;

	border-top:1px dotted #f0f0f0;
	border-bottom:1px dotted #f0f0f0;
	padding:2px 10px 2px 0px;
	

	
	
	
	
}

#conteudo_top p a{
	color:#ED6324;
}

#conteudo_top p a:hover, #conteudo_top p a:active{
	color:#fff;
}

#respostas{
	width: 300px;
	position: absolute;
	top:32px;
	left:205px;
	
}

#seccoes .accordion_content td{
	padding:5px;
	
}

#seccoes .accordion_content table{
	width:80%;
}

#seccoes .accordion_content ul{
	margin-left:20px;
}
#seccoes .accordion_content ul.list3{
	margin-left:0px;
}
#seccoes .accordion_content li{
	margin-bottom:7px;
}

#linguas{
	

}

/* ZE */

#headerTrailers{
	width:100%;
}
#trailer{
	float:left;
	width:35%;
	display:inline;
	
}
#trailerDetalhes{
	margin-left: 10%;
	float:left;
	width:40%;
	display:inline;
	
}
#trailerTxt{
	width:60%;
	float:left;

}
#trailerMenu{
	margin-left:5%;
	width:35%;
	display:inline;
	float:left;
}
#trailerMenu ul{
	float:right;
}
#trailerMenu li{
	float:left;
	display:inline;
}
.href_trailer{
   font-size:11px;
   color:#ea6224;
   text-decoration:underline;
}
.href_trailer a{
   font-size:11px;
   color:#ea6224;
   text-decoration:underline;
}
.href_trailer a:hover, a:active{
   font-size:11px;
   color:#cccccc;
   text-decoration:underline;
}
.tituloTrailers{
   font-size:16px;
   color:#ea6224;
   font-weight:bold;
}
.newsletter{
	background-color:#ED6324;
	margin-bottom:10px;
	padding:5px 2px 2px;
	width:200px;
	clear:both;
	overflow:hidden;
}
#cse-search-box input{
	width:119px;
	display:inline;
}
#cse-search-box #submitForm{
	width:69px;
	display:inline;
}
#cse-search-box input[type="hidden"]{
	display:none;
}