@charset "utf-8";
/* CSS Document */
@import url("theme.css");
@import url("reest.css");
body{
	background-image: url(../images/bg.png);
	margin: 0px;
	background-color: #ECECEC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-family: Helvetic, Arial, "Microsoft JhengHei", "Segoe UI", "Microsoft JhengHei", "微軟正黑體", "微软雅黑", "Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode", clean, sans-serif;
	position: relative;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	/*height: 100%;
	overflow: hidden;*/
}
#header_bg{
	background-image: url(../images/header_bg3.png);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	height: 321px;
}
#header_box{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header{
	width: 1000px;
	z-index: 999;
	position: absolute;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 230px;
}
#logo{
	float: left;
	margin-top: 25px;
	}
#header_right{
	float:left;
	position:relative;
	}
/****************************topnav**************************************/
#header_top_nav{
	position: absolute;
	height: 30px;
	top: 28px;
	/* right: 109px; */
	left: 310px;
	width: 500px;
	}
#header_top_nav a{
	color:#666;
	}
#header_top_nav ul li{
	float: left;
	margin-left: 15px;
	}
/****************************主選單**************************************/
#header_nav{
	position: absolute;
	width: 654px;
	left: 2px;
	top: 68px;
	height: 119px;
	background-repeat: no-repeat;
	background-position: 0px 25px;
	}
#header_nav ul{
	background-image: url(../images/nav_text.png);
}
#header_nav ul li{
	float: left;
	width: 100px;
	height: 50px;
	cursor: pointer;
	margin-left: 9px;
}
#header_nav ul li a{
	display:block;
	width: 100px;
	height: 50px;
}
.header_nav_bu{
	height: 50px;
}
#header_nav_bu1{
	background-image: url(../images/nav_text.png);
	background-repeat: no-repeat;
	background-position: 9px -20px;
	margin-top: 45px;
}
#header_nav_bu2{
	background-image: url(../images/nav_text.png);
	background-repeat: no-repeat;
	background-position: -102px -14px;
	margin-top: 40px;
}

#header_nav_bu3{
	background-image: url(../images/nav_text.png);
	background-repeat: no-repeat;
	background-position: -209px -10px;
	margin-top: 35px;
}
#header_nav_bu4{
	background-image: url(../images/nav_text.png);
	background-repeat: no-repeat;
	background-position: -318px -6px;
	margin-top: 30px;
}
#header_nav_bu5{
	background-image: url(../images/nav_text.png);
	background-repeat: no-repeat;
	background-position: -425px 0px;
	margin-top: 25px;
}
#header_nav_bu6{
	background-image: url(../images/nav_text.png);
	background-repeat: no-repeat;
	background-position: -533px 5px;
	margin-top: 20px;
}

#header_nav_bu1:hover{
	background-image: url(../images/nav_text_o.png);
}
#header_nav_bu2:hover{
	background-image: url(../images/nav_text_o.png);
}
#header_nav_bu3:hover{
	background-image: url(../images/nav_text_o.png);
}
#header_nav_bu4:hover{
	background-image: url(../images/nav_text_o.png);
}
#header_nav_bu5:hover{
	background-image: url(../images/nav_text_o.png);
}
#header_nav_bu6:hover{
	background-image: url(../images/nav_text_o.png);
}
/****************************banner************************************/
#banner{
	z-index: 1;
	position: absolute;
	top: 104px;
	width:1000px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	}
/****************************center************************************/
#center_bg{
	width: 100%;
	background-image: url(../images/center.png);
	background-repeat: repeat-y;
	background-position: center top;
	z-index:999;
}
#center{
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#center_left{
	background-image: url(../images/center_left_bg.png);
	background-repeat: no-repeat;
	background-position: right -260px;
	width: 255px;
	padding-left: 25px;
	padding-top: 18px;
	float: left;
	min-height: 652px;
}
#center_left_nav{
	background-image: url(../images/center_bu.png);
	background-repeat: no-repeat;
	height: 430px;
	width: 236px;
	margin-bottom:25px;
}
#center_left_nav_title{
	padding-top: 28px;
	padding-left: 20px;
}
#center_left_nav ul{
	padding-top: 60px;
	padding-left: 18px;
}
#center_left_nav ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/center_bu_li.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#center_left_nav ul li a{
	color: #7B5A06;
	text-decoration: none;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
}
#center_left_nav ul li a:hover{
	background-image: url(../images/center_bu_li_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 16px;
	color:#F90;
}
/*************************center主要內容*********************************/
#center_right{
	float: left;
	width: 720px;
	}
