/* atribue parâmetros a todas as páginas */ 
* html img/**/ {  
  
filter:expression(  
this.alphaxLoaded ? "" :  
(  
this.src.substr(this.src.length-4)==".png"  
?  
(  
(!this.complete)  
? "" :  
this.runtimeStyle.filter=  
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+  
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+  
String(this.alphaxLoaded=true).substr(0,0)+  
(this.src="imagens/blank.gif").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
}

body {
	background-color: #191919;
	background-image:url(imagens/bg_01.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

* {
	
 	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin: auto;
	list-style-type:none;
	font-size:11px;
	font-family:Arial;
}

/*.fundo_pg {
	background-image:url(imagens/fundo_pg.png);
	background-position:top;
	background-repeat:repeat-x;
}*/
.borda_img { border: 1px solid #000; }
.borda_padding { padding: 6px; }
.form {
	font-family: Arial;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
	border:1px #CCCCCC solid;
}

/* ########################################################################################### */
/* TEXTOS*/
/* ########################################################################################### */
.texto_preto {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:link {
	font-family: Arial;
	font-size: 11px;
	color:#000;
	text-decoration: none;
}
.texto_preto a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.texto_preto a:active {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto_preto12 {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.negrito12 {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
.texto_cinza12 {
	font-family: Arial;
	font-size: 12px;
	color: #3D3D3D;
	text-decoration: none;
}
.texto_cinza12 a:link {
	font-family: Arial;
	font-size: 12px;
	color:#3D3D3D;
	text-decoration: none;
}
.texto_cinza12 a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #3D3D3D;
	text-decoration: none;
}
.texto_cinza12 a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #3D3D3D;
	text-decoration: underline;
}
.texto_cinza12 a:active {
	font-family: Arial;
	font-size: 12px;
	color: #3D3D3D;
	text-decoration: none;
}

.texto_cinza {
	font-family: Arial;
	font-size: 11px;
	color: #3D3D3D;
	text-decoration: none;
}
.texto_cinza a:link {
	font-family: Arial;
	font-size: 11px;
	color:#3D3D3D;
	text-decoration: none;
}
.texto_cinza a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #3D3D3D;
	text-decoration: none;
}
.texto_cinza a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #3D3D3D;
	text-decoration: underline;
}
.texto_cinza a:active {
	font-family: Arial;
	font-size: 11px;
	color: #3D3D3D;
	text-decoration: none;
}
.titulo_vermelho {
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	color:#990000;
}
.rodape {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.texto_branco {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco a:link {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
/* ########################################################################################### */
/* ..TABELAS.. */
/* ########################################################################################### */
.tabelinha {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.tabelinha_cabecalho {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


 

/* ########################################################################################### */
/* ..TITULOS.. */
/* ########################################################################################### */
.titulo_vermelho_esq {
	background:url(imagens/titulo_vermelho.jpg) no-repeat top left;
	float:left;
	height:37px;
	width:10px;
	padding-left:15px;
}
.titulo_vermelho_dir {
	background:url(imagens/titulo_vermelho.jpg) bottom right no-repeat;
	width:10px;
	height:37px;
	float:right;
}
.titulo_vermelho_fundo {
	background:url(imagens/titulo_vermelho.jpg) 0px -37px repeat-x;
	height:37px;
	line-height:35px;
	margin-bottom:10px;
}
#titulo_vermelho_menor_esq {
	background:url(imagens/tit_vermelho_menor.gif) no-repeat top left;
	float:left;
	height:30px;
	width:9px;
	padding-left:15px;
}
#titulo_vermelho_menor_dir {
	background:url(imagens/tit_vermelho_menor.gif) bottom right no-repeat;
	width:9px;
	height:30px;
	float:right;
}
#titulo_vermelho_menor_fundo {
	background:url(imagens/tit_vermelho_menor.gif) 0px -30px repeat-x;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
}
.texto_destaque_vermelho {
	color:#990000;
	font-size:15px	;
	font-family:Arial;
}
h1 {
	margin:0;
	font-weight:bold;
	font-family: Arial;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}
h2 {
	font-weight:bold;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
h3 {
	font-weight:bold;
	font-family: Arial;
	font-size: 12px;
	color: #191919;
	margin:0;
	text-transform:uppercase;
	text-decoration: none;
}
h4 {
	font-weight:bold;
	font-family: Georgia, arial, verdana;
	font-size: 28px;
	color: #999999;
	margin:0;
	text-decoration: none;
}
h5 {
	font-weight:bold;
	font-family:Arial;
	font-size: 12px;
	float:left;
	color: #990000;
	margin:0;
	text-decoration: none;
}
h6 {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	margin:0;
	font-weight:normal;
	text-decoration: none;
}
h6 strong{
	font-family: Arial;
	font-size: 12px;
	color: #000;
	margin:0;
	font-weight:bold;
	text-decoration: none;
}

.aspas{ 
	background:url(imagens/aspas.gif) no-repeat left;
	margin-left:-65px;
	padding-left:65px;
	padding-bottom:20px;
}

.texto_destaque_preto {
	font-weight:bold;
	font-family: Arial;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.texto_destaque_branco {
	font-weight:bold;
	font-family: Arial;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}
#titulo_cinza_esq {
	background:url(imagens/titulo_cinza.gif) no-repeat top left;
	float:left;
	height:37px;
	width:10px;
	padding-left:25px;
}
#titulo_cinza_dir {
	background:url(imagens/titulo_cinza.gif) bottom right no-repeat;
	width:10px;
	height:37px;
	float:right;
}
#titulo_cinza_fundo {
	background:url(imagens/titulo_cinza.gif) 0px -37px repeat-x;
	height:37px;
	line-height:35px;
	margin-bottom:10px;
}

/* ########################################################################################### */
/* ..TEMPLATE.. */
/* ########################################################################################### */
#banner {float:right; width:789px;}

#cima_banner{
	background: url(imagens/cima_banner_04.png) top no-repeat;
	height:86px;
}
#fundo_banner{
	background:#FFFFFF;
	height:95px;
}
#embaixo_pg_esc{
	background:url(imagens/embaixo_pg.gif) no-repeat top left #191919;
	float:right;
	height:80px;
	width:339px;
}
#embaixo_pg_fundo{
	background:#FFFFFF;
	height:80px;
	width:789px;
	float:right;
}
.menu {
	float:left;
	width:198px;
	background: url(imagens/gera_menu__32.gif) left repeat-y;
}
.menu_item {
	float:right;
	width:142px;
	height:29px;
	line-height:2;
	color:#FFFFFF;
	padding-left:15px;
	cursor:pointer;
	background: url(imagens/bg_menu_item_38.jpg) top left no-repeat;	
}
	div.menu_item:hover {
		width:142px;
		height:29px;
		background: url(imagens/bg_menu_item_38.jpg) -26px bottom  no-repeat;	
	}

#busca_site {
	float:right;
	width:144px;
	color:#FFFFFF;
	padding-left:20px;
	background:url(imagens/menu_03.gif) repeat-y;	
}
#conteudo{
	width:987px;
	background-image:url(imagens/fundo_topo_03.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#pagina {
	float:right;
	background:#FFFFFF;
}
#conteudo_pagina { 
	width:769px;
	padding-left:10px;	
	padding-right:10px;
	padding-bottom:30px;
	overflow:hidden;
}
#produtos{
	background: url(imagens/fundo_jogo.gif) no-repeat;
	width:145px;
	height:269px;
	padding-top:10px;
	margin-bottom:10px;
	float:left;
	margin-right:4px;
}
#produtos_background_branco{
	margin-bottom:10px;
	width:775px;
}
.noticias{
	width:440px;
	border:1px solid purple;
	padding-right:7px;
	margin-top:20px;
	clear:both;
	float:left;
}
	.noticias ul{ margin:0; padding:0; border:1px solid yellow }
	.noticias ul li { 
		background:url(forum/styles/eMuza/imageset/announce_read.gif) no-repeat left; 
		padding-left:45px;  
		color:#000;
		padding-bottom:10px;
		padding-top:10px;
	}
