.pheading {
	font-size: 1.0em;
	font-weight: bold;
	color: #CC6600;
	font-style: italic;
}
.pheading a:link {
	font-size: 1.0em;
	font-weight: bold;
	color: #CC6600;
	font-style: italic;
}
.pheading a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CC6600;
	font-style: italic;
}
.pdescription {
	font-size: 0.5px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.pprice {
	font-size: 0.8em;
	font-weight: bold;
	color: #CC6600;
	font-style: italic;
}
#product-container {
	width: 500px;
	margin: auto;
}
#product-title {
	font-size: 0.9em;
	font-weight: bold;
	color: #CC6600;
	height: 30px;
	text-align: center;
}
#product-image {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#product-description {
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 0.8em;
}
#product-price {
	font-size: 0.8em;
	font-weight: bold;
	color: #CC6600;
	text-align: center;
}
#product-delivery {
	font-size: 0.6em;
	color: #666666;
	height: 30px;
	text-align: center;
}
#catalog-location {
	font-size: 0.8em;
	color: #990000;
	text-align: left;
	padding-bottom: 30px;
}
#category-summary {
	font-size: 0.8em;
}
.category-container {
	width: 177px;
	margin: auto;
}
.category-title {
	font-size: 0.8em;
	font-weight: bold;
	color: #CC6600;
	padding-bottom: 4px;
	text-align: center;
}
.category-title a {
	color: #CC6600;
}
.category-title a:hover {
	color: #CC6600;
	text-decoration: underline;
}
.category-image {
	text-align: center;
	height: 150px;
	padding-top: 15px;
	vertical-align: bottom;
}
.category-description {
	font-size: 0.6em;
	text-align: center;
}
.category-price {
	font-size: 0.7em;
	font-weight: bold;
	color: #CC6600;
	text-align: center;
}
.category-delivery {
	font-size: 0.6em;
	color: #666666;
}
.category-moredetails a {
	font-size: 0.6em;
	color: #666666;
	text-decoration: none;

}
.category-moredetails a:hover {
	text-decoration: underline;
}