@charset "utf-8";
/* CSS Document */
@import url("theme.css");
@import url("reest.css");
body{
	background:url(../images/page_bg.jpg) repeat;
	}
a {
	color:#a78d63;
	}
a:hover {
	text-weight: bold;
	}
#wrapper_bg{
	width:100%;
	background:url(../images/page_header_bg.jpg) repeat-x;}
#wrapper{
	width:1004px;
	margin:0 auto;
	}
#header_box{
	padding-top:20px;}
#logo_box{}
#logo_box img {
	width: 180px;
	}
/*******header*******/
#header_box{
    position: relative;
    padding-top: 28px;
}
#logo_box{
    padding-left: 38px;
}
/*
主選單
*/
#menu_box{
    position: absolute;
    top: 114px;
    right: -2px;
}
#menu_box ul{}
#menu_box ul li{
	float:left;
	height:46px;}
#menu_box ul li a{
	display: block;
	text-indent: -99999px;
	width: 100%;
	height: 46px;
}

#nav_1{
	background:url(../images/menu.png) no-repeat 0px 0px;
	width: 98px;}
#nav_2{
	background: url(../images/menu.png) no-repeat -98px 0px;
	width: 98px;}
#nav_3{
	background: url(../images/menu.png) no-repeat -196px 0px;
	width: 78px;}
#nav_4{
	background: url(../images/menu.png) no-repeat -274px 0px;
	width: 173px;}
#nav_5{
	background: url(../images/menu.png) no-repeat -447px 0px;
	width: 70px;}
#nav_6{
	background: url(../images/menu.png) no-repeat -517px 0px;
	width: 105px;}
#nav_7{
	background: url(../images/menu.png) no-repeat -622px 0px;
	width: 108px;}
#nav_1:hover{
	background:url(../images/menu.png) no-repeat 0px -46px;
	}
#nav_2:hover{
	background: url(../images/menu.png) no-repeat -98px -46px;
	}
#nav_3:hover{
	background: url(../images/menu.png) no-repeat -196px -46px;
	}
#nav_4:hover{
	background: url(../images/menu.png) no-repeat -274px -46px;
	}
#nav_5:hover{
	background: url(../images/menu.png) no-repeat -447px -46px;
	}
#nav_6:hover{
	background: url(../images/menu.png) no-repeat -517px -46px;
	}
#nav_7:hover{
	background: url(../images/menu.png) no-repeat -622px -46px;
	}
/*
#nav_1{
	background:url(../images/menu.png) no-repeat 0px 0px;
	width: 103px;}
#nav_2{
	background: url(../images/menu.png) no-repeat -103px 0px;
	width: 104px;}
#nav_3{
	background: url(../images/menu.png) no-repeat -207px 0px;
	width: 91px;}
#nav_4{
	background: url(../images/menu.png) no-repeat -298px 0px;
	width: 176px;}
#nav_5{
	background: url(../images/menu.png) no-repeat -474px 0px;
	width: 148px;}
#nav_6{
	background: url(../images/menu.png) no-repeat -622px 0px;
	width: 110px;}
#nav_1:hover{
	background:url(../images/menu.png) no-repeat 0px -46px;
	}
#nav_2:hover{
	background: url(../images/menu.png) no-repeat -103px -46px;
	}
#nav_3:hover{
	background: url(../images/menu.png) no-repeat -207px -46px;
	}
#nav_4:hover{
	background: url(../images/menu.png) no-repeat -298px -46px;
	}
#nav_5:hover{
	background: url(../images/menu.png) no-repeat -474px -46px;
	}
#nav_6:hover{
	background: url(../images/menu.png) no-repeat -622px -46px;
	}
*/
/*
top_menu
*/
#menu_top_box{
	position:absolute;
	top: 67px;
	right: 12px;}
#menu_top_box ul{}
#menu_top_box ul li{
	float:left;
	margin-left:10px;
	}
#menu_top_box ul li a{
	color:#333;
	text-decoration: none;
	}
#menu_top_box ul li.top_shopping_icon{
	background:url(../images/shopping_icon.png) no-repeat left center;
	padding-left:30px;}
#menu_top_box ul li span{
	color:#C30;
	display: -webkit-inline-box;
	padding:0 5px;}
/*******center*******/
#center_box{
	width: 960px;
	background-color: #FFF;
	padding: 35px 20px;
	border: 1px solid #C8C8C8;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.62);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.62);
	box-shadow: 0 0 15px rgba(0,0,0,0.62);
	box-shadow: 1px 1px 3px rgba(20%,20%,40%,0.5);
	margin-top: 26px;
}
#center_left_box{
	width: 265px;
	float: left;
	margin-left: 14px;
}
#left_menu_box{
	border: 1px solid #CCC;
	width:262px;
}
#center_left_title{
	background:url(../images/left_title_bg.jpg) no-repeat center top;
	width:242px;
	height:49px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:49px;
	padding-left:20px;
	}
#center_left_box ul{
	width:88%;
	margin-left:6%;
	margin-right:6%;
	padding-top:15px;
	padding-bottom:15px;}
#center_left_box ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom:10px;
}
#center_left_box ul li a{
	text-decoration:none;
	color:#434343;
	font-size:13px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;}