.linha_noticias{
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;	
}
.coteudo_noticias{
	float:right;
	width:318px;
}
#lancamentos{
	width:320px;
	float:right;
	margin-top:20px;
}
.esc_botao{
	background:url(imagens/botao_vermelho.gif) no-repeat top left;
	float:left;
	height:23px;
	width:11px;
}
.dir_botao{
	background:url(imagens/botao_vermelho.gif) bottom right no-repeat;
	width:11px;
	height:23px;
	float:right;
}
.fundo_botao{
	background:url(imagens/botao_vermelho.gif) 0px -23px repeat-x;
	height:23px;
	width:118px;
	line-height:2;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}
.esc_botao_cinza{
	background:url(imagens/botao_vermelho_fundo_cinza.gif) no-repeat top left;
	float:left;
	height:23px;
	width:11px;
}
.dir_botao_cinza{
	background:url(imagens/botao_vermelho_fundo_cinza.gif) bottom right no-repeat;
	width:11px;
	height:23px;
	float:right;
}
.fundo_botao_cinza{
	background:url(imagens/botao_vermelho_fundo_cinza.gif) 0px -23px repeat-x;
	height:23px;
	width:118px;
	line-height:2;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}
#esc_rodape{
	background:url(imagens/rodape.gif) no-repeat top left;
	float:left;
	height:30px;
	width:7px;
}
#dir_rodape{
	background:url(imagens/rodape.gif) bottom right no-repeat;
	width:280px;
	height:30px;
	float:right;
	line-height:3;
}
#fundo_rodape{
	background:url(imagens/rodape.gif) 0px -30px repeat-x;
	height:30px;
	width:789px;
	color:#3D3D3D;
	font-size:11px;
	margin-top:15px;
	margin-bottom:15px;
	float:right;
	line-height:2;
}
#topo {
	height:144px;
}
.pg_noticia{
	background:url(imagens/sombra_noticia_03.jpg) top no-repeat;
	width:718px;
	padding-top:20px;
	margin-left:20px;
	height:220px;
}
.coteudo_pg_noticias{
	float:right;
	padding-right:20px;
	width:480px;	
}
.icone_video{
	float:right;
	width:73px;
	height:76px;
	line-height:10;
	text-align:center;
	font-weight:bold;
	background:url(imagens/icone_video_07.jpg) no-repeat;
}
.icone_img{
	float:right;
	width:73px;
	height:76px;
	line-height:10;
	text-align:center;
	font-weight:bold;
	background:url(imagens/icone_foto_09.jpg) no-repeat;
}
#coteudo_detalhe_jogos{	float:right; width:625px; margin-bottom:20px; margin-right:15px;}
#detalhe_jogos{ float:left; width:740px; margin-left:10px; padding-left:10px; padding-right:10px; }


