@charset "utf-8";
/* CSS Document */

/*--全站樣式--*/
body{height:100%; margin:0px; background-color:#707070; color:#000066; line-height:150%;}
body * {font-size:10pt; font-family: tahoma,verdana,arial,"細明體",sans-serif;}
a img {border: 0px;}

/*
 * 首頁 START
 */
.home * {
	color:#000066;
}
.tbline{
	color:#CCCCCC;
}
.messagetxt{
	color:#8f6c6c;
}
#prod_list {
}

#prod_list ul {
	margin: 0px;
	padding: 0px;
	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;
}
.bottomtxt{
	color:#cccccc;
}
ul .meun{
	margin:0;
	padding:0;
	line-height:100%;
	list-style:none;
	overflow:hidden;
}
.menu li{
	display:inline;
}
a.pro-links{
	color:#CCC;
}
