#shop {
	display: block;
	margin: 0px;
	width: 425px;
}
#shop .entry {
	margin: 1px 3px 3px 0px;
	width: 206px;
	float: left;
	background-image: url(../img/shop-bg.gif);
	background-repeat: no-repeat;
}

#shop .entry .title {
	font-size: 12px;
	font-weight: bold;
	color: #009999;
	text-align: left;
	height: 24px;
	clear: both;
	line-height: 12px;
	padding-top: 1px;
	margin-top: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
}
#shop .entry .title a:link {
	color: #009999;
	text-decoration: none;
}
#shop .entry .title a:visited {
	color: #009999;
	text-decoration: none;
}
#shop .entry .title a:hover {
	color: #009999;
	text-decoration: underline;
}
#shop .entry .title a:active {
	color: #009999;
	text-decoration: none;
}

#shop .entry .content {
	width: 206px;
	margin: 3px auto auto;
	height: 94px;
}


#shop .entry .left {
	float: left;
	display: block;
	text-align: left;
	margin: auto 2px auto auto;
	width: 120px;
	clear: both;
	padding-left: 9px;
}
#shop .entry .address {
	font-weight: bold;
	color: #5C5C5C;
	padding-right: 4px;
	text-align: justify;
	text-justify: distribute;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#shop .entry .detail {
	color: #666666;
	line-height: 130%;
	font-size: 10px;
	float: left;
	text-align: justify;
	text-justify: distribute;
	margin-top: 5px;
	padding-right: 4px;
	margin-bottom: 0px;
}

#shop .entry .right {
	width: 70px;
	float: left;
	display: block;
	margin: 0px;
	text-align: center;
}
#shop .entry .content .right img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}
.shop-entry-pic {
	width: 70px;
	margin: auto;
}

.shop-entry-map {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}

