/*** Estilos Usados no Ecommerce ***/
#meio_esq {
	width:298px;
	float:left;
}
#meio_dir {
	width:610px;
	float:right;
}

/* Banner Topo */
.aba_featured {
	background:url(../imagens/aba_featured_products.png) no-repeat top;
	position:absolute;
	z-index:4;
	width:140px;
	height:140px;
	right:-3px;
	top:-3px;
}

/* Box Carrinho */
.box_carrinho{
	position:relative;
	background:url(../imagens/bk_box_carrinho.gif) no-repeat;
	width:201px;
	height:42px;
	line-height:42px;
	float:right;
	margin-top:5px;
	text-align:right;
}
.box_carrinho a{
	position:absolute;
	z-index:2;
	right:0;
	top:0;
	width:191px;
	height:42px;
	line-height:42px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#828286;
	text-decoration:none;
}
.box_carrinho img{
	position:absolute;
	z-index:1;
	left:6px;
	top:-9px;
	border:none;
}

/*** Elementos do Meio ***/
/* Banner Categorias */
.categorias{
	width:298px;
}
.categorias a{
	display:block;
	float:left;
	margin:5px 5px 0 0;
	width:144px;
	height:115px;
}
.rosto {
	background:url(../imagens/categorias/rosto.jpg) left;
}	
.rosto:hover {
	background:url(../imagens/categorias/rosto.jpg) right;
}	
.corpo {
	background:url(../imagens/categorias/corpo.jpg) left;
}	
.corpo:hover {
	background:url(../imagens/categorias/corpo.jpg) right;
}	
.cabelo {
	background:url(../imagens/categorias/cabelo.jpg) left;
}	
.cabelo:hover {
	background:url(../imagens/categorias/cabelo.jpg) right;
}	
.pes {
	background:url(../imagens/categorias/pes.jpg) left;
}	
.pes:hover {
	background:url(../imagens/categorias/pes.jpg) right;
}	
.maos {
	background:url(../imagens/categorias/maos.jpg) left;
}	
.maos:hover {
	background:url(../imagens/categorias/maos.jpg) right;
}	
.banho {
	background:url(../imagens/categorias/banho.jpg) left;
}	
.banho:hover {
	background:url(../imagens/categorias/banho.jpg) right;
}	
.desodorante {
	background:url(../imagens/categorias/desodorante.jpg) left;
}	
.desodorante:hover {
	background:url(../imagens/categorias/desodorante.jpg) right;
}	
.oleo {
	background:url(../imagens/categorias/oleo.jpg) left;
}	
.oleo:hover {
	background:url(../imagens/categorias/oleo.jpg) right;
}	
.masculina {
	background:url(../imagens/categorias/masculina.jpg) left;
}	
.masculina:hover {
	background:url(../imagens/categorias/masculina.jpg) right;
}	
.saude {
	background:url(../imagens/categorias/saude.jpg) left;
}	
.saude:hover {
	background:url(../imagens/categorias/saude.jpg) right;
}	
.solar {
	background:url(../imagens/categorias/solar.jpg) left;
}	
.solar:hover {
	background:url(../imagens/categorias/solar.jpg) right;
}	
.maquiagem {
	background:url(../imagens/categorias/maquiagem.jpg) left;
}	
.maquiagem:hover {
	background:url(../imagens/categorias/maquiagem.jpg) right;
}	
.perfumaria {
	background:url(../imagens/categorias/perfumaria.jpg) left;
}	
.perfumaria:hover {
	background:url(../imagens/categorias/perfumaria.jpg) right;
}	
.casa {
	background:url(../imagens/categorias/casa.jpg) left;
}	
.casa:hover {
	background:url(../imagens/categorias/casa.jpg) right;
}	
.bebezinhozzz {
	background:url(../imagens/categorias/bebezinhozzz.jpg) left;
}	
.bebezinhozzz:hover {
	background:url(../imagens/categorias/bebezinhozzz.jpg) right;
}	

/* Banner Esquerda */
.banner_esquerda {
	position:relative;
	width:293px;
	height:192px;
	margin-top:13px;
}
.aba_newprod {
	position:absolute;
	background: url(../imagens/aba_new_products.png) no-repeat top;
	width:140px;
	height:140px;
	z-index:3;
	left:-3px;
	top:-1px;
}
.borda_newprod {
	position:absolute;
	background:url(../imagens/bk_banner_esquerda.gif) no-repeat top;
	width:289px;
	height:192px;
	padding:2px;
	z-index:2;	
	cursor:pointer;
}
.banner_newprod {
	position:absolute;
	width:289px;
	height:192px;
	margin:2px;
	z-index:1;	
}

