@charset "utf-8";
/* CSS Document */

h1 {
	color: darkblue;
	padding-bottom: 4px;
	border-bottom: 1px solid darkblue;
	font-size: 140%;
}

h2 {
	color: #333;
	font-size: 110%;
}

blockquote {
	margin: 24px;
}

.productCell {
	background-color: #e0e0f1;
	width: 180px;
}

.productThumbnail {
	padding: 18px 18px 0px 18px;
	text-align: center;
}

.productThumbnail img {
	border: 1px solid #333;
	height: 75px;
	width: 75px;
}

.productName {
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	padding: 4px 4px 0px 4px;
}

.productDescription {
	font-size: 85%;
	font-weight: normal;
	line-height: 130%;
	text-align: left;
	padding: 4px 12px 12px 12px;
}

.productGap {
	padding: 10px 20px 10px 20px;
}

.error {
	color: white;
	background-color: #c00;
	border: 4px solid white;
	padding: 6px;
	margin-bottom: 10px;
}

.message {
	color: black;
	background-color: #fc0;
	border: 4px solid white;
	padding: 6px;
	margin-bottom: 10px;
}

.adminOption {
	color: white;
	text-align: center;
	background-color: darkgreen;
	border: 2px solid white;
	padding: 6px;
}

.instructions {
	color: darkgreen;
	padding: 0px 0px 4px 0px;
}
