@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
html, body {height:100%; margin:0; padding:0;}

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: gray;
	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: rgb(126,126,126);
	
	line-height: 20px;
}
/*.oneColFixCtrHdr #bgContainer {
	width: 1199px;
	background: white;
	background-image:url(images/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto; / the auto margins (in conjunction with a width) center the page /
	border-left: 1px solid rgb(76,76,76);
	border-right: 1px solid rgb(76,76,76);
}*/

p {
	text-align: justify;
}

.oneColFixCtrHdr #bgContainer {
	position: fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	z-index: -1;
}
.oneColFixCtrHdr #content {
	position: relative;
	min-height: 100%;
	
	
}

#middleContent {
	width: 840px;
	/*margin: 0 auto -37px;*/
	margin: 0 auto;
	height:auto !important;
	height:100%;
	min-height: 100%;
	z-index: 2;
	position: relative;
}
.threecol {
	background: url(images/contentRight.png);
	background-repeat: repeat-y;
	background-position: top right;	
}

.colmask {
	clear:both;
	float:left;
	overflow:hidden;
	position:relative;
	width: 100%;
	z-index: 3;
}

.threecol .colmid {
	
	right:20px;
}

.threecol .colleft {
	background: url(images/contentLeft.png);
	background-repeat: repeat-y;
	background-position: top right;	
	right:800px;
}

.colright, .colmid, .colleft {
	float:left;
	position:relative;
	width:100%;
}

.threecol .col1 {
	left:840px;
	width:798px;
	border: 1px solid gray;
	border-bottom: 0;
	text-align: left;
	overflow: visible;
	background-color: White;
}

.threecol .col2 {
	left:20px;
	width:20px;
	
}

.threecol .col3 {
	left:820px;
	width:20px;
}

.col1, .col2, .col3 {
	float:left;
	overflow:hidden;
	/*padding:0 0 1em;*/
	position:relative;
}




