body {
	background-color: #e7e7e7;
}

body table {
	font-size: 100%;
}

img {
	border: 0;
}

h1 {
	font-size: 16px;
	font-family: Copperplate, Copperplate Gothic Bold, Times New Roman, serif;
	font-weight: normal;
	color: #111;
	margin-top: 1px;
}

h2 {
	font-size: 15px;
	font-family: Copperplate, Copperplate Gothic Bold, Times New Roman, serif;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	font-family: Copperplate, Copperplate Gothic Bold, Times New Roman, serif;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
}

th {
	color: #111;
	text-align: left;
}

div#error {
	background-color: #eaa;
	border: solid red 1px;
	margin: 1em;
	padding: 3px;
}
div#notice {
	background-color: #aea;
	border: solid green 1px;
	margin: 1em;
	padding: 3px;	
}

p.actions {
	margin-top: 1px;
}

table.tableTips {
	color: black;
	border: solid #aaaaaa 1px;
	width: 50%;
}

table.tableTips td {
	padding: 5px;
}

table.tableTips th {
	text-align: center;
}

div.faq	{
	margin-bottom: 2em;
}

.tipsLeft {
	border-right: dashed #aaaaaa 1px;
}
.price {
	text-align: right;
}
.errorExplanation {
	padding: 10px;
	border: solid 2px #8B0000;
	background-color: #FFC0CB;
	text-align: left;
}
.errorExplanation h2 {
	color: #8B0000;
}
.fieldWithErrors {
	display: inline;
}
.fieldWithErrors input {
	background-color: #FFC0CB;
}

table#productForm td {
	vertical-align: top;
}
table#productForm td label {
	font-weight: bold;
}
table#productForm .wide {
	width: 300px;
}

div#languageChoice {
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
}
tr.odd {
	background-color: #D6D6D6;
}
.list table td, .list table th {
	padding-right: 30px;
}
.mass-email h2 {
	font-family: Arial;
	font-size: 100%;
	background-color: #495b7f;
	color: white;
	margin: 3px 0;
	padding: 3px 0
}