#center_left_box ul li a:hover{
	font-weight:bold;
	color:#53442d;}
/*
選單第二層
*/
#center_left_box ul li ul{
	padding:0px;
	margin-left:30px;
	color:#8b4d06;
	display:block;
	}
#center_left_box ul li ul li{
	border-bottom:none;
	margin:3px 0px;
	padding: 0px 0px;
	list-style-type:disc;/*全黑圓圈*/
	}
#center_left_box ul li ul li a{
	color:#8b4d06;
	}
/*
右邊
*/
#center_right_box{
	padding: 0px 10px;
	float:left;
	width: 628px;
	margin-left: 25px;
}
#center_right_box .title_1{
	margin-top:10px;
	font-size:20px;
	color:#54452E;
	position:relative;
	border-bottom:1px solid #999;
	padding-bottom:15px;
	font-weight: bold;
}
#center_right_box .title_1 span{
	visibility:hidden;
	width:10px;
	overflow:hidden;
}
#cookie_box{
	position:absolute;
	top:10px;
	right:10px;
	font-size:13px;
	color:#333;
	background:url(../images/cookie_icon.jpg) no-repeat left center;
	padding-left:16px;
	font-weight: normal;
	}
/**about**/
#about_box{}
.about_pic{
	padding-top:20px;
	}
#about_box h2{
	color:#a8854d;
	font-size:20px;
	font-style: italic;
	padding-top:20px;
	padding-bottom:20px;}
#about_box p{
	font-size:13px;
	line-height:24px;
	padding-bottom:10px;}
/*******product*******/
#product_box{}
#product_box_title{
/*	width: 625px;
	height: 150px;
	background-image: url(../images/product_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;*/
	
	width: 625px;
	height: 80px;
	background-image: url(../images/product_title_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
#product_box_title p {
	color: #6d5721;
	font-size:20px;
	position: absolute;
	left: 67px;
	top: 56%;
	margin-top: -17px;
}
#product_list_icon{
	position: absolute;
	right: 45px;
	top: 24px;
}
#product_box ul{
    margin-top: 26px;
}
#product_box ul li{
	float:left;
	margin-bottom: 40px;
	position:relative;
}
#product_box ul li:nth-child(2n){
	margin-left: 20px;}
#product_box ul li a{
	color: #333;
	text-decoration: none;
}
#product_box ul li a:hover{
	color: #C60;
}
#product_box ul li a .product_pic{
	/*border: 1px solid #CBCBCB;*/
	margin-bottom: 15px;
}
#product_box ul li a .product_pic img{
	max-width:300px;
	max-height:239px;}
#product_box ul li a .product_text{
}
#product_box ul li a:hover .product_pic{
}
#product_box ul li a .product_list_hover{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}
#product_box ul li a:hover .product_list_hover{
	display:block;
}
/*
product_detail
*/
#product_detail{
	width:100%;
	}
.product_introduction{}
.product_introduction .title_2{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:7%;
	background-color:#f0e6d1;
	width:93%;
	height:20px;
	font-size: 17px;
	position:relative;
	background-image:url(../images/product/product_introduction_bg.png);
	background-repeat:no-repeat;
	background-position:15px center;
	line-height: 21px;
	color: #470D0D;
}
.title_2 p{
	position:absolute;
	top:10px;
	right:10px;
	font-size:13px;}
.form_box{}
.form_1{}
.form_1 ul{}
.form_1 ul li{
	list-style: outside;
	font-size: 13px;
	color: #666;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.form_1 ul li:n-tn(odd){
	background-color:#CCC;}
.product_price{
	/*padding-top:15px;*/
	padding-bottom:15px;
	/*background-color: #F5F5F5;*/
	padding-right:10px;
	text-align:right;
	color: #6B6B6B;
	margin: 23px 0 10px 0;
}
.product_price span{
	color:#C30;
	font-size:20px;
	font-weight:bold;
	display: -webkit-inline-box;
	padding-left:10px;}
#product_deatil_list_box{}
#product_deatil_list_box ul{}
#product_deatil_list_box ul li{
	width: 300px;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin-bottom: 20px;
	margin-top: 30px;
}
#product_deatil_list_box ul li:nth-child(2n){
	padding-left:16px;
	}
.product_price_pic{}
.product_price_pic img{
	/*border: 1px solid #D2D2D2;*/
}
.product_price_no{
    color: #967800;
    font-size: 17px;
	padding-top:10px;
	padding-bottom:0;
}
.product_price_title{
    color: #967800;
    font-size: 17px;
	padding-top: 0;
	padding-bottom:15px;
}
.product_price_quantity{
	padding-bottom:15px;
	font-size:13px;}
.product_price_quantity span{
	display: -webkit-inline-box;
	padding-left:30px;
	}
.product_price_stock{
	padding-bottom:15px;
	color:#c2300b;
	font-size:13px;}
.product_price_button{
	text-align:right;}
/************頁碼****************/
#NL-footer { 
	height: 50px;
	border: none;
	padding-top: 6px;
	padding-bottom: 10px;
	border-top: 1px double #CBCBCB;
	padding-top: 23px;
}

#pager{
	text-align:center;}
