body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
}

.verlag-font {
font-family: Verlag;
font-size: 18px !important;
letter-spacing:0px;
line-height:20px;
}

u {
text-decoration: none;
border-bottom: 1px dotted;
}

a  {
text-decoration:none;
color:#f9ab1a
}

a:hover {
text-decoration:none;
color:#663300
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* beginning checkoutform layout */



/*form*/

.webform h3{
	font-size:16px!important;
	color:#663300!important;
	margin-left:41px;
}

form {
padding-top:0;
margin-top:0;
}

form label{
width:130px;
float:left;
display:inline;
color:#663300!important;

}

form .item{
clear:both;
margin-top:0!important;
padding-top:0!important;
margin-left:65px!important;
color:#663300!important;
font-size:12px;
}

form .check{
margin-left:130px;
}

form .cat_button{
margin-left:130px;
}

form .catch{
margin-left:130px;
}


#CaptchaV2 {
	width:154px!important;
}

form .cat_textbox_small-newsletter {
width:108px;
font-size:12px;
height:15px;
color:#000000;
text-align:right; 
}

form .cat_button-newsletter {
float:left;
display:inline;
margin:0;
padding:0;
margin-top:4px;
}
/* end of form */


#container2 h1{
color:#663300;
font-size:32px!important;
}

#container2 h3{
color:#cc9933;
font-size:20px!important;
}

#container2 .details h1{
	margin-left:0!important;
}

#container2 .shop-receipt h1{
	margin-left:0!important;
}

#container2 .catCartDetails h1{
	margin-left:0!important;
}

.catCartDetails h1{
	margin-left:0!important;
}

/* end of the checkoutform layout*/

.#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	vertical-align: top;
}
#blogiframe {
	width:900px;
	margin:0px auto;
	height: 550px;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	text-indent: 32px;
	text-align:center
}
.ProductDescriptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-align: center;
	vertical-align: top;
	margin: 10px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.ingredients {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
}