@charset "utf-8";
/* CSS Document */
#container {
	height: auto;
	width: 706px;
	padding: 0 0 0 0;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif ,'微軟正黑體' ,'新細明體';
	line-height: 20px;
	color: #333;
}
#products {
	width: 100%;
	margin: 20px auto 20px auto;
	height: auto;
	word-wrap: break-word;
	word-break: normal;
	float:left;
}
#headline {
	font-size: 14px;
	color: #b1945c;
	background-image: url(dot.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	height: 38px;
	width: auto;
	padding-left: 30px;
	font-weight: bold;
}
#products_toplist {
	width: 681px;
	height: 30px;
	margin-bottom: 10px;
	line-height: 30px;
	padding-left: 25px;
	background-image: url(dot.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#products_toplist a {
	color: #333;
	text-decoration:none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;}
#products_toplist a:hover {
	color: #F30;
	text-decoration:none;
	}
#products_toplist span { font-size:10px; font-family:Verdana, Geneva, sans-serif;}