#center_right_title{
	width: 665px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A57843;
	padding-top: 39px;
	padding-bottom: 10px;
	margin-left: 25px;
}
/*************************center結束*********************************/
#center_down_bg{
	width:100%;}
#center_down{
	background-image: url(../images/center_down.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 100%;
	background-position: center top;
}
/****************about****************/
#about_box{
	background-image: url(../images/about_pic1.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 70px;
	padding-top: 40px;
	background-position: 25px 6px;
}
.about_title{
	padding-bottom:20px;}
.about_s_title{
	padding-bottom: 20px;
	color: #2f1700;
	font-size: 18px;
	font-weight: bold;
}
#about_box p{
	font-size: 15px;
	color: #835930;
}
.about_p_st1{
	width: 314px;
	padding-bottom: 44px;
	padding-top: 20px;
}
.about_p_st2{
	width: 565px;
	padding-bottom: 50px;
}
#about2_box{
	padding-left: 20px;
	padding-top: 19px;
	position:relative;
}
#about2_pic{
	background-image: url(../images/about_pic2.jpg);
	width: 678px;
	height: 960px;
	background-repeat: no-repeat;
}
.about2_more{
	position: absolute;
	left: 282px;
	top: 190px;
}
.about2_more a{
	color:#ff7800;
	font-size:15px;
}
.about2_more a:hover{
	color: #FFCC33;
}
/***************產品****************/
#product_list_box{
	width: 694px;
	padding-left: 25px;
}
#product_list_box ul{
	z-index: 998;
}
#product_list_box ul li{
	float: left;
	margin-bottom: 31px;
	margin-top: 24px;
	margin-right: 32px;
}
.product_list_pic{}
.product_list_title{
	padding-top: 11px;
	width: 194px;
}
.product_list_title .st{
	color: #c7a315;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	max-width: 120px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	border: 1px solid #ba9814;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	margin-bottom: 16px;
}
.product_list_title .more{
	float:right;
}
.product_list_title .more a{
	font-weight: bold;
	color: #795813;
	display: block;
	padding-top: 8px;
}
.product_list_title .more a:hover{
	color:#ff7200;
	
}
.product_list_title .sttitle{
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
}
.product_list_coco{
	color: #ff6a00;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom:15px;
	}
.product_list_buy{
}
.product_next{
	margin-top:15px;
	margin-bottom:15px;
	}
.product_next a{
	color: #533800;
	text-decoration: none;
	}
.product_next a:hover{
	color: #FCD300;
	}
.product_next_bot{
	color: #FFFFFF;
	background-color: #D6D0BC;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 652px;
	/* margin-left: 30px; */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8A8068;
}
/***************產品細節********************/
#product_detail_box{
	padding-left: 25px;
	padding-top: 20px;
}
#product_detail{
	background-image: url(../images/product_detail.png);
	background-repeat: no-repeat;
	min-height: 462px;
	width: 651px;
	border: 1px solid #f4deb7;
	background-position: left top;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 34px;
}
#prodcut_detail_text{
	float:left;
	margin-right: 17px;
	width: 271px;
}
#prodcut_detail_text ul{
	font-size: 15px;
	color: #999;
	margin-bottom: 20px;
}
#prodcut_detail_text ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffd3ab;
	width: 259px;
}
#prodcut_detail_text ul li span{
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
.detail_st{
	color: #c7a315;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	
	
	border: 1px solid #ba9814;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

	max-width: 98px;
	margin-bottom: 9px;
}
.detail_title{
	font-size: 23px;
	font-weight: bold;
	color: #333;
}
.detail_raw_material{
	color: #999;
	padding-top: 5px;
	line-height: 24px;
}
.detail_money{
	color: #ff6a00;
	font-size: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}
#prodcut_detail_pic{
	float: left;
	margin-top: 42px;
	}
#prodcut_detail_pic p{
	margin-top: 10px;
	}
