@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;	/*line-height: 1;*/
	background-color: #faf7f2;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */

.block{
	width:968px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.cb{	
	clear:both;	
	height:0px;	
	overflow:hidden;
}
.header{
	padding-top:30px;
	padding-bottom:12px;
}
.header .logo{
	float:left;
}
.header .menu{
	float:right;
	padding-bottom:25px;
}
.header .search_form{	
	text-align:right;	
}
.header .search_form .keyword{
	background-image:url(../images/keyword.jpg);
	width:147px;
	height:24px;
	color:#cacaca;
	padding:0 0 0 8px;
	margin:0 3px 0 0;
	border:0px;
	float:right;
	line-height:24px;
}
.header .search_form .send{
	width:72px;
	height:24px;
	padding:0px;
	margin:0px;
	border:0px;
	background-image: url(../images/search.gif);
	float:right;
}
.footer{
	
}
.footer .menu{
	font-size:11px;
	color:#7a7673;
	padding:10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #deddd8;
}

.footer .menu a{
	color:#7a7673;
	text-decoration: underline;
}
.footer .menu a.mail:hover{
	color:#BA4C27 ;
	text-decoration: underline;
}
.footer .solgan{
	font-family: "微軟正黑體", "文鼎中黑", "新細明體", Arial;
	font-size:11px;
	color:#7a7673;
	padding-top:5px;
	padding-bottom:8px;
	font-weight:bold;
    letter-spacing: 0.08em;	
}
.footer .copyrights .company{
	font-family: "微軟正黑體", "文鼎中黑", "新細明體", Arial;
	font-size:13px;
	font-weight:bold;
}
.footer .copyrights .youngday{
	color:#7a7673;
}
.footer .copyrights .youngday a{
	color:#BA4C27;
}



/* 公司簡介 */
.about{
	background:#f5f1e6;
	width:915px;
	overflow:hidden;
	padding:17px 31px 35px 22px;	
}

/* 通用主顯示區塊 */
.main{
	background:#f5f1e6;
	width:801px;
	overflow:hidden;
	padding:21px 75px 55px 92px;
}
.main .title{
	font-size:16px;
	font-weight:bold;
	padding-bottom:25px;
}
.main .title .search_title{
	font-weight:normal;
	font-size:12px;
	padding-top:2px;
}
.main .title .search_title .search_keyword{
	color:#c75129;
}
.main .title a{
	color:#2f2f2d;
}
.main .cat_img{
	width:380px;
	float:left;
}
.main .cat_img img{
	border: 1px solid #ba4c27;	
}
.main .cat_item{
	width:421px;
	float:right;
}
.main .cat_item li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b9b9b7;
	font-size: 16px;
	font-weight: bold;
	color: #b9b9b7;
	padding:2px 5px;
}
.main .cat_item li a{
	font-family: "微軟正黑體", "文鼎中黑", "新細明體", Arial;
	font-size: 21px;
    line-height: 28px;
	font-weight: bold;
	color: #79797b;
	text-decoration: none;
}

.main .cat_item li a:hover{
	color: #BA4C27;
	text-decoration: none;
}


/* 產品列表頁 */
.main .goods_list{
	height:352px;
	padding:5px 0px;
	overflow:scroll;
	overflow-x:hidden;
	/*
	scrollbar-face-color:#ffffff;                  
	scrollbar-highlight-color:#dad2bb;            
	scrollbar-shadow-color:#dad2bb;             
	scrollbar-3dlight-color:#dad2bb;             
	scrollbar-darkshadow-color:#dad2bb;     
	scrollbar-arrow-color:#dad2bb;               
	scrollbar-track-color:#dad2bb;
	*/
}
.main .goods_items{
	/*height:356px;*/
}
.main .goods_list .goods_items .item{
	float:left;
	width:189px;
	height:178px;
}
.main .goods_list .goods_items .item img{
	border: 1px solid #daa18e;
	width:173px;
	height:136px;
}
.main .goods_list .goods_items .item .goods_name{
	color:#000;
	text-decoration: none;
}