/* Ecommerce */
.box_produtos{
	width:615px;
	margin-left:-5px;
}
.produtos{
	width:190px;
	height:273px;
	padding:0 4px;
	margin:5px 0 0 5px;
	border:1px solid #dbdbdb;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6d6e71;
	text-align:center;
}
.produtos a{
	color:#6d6e71;
	text-decoration:none;
}
.produtos:hover{
	border:1px solid #bdd630;
}
.produto_nome {
	height:70px;
	line-height:16px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6d6e71;
	font-weight:bold;
}
.preco{
	text-align:left;
	font-weight:bold;
}
.tabela td{
	color:#8b9096;
}
.box_produtos_listagem {
	background:url(../imagens/bk_listagem.gif) no-repeat;
	height:35px;
	padding:5px 0 0 0;
	margin-top:5px;
	text-align:center;
	position:relative;
	width:610px;
}
.input_qntd {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	padding:2px 0 3px 0;
	margin-top:1px;
	text-align:center;
	border:1px #aeb0b2 solid; 
}
.atual {
	padding-left:7px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.proximo {
	padding-left:7px;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c5c5c5;
	font-weight:bold;
}

/* Internas */
.info_produto{
	padding:10px 0;
	border-top:dotted 1px #cccccc;
}
.cod_produto {
	border: 1px solid #dbdbdb;
	padding: 16px;
	margin-top:15px;
}

.cod_produto_cores {
	border: 1px solid #dbdbdb;
	padding: 16px;
	margin-top:15px;
}

/* Abas das descrições do produto */
.container {
	width: 100%;
	margin:0;
	padding:0;
}
ul.tabs {
	margin:0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-left: 1px solid #dbdbdb;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #dbdbdb;
	border-left: none;
	background: #f2f2f2;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	text-align:center;
	color: #a7a7a7!important;
	display: block;
	padding: 0 7px;
	padding:0 15px;
	border: 1px solid #FFFFFF;
	outline: none;
}
ul.tabs li a:hover {
	background: #bfd630;
	color: #FFFFFF!important;
}
ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #bfd630;
	border-bottom: 1px solid #ffffff;
}
ul.tabs li.active strong {
	color: #ffffff !important;
}
.tab_container {
	clear: both;
	float: left;
	width: 100%;
	background: #FFFFFF;
	line-height:22px;
}
.tab_container p{
	padding-bottom:10px;
}
.tab_content {
	padding: 16px 16px 12px 16px;
	border:1px solid #dcded3;
	text-align:justify;
}


/* Imagens dos Produtos */
.img_produto {
	background:#f2f2f2; 
	margin:1px; 
	height:31px; 
	line-height:31px; 
	text-align:center; 
	font-weight:bold;
	color:#a7a7a7;
	border-bottom:1px solid #dbdbdb;
}
.ampliaFoto {
	cursor:pointer;	
}
#img_produto {
	width:225px;
	border:1px solid #dbdbdb;
}
#bigpic {
	padding:10px 0;
	border-bottom:1px solid #dbdbdb;
}
#bigpic img { 
	display:block; 
	margin:0 auto; 
	max-height:180px;
	max-width:180px;
}

#thumbs {
	width:225px; 
	padding-bottom:5px;
	clear:both; 
	display:block;
}
#thumbs ul li {
	float:left;
	margin-left:5px;
	margin-top:5px;
	height:70px;
	border:1px solid #dbdbdb;
}
#thumbs ul li img {
	padding:5px 6px;
	border:none;
}
#thumbs ul li img:hover {
	cursor:pointer;
}

/* Bloco conheça Também */
#conhecaTmb {
	clear:both;
	width:100%; 
	height:280px;
	margin:0;
	padding:0;
	position:relative;
}
.conhecaTmb {
	width:100%; 
	height:280px;
	visibility:hidden;
	float:left;
	margin:0;
	padding:0;
	left:0;
}
.conhecaTmb ul {
	width:100%; 
	height:280px;
	position:absolute;
	margin:0;
	padding:0;
	left:0;
}
.conhecaTmb ul li {
	width:210px;
	height:273px;
	padding:0 4px;
	margin:1px 2px 0 3px;
	border:1px solid #dbdbdb;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	text-transform:uppercase;
}
.conhecaTmb ul li:hover {
	border:1px solid #bdd630;
}
.conhecaTmb ul li a {
	color:#000000;
	text-decoration:none;
}
.prev_conhecaTmb {
	cursor:pointer; 
	position:absolute;
	left:-24px;
	top:125px;
}
.next_conhecaTmb {
	cursor:pointer; 
	position:absolute;
	right:-20px;
	top:125px;
}

/*** Elementos do Rodapé ***/
.forma_pagamento {
	float:right;
	clear:both;
	margin:7px 10px 0 0;
}