#prodcut_detail_pic ul li{
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	cursor: pointer;
}
#product_story{
	margin-top: 30px;
	width: 650px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
}
#product_story_title{
	font-size: 20px;
	font-weight: normal;
	color: #a56b3c;
	padding-bottom: 15px;
}
#product_story p{
	line-height: 24px;
	font-size: 15px;
	color: #6f4529;
}
#product_detail_more{}
#product_detail_more_title{
	font-size: 20px;
	font-weight: normal;
	color: #a56b3c;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #765613;
	width: 650px;
	/* padding-left: 10px; */
	padding-right: 10px;
	margin-left: 10px;
}
#product_detail_more_product{
	width: 687px;

	padding-left: 10px;
}
#product_detail_more_product ul{
	z-index: 998;
}
#product_detail_more_product ul li{
	float: left;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
}
/***************購物流程********************/
#shop_box{
	width: 898px;
	margin-right: auto;
	margin-left: auto;
}
#shop_step_title{
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1c9b7;
}
#shop_step_pic{
	margin-top:10px;
	margin-bottom:10px;
	}
#shop_list_box{
	width: 898px;
	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 th{
	background: #a08865 url(../images/shop_list_th_bg.png) no-repeat right center;
	font-size: 13px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#shop_list_box th.bn{
	background: #a08865;
}
#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;
}
#shop_list_total{
	background-image: url(../images/shop_list_total.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 872px;
	margin-top: 35px;
	padding-bottom: 25px;
	background-position: center top;
	padding-left: 25px;
	padding-top: 8px;
}
#shop_list_total p{
	color:#666;
	font-size:15px;
	}
#shop_list_total a{
	color: #8D5C0E;
	font-size: 15px;
	text-decoration: none;
	}
#shop_list_total a:hover{
	color: #F93;
	}
.shop_total_st1{
	color:#ff7200;
	font-size:22px;
	}
.shop_total_st2{
	color:#ff7200;
	font-size:15px;
	}
.shop_total_mar{
}
#shop_ps_box{
	background-image: url(../images/shop_ps_bg.png);
	height: 196px;
	width: 870px;
	padding-top: 14px;
	padding-left: 29px;
	padding-bottom: 57px;
	background-repeat: no-repeat;
}
#shop_ps_title{
	font-size: 21px;
	color: #FF7000;
	padding-bottom: 7px;
}
#shop_ps_box ul li{
	color: #6f4529;
	padding-top: 5px;
}
#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;
}
/***************購物資訊表單********************/
.form_bg{
	background-image: url(../images/from_bg.png);
	background-repeat: repeat-y;
	padding-left: 41px;
	padding-bottom: 20px;
}
.form_top_bg{
	background-image: url(../images/from_top_bg.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 898px;
	margin-top: 0px;
}
.form_down_bg{
	background-image: url(../images/from_down_bg.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 898px;
}
.table_5{
	margin-left: 40px;
}
.table_5 td{
	padding-top: 10px;
	padding-bottom:5px;
	color: #666;
}
.table_5 td input{
	padding:3px 0 3px; 
	border:1px #f4deb7 solid;
	}
.table_5_1{
	padding-right: 40px;
}
.table_5_title{
	background-image: url(../images/from_title1.png);
	font-size: 20px;
	color: #EBB222;
	padding-top: 5px;
	padding-bottom: 7px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	}
.table_5_line{
	height: 25px;
	width: 821px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 23px;
}
/****************news*********************/
#news_box{}
#news_box table{
	width: 665px;
	margin-left: 25px;
}
#news_banner{
	width: 665px;
	margin-left: 25px;
	}
#news_box_table_title{
	width: 665px;
	background-image: url(../images/news_table_title_bg.png);
	background-repeat: no-repeat;
	}
#news_box_table_title td{
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	color: #594525;
	font-size: 15px;
	font-weight: bold;
	}
#news_box_list{
	margin-left:10px;
	margin-right: 16px;
	padding-left: 4px;
	padding-right: 18px;
	margin-bottom: 14px;
}
#news_box_list td{
	padding-left:10px;
	padding-top:11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c8c5c3;
	padding-bottom:11px;
	color:#7a5b49;
	}
#news_box_list td a{
	color: #7a5b49;
	text-decoration: none;
	}
