*
{
	margin: 0px;
	padding: 0px;
}
html, body
{
	width: 100%;
	height: 100%;
	background-color:#F7F5D6;
	color: #000000;
	font-family: 'Lato', 'Arial','Times New Roman',serif;
}

a, a:link, a:visited, a:active {
	text-decoration:none;
	font-weight:bold;
	color:#605228;
}
a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

a.bottom:hover {
	color:#666666;
}

.wb	{
	border:2px double #605228;
    padding: 3px;
}

.number
{
	text-align: right;
}

table.Cart
{
	width: 566px;
	text-align: left;
}
table.Cart > tbody > tr > th,
table.Cart > tbody > tr > td
{
	padding: 2px 5px;
	vertical-align: top;
	background-color: #E1C160;
}
table.Cart > tbody > tr > th
{
	width: 190px;
}
table.Cart > tbody > tr > td
{
	width: 370px;
}
table.Cart > tbody > tr > th.splitter,
table.Cart > tbody > tr > td.splitter
{
	background-color: unset;
	width: 562px;
}
table.Cart > tbody > tr > th.head,
table.Cart > tbody > tr > td.head
{
	width: 562px;
}

div {
	text-align: center;
	position: relative;
}

div.page {	
	background-color: #EDDA9E;
	min-height: 100%;
}
div.footer {
	height: 30px;
	bottom: 0px;
	position: absolute;
	text-align: center;
	width: 100%;
	background-color: #F7F5D6;
	vertical-align: bottom;
}
div.content {
	padding-bottom: 30px;
	background-color: #EDDA9E;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1024px;
}
div.ingredients {
	text-align: left;
	font-size: 12px;
}
sup.ingredients {
	font-size: 10px;
}
div.header {
	background-color:#F7F5D6;	
}
div.header > img.logo {
	width: 230px;
	height: 80px;
}
div.navigation {
}
div.mainnavigation {
	background-color: rgb(226, 167, 98);
	height: 38px;
	text-align: center;
}
div.mainnavigation > .black {
	background-color: #000000;
	height: 2px;
	bottom: 0px;
}
div.mainnavigation > ul {
	color: #000000;
	list-style: none;
}
div.mainnavigation > ul > li {
	padding: 0px 5px;
	font-size: 30px;
	font-weight: normal;
	display: inline;
}
div.mainnavigation > ul > li > a {
	color: #000000;
}
div.mainnavigation > ul > li > a:active, 
div.mainnavigation > ul > li > a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.subnavigation {
	background-color: #EDDA9E;
	padding-top: 2px;
}
div.subnavigation > ul {
	list-style: none;
}
div.subnavigation > ul > li {
	display: inline;
	color: black;
	padding: 0px 5px;
	font-size: 18px;
}
div.subnavigation > ul > li > a {
	color: black;	
}
div.subnavigation > ul > li > a:active, 
div.subnavigation > ul > li > a:hover {
	color: #605228;
}

div.container {
	margin: 0px auto;
}

table {
	margin-left: auto;
	margin-right: auto;
}

ul {
	list-style: none;
}

h1 {
	font-size: 30px;
}

h2 {
	line-height: 1.5;
	font-weight: 800;
	font-size: 21px;
	padding-bottom: 5px;
}

h3 {
	line-height: 1.5;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 5px;
}

body {
	counter-reset: legalH2 0 legalH3 0 legalP 0;
}

h3.legal {
	counter-reset: legalP 0;
}

h2.legal {
	counter-reset: legalH3 0 legalP 0;
}

h2.legal:before {
	counter-increment: legalH2;
	/*content: "�\0000a0" counter(legalH2) "\0000a0\0000a0";*/
}

h2.legal > a, h3.legal > a {
	color: #000000;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

h3.legal:before {

}

p.legal {
	margin-bottom: 14px;
}

p.legal:before {
	counter-increment: legalP;
	/*content: "(" counter(legalP) ")\0000a0"*/
}

div.legal {
	text-align: left;
	border: 1px #000000 solid;
	padding: 5px;
}

ul.legal {
	margin-left: 20px;
}

ul.dot {
	list-style: disc;
}

ul.legal > li {
	margin-left: 20px;
}

ol.legal {
	list-style-type: lower-alpha;
	margin-left: 20px;
}