.agrupaItemProduto{
	width: 340px;
	margin: 10px 4px 22px 0;  
}
.imgProduto{
	width: 280px;
	height: 144px;
	margin-left: 37px;
	display: inline;
}
.alinhaNomeProduto{
	float: left;
}
.positionNome{
	width: 340px;
	height: 44px;
	position: absolute;
	margin: 98px 0 0 -316px;
}
.bgNome{
	width: 340px;
	height: 44px;
	background-image: url('../imagens/bgNomeSite.png');
	background-position: top center;
	background-repeat: no-repeat;
}
.linkNome{
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 12px 0 0 40px;
	display: inline;
}
.linkNome:hover{
	text-decoration: underline;
}
.btVerDetalhe{
	width: 27px;
	height: 26px;
	background-image: url('../imagens/btVerDetahes.png');
	background-position: top center;
	background-repeat: no-repeat;
	float: right;
	margin: 9px 25px 0 0;
	display: inline;
}
.btVerDetalhe:hover{
	background-position: bottom center;
}