@charset "utf-8";
.shop-header{
	position:relative;
	margin-bottom:80px;
	height:185px;
	background:transparent url(../img/bg-header.jpg) bottom right no-repeat;
}
.shop-header h2{
	padding-top:30px;
	margin-bottom:20px;
}
.shop-header h3{
	position:absolute;
	top:153px;
}
.shop-body{
	padding-bottom:20px;
	margin-bottom:40px;
	border:5px solid #eee;
	text-align:center;
}
.shop-body img{
	margin:0 auto;
	vertical-align:bottom;
}
.shop-body img.firstChild{
	margin-top:-16px;
}

.staff{
	margin-bottom:40px;
	border-bottom:1px solid #ddd;
}
.staff h3{
	margin-bottom:45px;
}

.staff ul{
	width:915px;
	margin-right:-15px;
	overflow:hidden;
}
* html staff ul{
	zoom:1;
}
.staff ul li{
	width:280px;
	height:160px;
	margin-right:25px;
	padding-bottom:40px;
	float:left;
	display:block;
	font-size:10px;
}
.staff-img{
	float:left;
	margin:0 15px 0 0;
}
.staff ul li p{
	margin-left:160px;
}
.staff ul li .name{
	font-size:12px;
	margin-bottom:10px;
}