#pager p {
	text-align:center;
	color: #7C5A26;
	font-size:11px;	
}
#pager p span {
	color:#4c3c23;
	font-size:15px;
	font-weight:bold;
	margin:0 3px;
	}
#pager ul.pages {
	display:block;
	border:none;
	text-transform:uppercase;
	font-size:11px;
	text-align: center;
	padding: 10px 0 0 0;
}

#pager ul.pages li {
	list-style: none;
	border: 1px solid #a8854d;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 3px 5px;
	display: inline;
	line-height: 30px; 
	cursor: pointer;
	background-color: #FFFFFF;
	color: #a8854d;	
}
#pager ul.pages li a {
	color: #a8854d;	
}
#pager ul.pages li a:hover {
	color: #fff;	
}

#pager ul.pages li:hover {
	border: 1px solid #a8854d;
	color: #fff;
	background-color: #906B1D;
}

#pager ul.pages li.pgEmpty { 
	border: 1px solid #f4efe7;
	color: #f4efe7;
	cursor: default;
}
#pager ul.pages li.pgEmpty:hover {
	border: 1px solid #f4efe7;
	color: #f4efe7;
	cursor: default;
	background-color: #fff;
}
#pager ul.pages li.pgCurrent { 
	border: 1px solid #E4B154;
	color: #fff;
	font-weight: 700;
	background-color: #906B1D;
}
.pgNext a{
	color: #4C4C4C;
	text-decoration: none;
}
/**news**/
#news_forom table{
	width: 100%;
	border: 1px solid #F1F1F1;
	border-collapse: collapse;
	margin-top:20px;
	font-size:13px;
}
#news_forom table th{
	background-image: url(../images/news_th_bg.png);
	background-repeat: repeat-x;
	height: 33px;
	font-weight: bold;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
}
#news_forom table th.ss1{
	color: #DFDFDF;
}
#news_forom table td{
	color: #808080;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
}
#news_forom table td a{
	color: #808080;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	text-decoration: none;
}
#news_forom table td a:hover{
	color: #CC6600;
}
#news_forom table tr:nth-child(odd) {
	background-color: #f0f0f0;
}
#news_forom table tr:nth-child(even) {}
/**process**/
#process_box{
	padding-top:30px;}
#process_box h2{
	font-size:16px;
	font-weight:bolder;
	color: #a8854d;
	padding-bottom:10px;}
#process_box p{
	font-size:13px;
	padding-bottom:15px;
	line-height:24px;}
/* ----------------------------------- 新聞內頁 -------------------------------------*/
.content_main{
	width: 633px;}
p.snews_title {
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	padding: 7px 10px;
	margin:0;
	background:#907242;
	text-align:left;	
/*	border-radius:5px 5px 0 0;	
	-ms-border-radius:5px 5px 0 0;	
	-moz-border-radius:5px 5px 0 0;	
	-o-border-radius:5px 5px 0 0;	
	-webkit-border-radius:5px 5px 0 0;*/	
	} 
div.snews_main {	
	text-align: left;
	padding: 15px 20px;
	margin: 0 0 10px 0;
	border-width:0 1px 2px 1px;
	border-style:solid dotted;
	border-color: #7C7C7C;
}
div.snews_main strong {
	font-weight:bold;
}
div.snews_main p {
	margin: 0 0 14px 0;
}
div.snews_main img {
	max-width:620px;
	_width:620px;
	height:auto !important;
}
div.snews_main p.filedown {
	background:url(file_down1.png) no-repeat left center;
	padding: 0px 0 0px 26px;
	margin:0 0 6px 0;
}
div.snews_main p.filedown a {
	font-size:13px;
	text-decoration: underline;
}
div.snews_main p.filedown a:hover {
	text-decoration: none;
}
.newstable{
	margin: 20px 0 0 0;
	}
.newstable th{
	background-color:#D5C8AD;
	color: #666;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
.newstable td{
	padding-top: 13px;
	padding-bottom: 4px;
	border: 1px solid #CCC;
	padding-left: 20px;
}




.back_news{
	text-align: right;
	font-size: 12px;
}
.back_news a {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	line-height: 24px;
	text-align: center;
	padding: 5px 12px;	
	color:#333;
	text-decoration:none;
}
.back_news a:hover {
	color: #fff;	
	background-color:#907242;
	border: 1px solid #907242;
}
/*********max*********/
#max_box{
	width:94%;
	padding-left:3%;
	padding-right:3%;}
#max_box .title_2{
	margin-top:10px;
	font-size:20px;
	color:#930;
	position:relative;
	border-bottom:1px solid #999;
	padding-bottom:15px;
	}
/*
shopping
*/

/*
購物車表單
*/
#shopping_pic_1{
	padding-top:20px;
	padding-bottom:20px;}