.oneColFixCtrHdr #container {
	width: 820px;
	margin: 0 auto;
}
.oneColFixCtrHdr #contentLeft {

	background: url(images/contentLeft.png);
	background-repeat:repeat-y;
	width: 820px;
	height: 100%;
	margin: 0 auto;
}
.oneColFixCtrHdr #contentMiddle {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 10px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid gray;
	border-bottom: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtrHdr #contentRight {
	float: right;
	background: url(images/contentRight.png);
	background-repeat:repeat-y;
	width: 10px;
	height: 100%;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 343px;
}
.oneColFixCtrHdr #mainMenu {
	height: 33px;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgb(139,139,139);
	border-bottom: 1px solid rgb(139,139,139);
	background-color: White;
}
.oneColFixCtrHdr #mainMenu a {
	border: 0;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #mainMenu img {
	padding: 0;
	margin: 0;
	border: 0;
}
.oneColFixCtrHdr #recipeMenu {
	padding: 0;
	padding-top: 6px;
	padding-bottom: 20px;
	margin: 0;
}
.oneColFixCtrHdr #recipeMenu img {
	padding: 0;
	margin: 0;
	border: 0;
}
.oneColFixCtrHdr #productMenu {
	padding: 0;
	padding-top: 6px;
	padding-bottom: 17px;
	padding-right: 0;
	margin: 0;
	margin-left: -16px;
}
.oneColFixCtrHdr #productMenu a {
	border: 0;
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #productMenu img {
	padding: 0;
	margin: 0;
	border: 0;
}
.oneColFixCtrHdr #mainContent {
	/*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(images/ContentBG.png);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	padding-left: 72px;
	padding-top: 48px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #mainRecipeContent {
	/*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/ContentBG.png);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	padding-left: 27px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #mainProductContent {
	/*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/ContentBG.png);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	padding-left: 16px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #contact_mainContent {
	/*padding: 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/ContentBG.png);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	padding-left: 72px;
	padding-top: 48px;
	padding-bottom: 5px;
	height: 392px;
}
.oneColFixCtrHdr #mainContentTxt {
	width: 450px;
	position: relative;
}
.oneColFixCtrHdr #recipeHeadings {
	padding-bottom: 15px;
}
.oneColFixCtrHdr #mainContentTxt img {
	padding: 5px 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContentRecipeTxt_bloodOranges {
	width: 565px;
	padding-left: 20px;
	height: 650px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_dippers {
	width: 565px;
	padding-left: 20px;
	height: 450px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_baguette {
	width: 565px;
	padding-left: 20px;
	height: 670px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_pizza {
	width: 565px;
	padding-left: 20px;
	height: 550px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_soup {
	width: 565px;
	padding-left: 20px;
	height: 570px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_turkey {
	width: 565px;
	padding-left: 20px;
	height: 800px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_prawns {
	width: 565px;
	padding-left: 20px;
	height: 640px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_tenderloin {
	width: 565px;
	padding-left: 20px;
	height: 760px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_rucolaSalad {
	width: 565px;
	padding-left: 20px;
	height: 630px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_chardSoup {
	width: 565px;
	padding-left: 20px;
	height: 570px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_mozzGratin {
	width: 565px;
	padding-left: 20px;
	height: 650px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_mainDishes {
	width: 490px;
	padding-left: 45px;
	height: 440px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_appetizers {
	width: 490px;
	padding-left: 45px;
	height: 440px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_salads {
	width: 490px;
	padding-left: 45px;
	height: 440px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_crispySalad {
	width: 565px;
	padding-left: 20px;
	height: 600px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_mozzShrimp {
	width: 565px;
	padding-left: 20px;
	height: 550px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_mozzCroutonSalad {
	width: 565px;
	padding-left: 20px;
	height: 790px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_bowties {
	width: 565px;
	padding-left: 20px;
	height: 550px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_spoonfulls {
	width: 565px;
	padding-left: 20px;
	height: 530px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_vealLemon {
	width: 565px;
	padding-left: 20px;
	height: 600px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_harlequinTomatoes {
	width: 565px;
	padding-left: 20px;
	height: 570px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_mascarponeMousse {
	width: 565px;
	padding-left: 20px;
	height: 570px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_pears {
	width: 565px;
	padding-left: 20px;
	height: 490px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_pizzaConfit {
	width: 565px;
	padding-left: 20px;
	height: 490px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_raddiatore {
	width: 565px;
	padding-left: 20px;
	height: 550px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_ricottaFruit {
	width: 565px;
	padding-left: 20px;
	height: 580px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_ricottaPie {
	width: 565px;
	padding-left: 20px;
	height: 720px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_grilledMozzSandwiches {
	width: 565px;
	padding-left: 20px;
	height: 590px;
}
.oneColFixCtrHdr #mainContentRecipeTxt_semifreddo {
	width: 565px;
	padding-left: 20px;
	height: 590px;
}
.oneColFixCtrHdr #mainContentProductTxt_mascarpone {
	width: 586px;
	padding-left: 45px;
	background-image:url(images/Products/Mascarpone/PkgImage.png);
	background-position: 343px 218px;
	background-repeat: no-repeat;
	height: 530px;
}
.oneColFixCtrHdr #mainContentProductTxt_mozzPearls {
	width: 586px;
	padding-left: 45px;
	background-image:url(images/Products/MozzPearls/PkgImage.png);
	background-position: 343px 450px;
	background-repeat: no-repeat;
	height: 800px;
}
.oneColFixCtrHdr #mainContentProductTxt_mozzBalls {
	width: 586px;
	padding-left: 45px;
	background-image:url(images/Products/MozzBalls/PkgImage.png);
	background-position: 343px 250px;
	background-repeat: no-repeat;
	height: 780px;
}
.oneColFixCtrHdr #mainContentProductTxt_mozzCups {
	width: 586px;
	padding-left: 45px;
	background-image:url(images/Products/MozzCups/PkgImage.png);
	background-position: 343px 250px;
	background-repeat: no-repeat;
	height: 1000px;
}
.oneColFixCtrHdr #mainContentProductTxt_mozzCherry {
	width: 586px;
	padding-left: 45px;
	background-image:url(images/Products/MozzCherry/PkgImage.png);
	background-position: 343px 265px;
	background-repeat: no-repeat;
	height: 540px;
}
.oneColFixCtrHdr #mainContentProductTxt_mozzSlices {
	width: 586px;
	padding-left: 45px;
	background-image:url(images/Products/MozzSlices/PkgImage.png);
	background-position: 343px 330px;
	background-repeat: no-repeat;
	height: 660px;
}
.oneColFixCtrHdr #mainContentProductTxt_mozzBar {
	width: 586px;
	padding-left: 45px;
	background-image:url(images/Products/MozzBars/PkgImage.png);
	background-position: 343px 285px;
	background-repeat: no-repeat;
	height: 600px;
}
.oneColFixCtrHdr #mainContentProductTxt_ricotta {
	width: 586px;
	padding-left: 45px;
	background-image:url(images/Products/Ricotta/PkgImage.png);
	background-position: 343px 290px;
	background-repeat: no-repeat;
	height: 600px;
}
.oneColFixCtrHdr #productText p {
	padding: 5px 0;
}
.oneColFixCtrHdr #productText ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#productText {
	width: 540px;
}
.oneColFixCtrHdr #mainContentTxtLeft {
	width: 230px;
	float: left;
	padding-right: 10px;
	/*padding: 5px;*/
}
.oneColFixCtrHdr #mainContentTxtLeft p {
	padding: 5px 0;
}
.oneColFixCtrHdr #mainContentTxtRight {
	width: 300px;
	float: right;
	/*padding: 5px;*/
}
.oneColFixCtrHdr #recipeStats {
	margin-left: 10px;
	width: 85%;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-top: 39px;
}
.oneColFixCtrHdr #mainContentTxtRight ul {
}
#homeInfoBox {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	/*background-image:url(images/textDE/Home/InfoBox.png);*/
	z-index: 50;
}

