


/* Print classes */


#popupHeader {
background-color:#000000;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
}


body * {
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}


/* Layout */
#page {
	width: 600px;
	margin: 0px auto; 
	text-align: left;
	overflow: visible;
	background: #fff;
	padding:10px;
}


#leftColWrapper {
display:none;
}

#footer {
display:none;
}

.nfp
{
	display: none;
}

.actionItems {
display:none;
}

.recipeShot {
display:none;
}

#tryThese{
display:none;
}

/* Rating */
/*
.ratingWrapper {
	display:none;
}
*/
ol, ul {
	list-style: none;
   padding: 0;
   margin: 0;
}
.ratingWrapper {
	width: 70px;
	margin-top: 2px;
	padding-bottom: 4px;
	float: left;
}
.starRating {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 11px;
	
	background: url(/en/img/rating.gif) top left repeat-x;
}
.starRating li {
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	margin-top: -2px;
	/* */
}
	html>body .starRating li {
		margin-top: 0px;
	}

.starRating li a {
	display: block;
	width: 11px;
	height: 11px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	background-image: none;
}
.starRating li a:hover {
	background: url(/en/img/rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.starRating li.currentRating {
	background: url(/en/img/rating.gif) left bottom;
	
	height: 11px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}


/* Popup Styles */
	
#popupPage {
	background:#ffffff;
	text-align:left;
}

#popupPage p {
	padding: 5px 0px;

}


#popupHeader {
	background: url('/en/img/popUpHeaderBG.jpg');
	height:23px;
	}

#popupHeader h1 {
	font-size:13px;
	padding:3px 10px;
	float:left;
}


#popupHeader #closeWindow {
	float:right;
	padding:3px 10px;
}

#popupContent {
	padding: 10px;
}

.error {
	color: #cc0000;
	margin-bottom: 10px;
}

.error div {
	display: none;
}

img {
border:none;
}

#inspiringRecipesTitle img{
display:none;
}

#inspiringRecipesTitle h1 {
font-size:14px;
}

#nutritionalWrapper img {
display:none;
}

#nutritionalWrapper h1 {
display:block;
font-size:14px;
}

#moreRecipes {
display:none;
}

#nutrition1 {
display:block;
}