.head-dish {
	border-bottom: 1px dashed #999896; 
	margin-bottom: 20px;
	padding: 15px 0;
}
.head-dish label{
	font-size:12px;
	color:#777;
}

.data-box {
	margin: 0 15px 15px;
}
.fetch-dish {
	margin: 0 auto;
	width: 890px;
}

.box_recomended,
.rows_page {
	margin-bottom: 10px;
}

.title_dish{
	border-left:4px solid #E1000D;
	border-right:1px solid #d9d7d5;
	color:#444444;
	float:left;
	padding-left:5px;
	padding-right:20px;
	font-size:28px;
}
.sub_title_dish{
	float:left;
	font-size:9px;
	color:#777;
	width:500px;
	padding:6px 0 0 20px;
}
.box_recomended li{
	padding:14px 17px 8px 14px;
	background:url(../images/dish/bg_menu_dish.png) no-repeat;
	width:187px;
	height:200px;
	float:left;
	position:relative;
	margin:0 2px;
}

.box_recomended .img_recommended{
	width:187px;
	height:140px;
	display:block;
	background-color:#FFFFFF;
}
.box_recomended .hot_menu_icon{
	position:absolute;
	z-index:10;
	display:block;
	width:78px;
	height:82px;
	background:url(../images/dish/icon_hot_menu.png) no-repeat;
	left:2px;
	top:1px;
}
.box_recomended .disname{
	color:#777;
	font-size:12px;
	padding-top:13px;
	width:140px;
	float:left;
	font-weight:normal;
	display:block;
	font-weight:normal;
}
.box_recomended .num_comment{
	color:#777777;
	display:block;
	float:right;
	font-size:11px;
	font-weight:bold;
	height:58px;
	line-height:49px;
	text-align:center;
	width:28px;
}
/*pagination*/
.shownumpage{
	display:block;
	text-align:center;
	font-size:12px;
	color:#777;
	font-weight:bold;
}
.pagination .next,.pagination .back{
	width:67px;
	height:27px;
	text-indent:-9999px;
	display:block;
	background:url(../images/dish/btn_next_back.png) no-repeat ;
}
.pagination{
	margin-top:10px;
	padding-top:10px;
	border-top:1px dashed #999896;
}
.pagination .next{
	background-position:right top;
	float:right;
}
.pagination .back{
	background-position:left top;
	float:left;
}
.filter_box{
	padding-top:25px;
	-padding-top:12.5px;
}
.link_detail{
	text-decoration:none;
}