.icone_titulos {
	padding-right:5px;
	float:left;
	vertical-align:middle;
}
/* ########################################################################################### */
/* ..OUTROS.. */
/* ########################################################################################### */
.no-repeat {background-repeat:no-repeat; }
.repeat-x {background-repeat:repeat-x; }
.repeat-y {background-repeat:repeat-y; }
.background_right-y { background-position:right; background-repeat:repeat-y}
.background_left-y { background-position:left; background-repeat:repeat-y}

#titulo_ranking{
	background:url(imagens/titulos_menu.jpg) 0px -97px no-repeat;
	height:92px;
	overflow:hidden;
	width:198px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height:10;
	float:right;
}
#titulo_genero{
	background:url(imagens/titulos_menu.jpg) top right no-repeat;
	width:198px;
	height:91px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height:10;
	float:right;
}


/* PAGINACAO */
div#paginacao {
padding-top: 10px;
margin: auto;
text-align: center;
height: 20px;
padding-bottom:15px;
}

div#paginacao ul{
list-style: none;
padding: 0px;
margin: 0px;
padding: 2px;
}

div#paginacao ul li{
display: inline;
margin-left: 2px;
margin-right: 2px;
}

div#paginacao ul li a,
div#paginacao ul li span {
padding: 1px;

padding-left: 7px;
padding-right: 7px;
text-decoration: none;
}

