@charset "utf-8";
/* CSS Document */

a.button {
	font-size: 15px;
	line-height: 28px;
	color: #333333;
	text-decoration: none;
}

a.button-selected {
	font-size: 15px;
	line-height: 28px;
	color: #D50000;
	text-decoration: none;
}

a.button:hover {
	color: #D50000;
	text-decoration:underline;
}

a {
	color:#D50000;
}

.small-font {
	font-size:13px;
}

/* 商品內頁裡的商品封面列 */
.cover-preview div.img {
	width:50px; height:50px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	padding:8px;
	margin:0 2px 2px 0;
}
