@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	outline:none;
}
img {
	border:none;
}
h1, .preco {
	font-size:18px;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#999;
}
body {
	font-size:12px;
}
/* inicio do login */
#login * {
	font-size:14px;
	font-weight:bold;
	color:#999;
}
#login {
	position:absolute;
	top:-110px;
	width:100%;
	background:#f5f5f5;
	border-bottom:1px solid #ccc;
	padding:5px 0px;
	color:#999;
}
#fechar_login {
	margin-right:5px;
	float:right;
}
input {
	border:1px solid #ccc;
	padding:2px;
}
#login form {
	padding-left:5px;
	float:left;
}
.bt_login, #login form a {
	background-color:#eee;
	color:#999;
	font-weight:bold;
	border:0px;
	padding:2px 5px;
	margin-left:5px;
}
#login form a {
	padding:3px 5px;
}
#login form a:hover {
	background-color:#93D712;
	color:#fff;
}
/* inicio esqueci minnha senha */
#esqueci {
	text-align:center;
	padding:10px;
}
#esqueci p {
	background:#93D712;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:2px 0;
	display:block;
}
/* fim esqueci minnha senha */

/* fim do login */


/* inicio layout do topo */
#topo {
	width:100%;
	height:175px;
	background:#e4e4e4;
	min-width:1000px;
}
#topo #logar, #topo #logout, #info_topo {
	font-size:11px;
	padding:7px;
	color: #666;
	height:20px;
}
#topo #logar, #topo #logout {
	float:left;
}
#topo #logar a, #topo #logout a {
	color:#88c70f;
	text-decoration:none;
}
#topo #logar a:hover, #topo #logout a:hover {
	text-decoration:underline;
}
#topo #info_topo {
	float:right;
}
#topo #info_topo a {
	color:#666;
	text-decoration:none;
}
#topo #info_topo a:hover {
	text-decoration:underline;
}
#topo #apresentacao {
	clear:both;
}
#topo #apresentacao span, #topo #finallinha {
	float:left;
	height:145px;
}
#topo #apresentacao span {
	width:20%;
	min-width:200px;
	background:url(../imagens/topo_1.jpg) repeat-x;
}
#topo #finallinha {
	width:80%;
	min-width:800px;
	background:url(../imagens/topo_2.jpg) repeat-x;
}
#topo #logo {
	width:100%;
	background:url(../imagens/topo_3.jpg) no-repeat;
}
#topo #logo img {
	margin:45px 0 0 90px;
}
#menu_cliente_logado {
	color:#88c70f;
}
/* final layout do topo */


/* inicio layout do menu */
#menu_horizontal {
	text-transform:lowercase;
	clear:both;
	min-width:1000px;
	text-align:center;
	font-size:14px;
	margin-bottom:5px;
}
#menu_horizontal ul li {
	display:inline;
	list-style:none;
}
#menu_horizontal ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 7px;
	line-height: 26px;
}
#menu_1 {
	background:url(../imagens/menu_horizontal_brilho.jpg) repeat-x;
}
#menu_2 {
	background:url(../imagens/menu_horizontal_sombra.jpg) repeat-x;
}
#menu_1 ul li a:hover {
	background:url(../imagens/hover_menu1.jpg) center;
}
#menu_1 ul li a.ativo {
	background:url(../imagens/hover_menu1.jpg) center;
}
#menu_2 ul li a:hover {
	background:url(../imagens/hover_menu2.jpg) repeat-x;
}
#menu_2 ul li a.ativo {
	background:url(../imagens/hover_menu2.jpg) repeat-x;
}
.menuborda {
	border-right:1px dotted #76ad0e;
	height:27px;
}
/* fim layout do menu */


/**/
#mapasite {
	background-color:#f5f5f5;
	display: block;
	text-transform:lowercase;
	padding-left:5px;
	height:19px;
}
#mapasite a, #mapasite {
	color:#999;
	font-size:12px;
}
#mapasite a {
	float:left;
	padding:2px 0px;
}
#mapasite a:hover {
	color:#666;
}
#mapasite img {
	float:left;
	margin:0px 5px;
}
/**/


/* inicio layout do corpo */
#corpo {
	position:relative;
	width:100%;
	min-width:1000px;
}
#conteudo {
	margin:0 200px;
	min-width:570px;
}
#banner_principal {
	background-image:url(../imagens/bg_banner_principal.jpg);
	text-align:center;
	_margin:0px 3px 20px 3px;
	margin-bottom:20px;
}
/* hack iemerda */   #conteudo {
	_margin:0;
	_padding:0 200px;
}  /* hack iemerda */
/* FIM LAYOUT DO CORPO*/


