@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: left; /* 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;
}
#defesa  {
	width: 1000px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
#topo  {
	width: 1000px;
	height: 310px;
}
#logo {
	width:250px;
	height:70px;
	cursor:pointer;
	background-image:url(../_imagens/logo.jpg);
	background-repeat:no-repeat;
	background-position:10px 20px;
	float:left;
}
#menu_topo {
	width:730px;
	height:30px;
	padding-top:40px;
	float:left;
	padding-right: 20px;
	background-image: url(../_imagens/menu_topo_fone.jpg);
	background-repeat: no-repeat;
	background-position: 5px 25px;
}
#item_menu_topo {
	width:auto;
	height:25px;
	float:right;
	background-color:#3E87B1;
	text-align:center;
	margin-left: 10px;
}
#item_menu_topo:hover {
	width:auto;
	height:25px;
	float:right;
	background-color:#000000;
	text-align:center;
	margin-left: 10px;
}
#item_menu_topo a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
#banner {
	width:1000px;
	height:185px;
	float:left;
	margin-bottom: 5px;
}
#busca {
	width:485px;
	height:40px;
	padding-left:15px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#carrinho {
	width:380px;
	height:30px;
	padding-top:10px;
	padding-left:20px;
	float:left;
	cursor: pointer;
}
#conteudo  {
	width: 970px;
	padding-right: 15px;
	padding-left: 15px;

}
#menu_esquerda {
	width:170px;
	height:auto;
	margin-right:10px;
	float: left;
}
#categorias {
	width:170px;
	height:auto;
	float:left;
	margin-bottom:30px;
}
#marcas {
	width:170px;
	height:auto;
	float:left;
	padding-bottom:10px;
}
#marcas_item {
	width:150px;
	height:19px;
	float:left;
	background-image:url(../_imagens/item_menu_esquerda_marca.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 20px;
	padding-top: 7px;
	margin-bottom: 1px;
}
#marcas_item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
#marcas_item a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#cabecalho {
	width:170px;
	height:34px;
	float:left;
	margin-bottom: 10px;
}
#cabecalho_esquerda {
	width:5px;
	float:left;
	height:34px;
	background-image:url(../_imagens/cabecalho_esquerda.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#cabecalho_centro {
	width:145px;
	height:25px;
	float:left;
	background-color:#000000;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	padding-top: 9px;
	padding-left: 15px;
}
#cabecalho_direita {
	width:5px;
	float:left;
	height:34px;
	background-image:url(../_imagens/cabecalho_direita.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}


#miolo {
	width:610px;
	height:auto;
	float:left;
	margin-right: 10px;
	padding-bottom: 10px;
}


#produto {
	width:190px;
	height:225px;
	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;
}
#nome_produto a{
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	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;
}
#foto_produto_promo {
	width:146px;
	height:116px;
	float:left;
	margin-bottom:5px;
	overflow: hidden;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
}


#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;
}
#destaque_home {
	width:600px;
	padding-left:3px;
	padding-right:7px;
	height:250px;
	float:left;
	margin-bottom:10px;
}
#destaque_interna {
	width:600px;
	padding-left:3px;
	padding-right:7px;
	height:228px;
	float:left;
	margin-bottom:10px;
	overflow: hidden;
}

#texto {
	width:570px;
	padding-left:15px;
	padding-right:25px;
	height:475px;
	float:left;
	margin-bottom:10px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: auto;
}
#catalogo {
	width:610px;
	height:auto;
	float:left;
	padding-top: 15px;
}

#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;
}

#conteudo_carrinho {
	width:592px;
	padding-left:10px;
	padding-right:5px;
	height:auto;
	float:left;
	margin-bottom:10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contato {
	width:500px;
	height:470px;
	float:left;
	margin-bottom:10px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 35px;
}
#cadastro {
	width:562px;
	height:455px;
	float:left;
	margin-bottom:10px;
	padding-right: 20px;
	padding-left: 25px;
	padding-top: 10px;
}
#conteudo_resenha {
	width:570px;
	padding-left:25px;
	padding-right:15px;
	height:250px;
	float:left;
	margin-bottom:10px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#conteudo_produtos {
	width:600px;
	padding-left:5px;
	padding-right:5px;
	height:350px;
	float:left;
	margin-bottom:15px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
}


#carregando {
	height: 220px;
	width: 610px;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	display: block;
	padding-top: 175px;
}
#descricao {
	width:600px;
	padding-left:3px;
	padding-right:7px;
	height:400px;
	float:left;
	padding-top: 20px;
}





#mapa {
	width:610px;
	height:450px;
	float:left;
	margin-bottom:25px;
	overflow: auto;
}


#ofertas_dia {
	width:610px;
	height:483px;
	float:left;
	overflow: hidden;
}
#menu_direita {
	width:170px;
	height:auto;
	float: left;
	padding-bottom: 10px;
}
#login {
	width:140px;
	height:170px;
	float:left;
	margin-bottom:10px;
	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:10px;
	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;
}

#promocoes {
	width:169px;
	height:483px;
	float:left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	padding-top: 25px;
	overflow: hidden;
	background-color: #F3F3F3;
	padding-bottom: 10px;
}
#suporte {
	width:170px;
	height:60px;
	float:left;
	margin-bottom:9px;
}
#base  {
	height: 195px;
	width: 970px;
	padding-right: 15px;
	padding-left: 15px;

}
#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:970px;
	height:195px;
	float:left;
	background-image: url(../_imagens/base_fundo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#centro_base {
	width:940px;
	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;
	background-position:left top;
}
#direita_base {
	width:15px;
	height:195px;
	float:left;
	background-image:url(../_imagens/canto_sbd.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
