﻿/*Recipes */
.RecipeListItem
{
    border-bottom: solid 1px #eeeeee;
    width:200px;
    padding: 10px; 
    }

.RecipeListTitle{display:block;font-size:16px; padding: 10px 0px 10px 10px; line-height:20px;}
.RecipeListDetail{display:block;font-size:12px; padding: 5px 0px 5px 10px;}

.recipeImage
{
    background: url(/images/recipe/recipeimagebg.jpg) 0 0 no-repeat;
    margin: 0 0 0 0;
    padding: 5px;
    height: 176px;
    width: 176px;
}
.RecipeTitle{display:block;font-size:26px; padding: 10px 0px 5px 0px;}
.RecipeDescription{display:block;font-size:18px; color: #999999; line-height:22px;}
.RecipeDetail{display:block;font-size:12px; padding: 5px 0px 5px 10px;}
div.content .contentText .RecipeRating ul{ list-style: none !important;   
}div.content .contentText .RecipeRating li{  list-style: none !important; 
}
.recipeTitle {border-bottom:1px solid #194e6e;color:#194e6e;font-family:Georgia;font-size:30px;font-weight:normal;line-height:35px; width:100%}

.recipeViewLeftCol {float:left;padding: 10px 0px 0px 10px;}
.clear{clear:both;}

.rating0 {width:105px; height:24px; background:#fff  url(/images/rating.gif) 0px -120px no-repeat; }
.rating1 {width:105px; height:24px; background:#fff  url(/images/rating.gif) 0px -96px no-repeat; }
.rating2 {width:105px; height:24px; background:#fff  url(/images/rating.gif) 0px -72px no-repeat; }
.rating3 {width:105px; height:24px; background:#fff  url(/images/rating.gif) 0px -48px no-repeat; }
.rating4 {width:105px; height:24px; background:#fff  url(/images/rating.gif) 0px -24px no-repeat; }
.rating5 {width:105px; height:24px; background:#fff  url(/images/rating.gif) 0px 0px no-repeat;  }
.recipeContent{font-family:Arial;  font-size:13px; line-height: 18px; color: #363636;}
