
/*@page {
	size: portrait;
	margin: 2cm;
}*/

html {
	margin: 0px;
	width: 730px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ccffff;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*size: landscape;
	page: port;
	size: portrait;*/
}

#page{
	margin: 0px auto;
	display: block;
}

#header{
	margin: 0px auto;
	padding: 0px;
	display: inline-block;
	width: 730px;
	color: #6c6c6c;
	height: 80px;
}

#logo{
	margin: 0px auto;
	padding: 0px;
	display: block;
	float: left;
	width: 205px;
}

#logo img{
	width: 205px;
	height: 72px;
}

#mainmenu{
	margin: 0px auto;
	padding: 0px;
	display: block;
	float: left;
	width: 525px;
	overflow: hidden;
}

#mainmenu  img{
	width: 576px;
	height: 45px;
}

#mainmenu p{
	display: none;
}

.productInfo{
	margin: 0px auto;
	padding: 0px;
	display: inline-block;
	width: 980px;
	color: #6c6c6c;
	border-bottom: 1px dotted #6c6c6c;
}

.productInfo h1{
	/*width: 400px;
	float: left;
	background-color: #ccffff;*/
}

.recipe{
	margin: 0px auto;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	display: inline-block;
	color: #6c6c6c;
	background-color: #ffffff;
	width: 700px;
	/*border-bottom: 1px dotted #6c6c6c;*/
}

.recipe .ingredients{
	margin: 0px auto;
	padding-right: 10px;
	width: 280px;
	float: left;
	display: inline-block;
}

.recipe .ingredients h3{
	margin-top: 10px;
}

.recipe .info{
	margin: 0px auto;
	padding: 10px;
	padding-left: 0px;
	width: 280px;
	display: inline-block;
}

.recipe .products{
	margin: 0px auto;
	padding: 10px;
	width: 360px;
	float: right;
	display: inline-block;
	height: 600px;
}

.recipe .products div{
	display: inline-block;
}

.recipe .products div img{
	float: left;
	padding-right: 20px;
}

.recipe .products .info{
	float: right;
	width: 200px;
	padding: 0px;
	padding-top: 15px;
}

.recipe .products img{
	/*margin-left: 10px;*/
}


.productPreview{
	display: none;
}

.big_button{
	display: none;
}

img{
	border: 0px;
}

h1{
	color: #666666;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2{
	color: #98012e;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 3px;
}

h2 .comment{
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
}

h3{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}

h4{
	color: #98012e;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

p{
	margin-top: 0px;
}

a{
	text-decoration: none;
	color: #98012e;
}

ul{
	/*border-top: 1px dotted #6c6c6c;*/
	margin: 0px auto;
	/*list-style-type:none;*/
	padding: 0px;
}

li{
	padding-top: 3px;
	padding-bottom: 3px;
}

td{
	vertical-align: top;
}

form .checkbox {
	color: #98012e;
	font-size: 16px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-right: 10px;
	border-bottom: 1px dotted #6c6c6c;
}
