H1 {
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
BODY, TABLE {
	color: #000000;
}
BODY {
	background: white;
	text-align: center;
}
A:visited {
	color: purple;
}
A:link {
	color: blue;
}
A:active {
	color: red;
}
.product-title {
	background: 1;
	font-size: larger;
	text-align: center;
}
.product-search-value {
	text-align: left;
}
.product-search-key {
	font-weight: bold;
	text-align: left;
}
.product-price TABLE TH {
	text-align: right;
}
.product-price TABLE TD {
	text-align: left;
}
.product-price {
	text-align: center;
}
.product-description {
	font-weight: bold;
	text-align: left;
}
.error TABLE {
	color: black;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.error A:visited {
	text-decoration: underline;
}
.error A:link {
	text-decoration: underline;
}
.error A:hover {
	text-decoration: underline;
}
.error A:active {
	text-decoration: underline;
}
.error {
	background: #ffcccc;
	border: thin #ff3333 solid;
	border-width: 2px;
	color: black;
	font-style: normal;
	font-weight: bold;
	margin: auto;
	margin-bottom: 1em;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 90%;
}
.content-wrapper TABLE {
	margin-left: auto;
	margin-right: auto;
}
.content-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
.cart-item-row-highlight {
	background: #ffcccc;
	color: #ff3333;
	text-align: left;
}
.cart-item-row {
	text-align: left;
}
.cart-header-row {
	background: #ffc900;
}
#coupon-redemption-link {
	display: block;
	text-align: right;
}
#coupon-redemption-code {
	text-align: center;
}
#coupon-redemption {
	border: thin solid;
	margin-top: 1.5em;
	padding: 5px;
	text-align: left;
}
