div.product-headeritem-group-holder-outer {
	position: relative;
}
div.product-headeritem-group-holder {
	display:block;
	overflow-y: hidden;
	overflow-x: scroll;
	width: 100%;
}

div.product-headeritem-group-holder-outer img.arrow {
	cursor: pointer;
	position: absolute;
	top: 70px;
	width: 25px;
	z-index: 50;
}

div.product-headeritem-group-holder-outer img.arrow-left {
	left: 0px;
}

div.product-headeritem-group-holder-outer img.arrow-right {
	right: 0px;
}


 /* Hide scrollbar for Chrome, Safari and Opera */
div.product-headeritem-group-holder::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
div.product-headeritem-group-holder  {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

div.product-headeritem-group {
	overflow-y: hidden;
}

div.product-headeritem-group div.product-headeritem {
	width: 195px;
	display: inline-block;
	vertical-align: top;
}

div.product-headeritem-imgholder {
	display: block;
	width: 100%;
}

div.product-headeritem-label {
	display: none;
	overflow: hidden;
}


div.product-listitem-group
{
	min-height: 300px;
}


div.product-listitem-label
{
	color: #F0F0F0;
	text-align: center;
	background-color: #999999;
	font-size: 80%;
	display: table;
	width: 195px;
	height: 45px;
}

div.product-listitem-label div
{
	display: table-cell;
	vertical-align: middle;
}


img.product-headeritem-img,
img.product-listitem-img
{
	width: 100%;
}

div.product-listitem-imgholder
{
	width: 195px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.product-listitem
{
	margin: 10px 16px;
	display: inline-block;
	vertical-align: top;
}

div.product-popupdialog {
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: -150px;
	z-index: 101;
}

table.product-popupdialog {
	margin: 0px auto;
	padding: 0px;
}

table.product-popupdialog td {
	text-align: center;
	vertical-align: middle;
}

div.product-popupclose {
	background: url('img/productclose.png');
	cursor: pointer;
	width: 26px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
}

div.product-popupbase {
	display: inline-block;
	background-color: white;
	padding: 10px;
	margin-top: 0px;
}

table.product-popup-imgholder {
	display: inline-block;
}

table.product-popup-imgholder td {
	width: 450px;
	height: 450px;	
	vertical-align: middle;
	text-align: center;
	border: 1px solid #6ea200;
}

img.product-popup-img {
	max-width: 100%;
	max-height: 100%;	
	vertical-align: middle;
}

div.product-popup-desc {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: 450px;
	overflow: scroll-y;
	padding: 0px 10px;
	text-align: left;
}

div.product-popup-thumbnailarea {
	text-align: right;
	padding: 0px;
	margin: 0px;
}

img.product-popup-thumbnail {
	max-height: 45px;
	max-width: 45px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

a.product-popup-thumbnailbutton {
	height: 45px;
	width: 45px;
	outline: none;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	text-align: center;
}

div.product-popup-title,
div.product-popup-subtitle {
	color: #6ea200;
}

div.product-popup-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 140%;
}

div.product-popup-subtitle {
	font-size: 80%;
}


div.product-popup-details {
	text-align: left;
	margin-top: 15px;
	font-size: 90%;
}

div.product-popup-info {
	overflow: auto;
	height: 400px;
	padding: 0px;
	margin: 0px;
}
div.product-submenulist {
	margin: 10px 0px;
}

a.menu-content-group {
	border: solid 2px #999999;
	color: #999999;
	font-weight: bold;
	margin: 5px;
	
	font-size: 90%;
	padding: 5px 10px;
	
	display:inline-block;
}
a.menu-content-group:hover {
	color: #ffffff;
	background-color: #999999;
}

#productpopupthumbnailareatop {
	display: none;
}
#productpopupthumbnailareafull {
	display: block;
}

@media screen and (max-width: 780px) {

	#productpopupthumbnailareatop {
		display: block;
	}
	#productpopupthumbnailareafull {
		display: none;
	}	
	div.product-popup-thumbnailarea {
		padding-right:10px;
		text-align:left;
	}

	div.product-popupclose {
		margin: -20px 0px 0px 0px;
		display:block;
	}
	div.product-popupbase {
		padding: 10px 0px;
	}
	table.product-popupdialog {
		width: 95%;
	}

	table.product-popup-imgholder {
		display: unset;
	}

	table.product-popup-imgholder td {
		width: unset;
		height: unset;	
		border:none;
	}

	img.product-popup-img {
	}

	div.product-popup-desc {
		display: block;
		vertical-align: top;
		width: 100%;
		height: unset;
		padding: 0px;
		overflow: auto;
	}

	img.product-popup-thumbnail {
		margin-bottom: 10px;
	}

	div.product-popup-info {
		overflow: auto;
		height: unset;
		padding: 10px;
		margin: 0px;
	}
}

@media screen and (max-width: 425px) {
	div.product-listitem-group
	{
		text-align:center;
	}

	div.product-listitem {
		margin-right: 0px;
		margin-left: 0px;
	}
}
@media screen and (max-width: 235px) {	
	img.product-popup-img {
		width: 90%;
	}

	div.product-listitem-label
	{
		display: block;
		width: 100%;
		height: unset;
		padding: 10px 0px;
	}

	div.product-listitem-label div
	{
		display: inline-block;
	}

	div.product-listitem-imgholder
	{
		width: 100%;
		display: block;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}

}

