/* Featured Recipe */
div.FeaturedRecipe
{
	margin: 10px 5px 10px 7px;
	padding: 0;
	width: 212px;
	float: left;
}

div.FeaturedRecipeHead
{
	margin: 0;
	padding: 0;
	width: 212px;
	height: 35px;
	background: url(http://graphics.ThePharm.com/G_Boxes/BoxHeadBG_212x35.gif) no-repeat center top;
}

div.FeaturedRecipeHead h4
{
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	color: #960; 
	font-weight: bold;
}


div.FeaturedRecipeContent
{
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	width: 212px;
	background: url(http://graphics.ThePharm.com/G_Boxes/BoxBodyBG_212x600.gif) no-repeat center bottom;
}

div.FeaturedRecipeContent img
{
	margin: 0;
	border: 0;
	padding: 0;
}


/* Select Recipes */
div.RecipeInfo
{
	margin: 10px 7px 10px 5px;
	padding: 0;
	width: 212px;
	float: left;
}

div.RecipeInfoHead
{
	margin: 0;
	padding: 0;
	width: 212px;
	height: 35px;
	background: url(http://graphics.ThePharm.com/G_Boxes/BoxHeadBG_212x35.gif) no-repeat center top;
}


div.RecipeInfoHead h4
{
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	color: #960; 
	font-weight: bold;
}


div.RecipeInfoContent
{
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	width: 212px;
	background: url(http://graphics.ThePharm.com/G_Boxes/BoxBodyBG_212x600.gif) no-repeat center bottom;
}

div.RecipeInfoContent h5.FirstItem
{
	margin-top: 0;
	padding: 0;
}

div.RecipeInfoContent h5
{
	margin-bottom: 5px;
	text-shadow: none;
}

div.RecipeInfoContent p
{
	margin-top: 5px;
}


/* Advanced Recipe Features */
div.RecipeAdvFeat
{
	margin: 10px;
	padding: 0;
	width: 425px;
	clear: both;
}

div.RecipeAdvFeatHead
{
	width: 435px;
	height: 35px;
	background: url(http://graphics.ThePharm.com/G_Boxes/BoxHeadBG_435x35.gif) no-repeat center top;
}

div.RecipeAdvFeatHead h4
{
	margin: 0;
	border: 0;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	color: #960; 
	font-weight: bold;
}

/*
div.RecipeAdvFeatContent
{
	margin: 0;
	border: 0;
	border-left: 1px solid #369;
	border-right: 1px solid #369;
	border-bottom: 1px solid #369;
	width: 433px;
}
*/

div.RecipeAdvFeatContent
{
	padding-bottom: 5px;
	width: 435px;
	background: url(http://graphics.FamilyFareSupermarkets.com/G_Boxes/BoxBodyBG_435x600.gif) no-repeat center bottom;
}

div.RecipeAdvFeatContent img
{
	margin: 10px;
	margin-left: 50px;
	display: block;
}

div.RecipeAdvFeatContent h5
{
	text-shadow: none;
}

div.RecipeAdvFeatContent h5.FirstItem
{
	margin-top: 0;
	padding: 0;
}


