﻿#restaurant {
	width:630px;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/right_bg.gif) no-repeat top center;
}

#restaurant ul {
	list-style:none;
	clear:both;
	
}

#restaurant .restaurant_dp1 {
	margin-top:10px;
	background:url(../images/restaurant_1.gif) left no-repeat;
	padding-left:120px;
	padding-top:20px;
	width:200px;
}
#restaurant .restaurant_dp1 li {
	background:url(../images/red_point.gif) no-repeat left 7px;
	padding-left:10px;
	height:20px;
	line-height:20px;
	color:#FF6600;
	float:left;
	display:block;
	width:80px;
}
#restaurant .restaurant_dp1 .li1 {
	background:url(../images/gpoint.gif) no-repeat left 7px;
}
#restaurant .restaurant_dp2 {
	line-height:20px;
	margin-bottom:5px;
}
#restaurant .restaurant_dp3 {
	line-height:20px;
	color:#333333;
	width:480px;
	text-align:right;
}

#restaurant .yellow {
	color:#FF6600;
}
