/*GERAL*/

body{
	background:url(../images/bg.jpg) top center no-repeat #000;
	margin:0; 
	padding:0;
	font-family:Verdana;
}
.titulo{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.texto{
	font-size:11px;
	color:#B3B0B0;
	font-weight:normal;
}
.texto_menor{
	font-size:10px;
	color:#B3B0B0;
	font-weight:normal;
}
.texto_link{
	font-size:10px;
	color:#B3B0B0;
	text-decoration:none;
}
.texto_link:hover{
	font-size:10px;
	color:#B3B0B0;
	text-decoration:underline;
}
.clear{
	clear:both;
}
.campo{
	font-size:9px;
	text-align:center;
	background-color:#FFFFFF;
	border-color:#B3B0B0;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
}
.checkbox{
	border:1px #B3B0B0;
	width:11px;
}
.esgotado{
	text-decoration:line-through;
}

/*LOJA*/

#tudo { 
	width:779px;
	margin:0 auto;
	border:0;
	border-width:0 1px;
}
#topo {
	width:779px;
	height:240px;
	margin:15px 0;
}
#principal {
	width:250px;
	float:left;
	margin-bottom:20px;
}
#auxiliar {
	width:500px;
	float:right;
	right:0;
}
#rodape {
	width:779px;
	border:0;
}

/*LOJA_ESQUERDA*/

#main_esq{
	background-color:#252525;
	border:1px solid #403F3F;
}
#compras_texto{
	margin:15px;
	line-height:1.4;
}

/*LOJA_DIREITA*/

#topo_paginas{
	background-color:#252525;
	border:1px solid #403F3F;
	width:470px;
	padding:15px;
	margin-bottom:20px;
}
#iframe{
/*	position:relative;
	top:15px;*/
	width:500px;
	margin-bottom:15px;
}
#botoes{
	/*position:relative;
	top:10px;*/
	text-align:center;
}

/*LOJA_PAGINAS*/

#tudo_paginas{
	top:20px;
	left:0;
	width:500px;
}
#discos_paginas{
	width:500px;
	height:120px;
	border-bottom:1px solid #403F3F;
	margin-bottom:20px;
}
#discos_paginas img{
	margin-right:10px;
}
#borda_esq{
	position:relative;
	float:left;
	left:0px;
	width:245px;
	border-right:1px solid #403F3F;
}
#borda_dir{
	position:relative;
	float:right;
	right:0;
	width:240px;
}
#preco{
	height:40px;
	color:#ACAC53;
	font-size:11px;
	font-weight:bold;
	line-height:12pt;
}
#comprar{
	height:30px;
	line-height:11pt;
}
#texto_paginas{
	font-size:12px;
	color:#B3B0B0;
	font-weight:bold;
	line-height:16px;
	margin-bottom:10px;
}

/*LOJA_FUNDO*/

#tudo_fundo{
	background-color:#000000;
	width:779px;
	height:533px;
}
#esquerda{
	background-color:#252525;
	border:1px solid #403F3F;
	float:left;
	width:380px;
	height:533px;
}
#produtos{
	width:350px;
	margin:15px;
}
#produtos_descricao{
	font-weight:bold;
	margin-top:15px;
	height:25px;
}
#produtos_texto{
	color:#B3B0B0;
	height:25px;
	border-bottom:1px solid #7E7B7B;
	margin-bottom:15px;
}
#checkbox{
	position:relative;
	float:left;
	top:0;
	left:0;
	border:0;
}
#cds{
	position:relative;
	float:left;
	top:4px;
	left:15px;
	width:120px;
	color:#B3B0B0;
}
#preco_fundo{
	position:relative;
	float:left;
	top:4px;
	left:45px;
	width:80px;
	text-align:left;
	color:#B3B0B0;
}
#qtde{
	position:relative;
	float:left;
	top:3px;
	left:100px;
}
#botoes_fundo{
	width:350px;
	height:40px;
}
.botao_fundo{
	background-color:#FFFFFF;
	font-size:10px;
	color:#000000;
	text-align:center;
	border:2px outset #B3B0B0;
}
#bt_calcular{
	position:relative;
	float:left;
	top:10px;
	left:110px;
}
#bt_limpar{
	position:relative;
	float:left;
	top:10px;	
	left:130px;
}
#total{
	color:#B3B0B0;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}
#direita{
	float:right;
	width:380px;
	background-color:#252525;
	border:1px solid #403F3F;
	height:533px;
}
#dados{
	width:350px;
	margin:15px;
}
#campos{
	margin-top:15px;
}
#nomes{
	color:#B3B0B0;
	margin-bottom:5px;
}
#form{
	color:#B3B0B0;
}
#tabela{
	position:relative;
	float:left;
	top:0;
}
#creditos{
	width:779px;
	height:30px;
	margin-top:20px;
	color:#B3B0B0;
	font-size:10px;
	text-align:left;
	border-top:2px solid #252525;
	padding-top:10px;
}

/*BOTOES*/

.botao_ativo{
	font-size:11px;
	text-align:center;
	color:#ACAC53;
	font-weight:bold;
}
.botao{
	font-size:11px;
	text-align:center;
	color:#B3B0B0;
	font-weight:lighter;
	text-decoration:underline;
}

/*DETALHES*/

#detalhes{
	background-color:#000;
	padding:15px;
	width:270px;
	min-height:250px;
}
#detalhes img{
/*	width:70px;*/
	margin:0 0 0 10px;
}
#detalhes p{
	margin:0;
	line-height:1.5;
}

/*PEDIDOS*/

#pedidos{
	background-color:#000000;
	border:0;
	padding:15px;
	top:0;
	left:0;
	width:460px;
	height:300px;
}
#pedidos_topo{
	width:460px;
}
#pedidos_texto{
	position:relative;
	float:left;
	width:380px;
	line-height:1.5;
}
#pedidos_cd{
	position:relative;
	float:right;
	width:70px;
}
#pedidos_campos{
	position:relative;
	float:left;
	width:460px;
	margin-top:10px;
	line-height:1.5;
}
#pedidos_campos_esq{
	position:relative;
	float:left;
	left:0px;
	width:110px;
}
#pedidos_campos_dir{
	position:relative;
	float:left;
	left:10px;
	width:340px;
}
#pedidos_botoes{
	position:relative;
	float:left;
	width:460px;
	text-align:center;
	margin-top:20px;
}