﻿h1 {
	color: #433d00;
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 0px;
	line-height: 28px;
}

#order {
	height: 225px;
	width: 100%;
	background-color: #845914;
}
#order img {
	float: left;
}
#order p {
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 371px;
	font-size: 14px;
	color: #ffffff;
}

table#products {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table#products tr th {
	border-top: solid 1px #24420e;
	border-bottom: solid 1px #24420e;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table#products tr td {
	border-bottom: solid 1px #24420e;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
table#products tr td p {
	width: 260px;
}
table#products tr td div {
	margin-left: 20px;
	float: right;
	text-align: center;
}

#emailOuter {
	background-color: #8aa45e;
	padding: 20px;
	width: 680px;
}
#emailForm {
	background-color: #d0dbbf;
	padding: 10px;
}

table#products tr#totalLine td
{
	color: #433d00;
	font-size: 28px;
	font-weight: bold;
}