@charset "utf-8";
/* CSS Document */


/** INDEX TITULO **/

#produtosTitle{
	margin-right:2px;
}
#produtosTitle .imgEsq{
	display:block;
	float:left;
}
#produtosTitle .imgDir{
	display:block;
	float:right;
}
#produtosTitle span{
	font-family:Tahoma;
	font-size:11px;
}

#produtosTitle .tituloProdutos{
	background:url(../imagens/produtos/spmeio.gif) repeat-x;
	height:41px;
	line-height:41px;
	margin:0 0 0 156px;
	*margin-left:0px;
}

#produtosTitle .tituloProdutos a{
	color:#FFF;
	text-decoration:none;
	font-family:Tahoma;
	font-size:13px;
}

/** CATEGORIA TITULO **/

#departamentosMain{
	_margin:-6px 0 0 0;
}

#departamentosTitle{
	margin-right:2px;
}

#departamentosTitle .imgEsq{
	display:block;
	float:left;
}
#departamentosTitle .imgDir{
	display:block;
	float:right;
}
#departamentosTitle span{
	font-family:Tahoma;
	font-size:11px;
}

#departamentosTitle .tituloProdutos{
	background:url(../imagens/produtos/spmeio.gif) repeat-x;
	color:#fff;
	height:41px;
	line-height:41px;
	margin:0 0 0 156px;
	*margin-left:0px;
}

#departamentosTitle .tituloProdutos a{
	color:#fff;
	text-decoration:none;
	font-family:Tahoma;
	font-size:13px;
}

/** PRODUTOS **/

#produtoDiv{
	
	border:#D7D7D7 1px solid;
	margin:3px 3px 0 155px;	
	_margin:3px 153px 0 159px; /*DIV exibe produtos IE6*/
	
}
#produtoDiv_carrinho{
	border:#D7D7D7 1px solid;
	margin:3px 3px 0 155px;	
	_margin:3px 3px 0 159px; /*DIV exibe produtos IE6*/
	overflow:hidden;
}

.produtoMain{
	border-bottom:#D7D7D7 dotted 1px;
	list-style:none;
	margin:-1px 0;
	overflow:hidden;
	padding:20px 0;
	
	/* hacks IEs *
	_margin:0;
	_position: relative; _bottom: -1px; /* IE6  borda separador linha 
	_width:99%;*/
}

.produtoMain li{
	/*display:block;*/
	float:left;
	text-align:center;
	width:25%;
}

.produtoP{
	width:130px;
	/*display:inline-table;  bug no ie8*/
	*padding:0;
	text-align:center;
	margin:0 auto;
}
.produtoP td{
	text-align:center;
	font-weight:bold;
}

.produtoImagem{
	width:130px;
	height:110px;
	text-align:center;
}

.produtoComprar{
	text-align:center;
}

.produtoDescricao{
	font-family:Verdana;
	font-size:12px;
	text-align:center;
}
.produtoDescricao a{
	color:#000000;
	text-decoration:none;
	line-height:13px;
}
.produtoDescricao a:hover{
	text-decoration:underline;
}

.produtoPreco{
	/*background: url(../imagens/produtos/bgpreco.gif) repeat-x;*/
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	line-height:10px;
	/*height:65px;*/
	margin-top:17px;
}
.produtoPreco a{
	text-decoration:none;
}
.produtoPreco a:hover{
	text-decoration:underline;
}

.precoReal{
	color:#727272;
	line-height:13px;
	font-size:10px;
	font-weight:normal;
}

.precoPromocao{
	color:#8a2323;
	font-weight:bold;
	line-height:13px;
	font-size:12px;
}

.precoJuros{
	color:#1f0782;
	line-height:13px;
	font-size:10px;
}