@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	background-image: url(../_imagens/body_fundo.jpg);
	background-repeat: repeat-x;
}
#defesa  {
	width: 990px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topo  {
	height: 108px;
	width: 990px;

}
#topo_cima {
	width:990px;
	height:25px;
	float:left;
	background-image:url(../_imagens/topo_cima_fundo.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#logo {
	width:290px;
	height:83px;
	cursor:pointer;
	background-image:url(../_imagens/logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}
#menu_topo {
	width:700px;
	height:83px;
	float:left;
	background-image: url(../_imagens/televendas.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu_topo div#fale_gratis{
	width:550px;
	height:41px;
	float:left;
	padding-left: 150px;
	padding-top: 10px;
}
#menu_topo  a {
	color: #FFFFFF;
	text-decoration: none;

}
#menu_topo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#item_menu_topo {
	width:99px;
	height:20px;
	float:left;
	background-image: url(../_imagens/botao_menu_topo_inativo.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-top: 12px;
	line-height: 20px;
	background-position: right bottom;
	margin-right: 1px;
}
#item_menu_topo_selecionado {
	width:99px;
	height:20px;
	float:left;
	background-image: url(../_imagens/botao_menu_topo_ativo.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-top: 12px;
	line-height: 20px;
	background-position: right bottom;
	margin-right: 1px;
}


#banner {
	width:990px;
	height:260px;
	float: left;
}
#busca_e_carrinho {
	width:990px;
	height:43px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 12px;
}
#busca {
	width:495px;
	height:40px;
	float: left;
}
#carrinho {
	width:350px;
	height:32px;
	float: left;
	padding-left: 145px;
	font-size: 11px;
	padding-top: 8px;
	cursor:pointer;
}
#conteudo  {
	height:auto;
	float: left;
	width: 990px;
}
#conteudo_central {
	width:610px;
	margin-right:10px;
	float:left;
}
#conteudo_texto {
	width:570px;
	padding-left:15px;
	padding-right:25px;
	height:650px;
	float:left;
	margin-bottom:25px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: auto;
}

#conteudo_carrinho {
	width:592px;
	padding-left:10px;
	padding-right:5px;
	height:auto;
	float:left;
	margin-bottom:10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#conteudo_produtos {
	width:600px;
	padding-left:5px;
	padding-right:5px;
	height:380px;
	float:left;
	margin-bottom:15px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
}
#conteudo_resenha {
	width:570px;
	padding-left:25px;
	padding-right:15px;
	height:250px;
	float:left;
	margin-bottom:10px;
	padding-top: 15px;
	padding-bottom: 5px;
}


#carregando {
	height: 255px;
	width: 610px;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	display: block;
	padding-top: 200px;
}
#cadastro {
	width:562px;
	height:auto;
	float:left;
	margin-bottom:10px;
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 30px;
}
#descricao {
	width:600px;
	padding-left:3px;
	padding-right:7px;
	height:400px;
	float:left;
	padding-top: 20px;
}
#catalogo {
	width:610px;
	height:auto;
	float:left;
	padding-top: 5px;
	padding-bottom: 20px;
}

#minha_conta {
	width:590px;
	padding-left:15px;
	padding-right:5px;
	height:auto;
	float:left;
	margin-bottom:10px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: auto;
}

#contato {
	width:500px;
	height:470px;
	float:left;
	margin-bottom:10px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 5px;
}





#mapa {
	width:610px;
	height:650px;
	float:left;
	margin-bottom:19px;
	overflow: auto;
}
#destaque_interna {
	width:600px;
	padding-left:3px;
	padding-right:7px;
	height:240px;
	float:left;
	margin-bottom:10px;
	overflow: hidden;
}
#menu_esquerda {
	width:180px;
	height:auto;
	margin-right:10px;
	float:left;
	font-family: Arial;
	padding-bottom: 20px;
}
#cabecalho {
	width:170px;
	height:30px;
	float:left;
	margin-bottom: 5px;
	background-image: url(../_imagens/cabecalho_menu.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 10px;
	color: #FFFFFF;
}
#cabecalho_central {
	width:600px;
	height:30px;
	float:left;
	margin-bottom: 20px;
	background-image: url(../_imagens/cabecalho_central.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 10px;
	color: #FFFFFF;
}

#categorias {
	width:180px;
	height:auto;
	float:left;
	margin-bottom:30px;
}
#marcas {
	width:180px;
	height:auto;
	float:left;
	padding-bottom:10px;
}
#marcas_item {
	width:160px;
	height:22px;
	float:left;
	background-image:url(/_imagens/item_menu_esquerda_marca.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 1px;
}
#marcas_item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;

}
#marcas_item a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#destaque_home {
	width:600px;
	padding-left:3px;
	padding-right:7px;
	height:250px;
	float:left;
	margin-bottom:15px;
}


#produto {
	width:190px;
	height:235px;
	float:left;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 25px;
	padding-left: 6px;
}


#nome_produto {
	width:190px;
	height:30px;
	float:left;
	font-family:tahoma;
	text-align:center;
	overflow: hidden;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#nome_produto a{
	text-decoration:none;
	color:#660000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#foto_produto {
	width:160px;
	height:120px;
	float:left;
	margin-bottom:5px;
	overflow: hidden;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
#preco_produto {
	width:190px;
	height:35px;
	float:left;
	margin-bottom:5px;
	text-align:center;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
}

#base_produto {
	width:190px;
	height:25px;
	float:left;
	text-align:center;
}


#ofertas_dia {
	width:610px;
	height:auto;
	float:left;
	overflow: hidden;
}
#menu_direita {
	width:180px;
	height:auto;
	float:left;
	font-family: Arial;
}

#login {
	width:140px;
	height:170px;
	float:left;
	margin-bottom:20px;
	background-image: url(../_imagens/login_fundo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#area_cliente {
	width:140px;
	height:165px;
	float:left;
	margin-bottom:20px;
	background-image: url(../_imagens/area_clientes_fundo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#suporte {
	width:170px;
	height:60px;
	float:left;
	margin-bottom:9px;
	text-align: center;
}

#promocoes {
	width:180px;
	height:auto;
	float:left;
	padding-top: 25px;
	overflow: hidden;
}
#produto_promo {
	width:170px;
	height:175px;
	float:left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image: url(../_imagens/promo_fundo.jpg);
	background-repeat: no-repeat;
	margin-bottom: 35px;
}

#base  {
	height: 195px;
	width: 990px;
	float: left;

}
#creditos {
	height: 100px;
	width: 930px;
	padding-top: 20px;
	padding-left: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#corpo_base {
	width:990px;
	height:195px;
	float:left;
	background-image: url(../_imagens/base_fundo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#centro_base {
	width:960px;
	height:180px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	color: #000000;
}
#centro_base a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#centro_base a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#esquerda_base {
	width:15px;
	height:195px;
	float:left;
	background-image: url(../_imagens/canto_sbe.jpg);
	background-repeat: no-repeat;
}
#direita_base {
	width:15px;
	height:195px;
	float:left;
	background-image:url(../_imagens/canto_sbd.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
