/*******************************************
MENU
-------------------------------------------
contents
********************************************/
/*===========================================
body
===========================================*/
#body {
	width:929px;
	padding:10px 0px 0px 24px;
}
/*===========================================
right
===========================================*/
#right {
	margin-left:16px;
	width:144px;
	background-color:#F0F0F0;
	float:left;
}
#right #banner {
	background-color:#F0F0F0;
	padding:0px;
}
/*===========================================
left
===========================================*/
#left {
	float:left;
	width:745px;
	border-right:1px solid #E5E5E5;
	margin-bottom:20px;
}
#left h2 {
	float:left;
	margin-bottom:20px;
}
.recipe_data {
	width:358px;
	float:left;
	margin-top:15px;
	border-bottom:1px solid #C8C8C8;
	padding-bottom:10px;
	margin-right:10px;
	display:inline;
	height: 110px;
	overflow: hidden;
}
.recipe_data_left {
	width:100px;
	float:left;
}
.recipe_data_left img {
	vertical-align:bottom;
}
.recipe_data_right {
	width:210px;
	margin-left:25px;
	float:left;
	display:inline;
}
.recipe_data_title {
	font-size:12px;
	padding-left:10px;
	border-left:5px solid #EF9500;
	margin-bottom:10px;
	width:210px;
}
.recipe_data_title h3 {
	padding:8px 0px 8px 0;
	font-size:16px;
}
.recipe_data_right h4 {
	padding:0px 0px 5px 0;
	font-size:14px;
}
.recipe_data_right p {
	font-size:12px;
}
.recipe_data_right a {
	text-decoration: none;
	color: #505050;
}
.recipe_data_right a:hover {
	text-decoration:underline;
	color: #f09600;
}
.clr{
	height:1px;
}
