#storeitem {
	background-color: #FFFFCC;
	width: 360px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-bottom: 10px;
}
#itemno {
	color: #996600;
	height: 20px;
}
#quantity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
}
#price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#image {
	float: left;
	width: 122px;
	height: 155px;
}
#storedetails {
	float: right;
	width: 210px;
}
#storedetails h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #20338F;
}
#storeitemfooter {
	clear: both;
	width: 360px;
}
#storecontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
body {
	background-color: #E6E6E6;
}
#storeproducts {
	float: left;
	width: 360px;
	margin-left: 10px;
}
#storeheader {
	background-image: url(../images/storeheader.gif);
	height: 122px;
	width: 800px;
	text-indent: -9999px;
}
#information {
	float: right;
	width: 400px;
}
#storefooter {
	clear: both;
	width: 800px;
	margin-top: 20px;
	padding-top: 20px;
}
