@charset "utf-8";
/* CSS Document */
#recipeWrapper { font-size: 11px; color: black; }
#recipeWrapper #recipeHeadWrapper { width: 375px; float: left;}
#recipeWrapper #recipeHeadWrapper h2 { font-size: 11px; font-weight: normal; margin-bottom: 10px; color: black;}
#recipeWrapper #recipeHeadWrapper #categoryHead { font-size: 11px; font-weight: bold; margin-bottom: 10px; color: #669900;}
#recipeWrapper #recipeBackBtn { width: 80px; float: right; padding-top: 5px; }
#recipeWrapper #recipeBackBtn img { cursor: pointer; }
#recipeWrapper #recipeContentWrapper{ margin-bottom: 15px; clear: both; }
#recipeWrapper #recipeIngredientsImagesWrapper { width: 450px; }
#recipeWrapper #recipeIngredientsImagesWrapper .ingredientThumb{ 
	border-style: solid;
 	border-width: 1px;
 	border-color: #99cc00;
	float: left; 
	display: inline;
	margin-right: 10px;
	width: 63px;
	height: 63px;
	overflow: hidden;
}
#recipeWrapper #recipeIngredientsImagesWrapper .ingredientThumb .ingredientThumbImage { padding:1px; height:60px; width:60px; overflow:hidden;}
#recipeWrapper #recipeIngredientsImagesWrapper .dividerDiv { width:462px height:1px; clear:both;}
#relatedRecipesWrapper{ margin:18px 10px 0px 10px; }
#relatedRecipesWrapper p.relatedGroupTitle{ font-size:11px; font-weight:bold; color:#333333; margin:0px 0px 10px 0px; }
#relatedRecipesWrapper .relatedRecipeWrapper{ }
#relatedRecipesWrapper .relatedRecipeWrapper .relatedRecipe{ 
	height:20px;
	border-bottom:1px solid #999999;
	margin-top:5px;
 }
 
#recipeWrapper #recipeTipsWrapper  {margin:15px 0px 10px 0px;}
#recipeWrapper #recipeTipsWrapper h6 {font-weight:bold; color:#666666;}
#recipeWrapper #recipeTipsWrapper .recipeTip {
	min-height:20px;
	border-bottom:1px solid #999999;
	margin-top:5px;
	height:auto;
}
#recipeWrapper #recipeTipsWrapper .lastTip { border-bottom:none; }
#recipeWrapper #recipeTipsWrapper .recipeTip .recipeTipTitle { color:#669900; font-weight:bold;margin-bottom:3px; }
#recipeWrapper #recipeTipsWrapper .recipeTip .recipeTipText{ #666666; margin-bottom:5px;}

#extraInfoWrapper{ margin:18px 10px 0px 10px; }