#shop_list_box{
	width: 889px;
	background-image: url(../images/shop_list_bg.png);
	background-repeat: repeat-y;	
	border-collapse: collapse;
	border:1px solid #f4deb7;
	border-top:none;
}
#shop_list_box tr:nth-child(even){
}
#shop_list_box th{
	background: #cea95f; /* Old browsers */
	background: -moz-linear-gradient(top,  #cea95f 0%, #c4a475 51%, #aa8a5c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cea95f), color-stop(51%,#c4a475), color-stop(100%,#aa8a5c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cea95f 0%,#c4a475 51%,#aa8a5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cea95f 0%,#c4a475 51%,#aa8a5c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cea95f 0%,#c4a475 51%,#aa8a5c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cea95f 0%,#c4a475 51%,#aa8a5c 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea95f', endColorstr='#aa8a5c',GradientType=0 ); /* IE6-9 */
	font-size: 13px;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDC39D;
	border-left-color: #DDC39D;
}
#shop_list_box th.bn{
	background: #cea95f; /* Old browsers */
	background: -moz-linear-gradient(top,  #cea95f 0%, #c4a475 51%, #aa8a5c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cea95f), color-stop(51%,#c4a475), color-stop(100%,#aa8a5c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cea95f 0%,#c4a475 51%,#aa8a5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cea95f 0%,#c4a475 51%,#aa8a5c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cea95f 0%,#c4a475 51%,#aa8a5c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cea95f 0%,#c4a475 51%,#aa8a5c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea95f', endColorstr='#aa8a5c',GradientType=0 ); /* IE6-9 */


}
#shop_list_box td{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4deb7;
	color: #333;
}
.st2{
	font-size: 15px;
	font-weight: bold;
}
/*
金額
*/

.total_a p span:first-of-type {
	display:inline-block;
	width: 120px;
	text-align: right;
	padding: 0 10px 0 0;
	}
.total_a p span:last-of-type {
	display:inline-block;
	width: 80px;
	text-align: left;
	}
.total_a p:last-of-type {
	margin: 10px 0 0 0;
	}	
.total_a p:last-of-type span:first-of-type {
	border-top: 1px solid #999;
	padding: 10px 10px 0 0;
	}		
.total_a p:last-of-type span:last-of-type  {
	border-top: 1px solid #999;
	padding: 3px 0 0 0;
	}	
		
#shop_list_total{
	background-position: center top;
	padding: 30px 0px 20px 30px;
	margin: 35px 0 20px 0;
	background-color: #f5f5f5;
	text-align: right;
}
#shop_list_total p {
	color:#666;
	font-size:15px;
	}
#shop_list_total a {
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	width: 130px;
	height: 37px;
	text-align: 37px;
	background: #933;
	padding: 10px;
	margin-right: 60px;
	border-radius: 10px;
	}
#shop_list_total a:hover{
	color: #111;
	background: #C60;
	}
	
.shop_list_recalculate {
	position: relative;
	}	
.shop_list_recalculate b {
	text-align: left;
	position: absolute;
	left: -600px;
	top: -10px;
	z-index: 9;
	width: 600px;
	font-weight: normal;
	}	
		
.shop_total_st1 {
	color:#ff7200;
	font-size:22px;
	margin: 0 14px 0 0;
	}
.shop_total_st2 {
	color:#ff7200;
	font-size:15px;
	}
..group_list_box{}
.group_list{
	padding-bottom:10px;
	padding-top:10px;}
.group_list label{
	font-weight:bold;
	font-size:15px;
	padding-bottom: 19px;
	display: block;
}
.table_5 td .group_list label input{
	height:16px;
}
.group_list p{
	padding-top: 4px;
	padding-bottom: 5px;}
.group_list p span{
	display:-webkit-inline-box;
	width:30%;
	background: #B39A7E;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-left: 17px;
	color: #fff;
}

.group_list p span.o_paL5{
	padding-left:2%;
	background-color:#FFF;
	color:#666;
	width:58%;
}

.group_list p input{
	width:60%;
	}
.group_s_box{
	border:1px solid #CCC;
	padding: 10px 35px;
	display:none;
}

.table_5 td .other_input{
	padding-top: 17px;
	padding-bottom: 15px;}
.table_5 td .other_input input{
	height: 13px;
	width:30px;}
.group_s_box .ps_box{
	border: 1px solid #EDEDED;
	background-color: #EDEDED;
	padding: 19px;
	line-height: 24px;
	font-size: 13px;
	margin-top: 9px;
	color: #910F0F;
	margin-bottom: 20px;
	width: 470px;
}
.table_5 td .other_input input p{}
.table_5 td .other_input p input{
	width:60%;
	height:27px;}
.table_5_2{
	width:80%;
	}
.table_5_2 p{
	padding-left:20px;}
#form2{
	width: 616px;}
.checkname{
	color:#F06;
	font-size:14px;	
}
.checkhomephone{
	color:#F06;
	font-size:14px;	
}
.checkhomephonestyle{
	color:#F06;
	font-size:14px;	
}
.checkaddress{
	color:#F06;
	font-size:14px;	
}
.fromwarn{
	color:#F06;
	font-size:14px;	
}
/*
注意事項
*/
#shop_ps_box{
	width: 94%;
	padding: 25px 3%;
	border: 1px dashed #CCC;
}
#shop_ps_title{
	font-size: 21px;
	color: #333333;
	padding-bottom: 17px;
}
#shop_ps_box ul li{
	color: #666666;
	padding-top: 5px;
	line-height: 20px;
	padding-bottom: 5px;
	font-size: 13px;
}
#shop_bu_box{
	padding-top:20px;
	padding-bottom:30px;
	padding-right: 14px;}
#shop_bu_box ul li{
	float: right;
	padding-right: 15px;
	}
