@charset "utf-8";
/* shops */
#ashops{
margin:0 10px;
width:880px;
}

#ashops span h2{
	line-height:26px;
	font:12px "細明體", "新細明體", "微軟正黑體", Arial, sans-serif;
	color:#000;
	text-align:center;
	margin:0;
	padding:0 0 5px 0;
	font-weight:bold;
	}
	
dl.shopsbox{
	margin:0;
	padding:0 13px 0 6px;
	_padding:0 7px 0 6px;
	float:left;
	font-size:12px;
	line-height:15px;
	color:#003399;
	height:125px;
	text-align:center;
	width:155px;
	border-right:dashed 1px #999;
}	
dt.imgbox{
	border:solid 1px #999;
	width:160px;
	height:70px;
	background-color:#FFF;
	margin-bottom:5px;
	}
dt.imgbox img{/*自動縮放圖片*/
	/*
	overflow:hidden;
	max-width:150px;
	width:auto;
	height:100%;
	*max-height:auto;/* IE7 */	
myimg:expression(onload=function() {
this.style.width=(this.offsetWidth > 150)?"150px":"auto"});
*/
}
dl.shopsbox a{
	color:#003399;
	border:none;
	line-height:13px;
	font-size:11px;
	text-decoration:none;
}

dl.shopsbox a:hover{
	color:#003399;
	text-decoration:underline;
}

dl.shopsbox span strong{
	font-size:12px;
	color: #F00;
	text-decoration:none;
}

