.ProductsGroupList {
	float: left;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.ProductsGroupItem {
	float: left;
	margin: 2px 5px 20px 5px;
	width: 180px;
	text-align: center;
	border: 1px solid #F6CDFC;	
}


.ProductsGroupImage {
	height: 140px;
	width: 140px;
}

.ProductsGroupListDetails {
	background-color: #F6CDFC;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	width: 176px;
	height: 60px;
	font-size: 12px;
}

.ProductsGroupListDetails a {
   text-decoration: none;
	font-weight: bold;
	width: 135px;
	color: #ef037e;
}