#shop_box_text4{
	font-size: 15px;
	color: #666;
	width: 820px;
	line-height: 34px;
}
#shop_box_text4 p{}
.shop_text4_st{
	color: #F60;
	font-weight: bold;
}
.shop_list_pic img{
	width:203px;
	height:162px;}
.css_btn_class {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f9f9f9 31%, #e9e9e9 74% );
	background:-ms-linear-gradient( top, #f9f9f9 31%, #e9e9e9 74% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(31%, #f9f9f9), color-stop(74%, #e9e9e9) );
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #e9e9e9 31%, #f9f9f9 74% );
	background:-ms-linear-gradient( top, #e9e9e9 31%, #f9f9f9 74% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(31%, #e9e9e9), color-stop(74%, #f9f9f9) );
	background-color:#e9e9e9;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
#shopping_4_text{}
#shopping_4_text p{
	font-size:13px;
	color:#666;
	line-height:24px;}
#shopping_4_text p span{
	color:#C30;
	font-size:18px;}
#shopping_4_text ul{
	padding:20px;
	background: #E4E1D6;
	margin:10px 0px;
	color: #696969;
}
#shopping_4_text ul li{
	font-size:13px;
	padding-bottom:10px;
	line-height:24px;
	list-style-type: decimal;
	margin-left:20px;}

/***************購物資訊表單********************/
.form_bg{
	width:90%;
	background: #F9F7F3;
	padding:5%;
	border:1px dashed #CCC;
}
.form_top_bg{
	background-image: url(../images/from_top_bg.png);
	background-repeat: no-repeat;
	height: 20px;
	width:100%;
	margin-top: 0px;
}
.form_down_bg{
	background-image: url(../images/from_down_bg.png);
	background-repeat: no-repeat;
	height: 14px;
	width:100%;
}
.table_5{
    font-size: 13px;
}
.table_5 td{
	padding-top: 18px;
	padding-bottom: 23px;
	color: #666;
	border-bottom: 1px dotted #A59D84;
}
.table_5 td input, .table_5 td select{
	padding: 0 5px; 
	border:1px #a9a9a9 solid;
	height: 27px;
}

.table_5_1{
}
.table_5_title{
	background-image: url(../images/from_title1.png);
	font-size: 22px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 7px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 19px;
}
.table_5_title p{
	color:#F00;
	font-size:16px;
	
    
}
.table_5_line{
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 23px;
}
.error_tip {
	background-color:#efe9dc;
}
	
/* ------------------------------ Login頁面 ------------------------------*/
.login{
	background:url(../images/login_bg_2.png) no-repeat;
	width: 475px;
	height: 292px;
	margin: 70px 230px 0 230px;
	padding: 73px 40px 0px 40px;
}
.login p {
  margin-top: 7px;
  font-size:13px;
  color:#666;
}
.login p:first-child {
  margin-top: 0;
}
.login p img.icon{ /*---------------icon----------------*/
	width:17px;
	height:17px;
	vertical-align:middle;
	padding-right: 10px;
}
.login p a{
	padding-left: 12px;
	color: #9D6D34;	
}
.login p a:hover{
    text-decoration: underline;	
}
.login p span{
	padding-left: 12px;
	color:#898989;	
}
.login input.login_input{
    width: 253px;
    margin-left: 5px;
	text-decoration: none;
	border: 1px solid #b5b5b5;
	height: 20px;
	padding:5px 4px;
	border-radius:3px;/*---------------圓角----------------*/
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;	
}
/* --- 驗證碼 ---*/
.login input.login_input2{
    width: 70px;
    margin-left: 18px;
  	text-decoration: none;
	border: 1px solid #b5b5b5;
	height: 20px;
	padding:5px 4px;
	border-radius:3px;/*---------------圓角----------------*/
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;	
}
.login p img.captcha{
	width:100px;
	height:25px;
	vertical-align:middle;
}
/* --- 記住帳號 ---*/
.login p.remember_me {   
	margin-left: 95px;
    line-height: 25px;
}
.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}
.login p.remember_me input {
  position: relative;
  margin-right: 4px;
  vertical-align: middle;
}
/*登入按鈕*/
ul.login_btn {
    margin: 15px 93px 0 0;
    text-align:center;
	padding-top:20px;
}
ul.login_btn li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
	margin: 0 10px 0 0;
}
.login_btn_1 {
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #b79662;
	padding:6px 12px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #e4d8c4 5%, #b79662 100% );
	background:-ms-linear-gradient( top, #e4d8c4 5%, #b79662 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4d8c4', endColorstr='#b79662');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e4d8c4), color-stop(100%, #b79662) );
	background-color:#e4d8c4;
	color:#ffffff;
	display:inline-block;


}

.login_btn_1:hover {
	background:-moz-linear-gradient( center top, #b79662 5%, #e4d8c4 100% );
	background:-ms-linear-gradient( top, #b79662 5%, #e4d8c4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b79662', endColorstr='#e4d8c4');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #b79662), color-stop(100%, #e4d8c4) );
	background-color:#b79662;
}
.login_btn_1:active {
	position:relative;
	top:1px;
}
.group_list_box_2{}
.group_list_box_2 p{
	padding-bottom: 9px;
	padding-top: 8px;
	padding-left: 18px;
	font-size: 15px;
	color: #fff;
	background-color: #ceb793;
}
.group_list_box_2 table{}
.group_list_box_2 table td{padding:5px 5px}
.group_list_box_2 table td:nth-child(odd){
	background-color: #f4efe7;
	}
.table_5_ps_text{
	border: 1px solid #999;
	background: #FFF;
	font-size:13px;
	padding:15px;
	line-height:24px;
	width: 95%;
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom:20px;
	}
.table_5_ps_text h5{
	font-size:15px;
	font-weight: bold;
	text-decoration: underline;
	}
.table_5_ps_text p{
	margin: 0 0 10px 0;
	}
/*******footer*******/
#footer_box{}
#footer_box p{
	text-align:center;
	padding-top:20px;
	font-size: 15px;
	color: #888;
}



/*******彈跳視窗*******/
#iframedetail {
 position:fixed;
 width:100%;
 height:100%;
 z-index:10000000;
 left: 0;
 top: 0;
 /* background:#000; */
 display: table;
 text-align: center;
 vertical-align: middle;
 zoom:1\8; /* required for the filters */
 display: none;

}
.iframedetailcell { 
 height: 480px;
 width: 800px;
 position: relative;
 vertical-align: middle;
 display: table-cell;
 z-index: 10000001;
 text-align: center;
 margin-right: auto;
 margin-left: auto;
}

#iframedetail iframe {
 margin: 200px auto;
 padding: 10px 0;
 vertical-align: middle;
}
#iframedetail .closebox {
 width: 748px; 
 height: 24px;
 margin: 0 auto 0;
 background:#fff;
 text-align:center;
}
#iframedetail .closebox a {
 background: url(close.png) no-repeat left center;
 padding: 5px 0 5px 20px;
 font-weight:bold; 
 cursor: pointer;
}





