.recipeList{
	margin:0 0 10px 10px;
	padding:0;
}

.recipeList LI{
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:32px;
	padding-bottom:10px;
	margin:0;
	margin-top:20px;
	border-bottom:1px dashed #CCCCCC;
}

.recipeList LI H4{
	margin-top:0;
	margin-bottom:10px;
}

.recipeList LI p{
	margin: 4px 0;
	font-size:0.85em;
}

.recipeList LI p.submittedby{
	font-size:0.75em;
	font-weight:bold;	
}

.Refrigerator{
	background-image:url("iconrefridg.gif");
}

.Freezer{
	background-image:url("iconsnow.gif");
}

.FreshServe{
	background-image:url("iconcarrot.gif");
}