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