ul#categorylist, ul#productlist {
	margin: 0;
	padding: 0;
}
ul#categorylist li, ul#productlist li {
	list-style-type: none;
	min-height: 132px;
	border: 1px solid silver;
	margin: 10px 0;
	padding: 0;
}
ul#categorylist li.over, ul#productlist li.over {
	border: 1px solid #330033;
	background-color: #EAE5EA;	
}
ul#categorylist li li, ul#productlist li li {
	list-style-type: disc;
	border: 0;
	min-height: 0;
}
.headerbox {
	border: 1px solid #666666;
	color: #666666;
}	
.description {
	margin-left: 130px;
}
.thumbnail {
	float: left;
	margin: 5px;
}
.thumbnail a img, .thumbnail img {
	border: 1px solid Silver;
}
#productimagesbox {
	float: left;
	width: 180px;
	margin-bottom: 5px;
}
#productimagesbox img {
	border: 1px solid Black;
}
.imagebar { clear: both; }
.imagebar img {
	float: left;
	width: 32px;
	margin: 2px;
	border: 1px solid Black;
}
#productbody {
	margin-left: 187px;
}
.price {
	font-weight: bold;
	font-size: larger;
}
.tax {
	color: #CCCCCC;
	font-size: smaller;
}
.bundle {
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
	padding: 10px 0;
	margin-top: 20px;
}
.bundle h2 {
	color: #990000;
}
.saving {
	color: Red;
}
.compare {
	border-top: 2px solid #009900;
	border-bottom: 2px solid #009900;
	padding: 10px 0;
	margin-top: 20px;
}
table.comparegrid {
	text-align: center;
	margin: 20px auto;
}
.comparegrid th {
	text-align:left;
	padding: 5px 15px 5px 5px;
	border: 1px solid Black;
	background-color: silver;
}
.comparegrid th.center {
	text-align: center;
}
.comparegrid th.empty {
	border: none;
	background-color: transparent;
}
.comparegrid td {
	border: 1px solid Black;
}
/* Basket Page Stylesheet */
table.basket {
	width: 94%;
	margin: 20px auto;
	border: 1px solid #330033;
	border-collapse: collapse;
}
table.basket td, table.basket th {
	padding: 3px;
}
table.basket th {
	border-bottom: 2px solid black;
	background-color: silver;	
}
table.basket th.footer {
	text-align: left;
	background-color: transparent;
	border: 0;
}
table.basket td.footer.top, table.basket th.footer.top {
	border-top: 2px solid black;
}
table.basket td.quantity {
	text-align: center;
	font-weight: bold;
}
table.basket .value {
	text-align: right;
}
table.basket th.item {
	text-align: left;
}
table.basket td.footer {
	text-align: right;
}
table.basket td.total {
	font-weight: bold;
} 
table.basket .bundlelabel {
	font-style: italic;
	color: Silver;	
}