#homeInfoBox a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
#homeInfoBox_en {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	/*background-image:url(images/textEN/Home/InfoBox.png);*/
	z-index: 50;
}
#homeInfoBox_en a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #contactInfoBox {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image:url(images/Contact/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_bloodOranges {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/BloodOranges/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_prawns {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Prawns/InfoBox.png);
	z-index: 50;
}

.oneColFixCtrHdr #recipeInfoBox_turkey {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Turkey/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_baguette {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Baguette/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_pizza {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Pizza/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_soup {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Soup/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_dippers {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Dippers/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_rucolaSalad {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/RucolaSalad/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_tenderloin {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Tenderloin/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_chardSoup {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/ChardSoup/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_mozzGratin {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/MozzGratin/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_crispySalad {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/CrispySalad/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_mozzShrimp {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/MozzShrimp/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_stuffedZuchinni {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/StuffedZuchinni/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_mozzCroutonSalad {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/MozzCroutonSalad/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_bowties {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Bowties/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_spoonfulls {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Spoonfulls/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_vealLemon {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/VealLemon/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_harlequinTomatoes {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/HarlequinTomatoes/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_mascarponeMousse {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/MascarponeMousse/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_pears {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Pears/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_pizzaConfit {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/PizzaConfit/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_raddiatore {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Raddiatore/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_ricottaFruit {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/RicottaFruit/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_ricottaPie {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/RicottaPie/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_grilledMozzSandwiches {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/GrilledMozzSandwiches/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #recipeInfoBox_semifreddo {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/Recipes/Semifreddo/InfoBox.png);
	z-index: 50;
}
.oneColFixCtrHdr #productInfoBox_Mascarpone {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image:url(images/textDE/Products/Mascarpone/InfoBox.png);
	z-index: 50;
}
#productInfoBox_Mascarpone a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_Mascarpone_en {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image:url(images/textEN/Products/Mascarpone/InfoBox.png);
	z-index: 50;
}
#productInfoBox_Mascarpone_en a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzCups {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/textDE/Products/MozzCups/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzCups a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzCups_en {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/textEN/Products/MozzCups/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzCups_en a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzPearls {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image: url(images/textDE/Products/MozzPearls/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzPearls a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzPearls_en {
width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;	background-image: url(images/textEN/Products/MozzPearls/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzPearls_en a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzBalls {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image:url(images/textDE/Products/MozzBalls/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzBalls a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzBalls_en {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image:url(images/textEN/Products/MozzBalls/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzBalls_en a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzCherry {
width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;	background-image:url(images/textDE/Products/MozzCherry/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzCherry a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzCherry_en {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image:url(images/textEN/Products/MozzCherry/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzCherry_en a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzSlices {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image:url(images/textDE/Products/MozzSlices/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzSlices a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzSlices_en {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image:url(images/textEN/Products/MozzSlices/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzSlices_en a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzBar {
width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;	background-image:url(images/textDE/Products/MozzBar/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzBar a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_MozzBar_en {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image:url(images/textEN/Products/MozzBar/InfoBox.png);
	z-index: 50;
}
#productInfoBox_MozzBar_en a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_Ricotta {
	width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;
	background-image:url(images/textDE/Products/Ricotta/InfoBox.png);
	z-index: 50;
}
#productInfoBox_Ricotta a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #productInfoBox_Ricotta_en {
width: 195px;
	height: 291px;
	position: absolute;
	/*left: 627px;
	top: 38px;*/
	top: 34px;
	right: -23px;	background-image:url(images/textEN/Products/Ricotta/InfoBox.png);
	z-index: 50;
}
#productInfoBox_Ricotta_en a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent p {
	padding: 5px 0;
	margin: 0;
}
#contentFooter {
	width: 820px;
	height: 81px;
	margin: 0 auto;
	clear: both;
	background-image:url(images/contentBottom.png);
	background-repeat: no-repeat;
	z-index: 5;
}
#spacer {
	height: 37px;
}
#footerContentContainer {
	z-index: 5;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 81px;
	width: 100%;
}
.oneColFixCtrHdr #footerContent {
	/*background-image:url(images/contentBottom.png);*/
	height: 81px;
	width: 806px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	position: relative;
}
.oneColFixCtrHdr #contact_footerContent {
	/*background-image:url(images/Contact/ContentBottom.png);*/
	height: 81px;
	background-repeat: no-repeat;
	width: 806px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
}
.oneColFixCtrHdr #bottomMenu {
	padding-top: 45px;
	margin-left: 220px;
	text-align: left;
	width: 390px;
	float: left;
	
}
.oneColFixCtrHdr #bottomMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 390px;
}
.oneColFixCtrHdr #bottomMenu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}
.oneColFixCtrHdr #bottomMenu ul a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 15px;
	border-left: 1px solid white;
}
.oneColFixCtrHdr #bottomMenu ul a.first {
	border: none;
}
#mainMenuLinks {
	width: 60%;
	float: left;
}
.oneColFixCtrHdr #langLinks {
	padding-top: 40px;
	padding-right: 15px;
	float: right;
	z-index:10;
	width: 60px;
}
#mainMenu #langLinks {
	padding-top: 5px;
	margin-right: -20px;
}
#langLinks a {
	border: 0;
	padding: 0;
	margin: 0;
}
#langLinks img {
	border: 0;
}
/*.oneColFixCtrHdr #germanLink {
	padding-right: 10px;
}*/
#footerContainer {
	z-index: 1;
	width: 100%;
	height: 81px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.oneColFixCtrHdr #footer {
	/*padding: 0 10px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 81px;
	background-image:url(images/footer_BG.png);
	background-repeat:repeat-x;
	width: 100%;
	z-index: 1;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

table#ingredientsList td {
	padding-top: 8px;
	vertical-align: top;
}

table#ingredientsList td.bullet
{
	width: 10px;
	padding-top: 15px;
	vertical-align: top;
}

td.amount
{
	padding-top: 8px;
	width: 110px;
}

tr.oddRow
{
	background-color: rgb(246,210,210);
}

tr.evenRow
{
	background-color: rgb(250,232,232);
}

ul a
{
	text-decoration: none;
	color: rgb(126,126,126);
}

ul a:hover
{
	color: rgb(176,176,176);
}



div#nextPrev {
	
}

div#nextPrev a#btnPrev {
	padding-top: 20 px;
	display:block;
	float: left;
    width: 104px;
    height: 50px;
    background-image:url(images/textEN/Recipes/NextPrev/prevRecipe.png);
	background-position: bottom;
	background-repeat: no-repeat;
    margin: 0 auto;
}
div#nextPrev a#btnPrev:hover {
    background-image:url(images/textEN/Recipes/NextPrev/prevRecipe_hover.png);
}
div#nextPrev a#btnNext {
	padding-top: 20 px;
	display: block;
	float: right;
    width: 84px;
    height: 50px;
    background-image:url(images/textEN/Recipes/NextPrev/nextRecipe.png);
	background-position: bottom;
	background-repeat: no-repeat;
    margin: 0 auto;
}
div#nextPrev a#btnNext:hover {
    background-image:url(images/textEN/Recipes/NextPrev/nextRecipe_hover.png);
}
div#nextPrevDE a#btnPrev {
	padding-top: 20 px;
	display:block;
	float: left;
    width: 84px;
    height: 50px;
    background-image:url(images/textDE/Recipes/NextPrev/prevRecipe.png);
	background-position: bottom;
	background-repeat: no-repeat;
    margin: 0 auto;
}
div#nextPrevDE a#btnPrev:hover {
    background-image:url(images/textDE/Recipes/NextPrev/prevRecipe_hover.png);
}
div#nextPrevDE a#btnNext {
	padding-top: 20 px;
	display: block;
	float: right;
    width: 74px;
    height: 50px;
    background-image:url(images/textDE/Recipes/NextPrev/nextRecipe.png);
	background-position: bottom;
	background-repeat: no-repeat;
    margin: 0 auto;
}
div#nextPrevDE a#btnNext:hover {
    background-image:url(images/textDE/Recipes/NextPrev/nextRecipe_hover.png);
}
a .alt { display: none; }

