#recipestream div {
	font:			normal 9pt "Verdana", sans-serif;
}

#recipestream .category {
	width:			600px;
	height:			148px;
	margin-top:		8px;
	margin-bottom:	8px;
	padding:		6px;
}

#recipestream .category .image {
	width:			120px;
	height:			120px;
	position:		relative;
	float:			left;
	clear:			left;
	margin-right:	8px;
	border:			2px solid black;
}

#recipestream .category .image img {
	width:			120px;
	height:			120px;
}

#recipestream .category_name, #recipestream .category_name a {
	font-weight:	bold;
	font-size:		10pt;
	color:			black;
	margin-bottom:	10px;
}

#recipestream .recipe a {
	color:			#FF8000;
}

#recipestream .recipe a:hover {
	color:			blue;
}

