/* Other or overridden styles beyond the default waterfall ones */
#logo h1 {
	margin-top: 10px;
	padding: 20px 0 20px 85px;
	background: url(../images/logo.png) no-repeat left center;
}

#main-graphic {
	float: left;
	padding-right: 10px;
}

ul li {
	list-style-position: inside;
}

/* Make the height at least this tall to go past the menu */
#content {
	min-height: 200px;
}

.indent {
	padding-left: 5px;
}

#view-cart-form {
	padding-top: 10px;
}

.no-border {
	border: none;
}

.credit {
	font-size: 8pt;
	font-style: italic;
}

.error {
	font-size: 2em;
	font-weight: bold;
	color: red;
}

.ok {
	font-size: 2em;
	font-weight: bold;
	color: #114403;
}