/* GENERAL STYLES */
.primaryRecipeContainer {
	/*font-family: "Lucida Grande";*/
	width: 258px;
	float: right;
        margin: 0 20px 0 0;
	}
/********************
 **** BASE STYLE ****
 ********************/
.primaryRecipeContainer a {
	text-decoration: none;
	outline: none;
        margin: 0 !important;
	}
.primaryRecipeContainer p {
	margin: 0;
	}
.primaryRecipeContainer h2 {
	font-size: 12px;
	color: #929292;
	margin: 0;
	line-height: 11px;
	}
.titleText {
	margin: 0 0 0 72px;
        clear: none !important;
	}
/******************
 **** FEATURED ****
 ******************/
.featuredArea {
	width: 258px;
	height: 223px;
	background: url(http://media.heinz.com/media/17066/featuredbg.jpg) no-repeat;
	margin: 0 0 15px 0;
	overflow: hidden; /* this must be here incase someone manages to break the JS to show more than 2 */
}
.featuredAreaItem {
	width: 257px;
	height: 100px;
	margin: 0 0 1px 0;
	}
.featuredAreaItem p {
	color: #676d4e;
	font-size: 12px;
	margin: 0 0 0 10px;
	}
.featuredAreaItem h2 {
	font-size: 14px;
	color: #676d4e;
	margin: 0;
	line-height: 14px;
	margin: 10px 0 0 10px;
}
.featuredAreaItem img {
	margin: 20px 0 0 0;
	float: right;
	border: none;
	}
.featuredAreaItem a.viewRecipe {
	width: 98px;
	height: 17px;
	background: url(http://media.heinz.com/media/17086/viewrecipebutton.jpg) 0 0 no-repeat;
	display: block;
	margin: 10px 0 0 10px !important;
}
.featuredAreaItem a.viewRecipe:hover {
	background-position: -98px 0;
}
/********************
 ***** BIG LIST *****
 ********************/
.recipeListPrimary {
	width: 262px;
	height: 339px;
	background: url(http://media.heinz.com/media/17081/recipelistbg.jpg) no-repeat;
	overflow: hidden;
	}
.scrollArea {
	margin: 0px;
	overflow: auto;
	width: 252px;
	height: 320px;
	margin: 7px 0 2px 5px;
        clear: none !important;
	}
a.recipeLink, .active {
	background: url(http://media.heinz.com/media/17076/plist_bg.jpg) no-repeat; 
	width: 221px; 
	height: 68px;
	display: block;
	overflow: hidden;
	color: #929292;
	font-size: 11px;
	padding: 12px 7px 10px 7px;
	}
a.recipeLink:hover, .active:hover {
	background: url(http://media.heinz.com/media/17071/plist_bg-active.jpg) no-repeat; 
	cursor: pointer;
	}
a.active {
	background: url(http://media.heinz.com/media/17071/plist_bg-active.jpg) no-repeat; 
	}
.recipeLink p, .active p {
	margin: 0;
	}
.recipeLink img, .active img {
	clear: none;
	float: left;
	border: none;
	/*margin: 12px 0 0 7px;*/
	}
img.reflected {
        clear: none !important;
}
.reflecteDiv {
        clear: none !important;
        float: left;
}

/* EDITOR PROPERTIES */
