@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin-top: 0px;
	text-align:center;
	margin: 0px auto;
	padding: 0px;
	width: 1002px;
	height: 100%;
	
	background-color: #acbabe;
}

body * {
	font-size: 10pt;
}

a img {
	border: 0px;
}

.style1 {font-size: large}
.style2 {
	font-size: medium;
	font-weight: bold;
	color: #FFFF33;
}
.style3 {color: #FFFF00}

a {
	text-decoration: none;
}


/*
 * 首頁 START
 */
.home * {
	color: #FFFFFF;
}

#prod_list {
}

	#prod_list ul {
		margin: 2px;
		padding: 2px;
		list-style: none;
	
		width: 560px;
		overflow: hidden;
		white-space: nowrap;
	}
	
	#prod_list ul li {
		width: 135px;
		
		display: inline;
	}
	
	#prod_list ul li .prod_info {
		padding-left: 2px;
		width: 130px;
		display: inline-block;
		
		text-align: center;
		vertical-align: top;
		white-space: normal;
	}
/*
 * 首頁 END
 */

th{
	text-align: right;
}
