.agrupaItensProduto{
	width: 700px;
	margin-top: 5px;
}
.agrupaItem{
	width: 162px;
	background-color: #FFF;
	border: 1px solid #E6E5E6;
	padding: 3px 0 5px 3px;
	margin: 10px 8px 0 0;
	display: inline;
}
.legenda{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
}
.legenda:hover{
	color: #B00000;
}
.agrupaBtVerMais{
	width: 162px;
	margin-top: 5px;
}
.btVerMais{
	width: 27px;
	height: 27px;
	background-image: url('../imagens/btVerMais.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	float: right;
	margin-right: 3px;
}
.btVerMais:hover{
	background-position: bottom center;
}