/* 
================================
 Container Styles for DotNetNuke
================================
*/   
/*.recipe {
	background:url(images/recipesBg.png) no-repeat top left;
	width:230px;
	height:377px;
	/*margin-top:30px;
}*/
.recipe {
	background:url(images/recipesBg.jpg) no-repeat top left;
	width:230px;
	height:377px;
	margin:-35px 0 0 35px;

}

.recipeRecordContainer {
	float:left;
	height:230px;
	margin:31px 0 0 26px;
	.margin-left:30px;
	width:140px;
	text-align:left !important;
}
/*from ShowLatestRecipes.xsl*/
.recipeRecord {
	padding-top: 5px;
	float:left;

}

.recipetitle {
	font-size:12px;
	font-weight:bold;
	color:#B83413;
}


.clickmorebtn {
	background:transparent url(images/clickmorebtn.png) no-repeat scroll left top;
	height:50px;
	width:120px;
	float:left;
}
/*from ShowLatestRecipes.xsl*/



















