#recipe_list
{
	position:relative;
	padding-top:262px;
	width:541px;
}
.recipe_link
{
	text-decoration:none;
	cursor:pointer;	
}
.recipe_item
{
	height:120px;
	width:250px;
	display:block;	
	float:left;
}
.recipe_item img
{
	border:none;	
}
.recipe_item img,.recipe_text
{
	float:left;
}
.recipe_text
{
	display:block;	
	width:120px;
	height:100px;
	margin-left:5px;
	overflow:hidden;
}
.recipe_name
{
	color:#D01A1A;
	font-size:12px;
	font-weight:bold;
}
.recipe_blurb
{
	color:black;
}
.recipe_heading
{
	margin:10px 0px 10px 0px;
	font-size:11px;
	font-weight:bold;
}
#recipe_blurb
{
	position:absolute;
	top:20px;
	right:0px;
	width:250px;
	height:200px;
	overflow:hidden;
}
#recipe_ingredients
{
	width:100%;	
}
#recipe_ingredients .amount
{
	width:100px;
}
#recipe_ingredients .quantity
{
	width:100px;
}



