@import url(main.css);

#recipe-shell{
	width: 750px;
	float: left;
 	background:url(../img/recipes/tile_cut_out_shape.gif) repeat-y ;
	line-height: 1.2em;
}

#recipe-shell-cover{
	width: 750px;
	float: left;
	line-height: 1.2em;
}

#recipe-shell2{
	width: 750px;
	float: left;
	line-height: 1.2em;
}

#recipe-inner1{
	width: 750px;
	float: left;
	background:url(../img/recipes/bg_photo_chilli_enchiladas.jpg) no-repeat top;
}

#recipe-inner2{
	width: 750px;
	float: left;
	background:url(../img/recipes/bg_photo_veg_fritatta.jpg) no-repeat top;
}

#recipe-inner3{
	width: 750px;
	float: left;
	background:url(../img/recipes/bg_photo_chicken_couscous.jpg) no-repeat top;
}

#recipe-inner4{
	width: 750px;
	float: left;
	background:url(../img/recipes/bg_photo_veg_sausages.jpg) no-repeat top;
}

#recipe-inner5{
	width: 750px;
	float: left;
	background:url(../img/recipes/bg_photo_intro.jpg) no-repeat top;
}

#recipe-left-col{
	float: left;
	width: 405px;
}

#recipe-left-inner{
	padding: 30px 0 20px 60px;
	}
	
#recipe-right-col{
	float: right;
	width: 280px;
	height: 560px;
}

#right-col-lower{
	float: right;
	width: 260px;
}

#right-col-lower p{
	padding: 0 100px 20px 0px;
}

#recipe-right-inner{
	padding: 40px 30px 20px 0px;
	}
	
#rec-head{
	background:url(../img/recipes/hd_intro.gif) no-repeat;
	margin-bottom: 10px;
	padding: 5px;
}
	
#rec-head1{
	background:url(../img/recipes/hd_chilli_enchiladas.gif) no-repeat;
	margin-bottom: 10px;
	padding: 5px;
}

#rec-head2{
	background:url(../img/recipes/hd_vegetable_fritattas.gif) no-repeat;
	margin-bottom: 10px;
	padding: 5px;
}

#rec-head3{
	background:url(../img/recipes/hd_chicken_couscous.gif) no-repeat;
	margin-bottom: 10px;
}

#rec-head4{
	background:url(../img/recipes/hd_veg_sausages.gif) no-repeat;
	margin-bottom: 10px;
	padding: 5px;
}

#recipe-left-inner ol{
	margin: 20px 10px 20px 25px;
	text-align: left;
}

#recipe-right-inner ul{
	margin-left: 20px;
	list-style: none;
	list-style-image: url(../img/recipes/arrow_off.gif);
}

#recipe-right-inner li{
	line-height: 1.3em;
}

#recipe-right-inner li.current{
	list-style-image: url(../img/recipes/arrow_on.gif);
}

#recipe-right-inner li.current a{
	color: #FFFFFF;
}

#recipe-right-inner a{
	color: #ADD6F8;
	text-decoration: underline;
}

#nutri-shell{
	float: left;
	width: 356px;
	background:url(../img/recipes/tile_nutrition.gif) repeat-y ;
	margin: 30px 0 10px 0;
}

#nutri-inner{
	float: left;
	background:url(../img/recipes/header_nutrition.gif) no-repeat top;
	padding: 32px 10px 0 20px;
	color: #4E93CD;
	text-align: left;
}

#nutri-inner table{width: 100%; }

#nutri-inner th{
	background: url(../img/recipes/divider_nutrition.gif) no-repeat bottom;
}

#nutri-inner td{
	width: 15%;
}

#nutri-inner td.first{
	width: 40%;
}