.PopularProductsDataListHolder {
	width: 75%;
	margin: 0 auto;
	text-align: center;
}

.ProductDisplayGrid.PopProductsGrid {
	display: inline-block;
	width: 85%;
	padding: 10px 15px;
	margin: 5px;
	border: 1px solid #ccc;
	text-align: left;
}

.Full_Screen_PaneE .PopularProductsDataListHolder {
	width: 100%;
	padding-bottom: 10px;
}

.Full_Screen_PaneE .ProductDisplayGrid {
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.PopularProductsTabDIV .prev,
.PopularProductsTabDIV .next {
	font-size: 32px;
	border: none;
	background-color: inherit;
}

.PopularProductsTabDIV {
	visibility: hidden;
	position: relative;
}

.Full_Screen_PaneE .prev,
.Full_Screen_PaneE .next {
	display: none;
}

.PopularProductsTabDIV .prev {
	position: absolute;
	top: 0;
	left: 10%;
	bottom: 0;
}

.PopularProductsTabDIV .next {
	position: absolute;
	top: 0;
	right: 10%;
	bottom: 0;
}

.ProductDisplayGridImageHolder {
	cursor: pointer;
}

.ProductDisplayGridName {
	cursor: pointer;
	width: 99%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Growing-Rewards .ProductDisplayGridAddButtons .AddSingleToCartButtonClick {
	background-color: #7dc242;
}

.Growing-Rewards .ModJPopularProductsC a {
	color: #7dc242;
}

.Florist-Giftware .ProductDisplayGridAddButtons .AddSingleToCartButtonClick {
	background-color: #bd305f;
}

.Florist-Giftware .ModJPopularProductsC a {
	color: #bd305f;
}

.Garden-Cafe .ProductDisplayGridAddButtons .AddSingleToCartButtonClick {
	background-color: #f9c242;
}

.Garden-Cafe .ModJPopularProductsC a {
	color: #f9c242;
}

.Landscape-Centre .ProductDisplayGridAddButtons .AddSingleToCartButtonClick {
	background-color: #663333;
}

.Landscape-Centre .ModJPopularProductsC a {
	color: #663333;
}

.Pet-Centre .ProductDisplayGridAddButtons .AddSingleToCartButtonClick {
	background-color: #f4633c;
}

.Pet-Centre .ModJPopularProductsC a {
	color: #f4633c;
}

.Garden-Centre .ProductDisplayGridAddButtons .AddSingleToCartButtonClick {
	background-color: #7dc242;
}

.Garden-Centre .ModJPopularProductsC a {
	color: #7dc242;
}