@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Tahoma, Arial, sans-serif, 微軟正黑體, 新細明體;
	font-size: 16px;
}
a {
	font-size: 1em;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #A9A589;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.75em;
}


/* CSS Document */

#productList {
	height: auto;
	width: 655px;
}
#productList table {
	width: 655px;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

#productList caption {
	background-color: #E8E8E8;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 1.25em;
	color: #333333;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif, "微軟正黑體", "新細明體";
	line-height: 1.25em;
	letter-spacing: 1em;
	display: block;
}
#productList tr {

}
#productList td {
	font-size: 0.75em;
	width: 120px;
	background-color: #FFFFFF;
	color: #999999;
}
.style2 {color: #FF0066}