@charset "utf-8";
body {
	background-image: url(/images/me/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
table{
	text-align:justify;
}

.all_bg{
	background-image: url(/images/me/all_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 語系 */
.language{
	color:#8c8d8d;
	font-size:11px;
	line-height:22px;
	text-align:right;
}

/* 次分類 */
.banner_top{
	color:#636262;
	font-size:12px;
	line-height:18px;
	text-align:right;
}
.banner_top a{color:#636262;}
.banner_top a:hover{color:#636262;}

/* banner flash */
.banner{
	padding:12px 10px 0px 13px;
}

/* banner btn */
.banner_btn{
	padding:0px 10px 0px 13px;
}

/* banner sub */
.banner_sub{
	padding:0px 10px 0px 13px;
}
.banner_sub li{
	float:left;
}

/* 中間區塊 */
.main_bg{
	padding:8px 10px 18px 5px;
}

/* 左區塊 */
.left_bg{
	background-color:#f4f4f4;
}
.left_center ul{ padding:9px 5px 0px 7px;}
.left_center li {
	background-image: url(/images/me/left_row.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	color: #ffffff;
	line-height: 22px;
}
.left_center li a{
	display:block;
	color: #ffffff;
	text-align: left;
	padding:0px 0px 0px 13px;
	text-decoration: none;
}
.left_center li a:hover{
	background-image: url(/images/me/left_row_over.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

li.left_center2 {
	background-image: url(/images/me/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
	border-bottom:#d8d8da 1px solid;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
}
li.left_center2 a{
	display:block;
	color: #4b4b4b;
	text-align: left;
	padding:2px 0px 2px 15px;
	margin:1px 0px;
}
li.left_center2 a:hover{
	background: none;
	color: #1754cd;
	font-weight:bold;
}

/* 搜尋列 */
.search_select{
	color:#979797;
	font-size:11px;
	line-height:14px;
	padding:0px 2px;
	width:100%;
}
.search_input{
	color:#9c9c9e;
	font-size:11px;
	line-height:14px;
	padding:2px;
	border:#b4b4b4 1px solid;
	width:18em;
}

/* 跑馬燈 */
.marquee{
	background-color:#eee8de;
	color:#0a0801;
	font-size:12px;
	line-height:33px;
	text-align:left;
}
.marquee a{color:#0a0801;}
.marquee a:hover{color:#0a0801;}

/* 熱門商品 */
.hot_case02{
	background-image:url(/images/me/home_hot_case02.gif);
	background-repeat:repeat-x;
	background-position: left top;
	padding:19px 0px 0px 0px;
	text-align:right;
}
.hot_name{
	color:#000000;
	font-size:17px;
	font-weight:bold;
	line-height:30px;
	text-align:right;
}
.hot_case04{
	background-image:url(/images/me/home_hot_case04.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 14px 0px 17px;
}
.hot_note{
	color:#666666;
	font-size:11px;
	line-height:14px;
	text-align:left;
}
#hot_go{
	position: relative;
	top:110px;
	left:110px;
}

/* 右區塊 */
.is_title{}
h1{
	color:#3f3f3f;
	font-size:16px;
	line-height:25px;
	text-align:left;
	font-weight:bold;
}
.is_title_r{
	background-image: url(/images/me/right_title1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.is_content{
	height:350px;
}

/* 網頁路徑 */
.path{
	color:#000000;
	font-size:11px;
	line-height:14px;
	text-align:right;
	padding:0px 0px 10px 0px;
}
.path a:link{color:#000000;}
.path a:visited{color:#000000;}
.path a:hover{color:#000000;}
.path a:active{color:#000000;}

/* 商品列表 */
/* 分類說明 */
#content_note {
	width: 100%;
	clear: left;
	float: left;
}

/* 分類區塊 */
#categories {
	width: 100%;
	margin-bottom: 20px;
	clear: left;
	float: left;
}

#products_row{
	background-image: url(/images/me/product_case02.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom:#f2f6f9 5px solid;
	padding:10px 15px 10px 15px;
	width:700px;
	clear: left;
	float: left;
	height: auto;
}
.products_row_line{
	background-image: url(/images/me/line_01.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* 內頁產品名稱 */
.products_name {
	color:#7b7b7b;
	font-size:12px;
	line-height:19px;
	text-align:center;
}
.products_name a:link{color: #7b7b7b;}
.products_name a:visited{color: #7b7b7b;}
.products_name a:hover{color: #7b7b7b;}
.products_name a:active{color: #7b7b7b;}

.product_list_text{
	text-align:center;
	color:#4b4b4b;
	font-size:13px;
	line-height:19px;
}
.product_list_price{
	font-size:11px;
	line-height:20px;
	color:#fe7e00;
	font-weight:bold;
	text-align:center;
}

/* 商品detail頁 */
.products_detail_name{
	background-image: url(/images/me/products_name.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#4c2c80;
	font-size:16px;
	font-weight:bold;
	line-height:31px;
	text-align:center;
}
.products_detail_spec{
	background-image: url(/images/me/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	color:#4b4b4b;
	font-size:13px;
	line-height:19px;
	text-align:left;
	padding-left:10px;
}
.products_detail_price{
	background-image: url(/images/me/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	color:#fe7e00;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	padding-left:10px;
}
.products_detail_thumbs img{
	border:#d8d7d7 1px solid;
}
.products_detail_line{
	background-image: url(/images/me/line_02.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.products_list_box{
	color:#242426;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	padding-left:65px;
}



/* 頁面資訊區 */
.btn_list{
	text-align:right;
}

/* 頁尾資訊區 */
.footer{
	border-top:#eaeaea 1px solid;
	padding:10px 0px;
}

.footer_menu{
	color:#6a6a6a;
	font-size:13px;
	line-height:20px;
	text-align:left;
}
.footer_menu a:link{color:#6a6a6a;}
.footer_menu a:visited{color:#6a6a6a;}
.footer_menu a:hover{color:#6a6a6a;}
.footer_menu a:active{color:#6a6a6a;}

.footer_text{
	color:#292929;
	font-size:12px;
	line-height:18px;
	text-align:left;
}
.footer_text a:link{color:#292929;}
.footer_text a:visited{color:#292929;}
.footer_text a:hover{color:#292929;}
.footer_text a:active{color:#292929;}

.footer_copyright{
	color:#292929;
	font-size:12px;
	line-height:18px;
	text-align:left;
}
.footer_copyright a:link{color:#292929;}
.footer_copyright a:visited{color:#292929;}
.footer_copyright a:hover{color:#292929;}
.footer_copyright a:active{color:#292929;}
