
#content_header {
	background: none;
}

#content_header h2 {
	margin: 0 0 0 -25px;
	background: url(../images/forKids/forKids.jpg) top left no-repeat;
	width: 185px;
	height: 93px;
}

.lgesp #content_header h2 {
	background: url(../images/forKids/forKids_esp.jpg) no-repeat 10px 0;
	width: 198px;
	height: 87px;
}

#content_header h2 a {
	width: 110px;
	position: relative;
	top: 20px;
	left: 75px;
}

#side_bar {
	background: url(../images/main/side_bar_dotted.gif) top left repeat-y;
	height: 1000px;
}

#content_wrap {
	background: #8AB521 url(../images/forKids/recipesENG.gif) top right no-repeat;
}

#content_header ul {
	margin: 0; padding: 0 15px;  background: #fff;
	margin-right:40px;
	top: -85px;
	height: 17px;
	background: #fff;
	 float: right;

}

#content_header ul li {
	border: none;
	padding-left: 10px;
    list-style:none;
    font-size: 12px;
    	 font-family:Arial;
   
}

#content_header ul li a {
	color: #4A5255;
	text-transform: uppercase;
}

#content_header ul li.selected a {
	color: #AABCC3;
}

#content_header ul li:first-child {
	background: none;
}

#content_text p.intro {
	position: absolute;
	top: 50px;
	left: 82px;
    line-height:15px;

}

* html #content_text p.intro {
	top: 80px;
}

#content_text .preparation p {
	float: left;
	display: block;
	padding-right: 20px;
	margin: 0;
	font-size: 10px;
}

* html #content_text .preparation p  {
	position: relative;
	top: 0px;
}

#recipe_details {
	position: relative;
	padding-top: 100px;
	/*top: -30px;*/
	left: 52px;
}

/** html #recipe_details {
	top: -70px;
}*/

#recipe_details .ingredients h4, #recipe_details .directions h4 {
	display: none;
}

/*#recipe_details .ingredients {
	clear: both;
	font-size: 12px;
	margin: 40px 0 0 2px;
	padding: 0 15px 0 20px;
	width: 205px;
	background: url(../images/forKids/recipeNote.gif) top left repeat-y;
}

* html #recipe_details .ingredients {
	position: relative;
	left: -2px;
	top: 10px;
}

#recipe_details .directions {
	font-size: 12px;
	margin: 58px 0 0 30px;
	width: 336px;
	background: url(../images/forKids/recipeDirections.gif) repeat-y 0 -37px;
}

* html #recipe_details .directions {
	position: relative;
	left: 0;
	top: 20px;
}

*:first-child+html #recipe_details .directions, *:first-child+html #recipe_details .ingredients {
	margin-top: 60px;
}*/