@charset "UTF-8";
/* CSS Document */
#shop{
	padding:20px 0 0 0;
	}
#shop .shopInner{
	padding:0px 12px 32px;
	}

#shop .shopInner .mainBox{
	overflow:hidden;
	margin-bottom:20px;
	}

#shop .shopInner .mainBox .pic{
	float:left;
	width:500px;
	}
#shop .shopInner .mainBox .text{
	margin-left:510px;
	padding-top:20px;
	padding-right:20px;
	}

#shop .shopInner .mainBox .text h4{
	font-size:16px;
	margin-bottom:10px;
	}
	
#shop .shopInner .list{
	/*border-bottom:1px solid #000;*/
	}
	
#shop .shopInner .list .box{
	overflow:hidden;
	padding:10px 20px;
	border-top:1px solid #000;
	display:table;
	width:690px;
	}
	
#shop .shopInner .list .box div{
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
	}

#shop .shopInner .list .box div.name{
	vertical-align:top;
	width:110px;
	font-weight:bold;
	}
#shop .shopInner .list .box div.name240{
	vertical-align:top;
	width:240px;
	font-weight:bold;
	}
	
#shop .shopInner .list .box div.name span{
	font-size:10px;
	}

#shop .shopInner .list .box div.pic{
	width:100px;
	}

#shop .shopInner .list .box div.address{
	width:274px;
	}
#shop .shopInner .list .box div.tel{
	vertical-align:top;
	text-align:left;
	}
#shop .shopInner .list .box div.btn{
	text-align:right;
	}

.shopWrap{
	background-color:#fff;
	padding-bottom:25px;
	padding-top:20px;
	width:800px;
	margin:0 auto;
}

.shopWrap .box{
	background-color:#fff;
	margin-left:20px;
	margin-right:20px;
	overflow:hidden;
	}

.shopWrap h3{
	background: url(../../common/img/shop/stitle_bg.jpg) no-repeat left top;
	width:800px;
	height:45px;
	font-size:20px;
	padding-left:10px;
	color:#fff;
	margin-bottom:20px;
	line-height:45px;
	}

.shopWrap .pic{
	float:left;
	width:240px
	}

.shopWrap .map{
	margin-left:260px;
	}

.shopWrap .map .wrap{
	border:2px solid #000;
	height:246px;
	}


/*.list {
	position:relative;
	overflow:hidden;
	}*/
.list .colInner .box{
	overflow:hidden;
	padding:10px 20px;
	border-top:1px solid #000;
	display:table;
	width:690px;
	}
.list .colInner .box div{
	display:table-cell;
	vertical-align:middle;
	*display:inline;
	*zoom:1;
	}
.list .colInner .box div.name240{
	vertical-align:top;
	width:240px;
	font-weight:bold;
	}
.list .colInner .box div.address{
	width:274px;
	}
.list .colInner .box div.btn{
	text-align:right;
	}
.list .colInner{
	/*width:699px;
	background-color:#FFF;
	padding:25px 11px 15px 20px;*/
	display:none;
	}

.acdHeader{
	position:relative;
	z-index:1;
	}
.acdHeader a {
	display: block;
	position: relative;
  
	width: 730px;
	height: 30px;
	background: url(../../common/img/shop/btn_more.jpg) no-repeat 0 -60px;
	text-indent:-9999px;
   }
   .acdHeader a:hover {
	background: url(../../common/img/shop/btn_more.jpg) no-repeat 0 -90px;
   }
   .acdHeader.open a {
	background-position: 0 0;
   }
   .acdHeader.open a:hover {
	background-position: 0 -30px;
   }