/* ------------------------------------------- 表格 --------------------------------------------*/

.table1 {
	border-collapse: collapse;
	border-width:1px 1px 2px 1px;
	border-style:solid;
	border-color:#e7e3df;
	text-align: center;	
	margin: 0 0 30px 0;	
	font-size: 13px;
}
.table1 tr:nth-child(even) {
	background: #fff;
}
.table1 th {
	background: #a78d63;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px 3px;
	border-bottom: 1px solid #fff;
}
.table1 th.y2 {
	border-right: 2px solid #fff;
}
.table1 td {
	padding:10px 10px;
	border-bottom: 1px dotted #e7e3df;
	border-right: 1px solid #e7e3df;	
}
.table1 td:last-child{
	border-right: none;
}
.table1 td.y1 {
	text-align:left;	
}
.table1 td.y2 {
	border-right: 2px solid #e7e3df;
}
.table1 th.h1 {
	background: #f4efe7;
	color: #7c6b50;	
}
.table1 th.h2 {
	background: #dbc3a8;
	color: #7c6b50;	
}

.table1 td span.font1 {
	color: red;
	}
.table1 td span.font2 {
	color: #a03e92;
	}
.table1 td span.font3 {
	color: blue;
	}
.table1 td span.font4 {
	color: green;
	}
.table1 td span.font5 {
	color: #0eb0b8;
	}				
.table1 td img {
	max-width: 100px;
	max-height: 100px;
	}
.table1 input {
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9a8c81;
	opacity: 0.5;
	color:#7C7C7C;
	font-size:13px;
	padding: 3px 5px;
	}

.table2 {
	margin: 0;
}
.table3 input {
	opacity: 1;
	color:#000;
	font-size:13px;
	padding: 1px 5px;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #fff;
	}
.table_bold {
	border-width:2px;
	border-style:solid;
	border-color:#e7e3df;
	text-align: left;
	}

.table7 {
}

.table7 tr {
	background: #fff;
}


/* --------------------------------- 意見表單 ---------------------------------*/	

#contact_box {
	}
	
.form_out {
	margin:30px 0 0 0;
	padding: 0;
	}
.form_out p {
	margin: 0 0 20px 0;
	}

/* --------------------------------- 位置地圖 ---------------------------------*/	
	
.contact_list {
	margin: 30px 0 0 0;
	}	
.contact_list h5 {
	font-size: 15px;
	color: #b79662;	
	margin:0 5px;	
	}
.contact_list ul {
	margin:5px 5px 20px 5px;
	}
.contact_list ul li {
	background: url(../images/ul_icon1.jpg) no-repeat left 7px;
	padding:0 0 0 10px;
	}		
.contact_list small a {
	background: url(../images/map_zoom.gif) no-repeat left 5px;	
	font-size:12px;
    margin: 4px 4px 0 0;
	float:right;
	padding: 4px 0 4px 22px;
	}	
.contact_list .map {
	margin: 0;
	padding: 9px;
	border: 1px solid #E3E3E3;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
}	

/* ------------------------------ 會員專區 ------------------------------*/

h3.member_welcome{
	font-size: 20px;
	color: #53442d;	
	margin-top: 8px;
	text-align: center;
}
h3.member_name{
	font-size: 15px;
	color: #c68b02;
	text-align: center;
	margin-top: 20px;
}
h3.member_name img{
	vertical-align:middle;
	padding-right: 10px;
}