/* 產品詳細頁 */
.goods_detail{
	background:#f5f1e6;
	padding-bottom:37px;
}
.goods_detail .left{
	float:left;
	width:376px;
	padding-top:44px;
	padding-left:21px;
}
.goods_detail .left .bimg img{
	width:347px;
	height:273px;
	border: 1px solid #bc4c27;
}
.goods_detail .left .simg{
	float:left;
	width:84px;
	padding-top:11px;
}
.goods_detail .left .simg img{
	width:70px;
	height:61px;
	border: 1px solid #bc4c27;
}
.goods_detail .right{
	float:right;
	width:559px;	
}
.goods_detail .right .path{
	text-align:right;
	padding-right:12px;
	padding-top:5px;
	padding-bottom:22px;
}
.goods_detail .right .path a{
	color:#c65327;
}
.goods_detail .right .title{
	font-size:24px;
	font-weight:bold;
}
.goods_detail .right .sn{
	color:#c65327;
}
.goods_detail .right .desc{
    line-height:22px;
	padding-top:15px;
	width:520px;
	overflow:hidden;
}

/* 常見問題 */
.faq #listDiv ul{
	padding-bottom:44px;
}
.faq #listDiv li{
	padding:5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1acb0;
}
.faq #listDiv li,.faq #listDiv li a{
	color:#55524d;
	text-decoration: none;
}

.faq #listDiv li,.faq #listDiv li a:hover{
	color:#BA4C27;
	text-decoration: none;
}

.faq #listDiv .sn{
	width:165px;
	float:left;
	text-align:center;
}
.faq #listDiv .faq_title{
	padding:5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1acb0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b1acb0;
}
.faq #listDiv .faq_desc{
	padding-top:25px;
	padding-left:165px;
	line-height: 22px;
}
.faq #listDiv .faq_desc .faq_page{
	padding-top:30px;
}
.faq #listDiv .faq_desc .faq_page span{
	padding:2px 5px;
	border: 1px solid #e2e0d4;
}
.faq #listDiv .faq_desc .faq_page span a{
	color: #6a6760;
	text-decoration: none;
}
.faq #listDiv .faq_desc .faq_page span.current{
	border:0px;
	letter-spacing:3px;
}
.faq #listDiv .faq_desc .faq_page span.back{
	float:right;
}
/* 聯絡我們 */
.contact .left{
	float:left;
	width:301px;
	overflow:hidden;
}
.contact .right{
	float:right;
	width:500px;
}
.contact table td{
	padding:3px 65px 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aba99d;	
}
.contact .requ{
	text-align:right;
	padding-right:55px;
}
.contact .form_title{
	font-size: 16px;
	font-weight: bold;
}
.contact .label{
	vertical-align:top;
	width:85px;
	padding-right:0px;
}
.contact input,.contact textarea{
    font-family: "Arial", "Helvetica", "sans-serif";
	width:100%;
}
.contact .tr_captcha td{
	padding-right:0px;
}
.contact .captcha{
	width:100px;
}
.contact .capital{
	width:85px;
	text-transform: uppercase;	
}
.contact .captcha_img{
	width:150px;
	vertical-align:middle;
}
.contact .btn input,.contact .btn2 input{
	width:auto;
}
.contact .tr_captcha .btn2{
	padding-right:65px;
}

/* 線上訂單 */
.shop_order table td{
	padding:3px 65px 3px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aba99d;	
}
.shop_order .requ{
	text-align:right;
	padding-right:55px;
}
.shop_order .form_title{
	font-size: 16px;
	font-weight: bold;
}
.shop_order .label{
	vertical-align:top;
	width:85px;
	padding-right:0px;
}
.shop_order input{
	width:305px;
}
.shop_order textarea{
    font-family: "Arial", "Helvetica", "sans-serif";
	width:100%;
	height:130px;
}
.shop_order .tr_captcha td{
	padding-right:0px;
}
.shop_order .captcha{
	width:100px;
}
.shop_order .capital{
	width:85px;
	text-transform: uppercase;	
}
.shop_order .captcha_img{
	width:445px;
	vertical-align:middle;
}
.shop_order .btn input,.shop_order .btn2 input{
	width:auto;
}
.shop_order .tr_captcha .btn2{
	padding-right:65px;
}

/* 檔案下載 */
.download #listDiv .item_list{
	padding-bottom:44px;
}
.download #listDiv .item{
	float:left;
	width:100px;
	height:147px;
}
.download #listDiv .item img{
	width:83px;
	height:117px;

}
.download #listDiv .item,.download #listDiv .item a{	
	color:#55524d;
	text-decoration: none;
}


/* 頁碼 */
#listDiv .page{
	text-align:center;
}
#listDiv .page span,#listDiv .page a{
	color:#6d695e;
	border: 1px solid #e2e0d4;
	padding:2px 5px;
	text-decoration: none;
}
#listDiv .page span.current{
	font-weight:bold;
}
