* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

html {
	font-size: 100%;
}

body {
	background: url('/images/background_brown.png') center top;
	font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial";
	line-height: normal;
	text-align: center;
}

div.MainContainer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div.Checkout {
	background: url( '/images/checkout_background.png' );
	height: 45px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}

div.Checkout p {
	color: white;
	font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial";
	font-size: 12px;
}

div.Checkout p b {
	font-family: "Georgia";
	font-size: 13px;
	font-weight: bold;
}

div.Checkout a {
	color: white;
}

div.Checkout table.checkoutButton {
	margin-right: -25px;
}

div.Checkout td.middle a {
	color: black;
	font-family: "Georgia";
	font-size: 16px;
	padding: 10px;
	text-decoration: none;
}

div.Content {
	background: url( '/images/content_background.png' );
	bottom-margin: 0;
}

div.ContentTop {
	background: url( '/images/content_top_background.png' ) repeat-x;
	padding: 15px;
}

div.Product {
	background: url('/images/white_box_top.png') no-repeat;
	padding-left: 25px;
	padding-bottom: 16px;
	padding-right: 25px;
	padding-top: 25px;
	width: 655px;
}

div.Product div.terms {
	color: black;
	font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial";
	font-size: 12px;
	margin-right: 45px;
}

div.Product div.terms p {
	margin-bottom: 10px;
}

div.Product div.terms li {
	margin-bottom: 10px;
	margin-left: 30px;
}

div.Product .title {
	color: #453823;
	font-family: "Georgia";
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

div.Product .title .tagline {
	color: #c0a172;
	font-family: "Georgia";
	font-size: 13px;
	font-weight: bold;
}

div.Product .description {
	vertical-align: top;
	padding-left: 15px;
	padding-right: 45px;
}

div.Product .description p {
	color: #95918a;
	font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial";
	font-size: 12px;
	margin-bottom: 10px;
}

div.Product .description div.weightMessage {
	visibility: hidden;
}

div.Product .description span.price {
	font-size: 13px;
	color: #453823;
}

div.Product .description a.weight {
	color: #95918a;
	text-decoration: none;
}

div.Product .description a.weight:hover {
	text-decoration: underline;
}

div.Product p.receipt {
	color: #95918a;
	font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial";
	font-size: 12px;
	margin-bottom: 10px;
}

div.Product .shippingAddress {
	color: #453823;
	font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial";
	font-size: 13px;
}

div.ProductBottom {
	background: url('/images/white_box_bottom.png') no-repeat;
	height: 9px;
	margin-bottom: 15px;
	width: 655px;
}

div.AboutUs {
	float: right;
	margin-bottom: 15px;
	width: 300px;
}

div.AboutUsTop {
	background: url('/images/flower_box_top.png') no-repeat;
	padding-left: 25px;
	padding-bottom: 4px;
	padding-top: 25px;
}

div.AboutUsBottom {
	background: url('/images/flower_box_bottom.png') no-repeat;
	height: 9px;
}

div.AboutUs .title {
	color: #453823;
	font-family: "Georgia";
	font-size: 15px;
	font-weight: bold;
}

div.AboutUs p {
	color: #95918a;
	font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial";
	font-size: 12px;
	margin-right: 50px;
}

div.AboutUs p.copy {
	margin-bottom: 12px;
}

div.AboutUs a {
	color: #95918a;
}

div.Footer {
	background: #6b5e4c url( '/images/bottom_divider.png' ) no-repeat;
	margin-top: -15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
}

div.Footer b {
	color: white;
	font-family: "Georgia";
	font-size: 12px;
}

div.Footer p, div.Footer a {
	color: #e7dfd0;
	font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial";
	font-size: 11px;
}

table.order {
	color: #453823;
	font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial";
	font-size: 13px;
}

table.order a {
	color: #95918a;
}

table.order td {
	border-collapse: collapse;
	padding-right: 4px;
	padding-bottom: 4px;
}

table.order td.productName {
	font-family: "Georgia";
	font-size: 16px;
	padding-right: 10px;
}

table.order td.each {
	color: #95918a;
	text-align: right;
}

table.order td.total {
	text-align: right;
}

table.order td.summary {
	color: #95918a;
	text-align: right;
}

table.order td.symbol {
	color: #95918a;
}

p.blogItemBody {
	color: #95918a;
	font-family: "Lucida Grande", "Calibri", "Helvetica", "Arial";
	font-size: 12px;
	margin-right: 50px;
}

