#header {
	margin: 0px;
	padding-top: 1em;
	background-color: white;
	text-align: center;
}

/* .product is the div surrounding a product in a product list */
body, .productDetails, .productOptionValueDescription, .product, .shoppingCart, textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 0.9em;
}

.productDetails, .productOptionValueDescription {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

p {
	line-height: 1.3em;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(/_images/background-paisleygreen-light.jpg);
}

#page {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#content {
	background-color: white;
	padding: 2em;
}

h1  {
	font-family: Georgia;
}

h1, h2, h3, .headerFooterLinks a, h1 a, #headerStoreMenu a  {
	color: #930;
}

a {
	color: #137D00; /* dark green */
}

a:hover, a:focus {
	color: rgb(235, 0, 138); /* fuschia */
}

#storeSubmenu {
	background-color: #ff9;
}

#footer {
	background-color: white;

	padding-top: 1em;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 0;

	border-top: 1px solid rgb(235, 0, 138); /* fuschia */
}

#footer ul {
	margin: 0;
	list-style-type: none;
}

#footer li {
	display: inline;
	/*list-item-style: none;*/
	padding-left: 1.4em;
	padding-right: 1.4em;
}

h2 {
	font-size: 1.3em;
	padding-top: 0.5em;
	padding-bottom: 0;
}

.small {
	font-size: 8pt;
}

.indented {
	padding-left: 2em;
	padding-top: 0;
}

.printItem {
	display: none;
}

.googleAcceptanceLogo img {
	border-width: 0;
}

.checkoutNavigationButtons {
	margin-top: 30px;
	margin-bottom: 30px;
}

.checkoutNavigationButtons input {
	font-size: 1.5em;
	font-weight: bold;
	height: 2em;
}

.invalidFormElement, input.invalidFormElement {
	border-color: darkred;
	padding-left: 20px;
	background-image: url(/_images/error.gif);
	background-repeat: no-repeat;
}

.formLabel {
	text-align: right;
}

.formHelp {
	color: #666;
}

.sql {
	color: hotpink;
	background-color: white;
}

.warningSmall {
	font-family: Times New Roman, Times;
	font-weight: bolder;
	color: #c00;
	padding-right: 5px;
}

.warningSmall {
	font-size: 1.5em;
}

.checkoutStep {
	background-color: #fc3;
	border: 1px solid black;
	display: inline;
	padding: 1em;
	margin-right: 0.5em;
}

.currentCheckoutStep {
	border-width: 3px;
}

.anylinkcss {
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

.message {
	background-image: url(/_images/checkmark.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 40px;
	vertical-align: middle;
	line-height: 30px;
}

.warning {
	background-image: url(/_images/warning.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 40px;
	vertical-align: middle;
	line-height: 30px;
}

.productOptionValueDescription {
	padding-left: 0.5em;
}

textarea {
	padding: 0.25em;
}


