﻿.BottomRecipesHolder .ItemHolder
{
	padding-left:7px;
	padding-right:6px;
	width:275px;
	height:350px;
	float:left;
	background:url('/Portals/1/Skins/images/gradient-10procent-poziomy.png') repeat-y;
	color:white;
	font-weight:bold;
}

.BottomRecipesHolder .ItemHolder .ItemTitle
{
	padding-top:8px;
	padding-bottom:10px;	
}

.BottomRecipesHolder .ItemHolder .Image
{
	padding-bottom:14px;
}

.BottomRecipesHolder .ItemHolder a
{
	color:white;
	text-decoration:none;
}
.BottomRecipesHolder .ItemHolder a:hover
{
	text-decoration:underline;
}
.BottomRecipesHolder .ItemHolder .MoreLink
{
	float:right;
}
.BottomRecipesHolder .ItemHolder .MoreLink a
{
	padding-left:9px;
	background:url('/Portals/1/Skins/images/linkIconWhite.gif') no-repeat left;
	text-decoration:underline;
}


/**********/
.SingleRecipeHolder
{
	padding-top:9px;
}

.SingleRecipeHolder .Image
{
	float:left;
	width:223px;
}

.SingleRecipeHolder .Data
{
	float:right;
	width:606px;
}

.SingleRecipeHolder .Data .Title
{
	font-size:16px;
	margin-bottom:9px;
	color:#421707;
}
.SingleRecipeHolder .Data .Description
{
	padding-top:12px;
}
.SingleRecipeHolder .Data .Info
{
	font-weight:bold;
	color:#421707;
	padding-top:12px;
}

.ItemHolder .RatingHolder img,
.SingleRecipeHolder .Data .RatingHolder img
{
	margin-bottom:-3px;
}
.SingleRecipeHolder .Data .CommentsNavigation
{
	padding-top:15px;
	padding-bottom:15px;
}
.SingleRecipeHolder .Data .CommentsNavigation .RateButton
{
	float:left;
	width:170px;
}
.SingleRecipeHolder .Data .CommentsNavigation .CommentsButton
{
	float:left;
}

.SingleRecipeHolder .Data .CommentsNavigation .InnerButton,
.RatingsHolder .RatingActions a,
.NewComment .CommentActions a
{
	padding-left:9px;
	background:url('/Portals/1/Skins/images/linkIcon.gif') no-repeat left;
	text-decoration:underline;
	cursor:pointer;
	color:#421707;
	font-weight:bold;
}
