/* GERAL */
img { border: none; }
body { text-align: center; padding: 0px; margin: 0px; background-color: #000000; }
table { border: none; }

/* NIVEIS */
.nivel_um { border: solid 1px #BFBFBF; width: 706px; height: auto; padding: 8px; text-align: left; margin: 5% auto 0px auto; }
.nivel_dois { border: solid 1px #BFBFBF; background-color: #FFFFFF; width: auto; height: auto; padding: 0px 10px 60px 10px; }

/* TOPO */
.logo, .menus, .carrinho { float: left; position: relative; height: 55px; }
.logo { width: 45px; }
.menus { width: 522px; margin: 0px 0px 0px 0px; }
.carrinho { width: 100px; }

/* CONTEÚDOS */
.topo { height: 55px; width: auto; }
.meio { height: auto; width: auto; border: solid 1px #BFBFBF; margin-top: 20px; padding: 16px 10px 26px 10px; clear: left; }
.esquerda { height: 315px; width: 238px; background-color: #000000; border: solid 1px #BFBFBF; }
.direita { height: 315px; width: 408px; background-color: #000000; border: solid 1px #BFBFBF; margin-left: 8px; }
/*.esquerda, .direita { float: left; position: relative; }*/
.esquerda_loja { float: left; position: relative; }
.esquerda_loja { height: auto; width: 238px; background-color: #000000; border: solid 1px #BFBFBF; }

/* ESQUERDA */
.titulo { height: 26px; width: auto; border-right: solid 1px #C0C0C0; border-bottom: solid 1px #C0C0C0; }
.titulo img { margin: 9px 10px 0px 10px; }
.titulo table { width: 50px; padding: 0px; margin: 0px; }
.conteudo_esq { height: 250px; _height: 254px; }
.conteudo_esq_loja { height: 200px; _height: 204px; }
.peca_presente { border-top: solid 8px #989572; border-bottom: solid 8px #989572; text-align: right; }
.peca_presente_loja { border-top: solid 20px #989572; border-bottom: solid 20px #989572; text-align: right; }
.cadastro { background-color: #989572; height: auto; }
.bt_cad { height: 26px; width: auto; border-right: solid 1px #000000; border-top: solid 1px #000000; }
.bt_compra { height: 26px; width: auto; border-right: solid 1px #000000; border-top: solid 1px #000000; border-left: solid 1px #000000; }
.bt_passo { height: 26px; width: auto; border-top: solid 1px #000000; }

/* DIREITA */
.descricao { font-family: Verdana; font-size: 9px; color: #DFDFDF; text-align: left;  }
.texto_normal_centro { font-family: Verdana; font-size: 9px; color: #DFDFDF; text-align: center;  }
.texto_normal_direita { font-family: Verdana; font-size: 9px; color: #DFDFDF; text-align: right;  }
.texto_normal_esquerda { font-family: Verdana; font-size: 9px; color: #DFDFDF; text-align: left;  }

/* MENU */
/*
#menu ul { margin: 38px 0px 0px 16px; padding: 0px; list-style: none; width: auto; }
#menu ul li { position: relative; float: left; display: inline;  }
#menu ul li ul { position: absolute; left: -10px; top: -25px; display: none; width: 150px; background-color: #FFFFFF; padding: 5px; }
#menu ul li a { display: block; padding: 0px 6px; }
#menu ul li a:hover { color: #666; border-bottom: solid 3px #000; display: block; }
#menu li:hover ul, #menu li.over ul { display: block;  border-bottom: 0; }
*/

/* CARRINHO */
.texto_carrinho { font-family: Verdana; font-size: 9px; color: #666666; }

/* Formulario Loja */
.form_loja {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	}
.form_loja_presente {
	border: 1px solid #989572;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	}
/* Formulpario Loja */
/*	LINKS DA LOJA  */
a:link {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #B4A532;
	text-decoration: underline;
	}
a:active {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	}
a:visited {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #B4A532;
	text-decoration: none;
	}