.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 {
	margin: auto;
	padding-left: 30px;
}
#product-title {
	font-size: 1.1em;
	font-weight: bold;
	height: 26px;
}
#product-image {
	text-align: center;
	padding-right: 15px;
}
#product-description {
	padding-bottom: 10px;
	padding-top: 15px;
}
#product-price {
	font-weight: bold;
	color: #FFFFFF;
}
#product-options {
	padding-top: 8px;
	padding-bottom: 8px;
}
#product-delivery {
	font-size: 0.8em;
	height: 30px;
}
#catalog-location {
	font-size: 0.8em;
	color: #CC6600;
	text-align: left;
	padding-bottom: 30px;
}
#category-summary {
	font-size: 0.8em;
}
.category-container {
	width: 220px;
	margin: auto;
}
.category-title {
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 4px;
	text-align: center;
}
.category-title a {
	color: #FFFFFF;
}
.category-title a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.category-image {
	text-align: center;
	height: 115px;
	padding-top: 15px;
	vertical-align: bottom;
}
.category-description {
	text-align: center;
}
.category-price {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.category-delivery {
	font-size: 0.8em;
	color: #666666;
}
.category-moredetails a {
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;

}
.category-moredetails a:hover {
	text-decoration: underline;
}
.stock-in {
	color: #FF9900;
	font-weight:normal;
	font-style: italic;
}
.stock-out {
	color: #FF0000; 
	font-weight:normal; 
	font-style: italic;
}
td.cartHeader {
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #333333;
	margin-bottom: 10px;
}
td.cartRow {
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	border-spacing:0 2px;
}
