@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(/images/me/bg.jpg);
}

#page{
	width:927px;
	margin:0 auto;
}

/* 次選單 */
.sub_menu{
	text-align:right;
}
.sub_menu ul{}
.sub_menu li{
	color:#8a8989;
	font-size:11px;
	line-height:20px;
	text-align:left;
	float:right;
	padding:0px 0px 0px 10px;
}
.sub_menu li a{color:#8a8989;}
.sub_menu li a:hover{color:#8a8989;}

/* 主選單 */
.line_01{
	background-image:url(../images/me/line_01.gif);
	background-repeat:repeat-y;
	background-position: center top;
}
.menu{
	color:#FFF;
	font-size:12px;
	line-height:21px;
	text-align:center;
}
.menu a:link { 
	color:#FFF;
	font-size:12px;
	line-height:21px;
	text-align:center; 
}
.menu a:visited { 
	color:#FFF;
	font-size:12px;
	line-height:21px;
	text-align:center; 
}
.menu a:hover { 
	color:#FF0000; 
	font-size:12px;
	line-height:21px;
	text-align:center;
}
.menu a:active { 
	color:#FF0000; 
	font-size:12px;
	line-height:21px;
	text-align:center;
}

/* 登入 */
.member{
	color:#888a92;
	font-size:11px; 
	line-height:30px;
	text-align:left;
	padding-left:25px;
}
.member a:link { color:#888a92; }
.member a:visited { color:#888a92; }
.member a:hover { color:#888a92; }
.member a:active { color:#888a92; }

/* 搜尋 */
.serach{
	padding-right:6px;
}
.search_input{
	color:#000000;
	padding:3px;
	border: none;
}

/* 跑馬燈 */
.marquee_bg{
	background-color:#24252b;
	height:25px;
	padding:0px 15px;
}
.marquee{
	color:#fffefe;
	font-size:12px;
	line-height:16px;
	text-align:left;
}

/* 商品列表 */
.line_02{
	background-image:url(../images/me/line_02.gif);
	background-repeat:repeat-y;
	background-position: center top;
}
.product_name{
	color:#616264;
	font-size:12px; 
	line-height:14px;
	text-align:center;
	padding-top:12px;
}
.product_name a:link { color:#616264; }
.product_name a:visited { color:#616264; }
.product_name a:hover { color:#616264; }
.product_name a:active { color:#616264; }

/* 首頁最新消息 */
.news li{
	color:#616264;
	font-size:11px;
	line-height:13px;
	text-align:left;
	/*float:left;*/
	clear:left;
	margin-bottom:4px;
}
.news li a:link { font-size:12px; color:#a6abb4; }
.news li a:visited {font-size:12px; color:#a6abb4; }
.news li a:hover {font-size:12px; color:#a6abb4; }
.news li a:active {font-size:12px; color:#a6abb4; }

/* 最新消息 */
.new li{
	color:#616264;
	/*font-size:11px;
	line-height:13px;
	text-align:left;
	float:left;
	clear:left;
	margin-bottom:4px;*/
}
.new li a:link { font-size:12px; color:#a6abb4; }
.new li a:visited {font-size:12px; color:#a6abb4; }
.new li a:hover {font-size:12px; color:#a6abb4; }
.new li a:active {font-size:12px; color:#a6abb4; }


/* 頁尾設定 */
.footer_bg{
	border-top:#b2b2b4 1px dotted;
	padding:10px 0px;
}
.footer_menu{
	font-size:12px;
	color:#d1d1d1;
}
.footer_menu a:link { color:#797a7d; }
.footer_menu a:visited { color:#797a7d; }
.footer_menu a:hover { color:#797a7d; }
.footer_menu a:active { color:#797a7d; }

.footer_text{
	color:#babbc5;
	font-size:11px;
	line-height:16px;
	text-align:center;
}
.footer_copyright{
	color:#babbc5;
	font-size:11px;
	line-height:16px;
	text-align:center;
}
.footer_copyright a:link { color:#babbc5; }
.footer_copyright a:visited { color:#babbc5; }
.footer_copyright a:hover { color:#babbc5; }
.footer_copyright a:active { color:#babbc5; }

/* 電子報 */
.epaper_input{
	border:#bdc2c9 1px solid;
	color:#000000;
	font-size:12px;
	padding:1px;
}