.member_title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	}
.member_list {
	margin: 0 0 40px 0;
	}
.member_list dl{
	width:48%;
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;	
}
.member_list dt {
	width:95px;
	height:95px;
	float:left;
	margin:0px 20px 0 0;
}
.member_list dd {
	margin-top: 25px;
}
.member_list dd a{
	text-decoration: underline;
}
.member_list dd p{
	color:#898989;
}

.member_event {
	background: #f7f5ec url(../images/attention.png) no-repeat 15px center;
	min-height: 60px;
	padding: 15px 15px 15px 76px;
	border-radius:10px;/*---------------圓角----------------*/
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;	
	margin: 0 0 20px 0;
}



/* ------------------------------ 會員專區-右側選單 ------------------------------*/

.left_nav{ 
	position: relative;
	float:left;
	width:170px; 
	height:auto;
	margin-bottom: 30px;
	padding:3px;
	z-index:777; 
	background:#fff; 
	border:1px solid #CDCDCD;
}
.left_nav dl dt{ 
	width:135px; 
	height:35px;  /*(42-7)*/
	line-height:28px; 
	background:url(../images/long.png) no-repeat 12px center #a78d63; 
	padding-left:35px; 
	color:#fff; 
	font-size: 15px;
	font-weight: bold;
	margin-bottom:4px;
	padding-top: 7px;
}
.left_nav dl dd{
	width: 176px;
	height: 40px;
	position: relative;
}
.left_nav dl dd a.nav_left{
	width:150px; 
	height:39px; 
	line-height:36px; 
	background:url(../images/left_nav_dt_bg.png) no-repeat 140px center #ebebeb;
	padding-left:20px;
	display:block; 
	border-bottom:1px solid #fff;
	color:#3C4347; 
	white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
	text-decoration: none;	
}

.left_nav dl dd a.nav_left:hover{
	background:url(../images/left_nav_dt_bg.png) no-repeat 140px center #fbfbfb ;
	text-decoration:none;
}
.left_nav dl dd .nav_right{ 
	width:160px; 
	height:auto; 
	overflow:hidden; 
	position:absolute; 
	left:173px; 
	top:0px; 
	padding:3px ;
	background:#fff; 
	display:none; 
	border:1px solid #ccc;
}
.left_nav dl dd .nav_right a { 
	width:120px;
	height:30px; 
	line-height:30px; 
	text-align:left; 
	color:#666;
	padding-left:40px;
	background:url(../images/nav_right_bg.png) no-repeat 10px center; 
	display:block; 
	float:left; 
	white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
	text-decoration: none;
}
.left_nav dl dd .nav_right a:hover{ 
	background:url(../images/nav_right_bg.png) no-repeat 10px center #ebebeb;
}




/*  會員專區(右側內容) */
.rigth_box{
	position:relative;
	float:left;
	width:686px;
	margin-left: 30px;
}
h3.rigth_box_title{
	background:url(../images/consent.jpg) no-repeat left top;
	height: 35px;
	width: 94%; /*720-47*/
	font-size: 18px;
	color: #79b229;
	padding: 7px 0 0 47px;
}
h3.rigth_box_title2{
	background:url(../images/order_01.jpg) no-repeat left top;
	height: 35px;
	width: 94%; /*720-47*/
	font-size: 18px;
	color: #79b229;
	border-bottom: 2px solid #79b229;
	padding: 7px 0 0 47px;
	margin-top: 30px;
}
/*  會員專區_資料及帳號密碼修改表格 */
.table4 {
	width:692px;
	border-width:0 0px 0 0px;
	border-color:#7d0000;
	text-align: left;	
	margin: 0px 0 20px 0px;
	background-color:#e5e5e5;
	border-radius:3px;/*---------------圓角----------------*/
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	}	
.table4 th {
	background-color:#79b229;
	text-align: center;
	color: #fff;
	padding:0;	
	padding: 7px 0;
	text-align: center;	
	border-radius:3px;/*---------------圓角----------------*/
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;		
}
.table4 th span{
	color:#F00;
}
.table4 td {
	padding:0px 10px;	
}
.table4 td.check {
	background: #fff;
	border-radius:3px;/*---------------圓角----------------*/
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;	
}
.table4 td span{
	color:#898989;	
}
.table4 td em{
	color:red;	
}
/*--右側內容按鈕--*/
ul.right_box_btn {
    margin: 25px -10px 50px 0;
    text-align: right;
}
ul.right_box_btn li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