#news_box_list td a:hover{
	color: #f07900;
	}
.news_next{
	margin-top:15px;
	margin-bottom:15px;
	}
.news_next a{
	color: #533800;
	text-decoration: none;
	}
.news_next a:hover{
	color: #FCD300;
	}
.news_next_bot{
	color: #FFFFFF;
	background-color: #D6D0BC;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 643px;
	margin-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8A8068;
}
.news_content{
	padding-top: 20px;
	padding-left: 25px;
	width: 665px;
}
.news_content_title{
	font-size: 15px;
	color: #594525;
	/* margin-bottom: 20px; */
	/* border-bottom-width: 1px; */
	/* border-bottom-style: solid; */
	/* border-bottom-color: #594525; */
	padding-bottom: 12px;
	background-image: url(../images/news_table_title_bg.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 10px;
	font-weight: bold;
}
.news_content_content{
	padding: 10px;
	color: #684509;
}
.news_content_content img{
	max-width: 660px;
	_height:660px;
}
.news_content_content p{
	margin-bottom: 10px;
}
.news_content_back{
	width: 635px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
	font-size: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D0D0D0;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D0;
	margin-left: 25px;
}
.news_content_back a{
	color: #960;
	text-decoration: none;
}
/******************notice********************/
#notice_box{
	padding-left: 25px;
}
.notice_title{
	background-image: url(../images/note_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	font-size: 18px;
	color: #414141;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
.notice_pic{
	background-image:url(../images/notice_pic.jpg);
	background-repeat:no-repeat;
	width:650px;
	height:178px;
	position:relative;
	}
.notice_pic_note{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 481px;
	top: 156px;
	font-size: 15px;
	color: #ACACAC;
}
#notice_text{
	padding-left: 15px;
	color: #646464;
}
#notice_text ul li{
	line-height: 25px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 30px;
	width:633px;
	
}
#notice_text p{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}
.notice_li_st{
	padding-top: 20px;
	}
/******************contact*******************/
#contact_box{
	padding-left: 25px;
}
#contact_pic{
	padding-bottom: 30px;
	padding-top: 10px;
	background-image: url(../images/contact3.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 249px;
	padding-left: 414px;
	padding-top: 50px;
	background-position: center 10px;
}
#contact_pic p{}
.contact_pic_title{
	font-size: 20px;
	color: #7a4c0b;
	font-weight: bold;
	padding-bottom: 6px;
}
#map_box{
	margin-left: 25px;
	width: 610px;
	height: 350px;
	border: 3px solid #FFF;
}
/****************Q&A********************/
#qa_box{
    padding-left: 25px;
}
#qa_box ul{
    margin-top: 20px;
}
#qa_box ul li{
	background-image: url(../images/q&a_list_bg2.jpg);
	background-repeat: no-repeat;
	width: 606px;
	padding-top: 16px;
	padding-right: 40px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.qa_list_title{
	background-image: url(../images/qa_icon1.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 16px;
	font-weight: bold;
	color: #d87e2f;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 22px;
}
.qa_list_text{
	font-size: 15px;
	color: #3c3c3c;
	background-image: url(../images/qa_icon2.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 45px;
	padding-top: 15px;
	min-height: 99px;
}
.qa_next_bot{
	color: #FFFFFF;
	background-color: #D6D0BC;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 643px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8A8068;
}
/**********contact***********/
.contact_ps{
	width: 650px;
	color: #333333;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*---------------意見表單----------------*/

.contactBg{
	background-repeat: no-repeat;
	height: 473px;
	width: 692px;
	padding-top: 5px;
	padding-left: 9px;
}
.table_contact{
	background-image: url(../images/contact2_bg.jpg);
	margin-top: 10px;
	background-repeat: no-repeat;
	margin-left: 15px;
	width: 664px;
	padding-right: 36px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.table_contact td{
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 20px;
	color: #B17800;
}

.orderform{
	width: 500px;
	height: 120px;
}
.orderform textarea {
background-color: white;
border: 1px #E6E6E6 solid;
width: 490px;
height: 120px;
}
.FormFormat input {
	background-color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #E0E0E0;
	height: 16px;
	margin-right: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.orderinfo01 {
	color: #333;
	padding-top: 5;
	padding-bottom: 0;
	padding-right: 10px;
}
.redstar{

}

#button_box{
	height: 24px;
	margin-top: 5px;
	margin-bottom: 35px;
	text-align: right;
	margin-right: 92px;
}
#button1{
	background-image: url(../images/add_icon2.png);
	background-repeat: no-repeat;
	border: 0;
	height: 27px;
	width: 71px;
	margin-right: 15px;
	cursor: pointer;
	margin-left: 13px;
}
#button2{
	background-image: url(../images/add_icon1.png);
	background-repeat: no-repeat;
	border: 0;
	height: 27px;
	width: 71px;
	cursor: pointer;
	}
.contact_ps2{
	width: 650px;
	color: #202020;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 25px;
}
.float_right{
	float: right;
}
/**************order********************/
#order_box{
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:50px;
}
#order_box_title{
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1c9b7;
	margin-bottom: 13px;
}
#order_login_box{
	background-image: url(../images/order_bg.png);
	background-repeat: no-repeat;
	height: 339px;
	width: 542px;
	margin: 0 auto;
	padding-top: 15px;
	background-position: center 10px;	
	padding-left: 150px;
	padding-top: 130px;
}
#order_login_box table{
	
}	
#order_login_box table td{
	padding-bottom:10px;
	padding-top:10px;
	color:#666;
}	
#order_login_box table td input{
    padding: 3px 6px 3px; 
	border:1px #f4deb7 solid;
    height: 26px;
	color: #7A7A7A;
	}
