/* Recipes */
#RecipeList ul
{
	list-style: none;
	margin: 15px 0 15px 30px;
	padding: 0px;
	width: 460px;
}
#RecipeList ul li
{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccd4d9;
}
#RecipeList ul li a
{
	color: #000;
}
#Recipe { width: 550px; }
#Recipe div.Content { position: relative; }
#Recipe div.Ingredients { line-height: 20px; }
#Recipe ul { list-style: none; margin: 0px; padding: 0px; }
#Recipe ol
{
	margin: 0 0 0 18px;
	padding: 0px;
}
#Recipe div.Left
{
	float: left;
	width: 50%;
}
#Recipe div.Right
{
	float: right;
	width: 230px;
	text-align: right;
}

#Recipe div.Right img.RecipeImage
{
	margin-bottom: 20px;
	margin-top: 10px;
}

#Recipe div.WineSmall
{
	text-align: left;
	width: 223px;
	margin-bottom: 10px;
}

#Recipe div.WineBig 
{
	display: none;
	position: absolute;
	background: #fff;
	top: 0px;
	width: 280px;
	padding: 10px;
	border: 3px solid #455560;
}
#Recipe div.WineBig img
{
	float: left;
} 
#Recipe div.WineBig div.WineDetails
{
	padding-top: 10px;
}
#Recipe div.WineBig div.WineDetails div.Title
{
	margin-bottom: 10px;
	font-weight: bold;
}

#Recipe div.WineBig ul li
{
	padding: 0px;
	margin: 0px;
}

#Recipe div.Center { clear: both; }
#Recipe div.Center ul
{
	margin-top: 6px;
	@margin-top: 10px;
}
#Recipe div.Center ul li
{
	float: left;
	background: #f7f9fa;
	padding-left: 20px;
	margin-left: 10px;
}
#Recipe div.Center ul li a
{
	color: #000;
}

#Recipe div.Center li.print
{
	background: url(../img/boxicon_print.png) no-repeat;
	padding-left: 26px;
}
#Recipe div.Center li.favourite
{
	background: url(../img/boxicon_favourite.png) no-repeat;
	height: 16px;
}
#Recipe div.Center li.favourited
{
	background: url(../img/boxicon_favourited.png) no-repeat 0 2px;
	height: 16px;
}
#Recipe div.Center li.email
{
	background: url(../img/boxicon_email.png) no-repeat;
}
#Recipe div.Center li.list
{
	background: url(../img/boxicon_list.png) no-repeat;
}
#Recipe div.Center li.facebook
{
	float: right;
	padding-right: 20px;
}

#Recipe div.Right li
{
	font-size: 10px;
}
#Recipe div.Right li.header 
{
	font-weight: bold;
	font-size: 11px;
}
#Recipe div.Right li.title
{
	font-size: 11px;
	padding-top: 5px;
	font-weight: bold;
} 

#Recipe div.Rating
{
	font-weight: bolder;
	margin-right: 10px;
}
#Recipe div.Rating img
{
	margin: 0 0 0 1px;
}
#Recipe div.Left
{
	padding: 10px;
}
#Recipe div.Right
{
	padding-top: 10px;
}

#Recipe div.WinePaging 
{
	border: 1px solid #b7c2c9;
	border-left:none;
	border-right: none;
	color: #b7c2c9;
	margin: 15px 0 0 7px;
	padding: 6px 0 2px 0;
	clear: both;
}
#Recipe div.WinePaging img
{
	margin: 0px;
	padding-left: 4px;
	float: left;
}
#Recipe div.WinePaging img.spacer
{
	border-right: 1px solid #b7c2c9;
	padding-right: 4px;
}

#Recipe img.WineImage
{
	cursor: pointer;
	margin-right: 8px;
	margin-bottom: 10px;
}

#Recipe div.WinePaging span
{
	display: block;
	float: left;
	padding-left: 6px;
	font-size: 13px;
	color: #000000;
	margin-top: -1px;
}

#Recipe div.RatingDescription
{
	width: 200px;
	font-size: 10px;
	margin: 0 0 10px 15px;
	padding: 0 15px 0 0;
	float: left;
	border-right: 1px solid #ccd4d9;
}
#Recipe div.RatingSystem { float: left; margin-top: 6px; }
#Recipe div.RatingSystem div.RatingHolder { width: 125px; height: 24px; background: url(/img/recipe_rating_big_clear.png) repeat-x; margin-right: 15px; margin-left: 25px; }
#Recipe div.RatingSystem div.RatingHolder div.RatingOver { width: 25px; height: 24px; background: url(/img/recipe_rating_big_half.png) repeat-x; }
#Recipe div.RatingSubmit { float: left; margin-top: 11px; }

#Recipe div.Nutrition { margin-top: 10px; }
#Recipe div.Nutrition div.item { position: relative; float: left; width: 50px; height: 75px; background: url(/img/recipe_nutrition_background.png) no-repeat; }
#Recipe div.Nutrition div.item strong { display: block; color: #FFFFFF; font-size: 10px; text-align: center; margin-top: 6px; }
#Recipe div.Nutrition div.item span { display: block; color: #FFFFFF; font-size: 14px; font-weight: bold; text-align: center; margin-top: 2px; }
#Recipe div.Nutrition div.item strong.rds { display: block; color: #444444; font-size: 12px; font-weight: bold; text-align: center; margin-top: 13px; margin-left: 2px; }

#Recipe div.Amount div.Slider { margin: 6px 0 15px 0; }



#RecipeCategoryList
{
	margin: 1px;
	list-style: none;
	padding: 0px;
}
#RecipeCategoryList li
{
	background: #455560;
	padding: 4px 0 2px 0;
	text-indent: 10px;
	margin-bottom: 1px;
}
#RecipeCategoryList li a
{
	color: #fff;
}
#RecipeCategoryList li ul
{
	margin: 2px 0 0 0;
	list-style: none;
	padding: 0px;
}
#RecipeCategoryList ul li
{
	text-indent: 30px;
	background-color: #f7f9fa;
	color: #455560;
}
#RecipeCategoryList ul li a
{
	color: #455560;
}
#RecipeCategoryList ul ul
{
	border-top: 1px solid #455560;
}
#RecipeCategoryList ul ul li
{
	border-top: 1px solid #f7f9fa;
}

div.RecipeToday
{
	margin-left: 15px;
}
div.RecipeItem
{
	margin-bottom: 10px;
	border-bottom: 1px solid #cdd4d9;
	padding-bottom: 10px;
}
div.RecipeItem a { color: #000; }
div.RecipeItem a.view { float: right; }
div.RecipeItem div.RecipeImage
{
	float: left;
	margin-right: 10px;
	width: 70px;
}
div.RecipeItem div.Details
{
	float: left;
	width: 170px;
	height: 50px;
}
div.RecipeBig div.Details
{
	width: 430px;
	height: auto;
}
