.subItem
{
	top: 0px;
}

#recipe
{
	position: absolute;
	left: 10px;
	width: 370px;
}

#recipe p
{
	position: absolute;
	left: 0px;
	top: 45px;
}

#recipe img
{
	left: 0px;
	top: 0px;
}

#recipe .time, #recipe .diff, #recipe .serv
{
	position: absolute;
	top: 50px;
	
	padding-left: 35px;
	
	height: 25px;
	
	background-position: top left;
	background-repeat: no-repeat;
}

#recipe .time
{
	background-image:  url('../_img/icon_time.jpg');
	left: 0px;
}

#recipe .diff
{
	background-image:  url('../_img/icon_diff.jpg');
	left: 120px;
}

#recipe .serv
{
	background-image:   url('../_img/icon_serv.jpg');
	left: 240px;
}

#recipe ol, #recipe p
{
	display: block;
	position: absolute;
	list-style-position: inside;
	top: 90px;
	left: 0px;
	width: 330px;
	margin: 0px;
	padding: 0px;
}

#recipe ol li
{
	margin-bottom: 5px;
}

#ingredients
{
	position: absolute;
	top: 0px;
	left: 450px;
	width: 140px;
	height: 330px;
	
	background-image: url('../_img/text_ingr.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#ingredients ul
{
	position: absolute;
	list-style-position: inside;
	top: 20px;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	line-height: 16px;
	font-size: 9px;
}

#ingredients ul li
{
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
}

#default p
{
	top: 45px;
	width: 320px;
}