#layout {
	overflow:hidden;	
}

#content .column-right {
	position:relative;
}

#inside_wrap {
	margin:210px 0px 65px;
	width:100%;
}

#inside {
	background-color:#dfecdf;
	width:50%;
	position:relative;
	float:right;
	z-index:10;
}

#inside .wrap{
	padding:15px 35px 20px 20px;
}

#inside .arr {
	width:60px;
	height:58px;
	position:absolute;
	left:-60px;
	top:18px
}

#inside .without-recipe {
	position:absolute;
	left:-64px;
	top:-161px;
	width:106px;
	height:106px;
}
#inside p {
	font-size:0.85em;
	margin:0px
}

#inside p.info {
	font-style:italic;
	color:#858585;
	position:absolute;
	top:-1.5em;
}

#inside p.about {
	overflow:hidden;
}

#inside p.about img {
	float:right;
	margin-left:25px;
}


#product_big {
	position:absolute;
	z-index:-1;
}

.icons_navigation {
	margin-bottom:37px;
	overflow:hidden;
}