/*  會員專區_訂單管理表格 */
.table5 {
	margin-bottom:60px;
	width:710px; /* (724-14) */
	padding:7px;
	background:#e5e5e5;
	border-collapse: collapse;
	border-width:0 0px 0px 0px;
	border-style:solid;
	text-align: center;	
	border-radius:4px;/*---------------圓角----------------*/		
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
}
.table5 tr:nth-child(even) {  /* 表格內容奇數列變色_()內放數字1即第一列變色、亦可放入3n+1 */
	background: #fff;
}
.table5 tr:nth-child(odd) {  /* 表格內容奇數列變色_()內放數字1即第一列變色、亦可放入3n+1 */
	background: #eeeeee;
}
.table5 th {
	background: #79b229;  /* 表格標題區塊顏色 */
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding:8px 8px;
	border-right: 1px solid #f4f7f6;
	border-radius:4px;/*---------------圓角----------------*/		
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;		
}
.table5 th:last-child{
	border-right: none;
}
.table5 td {
	padding:8px 8px;
	border-bottom: 1px solid #79b229;
	border-right: 1px dotted #9E9E9F;
}
.table5 td:last-child{
	border-right: none;
}
.table5 td a{
	text-decoration: underline;	
}
p.total_price2{
	padding:15px;
	font-size: 15px;
	background:#e5e5e5;
	border-radius:4px;/*---------------圓角----------------*/		
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	text-align: right;
}
p.total_price2 span{
	font-weight: bold;
}
p.total_price2 span em{
	font-weight: bold;
	font-size: 18px;
	color: red;
}
p.total_price2 em{
	font-weight: bold;
	font-size: 18px;
	color: red;;
}



/* ------------------------------ 忘記密碼頁面 ------------------------------*/
.forget{
	background:url(../images/forget_bg.jpg) no-repeat;
	width: 596px;
	height: 322px;
	margin: 70px auto;
	padding: 0px 40px 0px 40px;
}
.forget h3 {
	padding: 14px 0 30px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.forget_list{
	margin-left: 22px;
	list-style: decimal;
	list-style-position: outside;
	margin-bottom: 20px;
}
.forget p {
	margin-top: 7px;
}
.forget p:first-child {
  margin-top: 0;
}
.forget p img.icon{ /*---------------icon----------------*/
	width:17px;
	height:17px;
	vertical-align:middle;
	padding-right: 10px;
}
.forget p a{
	padding-left: 12px;
	color:#79b229;	
}
.forget p a:hover{
    text-decoration: underline;	
}
.forget input.forget_input{
    width: 470px;
    margin-left: 5px;
	text-decoration: none;
	border: 1px solid #b5b5b5;
	height: 20px;
	padding:5px 4px;
	border-radius:3px;/*---------------圓角----------------*/
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;	
}
/* --- 驗證碼 ---*/
.forget input.forget_input2{
    width: 70px;
    margin-left: 18px;
  	text-decoration: none;
	border: 1px solid #b5b5b5;
	height: 20px;
	padding:5px 4px;
	border-radius:3px;/*---------------圓角----------------*/
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;	
}
.forget p img.captcha{
	width:100px;
	height:25px;
	vertical-align:middle;
}

/* --- 加購商品 ---*/
.plus_goods {
	color: #333;
	font-size: 12px;
	}
.plus_goods ol li {
	margin: 0 0 5px 0;
	}
.plus_goods input {
	vertical-align: text-bottom;
	margin: 0 5px 0 0;
	}
.plus_title {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
	margin: 0 0 10px 0;
	}
.s_price {
	color: #900;
	margin: 0 5px;
	font-weight: bold;
	}
	
/* TOP設定 */
#scrollUp {
  background: url(../JSSOURCE/scrollUp/up-arrow.png) no-repeat center center;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 51px;
  height: 51px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  *text-indent: -9999px;
}	

/* 右側選單 */
.quick_link {
	position: fixed;
	right: 10px;
	top: 150px;
	z-index:2200;
	width: 112px;
}
.quick_link ul {
	padding:5px;
	border:#CCCCCC solid 1px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
	background-color:#fff;
}
.quick_link li {
}
.quick_link li a {
	display: block;
	background: url(../JSSOURCE/quick.link/quick_btn.jpg) no-repeat left top;
	height:75px;
	line-height: 75px;
	width: 100px;
	text-indent: -9999px;
}
.quick_link li:nth-of-type(1) a {
	background-position: 0 0;
}
.quick_link li:nth-of-type(1) a:hover {
	background-position: -100px 0;
}
.quick_link li:nth-of-type(2) a {
	background-position: 0 -75px;
}
.quick_link li:nth-of-type(2) a:hover {
	background-position: -100px -75px;
}

a.btn_backtop {
	background:url(btn_backtop.jpg) no-repeat left top;
	width:28px;
	height:55px;
	line-height:55px;
	margin:0 auto;
	text-indent:-9999px;
	display:block;
}
a:hover.btn_backtop {
	background-position: -28px top;
}

/* ------------------------------ 快速訂單 order.php ------------------------------*/

/* 快速按鈕 */
.order_btn {
	margin: 20px 0;
}
.order_btn li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 5px;
}
.order_btn li a {
	display: block;
	background-color: #b6a685;
	padding: 7px 20px;
	color: #fff;
	text-decoration: none;
}
.order_btn li a:hover {
	background-color: #d5c8ae;
	color: #000;
}

/* 主大項產品 */
.order_box {
    width: 90%;
    background: #F9F7F3;
    padding: 5%;
    border: 1px dashed #CCC;
	margin: 0 0 40px 0;
}
.order_box h2 {
	font-size: 24px;
    color: #53442d;
    margin-top: 8px;
    text-align: center;
}

/* 次項產品 */
.order_list {
	margin: 0 0 20px 0;
}

/* 置頂 */
.order_top {
	font-size: 12px;
	text-align: right;
	margin-top: -20px;
}
.order_top a {
	text-decoration: underline;
}
.order_top a:hover {
	text-decoration: none;
	color: #53442d;
}