/* Produtos */
#produtos{
	background-color:#FFFFFF;
	width:570px;
	margin:0;
	margin-left:5px;
	margin-top:20px;
	min-height: 400px;
	height:auto !important;
	height:400px;
	display:table;
	/*border:1px dashed #000;*/
}

#conteudo{
	display:table;
}

.cxProduto{
	width:250px;
	min-height: 100px;
	height:auto !important;
	height:100px;
	margin:0;
	float:left;
	margin-left:10px;
	margin-bottom:15px;
	display:inline;
}

#cxProdutoDetalhe{
	margin-top:10px;
	clear:both;
	margin:5px;
	width:500px;
}

#cxOutros{
	width:250px;
	float:right;
	margin:5px;
	margin-right:15px;
	display:inline;
}

#cxOutrosTopo, #cxOutrosRodape{
	background:url(../img/produtos/topoCxSemelhantes.png) no-repeat top;
	width:242px;
	height:12px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:10px;*/
	margin-bottom:-2px;
}

#cxOutrosRodape{
	background:url(../img/produtos/RodapeCxSemelhantes.png) no-repeat bottom;
	margin-top:-2px;
	/*margin-bottom:10px;*/
}

#cxOutrosConteudo{
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width:238px;
	height:320px;
	border-left:1px solid #7eb66c;
	border-right:1px solid #7eb66c;
	padding:1px;
}

.imgProduto{
	/*width:90px;*/
	padding:5px;
	margin:0;
	margin-left:10px;
	margin-right:10px;
	float:left;
	display:inline;
}

.imgOutros{
	/*width:90px;*/
	clear:both;
	padding:5px;
	margin:0;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

.tituloOutros{
	text-align:center;
	width:107px;
	margin:5px;
	margin-top:15px;
	color:#5a9d55;
	font-weight:bold;
	float:right;
}

.linkNormal{
	color:#5a9d55;
}

.linkCategorias{
	/*width:150px;*/
	margin:0;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	display:inline;
}

.tituloProduto{
	margin:5px;
	color:#5a9d55;
	font-weight:bold;
	/*border:1px dashed #f00;*/
}