div#paginacao ul li span {
background-color: #B60006;
border:1px solid #000000;
color: #FFF;
}

div#paginacao ul li a{
background-color: #FFFFFF;
border:1px solid #B60006;
color: black;
}

div#paginacao ul li a:hover {
background-color: #CCCCCC;
border:1px solid #CCCCCC;
color: #000000;
}

div#paginacao ul li.anterior span,
div#paginacao ul li.proximo span {
visibility:hidden;
}


#menu_fundo {
	background:url(imagens/menu_cima.gif) no-repeat;
	height:41px;
	overflow:hidden;
	width:336px;
	left:-322px;
	top:103px;
	/*line-height:20px;*/
	float:right;
	z-index: 10; 
	position:relative;
}

#menu_fundo ul {
	padding:0px;
	margin:0px;
	float: left;
	margin-top: 13px;
}

#menu_fundo ul li { 
	float: left !important;
	list-style: none; 
}

#menu_fundo ul li a {
	float: left !important;
	display: block; 
	text-align:center;
	font-size:11px; 
	font-weight:bold;
	z-index: 1000;
	width: 65px;
	padding-top: 3px;
	height: 25px;
 }

#menu_fundo ul li a:hover{
	background: url(imagens/bt.gif) no-repeat;
}

#menu_fundo ul li a.grandea{
	width: 100px !important;
}

#menu_fundo ul li a.grandea:hover{
	background: url(imagens/bt_grande.gif) top left no-repeat !important;
}

#topo_personagens{
	background:url(imagens/top_personagens.png) top right no-repeat;
	width: 742px;
	height: 282px;
	position: absolute;
	left: 235px;
	top: 50px;
	z-index: 2;
}
.banners_afiliados{
	float:right; 
	width:164px; 
	padding-top:10px;
	text-align:right; 
	background-color:#191919; 
}

/* ########################################################################################### */
/* ..COMENTÀRIOS.. */
/* ########################################################################################### */

#cx_comentarios {
	float:right;
	width:789px; 
	padding-top:24px;
	background:url(imagens/comentarios_cima.gif) top no-repeat #FFFFFF; 
}
#lista_comentarios {
	width:386px; 
	float:left; 
	padding-left:21px;
	padding-right:20px;
	border-right:1px solid #CCC; 
}
#form_comentarios {
	width:330px; 
	float:right;
	padding-left:20px; 
}
	#form_comentarios input{ width:260px;border:1px solid #CCC; color:#666666}
	#form_comentarios textarea{ width:300px; height:150px; border:1px solid #CCC;color:#666666}

#embaixo_cx_comentarios {
	height:8px; 
	clear:both; 
	width:789px;
	background:url(imagens/embaixo_comentario.gif) bottom no-repeat; 
}

#login {width:190px; float:left; margin-top:5px; text-align:right;}
	#login input{ margin-left:5px; margin-top:3px; float:right}
	#login a{ font-size:10px; color:#0000FE;}
	

#tit_login{
	background:url(imagens/login.gif) 0px -29px repeat-x;
	height:29px;
	width:243px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	line-height:28px;
	margin-bottom:5px;
	float:left;
}
#esq_tit_login{
	background:url(imagens/login.gif) no-repeat top left;
	float:left;
	height:29px;
	margin-right:15px;
	width:34px;
}
#dir_tit_login{
	background:url(imagens/login.gif) bottom right no-repeat;
	width:34px;
	height:29px;
	float:right;
	line-height:3;
}
fieldset { border:0;}

input {margin-top:5px;} 
