div.category
{
	margin-left:1.5cm;
	margin-right:1.5cm;
	margin-top: 0.5cm;

	border-style: double;
	border-color: #888888;

	background-color: #eeeeee;
	color: #000000;

	min-height: 25%;
	height: 25%;
	max-height: 25%;

	overflow: auto;
}


div.product
{
	margin-left:1.5cm;
	margin-right:1.5cm;
	margin-top: 0.5cm;
	
	border-style: double;
	border-color: #888888;

	background-color:#eeeeee;
	color: #000000;

	min-height: 25%;
	height: 25%;
	max-height: 25%;

	overflow: auto;
}


div.categoryImage
{
	float: left;
	margin: 5px;


	width: 150px;
	max-width: 150px;
	height: 150px;
}


div.productImage
{
	float: left;
	margin: 5px;
	padding: 5px;

	width: 150px;
	height: 150px;

}


div.categoryText
{
	float: left;
	margin: 5px;

	height: 100%;
	max-height: 100%;

	overflow: auto;
}


div.productText
{
	float: left;
	margin: 5px;

	height: 100%;
	max-height: 100%;

	overflow: auto;
}


img.categoryImage
{
	width: 100%;
	height: 100%;

	max-width: 150px;

	border: 0;

	overflow-x: hidden;
}


img.productImage
{
	width: 100%;
	height: 100%;

	border: 2px;
	border-style: solid;
	border-color: #000000;
}


a.categoryLink
{
	font-size: 32;
	color: gray;
}

p.categoryLink
{
	font-size: 32;
	color: gray;
}


p.productName
{
	font-weight: bold;
	font-size: 20;
}

p.productDescription
{
	font-size: 14;
	font-weight: normal;
}

p.productPrice
{
	font-style: italic;
	font-size: 14;
}