/* INICIO LAYOUT DA COLUNA ESQUERDA */

#exibicao {
	margin-top:-2px;
	width:185px;
	margin-bottom:5px;
	float:left;
	background-color:#f5f5f5;
}
#exibicao div {
	color:#fff;
	text-align:center;
	background:#89c60f;
	color:#FFF;
	font-weight:bold;
	padding:8px;
	font-size:15px;
	float:left;
}
#exibicao span {
	font-size:12px;
	float:left;
	margin-left:5px;
	color:#999;
}
#menu_lateral * a {
	text-transform:lowercase;
	padding:3px;
	width:179px;
	display:block;
}
#menu_lateral {
	margin-top:-2px;
	background:url(../imagens/divisor_menu.jpg) bottom no-repeat;
	border-right:1px solid #eee;
	margin-right:5px;
}
#menu_lateral h4 a {
	margin-left:2px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	color:#999;
	font-weight:bold;
	background:url(../imagens/divisor_menu.jpg) top no-repeat;
}
#menu_lateral h4 a:hover {
	color:#89c60f;
}
#menu_lateral h4 .ativo {
	color:#89c60f;
}
.oculto {
	display:none;
}
#menu_lateral ul a {
	font-size:12px;
	color:#999999;
	margin-left:12px;
	width:169px;
}
#menu_lateral ul a:hover {
	background-color:#89c60f;
	color:#FFF;
}
#menu_lateral ul a.ativo {
	background-color:#89c60f;
	color:#FFF;
	display:block;
}
#coluna_esquerda {
	float:left;
	width:192px;
	margin-left:8px;
}
#destaques {
	text-align:center;
	color:#999;
}
#destaques div {
	border:1px solid #eee;
	margin:5px;
	padding:5px;
	background-color:#f5f5f5;
}
#destaques div img {
	margin-right:1px;
	border:1px solid #eee;
}
/* FIM LAYOUT DA COLUNA ESQUERDA */

/* inicio layout do coluna direita */
#coluna_direita {
	float:right;
	width:190px;
	margin-right:3px;
}
#coluna_direita img {
	margin-bottom:7px;
}
/* fim layout do coluna direita */



/*INICIO BUSCA */
.busca {
	margin-bottom: 5px;
}
#campo_busca {
	height:34px;
	background:#F5F5F5;
}
#campo_busca span, #campo_busca .busca_texto {
	float:left;
	display:block;
	padding:4px 0 0 2px;
	font-size: 22px;
	font-weight: bold;
	background: #F5F5F5;
	color: #BDDA8A;
}
#campo_busca .busca_texto {
	float:left;
	border:0;
	color: #88c70f;
	width:90%;
}
#campo_busca .inputhover {
	color: #88c70f;
}
#campo_busca .botaobuscar, input.botaobuscarhover {
	position:relative;
	float:right;
	width: 32px;
	height: 34px;
	border:0;
	background: #BDDA8A url(../imagens/lupa.png) 50% no-repeat;
	cursor: pointer;
}
#campo_busca input.botaobuscarhover {
	background-color: #88c70f;
}
#layauto {
	position:absolute;
	left:0;
	z-index:9;
	width:100%
}
#layauto div.bloco {
	margin:0 200px;
	display:block;
	background:#EEE;
}
#layauto div.bloco .item_busca {
	height:50px;
	padding:7px;
	color:#666;
	border-top:solid 1px #FFF;
}
#layauto div.bloco .item_busca h3, #layauto div.bloco .item_busca h4, #layauto div.bloco .item_busca h5 {
	font-weight:normal;
}
#layauto div.bloco .item_busca span {
	float:left;
	margin:0 7px 0 0;
}
#btbusca {
	background: url(../imagens/bg_busca2.jpg) no-repeat left #e7e7e7;
	display: block;
	text-transform:lowercase;
	padding-left:5px;
	height:19px;
}
#btbusca a, #btbusca {
	color:#FFF;
	font-size:12px;
}
#btbusca a {
	float:left;
	padding:2px 6px;
}
#btbusca a:hover {
	color:#000;
}
#btbusca img {
	float:left;
	margin:0px 5px;
}
/*FIM BUSCA */



/*INICIO MAPA DO SITE */
#arvore {
	background-color:#f5f5f5;
	font-size:9px;
	color:#666;
	padding:3px;
}
#arvore a {
	color:#666;
}
#arvore a:hover {
	text-decoration:underline;
}
/*FIM MAPA DO SITE */