#order_login_box table td a{
	color:#6b6b6b;
}	
#order_bu{
    width: 101px;
    height: 42px;
    margin-top: 8px;
    margin-left: 149px;
}
#order_more{
    width: 101px;
    height: 42px;
    padding: 15px 173px;
}
#order_more a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color:#FFF;
}
#order_box2_ps{
	color: #997400;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 38px;}
#order_box2_ps2{
	color: #5A5A5A;
	font-size: 13px;
	
	margin-top: 28px;
	padding-bottom: 5px;
	padding-left: 38px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	width: 776px;
}
#order_box2_ps2 p{
  padding-top: 29px; 
}
.order_input1{
	width:276px;}
.order_input{
	width:100px;}

/****************************footer************************************/
#footer_bg{
	width:100%;
	background-color:#452118;
	z-index:-999;
	}
#footer{
	width:1000px;
	margin:0 auto;
	padding-top:6px;
	padding-bottom:12px;
	position:relative;
	}
#footer p{
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	}
 
/*****花生粒*******/
#peanut_z{
	background-image: url(../images/peanut_z.png);
	background-repeat: no-repeat;
	width: 371px;
	height: 270px;
	position: absolute;
	bottom: -10px;
	right: -120px;
	z-index:99;
	}
#peanut_z_1{
	background-image: url(../images/peanut_z_1.png);
	background-repeat: no-repeat;
	width: 223px;
	height: 98px;
	position: absolute;
	bottom: 115px;
	right: -120px;
	z-index: 99;
	}
#peanut_z_2{
	background-image: url(../images/peanut_z_2.png);
	background-repeat: no-repeat;
	width: 320px;
	height: 97px;
	position: absolute;
	bottom: 18px;
	right: -120px;
	z-index: 99;
	}
.float{
	float: left;
}
.top_nav_text1{
    padding-top: 8px;
	
    padding-left: 5px;
}
.top_nav_text2{
	padding-top: 8px;
	padding-left: 6px;}

/*****iframedetail*****/
#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 */

}
.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; 
}
.pringsgin{
	background-image: url(../images/order_icon4.png);
	background-repeat: no-repeat;
	background-position-x: 728px;

}
.pringsgin a{
	text-decoration: none;
	color: #793D02;
}
.pringsgin a:hover{
	color: #CC6600;
}
.float_r{
	float:right;
	padding-right:20px;}
	
	
	
/*********************print**********************/
.print_body{
	background-image:none;
	}
#print_center_bg{
	width: 100%;
	background-repeat: repeat-y;
	background-position: center top;
	z-index: 999;
	background-color: #FFF;
}
#print_center{
	width: 1000px;
	margin: 0 auto;
	position:relative;
}
#print_list_ps{
	font-size: 20px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#print_list_ps2{
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
