@charset "utf-8";

#product_box{
	width:185px;
	float:left;
	margin:5px 0 20px 10px;
}
#emptybox{
	width:185px;
	height:185px;
	text-align:center;
}
#product_box img{
	/*max-width:185px; 
    height:auto;
    width:expression(this.width > 185 ? "185px" : this.width);*/
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#product_box h2{
	width:185px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	margin-top:10px;
	text-align:center;
}
#product_box h2 a{
	color:#333;
	text-decoration:none;
}
#product_box h2 a:hover{
	text-decoration:underline;
	color:#999;
}
#product_box h3{
	margin:0;
	padding:0;
	width:185px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
	font:24px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bolder;
	margin-top:10px;
	text-align:center;
	color:#F00;
}
/*product*/
#center h6{
	margin:10px 0 0 10px;
	padding:4px 10px;
	border:#CCC solid 1px;
	font:16px 微軟正黑體;
	display:inline-block;
}
#center h6 a{
	color:#000;
	text-decoration:none;
}