body {
	/* background-color: olive; */
	border: 0px;
	padding: 0px;
	padding-top: 15px;
	margin: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

h1 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
	color: black; 
}

p {
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	color: black;
	padding-right: 14px;
	margin-top: 0px;
	text-align: justify;
}

p.Price {
	line-height: 30px;
	font-size: 25px;
}

table {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
	color: black;
	margin-bottom: 17px;
}

td.Right {
	text-align: right;
	padding-right: 15px;
}

td.Prices {
	font-size: 25px;
}

td.PricesRight {
	font-size: 25px;
	text-align: right;
	padding-right: 15px;
}

td.PricesHighlighted {
	font-size: 25px;
	color: #3F9E50;
	padding-right: 15px;
}

select {
	width: 325px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 120px;
}

option {
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
}

a {
	text-decoration: none;
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
	color: #3F9E50;
}

a.Button {
	text-decoration: none;
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
	color: white;
	background-color: #3F9E50;
	padding: 12px 25px 12px 25px;
	margin: 15px auto 20px 0px;
	display: inline-block;
}

a.BuyButton {
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 15px;
	text-decoration: none;
	font-family: Georgia;
	font-weight: normal;
	font-size: 25px;
	color: white;
	background-color: #3F9E50;
	padding: 12px 25px 12px 25px;
	display: inline-block;
}

a.CheckoutButton {
	text-decoration: none;
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
	color: white;
	background-color: #3F9E50;
	padding: 12px 25px 12px 25px;
	margin: 10px 0px 25px 162px;
	display: inline-block;
}

a.Menu {
	font-style: italic;
	font-size: 12px;
	padding-left: 5px;
	color: black;
}

input.TextIn {
	width: 220px;
	margin-bottom: 10px;
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	color: #3F9E50;
}

label {
	font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	color: black;
	display: block;
}

ul, li {
    list-style-type: none;
    padding-left: 0px;
    font-family: Georgia;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
}

div {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div#Page {
	/* background-color: blue; */
	width: 683px;
	margin-left: auto;
	margin-right: auto;
}

div#Header {
	/* background-color: fuchsia; */
	margin-left: auto;
	margin-right: auto;
}

div#Logo {
	width: 120px;
	/* background-color: red; */
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4px;
}

div#Menu {
	text-align: center;
	/* background-color: green; */
	margin-left: auto;
	margin-right: auto;
}

div#Content {
	padding-top: 27px;
	width: 683px;
	/* background-color: aqua; */
}

img.ColumnLeftSpread {
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 32px;
}

div.ColumnLeft {
	width: 342px;
	float: left;
	/* background-color: lime; */
}

div.ColumnRight {
	width: 341px;
	float: left;
	/* background-color: purple; */
}

div.TailContent {
	width: 683px;
	clear: both;
	/* background-color:teal; */
}

img.Spread {
	margin-bottom: 32px;
}

div.VolumeLinkSectionLeft {
	width: 334;
	margin-left: 0px;
	margin-right: 8px;
}

div.VolumeLinkSectionRight {
	width: 334;
	margin-left: 7px;
	margin-right: 0px;
}

div.VolumeLink {
	text-align: center;
	margin-top: 8px;
}

a.VolumeLink {
	color: black;
	font-style: italic;
}

a.SoldOutLink {
	color: #B38D00;
	font-style: italic;
}

