.RecipeListContainer
{
	width:590px;
	/* float: left; */
}

.RecipeItemContainer
{
	margin-left:10px;
	width:585px;
}

.RecipeListTags
{
	float:right;
	/*background-image:url(/Images/RecipeTagsBg.jpg);
	background-repeat:no-repeat;*/
	color:#ca831c;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	width:274px;
	height:18px;
	padding-top:5px;
	padding-left:7px;
	margin-right:15px;
	overflow:hidden;
	word-spacing:4px;
}

.RecipeListTags
, .RecipeListTags a:link
, .RecipeListTags a
, .RecipeListTags a:visited
{
	color:#7b6550;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
}

.RecipeListTags a:active
, .RecipeListTags a:hover
{
	color: #ff9900;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
}

.RecipeListDetails
{
	padding-right:18px;	
	width:476px;
	/*margin-left:90px;
	_margin-left:45px;*/
	float:right;
	color:#645540;
}

.RecipeListSignatureDish
{
	color:#ca831c;
	font-size: 12px;
	font-weight:bold;
}

.RecipeListImage
{
	float:left;
	width:86px;
	height:79px;	
	text-align:center;
	vertical-align:middle;	
	margin-top:auto;
	margin-bottom:auto;	
	position:relative;
	background-image:url(/Images/RecipePicBg.png);
	padding-top:8px;
	margin-right:5px;
}

.RecipeListRecipeImage
{
	
}

.RecipeListTitle a:link
, .RecipeListTitle a:visited
{
	font-size:14px;
}



.RecipeListCreatedPosted
{
	padding-left:2px;
	padding-bottom:2px;
	font-size:10px;	
}

.RecipeListFontBold
{
	font-weight:bold;
}



.RecipeListHeaderTitle
{
	padding-top:10px;
	margin-left:20px;
	font-weight:bold;
	font-size:15px;
	color: #ca831c;
}

.RecipeListSortBy
{	
	float:right;
	margin-right: 20px;
	margin-top: 10px;		
}
.RecipeListSubSort
{	
	width: 310px;	
}

.RecipeListSubSort
{
	float:right;
	margin-right: 20px;
	margin-top: -6px;
}

.RecipeListNoRecipes
{
	margin-left: 10px;
}

.PopularityConteiner
{
	background-image:url(/images/star64.png);
	background-repeat:no-repeat;
	width:64px;
	height:46px;
	float:right;
	padding-top:18px;
	text-align:center;
	font-size:11px;
	position: relative;
	cursor: default;
}

.PopularityCount
{
	font-weight:bolder;
	font-size:14px;
}

.RecipeListRecipeDetails
{
	font-size:11px;
	color:#645540;
	padding-left:2px;
	padding-bottom:4px;	
	z-index:100;
	
}

.RecipeListActions
, .RecipeListActions span
, .RecipeListActions a
, .RecipeListActions a:link
, .RecipeListActions a:visited
, .RecipeListActions a:hover
, .RecipeListActions a:active
{
	color:Black;
}

.BitesCount
{
	height:14px;
	overflow:hidden;
}

.TotalPopularityInvisible
{
	display:none;
	border:solid 1px #664450;
	background-color:#FFFFCC;
}

.TotalPopularityVisible
{
	display:block;
	border:solid 1px #664450;
	background-color:#FFFFCC;
	position:absolute;
	top:60px;
	left:-20px;
	width:60px;
	text-align:center;
}

/*.PopupContent
{
	margin-top:26px;
	border: solid 1px black;
	background-color: #f1f0e7;
	padding: 5px 5px 5px 5px;
}*/