/*INICIO RODAPE */
#rodape {
	text-align:center;
	font-size:10px;
	clear:both;
	min-width:1000px;
	padding:30px 0px 10px 0px;
	background:url(../imagens/rodape.jpg) top repeat-x #e4e4e4;
	color:#999;
}
#rodape table {
	width:100%;
	margin-bottom:10px;
	border-collapse:collapse;
}
#rodape a:hover {
	color:#89c60f;
}
#rodape li {
	list-style:none;
}
#rodape li a {
	text-transform:lowercase;
	background:top no-repeat;
	color:#999;
	font-size:12px;
	width:182px;
	padding:4px;
	display:block;
}
#rodape1 ul {
	float:right;
	text-align:right;
	border-right:1px solid #bbb;
	background:url(../imagens/divisor_menu2.jpg) bottom no-repeat;
}
#rodape2 ul {
	float:left;
	text-align:left;
	background:url(../imagens/divisor_menu3.jpg) bottom no-repeat;
}
#rodape1 ul li a {
	background-image:url(../imagens/divisor_menu2.jpg);
}
#rodape2 ul li a {
	background-image:url(../imagens/divisor_menu3.jpg);
}
#rodape3 {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#999;
	height:25px;
	padding-top:5px;
}
/*FIM RODAPE */







/*botoes menu*/

#menu_produto a, .menu_carrinho a, #identificacao p a, #confirmacao p a {
	padding:10px 0px 10px 40px;
	width:110px;
	height:15px;
	position:relative;
	float:left;
	text-decoration:none;
	text-align:left;
	color:#999;
	margin:0px 0px 1px 1px;
	border-bottom:1px solid #FFF;
	background-repeat:no-repeat;
	background-color:#f5f5f5;
	font-weight:bold;
	font-size:15px;
	display:block;
}
#menu_produto a:hover, .menu_carrinho a:hover, #identificacao p a:hover, #confirmacao p a:hover {
	color:#fff;
	background-color:#93D711;
}
.menu1 a {
	background-image:url(../imagens/menu1.jpg);
}
.menu1 a:hover {
	background-image:url(../imagens/menu1_hover.jpg);
}
.menu2 a {
	background-image:url(../imagens/menu2.jpg);
}
.menu2 a:hover {
	background-image:url(../imagens/menu2_hover.jpg);
}
.menu3 a {
	background-image:url(../imagens/menu3.jpg);
}
.menu3 a:hover {
	background-image:url(../imagens/menu3_hover.jpg);
}
.menu4 a {
	background-image:url(../imagens/menu4.jpg);
}
.menu4 a:hover {
	background-image:url(../imagens/menu4_hover.jpg);
}
.menu5 a {
	background-image:url(../imagens/menu5.jpg);
}
.menu5 a:hover {
	background-image:url(../imagens/menu5_hover.jpg);
}
.menu6 a {
	background-image:url(../imagens/menu6.jpg);
}
.menu6 a:hover {
	background-image:url(../imagens/menu6_hover.jpg);
}
.menu7 a {
	background-image:url(../imagens/menu7.jpg);
}
.menu7 a:hover {
	background-image:url(../imagens/menu7_hover.jpg);
}
.menu8 a {
	background-image:url(../imagens/menu8.jpg);
}
.menu8 a:hover {
	background-image:url(../imagens/menu8_hover.jpg);
}
.menu9 a {
	background-image:url(../imagens/menu9.jpg);
}
.menu9 a:hover {
	background-image:url(../imagens/menu9_hover.jpg);
}
.menu10 a {
	background-image:url(../imagens/menu10.jpg);
}
.menu10 a:hover {
	background-image:url(../imagens/menu10_hover.jpg);
}
/*fim botoes menu*/


/*etapas carrinho*/
#etapa_carrinho_ativo, #total_da_compra, #confirmar_dados th {
	background-color:#93d711;
}
.etapa_carrinho_inativo {
	background-color:#dfedc7;
}
#etapa_carrinho td, #total_da_compra, #confirmar_dados th {
	padding:5px 0;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}
#etapa_carrinho {
	width:100%;
}

/*fim carrinho*/

#top10{
	position:relative;
	width:179px;
}

#top10 ol li{
	list-style:none;
	display:block;
	clear:both;
	height:50px;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#999;
	border-top-style:dotted;
}

#top10 ol{
	border:solid;
	border-width:1px;
	border-color:#999;
	border-style:dotted;
	border-top:none;
}

#top10 ol li img{
	float:left;
	margin-right:10px;
	margin-left:5px;
}

#top10 ol li p{
	padding-top:10px;
	font-size:11px;
	color:#333;
	padding-right:3px;
}

#top10 h1{
	color:#666;
	background-color:#ededed;
	font-size:16px;
	padding:6px;
	margin-bottom:5px;
	text-align:center;
}