#shopmap{
	margin-top: 20px;
	width: 1000px;
	height: 730px;
	display: none;
}
#shoplist{
	margin-top: 20px;
	width: 1012px;
}
.modal-header {
background-color: #F48C33;
border: none;
padding-top: 10px;
padding-bottom: 10px;
}
.selection{
	background:none!important;
	float: left;
	margin-left: 0px!important;
	width: 600px!important;
}
#shoplist ul li{
	width: 241px;
	height: 236px;
	float: left;
	background-color: #F6F4F5;
	margin-top: 10px;
	margin-right: 12px;
	cursor: pointer;
	
}
#fastSearch{
	margin-top: 10px;
	height: 30px;
}
#fastSearch img{
	float: left;
}
#fastSearch ul li{
	margin-left: 8px;
	margin-right: 8px;
	float: left;
}
#fastSearch ul li a{
	color: #000000;
	text-decoration: none;
}
.shoplistpic{
	position: relative;
	width: 241px;
	height: 180px;
}
.shoplistpic img{
	position: absolute;
	top: 0px;
	width: 241px;
	height: 180px;
	z-index: 1;	
}
.shopaddress{
	position: absolute;
	top: 123px;
	width: 100%;
	height: 56px;
	background-color: black;
	opacity: 0.6;
	color: white;
	z-index: 2;	
}
.shopaddress span{
	position: relative;
	top: 8px;
	width: 241px;
	height: 36px;
	margin-left: 10px;
	margin-right: 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:keep-all;
}
.shoplogo{
	position: relative;
	height: 30px;
	z-index: 2;	
}
.shoplogo span{
	position: absolute;
	padding: 5px;
	background-color: #855F3A;
	-webkit-border-bottom-right-radius: 10px ;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	color: white;
}
.phonemailinfo{
	float: left;
	width: 150px;
	height: 55px;
}
.phonemailinfo div{
	position: relative;
	width: 150px;
	height: 55px;
}
.phonemailinfo div p{
	position: relative;
	width: 150px;
	margin: 0px;
	margin-top: 4px;
}
.phonemailinfo div img{
	margin-left: 10px;
	margin-top: 2px;
}
.shopservice{
	float: left;
}
.shopservice img{
	margin-top: 7px;
}
.width730{
	width: 710px!important;
}
.detailText,.detailMap{
	margin:0 2px;
	width: 330px;
	height: 250px;
	float: left;
}
.shopdetail div,.shopdetail div img{
	float: left;
	margin:0 2px;
	width: 330px;
	height: 250px;
}
.greyline{
	clear: both;
	margin: 5px auto;
	border: solid #F2F2F2 1px;
}
.shopdetail{
	height: 250px
}
.detailText p{
	margin-bottom: 10px;
}
#shopDetailImage img{
	margin-left: 10px;
}
#shopDetailTitle{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #AB876C;
}