@charset "utf-8";
/* CSS Document */
/*
++++++++++++FOOD RESULT+++++++++++++++++++++++++++
*/

#ResultTabs{
	margin-top:15px;
	background-image:url(/asset_food/img/tabs_bg.gif);
	background-repeat:repeat-x;
	height:23px;
}

#ResultTabs .TabActive{
	float:left;
	width:150px;
	height:18px;
	padding-top:5px;
	padding-left:10px;
	border-right:solid 1px #B1C5A4;
	margin-right:1px;
	background-image:url(/asset_food/img/tab_active.gif);
	background-repeat:no-repeat;
}

#ResultTabs .Tab{
	float:left;
	width:150px;
	height:18px;
	padding-top:5px;
	padding-left:10px;
	margin-right:1px;
	background-image:url(/asset_food/img/tab.gif);
	background-repeat:no-repeat;
}

#ResultBox{
	clear:both;
	border:solid 1px #B1C5A4;
	border-top-width:0;
	padding:10px;
}

#ResultFor{
	background-image:url(/asset_food/img/result_for_bg.gif);
	padding:5px;
	margin-bottom:5px;
}

#ResultBox .ListHeader{
	border-top:solid 2px #ACACAC;
	border-bottom:dotted 1px #ACACAC;
	background-color:#F0F0F0;
	padding:5px 0;
	margin-top:5px;
	margin-bottom:5px;
}

#ResultBox .ListBody{
	clear:both;
}

#ResultBox .Area{
	float:left;
	color:#FF0000;
	width:100px;
}

#ResultBox .Name{
	float:left;
	font-weight:bold;
	width:300px;
}

#ResultBox .BtnFeatured{
	float:right;
	display:block;
	background-image:url(/imgs/btn_featured.gif);
	width:92px;
	height:18px;
}

#ResultBox .BtnDetail{
	float:right;
	display:block;
	background-image:url(/imgs/btn_detail.gif);
	width:70px;
	height:18px;
	margin-left:5px;
}

#ResultBox .BtnFeatured:hover{
	background-position:0 -18px;
}

#ResultBox .BtnDetail:hover{
	background-position:0 -18px;
}

#ResultBox .Coupon{
	float:right;
}

#ResultBox .Adv{
	position:relative;
	clear:both;
	
}

#ResultBox .Adv .FeaturedObi{
	position:absolute;
	top:0;
	left:0;
}

#ResultBox .AdvImg{
	margin-right:3px;
}

#ResultBox .Web{
	float:left;
	width:250px;
}

#ResultBox .Avg{
	color:#F89418;
}

#ResultBox .Icons{
	float:right;
	width:320px;
	text-align:right;
}

#ResultBox .Icons img{
	margin-left:2px;
}

#ResultBox .SeeMoreDetail{
	margin-right:10px;
}
