/* recipe card
------------------------------------------------------------------------------------*/
#recipe_container{
	position:absolute;
	top:11px;
	left:14px;
	width:824px;
	height:441px;
}
#recipe_container .close{
	position:absolute;
	top:15px;
	right:10px;
	padding:0 0 0 14px;
	background:url(/assets/interface/x.gif) no-repeat left center;
}
#recipe_image{
	position:absolute;
	top:0px;
	left:0px;
}
/*----------------------------------------------------------------------------------*/


/* recipe styles
------------------------------------------------------------------------------------*/
#recipe{
	position:absolute;
	top:35px;
	left:430px;
	width:370px;
	color:#543019;
}
#recipe h2{
	font-size:26px;
	color:#b0715a;
	margin-bottom:5px;
	text-transform:lowercase;
}
#recipe h3{
	margin:25px 0 5px 0;
	font-weight:bold;
}
#recipe #print_recipe{
	padding:0 0 0 15px;
	background:url(/assets/interface/arrow_right.gif) no-repeat left center;
	font-size:15px;
	font-weight:bold;
}
#recipe_scrollbar{
	margin-top:25px;
	height:300px;
	width:350px;
	overflow:auto;
}
#recipe ul{ line-height:18px; }
#recipe ol{
	margin-left:23px;
	line-height:18px;
}
#recipe ol li{
	margin:3px 0;
	list-style-type:decimal;
}
/*----------------------------------------------------------------------------------*/


/* for print only
------------------------------------------------------------------------------------*/
#recipe_print_footer{ display:none; }
/*----------------------------------------------------------------------------------*/
