@charset "utf-8";
/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;} 
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;} 
ul,ol {list-style:none;} 
fieldset,img,hr {border:none;} 
caption,th {text-align:left;} 
table {border-collapse:collapse; border-spacing:0;} 
td {vertical-align:top;} 
*{
	margin:0px;
	padding:0px;	
	font: 12px Arial, Helvetica, sans-serif;
}
img{ border:0;}
a {text-decoration:none}

body{
	background-image: url(../images/headerbg_x.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper{
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*header*/
#top{
	width:1000px;
	height:125px;
	position:relative;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#logo{
	float:left;
	height: 115px;
	width: 300px;
	margin-left: 30px;
	}
#headerRight{
	float: right;
	height: 125px;
	width: 630px;
}

#lang{
	float: right;
	height: 33px;
	padding-top: 10px;
}
#lang ul{}
#lang ul li{
	list-style-image: none;
	list-style-type: none;
	float: left;
}
#lang ul li.line{
	list-style-image: none;
	list-style-type: none;
	float: left;
	line-height: 12px;
	height: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 8px;
}
#lang ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "新細明體";
	padding-left: 8px;
	width: 50px;
	line-height: 25px;
	float: left;
	padding-right: 8px;
	text-align: center;
}
#lang ul li a:hover{
	color: #ffda00;
}

#menu {
	width: 600px;
	float: right;
	height: 82px;
}
#menu ul{
	height: 82px;
}
#menu ul li{
	float: left;
	list-style-image: none;
	list-style-type: none;
}
#menu ul li a{
	display: block;
	width: 120px;
	height: 82px;
	color: #FFF;
	font-size: 12pt;
	text-decoration: none;
	line-height: 82px;
	text-align: center;
	background-image: url(../images/navBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "微软雅黑";
	font-weight: bold;
}
#menu ul li a:hover{
	line-height: 82px;
	color: #ffffff;
	background-image: url(../images/navBg_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
	width: 120px;
}


#master{
	width:1000px;
	height:auto;
	padding-bottom: 25px;
}
#banner{
	width:1000px;
	height:210px;
	float: left;
}

#left{
	float: left;
	width: 246px;
	padding-bottom: 20px;
}
#submenu-title{
	width:226px;
	height:61px;
	float: left;
	padding-bottom: 3px;
	background-image: url(../images/left_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "微软雅黑";
	font-size: 15pt;
	color: #FFF;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: normal;
}
#submenu-title .blueword{
	color: #2eabff;
	font-size: 15pt;
	font-family: "微软雅黑";
	font-weight: normal;
}
.submenu{
	width:246px;
	height:auto;
	float: left;
}
.submenu ul{
	float: left;
	width:246px;
}
.submenu ul li{
	float:left;
	list-style-image: none;
	list-style-type: none;

}
.submenu ul li a{
	color: #000000;
	font-size: 13px;
	line-height: 45px;
	background-image: url(../images/left_nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:226px;
	height: 45px;
	display: block;
	padding-left: 20px;
}
.submenu ul li a:hover,.submenu ul li a.current{
	text-decoration: none;
	background-image: url(../images/left_nav_over.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 1%;
}
.leftPhoneBox{
	background-image: url(../images/left_phone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 83px;
	width: 246px;
	margin-top: 10px;
}
.leftPhoneBox p.word01{
	font-family: "微软雅黑";
	font-size: 12pt;
	color: #000;
	padding-left: 25px;
	letter-spacing: 2pt;
	padding-top: 5px;
	float: left;
	width: 200px;
}
.leftPhoneBox p.word02{
	font-size: 16pt;
	color: #ff2400;
	padding-left: 25px;
	padding-top: 10px;
	float: left;
	width: 200px;
}
#right{
	background-image: url(../images/right_top.jpg);
	background-repeat: no-repeat;
	float: right;
	background-position: left top;
	width: 754px;
}
#content{
	width: 700px;
	float: right;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 30px;
	padding-right: 20px;
}


#header{
	width: 754px;
	float: right;
	height: 90px;
	}
#path{
	color:#000000;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
	}
#path a{
	color:#000000;
}
#path a:hover{
	color: #0697e2;
}
.aboutTitle{
	background-image: url(../images/h1bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 699px;
	float: left;
	padding-right: 25px;
	padding-left: 30px;
	padding-top: 45px;
	padding-bottom: 0px;
	height: 20px;
}
.aboutTitle h1{
	color:#1b88c4;
	font-size:15px;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1b88c4;
}
h2{
	color:#4f4f4f;
	font-weight:normal;
	line-height:1.7em;
	margin-bottom:20px;
}
h2 a{color:#4f4f4f;}

.au01{
	float: left;
	background-image: url(../images/about_img01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 30px;
	width: 698px;
	height: auto;
	}
.au01 p.txt01{
	margin-top: 15px;
	font-size: 13px;
	line-height: 25px;
	width: 46%;
	padding-left: 10px;
	display: block;
}
.au01 p.txt02{
	font-size: 13px;
	color: #01485a;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;
	display: block;
	width: 42%;
	line-height: 28px;
	padding-top: 65px;
	_margin-top: 8px;
}

.floatleftimg {
	float: left;
	width:332px;
	text-align: center;
	height: 266px;
	padding-top: 10px;
}
.au01 p.txt03{
	font-size: 13px;
	text-decoration: none;
	display: block;
	float: right;
	width: 50%;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b1b1b1;
	color: #000;
	line-height: 30px;
}
.au01 p.txt04{
	font-size: 13px;
	text-decoration: none;
	display: block;
	float: right;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b1b1b1;
	color: #000;
	line-height: 30px;
}

#footer{
	width:100%;
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 56px;
	padding-top: 20px;
	background-color: #dbdbdb;
}
.ftxt1{
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footerLeft{
	float: left;
	width: 380px;
	padding-left: 25px;
}
.footerimg{
	width:62px;
	float: left;
	height: 51px;
}
.footerTotal,.footerInfo{
	width: 300px;
	font-size: 9pt;
	color: #797979;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 6px;
	float: left;
}
.footerRight{
	float: right;
	width: 590px;
}
.footerAdd{
	float: right;
	width: 590px;
	color: #696969;
	text-align: right;
}
.footerimgBox{
	float: right;
	width: 590px;
	padding-top: 10px;
}
.copyright{
	float: right;
	color: #5f5e5f;
	padding-left: 5px;
	line-height: 20px;
	text-transform:uppercase;
}
.imgBar{
	float: right;
	padding-right: 5px;
	height: 20px;
}

#page {
	clear:both;
	text-align:center;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0px;
	height: 30px;
	padding: 10px 0 0 0;
	color: #555;
}
#page a {
	font-size: 13px;
	color:#aaa;
	letter-spacing: 1px;
	margin:0;
	padding: 0 3px 0 2px;
}
#page a:hover {
	color:#F00;
}



/* products */
.productsTitle{
	background-image: url(../images/pviewtitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 754px;
	float: left;
}
.productsTitle h1{
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #1b88c4;
	padding-left: 60px;
	padding-top: 25px;
}
.product_list{
	float: left;
	background-image: url(../images/productlist_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 221px;
	margin-right: 7px;
	margin-left: 5px;
	margin-bottom: 10px;
	height: 249px;
}
.product_pic{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/productlist_line.jpg);
	text-align: center;
	padding-top: 20px;
	height: 150px;

}
.product_list_title {
	width:196px;
	line-height: 30px;
	font-size: 13px;
	font-family: "Myriad Pro";
	color: #000;
	margin-top: 8px;
	padding-left: 25px;
}
.product_list_title a{
	width:196px;
	line-height: 30px;
	font-size: 13px;
	font-family: "Myriad Pro";
	color: #000;
	margin-top: 8px;
}
.product_list_title a:hover{
	color: #0697e2;
}
.product_btnBox{
	float: right;
	width: 90px;
}
.btn_bg01{
	background-image: url(../images/btn_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 31px;
	width: 8px;
}
.btn_bg02{
	background-image: url(../images/btn_bg02_x.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 31px;
	color: #62575e;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	width: 20%;
	text-align: center;
}	
.btn_bg02:hover{
	color: #006699;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.btn_bg03{
	background-image: url(../images/btn_bg03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 31px;
	width: 25px;
}
.btn_bg04{
	background-image: url(../images/btn_bg02_x.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 31px;
	color: #1b88c4;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	width: 45%;
	text-align: center;
}	
.btn_bg04:hover{
	color: #006699;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.btn_bg05{
	background-image: url(../images/btn_bg02_x.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	height: 31px;
	color: #000000;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	text-align: center;
	padding-right: 8px;
}	
.btn_bg05:hover{
	color: #006699;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.products_show {
	width:340px;
	float:left;
	}
.pdpic {
	width:300px;
	background-position: center top;
	border: 1px solid #b9b9b9;
	}
.pdpic div.wraper{
	margin: 0px; 
	padding: 0px;
	width: 300px;
	height: 259px;
        display:table-cell;
        text-align: center;
        vertical-align: middle;
}        
.products_show_right{
	float: right;
	width: 355px;
}

.pdtop {
	float: left;
	}
.pdpic img{
	padding-top:0px;
	}        
.pdmu {
	float: left;
	width: 355px;
	border: 1px solid #117ac3;
	margin-top: 25px;
	}
.arrow{
	float: left;
	border: 0px;
	}
.pdmu .img{
	float:left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*.pdmu .img:hover{
	float: left;
}*/
.pdmuBar{
	background-color: #117ac3;
	float: left;
	/*height: 25px;*/
	width: 355px;
	line-height: 25px;
	color: #FFF;
}
.pdmuBar .word01{
	background-color: #117ac3;
	float: left;
	height: 25px;
	width: 175px;
	line-height: 25px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.pdmuBar .word01:hover{
	background-color: #117ac3;
	color: #FF0;
}
.btn02{
	width: 320px;
	margin-top: 8px;
	float: left;
}

.btn01{
	float:right;
	margin-bottom: 8px;
}
.btnBox{
	float: right;
	width: 100px;
}
.btnBox02{
	float: right;
	width: 135px;
}
.pdMiddle{
	float: left;
	height: 40px;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin-top: 10px;
	_margin-top:0px;
	_margin-bottom: 0px;
}
.bkbtn{
	float:right;
	width:113px;
	margin-top: 10px;
}

.products_show_name {
	font-size:15px;
	font-weight:bold;
	padding-left:20px;
	background:url(../images/box.jpg) no-repeat;
	background-position:left 2px;
	}
.products_showBox{
	float:left;
	width: 355px;
	}
.products_show_title,.products_show_introduction{
	float:left;
	color:#000000;
	font-size:18px;
	width: 100%;
	padding-top: 8px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	}
.products_title{
	float: left;
	width: 500px;
	}
.products_title h2{
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	background-color: #7a7a7a;
	background-image: url(../images/icon03.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 30px;
	line-height: 30px;
}
.specification{
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	background-color: #7a7a7a;
	background-image: url(../images/icon03.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 30px;
	line-height: 30px;
	margin-top: 10px;
}
.products_title p{
	font-size: 12px;
	line-height: 25px;
	color: #5c5959;
	float: left;
	font-weight: normal;
	width: 96%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-left: 15px;
}

.detailBox{
	float: left;
	width: 695px;
}
.detailLeft{
	float: left;
	width: 500px;
}

.detailRight{
	float: right;
	width: 171px;
	margin-left: 5px;
}
.detailRight ul{

}
.detailRight ul li{
	list-style-image: none;
	list-style-type: none;
}
.detailRight ul li a{
	display: block;
	float: left;
	color: #000000;
	font-size: 9pt;
	background-image: url(../images/anchor_navbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 166px;
	margin-bottom: 6px;
	line-height: 21px;
	padding-left: 5px;
	_margin-bottom: 0px;
	_padding-bottom: 0px;
}
.detailRight ul li a:hover{
	color: #117ac3;
}


/* 主分類的產品 */
#sitemap ul ul ul li.sitemap-products {
  margin:0px;
  padding:2px;   
  float: left;
}
#sitemap ul ul ul li.sitemap-products a {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	width: auto;
	color: #666;
	white-space: nowrap;
	display: inline;
	clear: both;
}
#sitemap ul ul ul ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	/*width: 480px;*/
}
/* 次分類的產品 */
#sitemap ul ul ul ul li.sitemap-products {
  margin:0px;
  padding:2px;   
  float: left;
}
#sitemap ul ul ul ul li.sitemap-products a {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	width: auto;
	color: #666;
	white-space: nowrap;
	display: inline;
	clear: both;
}

/* member form */
.member_table {
	height: 24px;
	padding: 4px 8px;
	border: 1px solid #B6B6B6;	
}
.member_table th {
	color: #333333;
	background-color: #cccccc;
	height: 24px;
	font-weight: bold;
	padding: 4px 0px 0px 8px;
	text-align: left;
    border-right: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
}
.member_table td {
	height: 24px;
	color: #222222;
	text-align: left;
	padding: 2px 8px;
	border-right: 1px solid #B6B6B6;
	border-bottom: 1px solid #B6B6B6;
}
.member_table tr.altrow {
	background-color: #cccccc;
}
/* member zone form */
.member_zone_table {
	height: 24px;
	padding: 4px 8px 0px 0px;
	text-align: left;
	border-top: 1px solid #D6C9A0;
	border-left: 1px solid #D6C9A0;	
	background-color: #FFFFFF;
	color: #666666;
}
.member_zone_table th {
	color: #FFFFFF;
	background-color: #980203;
	font-weight: bold;
	text-align: center;
	padding: 4px 6px;
	border-right: 1px solid #D6C9A0;
	border-bottom: 1px solid #D6C9A0;
}
.member_zone_table td {
	text-align: left;
	padding: 4px 8px;
	border-right: 1px solid #D6C9A0;
	border-bottom: 1px solid #D6C9A0;
}
.member_zone_table td a {
	color: #666666;
}
.member_zone_table td a:hover {
	color: #FF0000;
	text-decoration: none;
}
.member_zone_table  tr.altrow {
	background-color: #EAEAEA;
}
/* login & logout */
.login_msg_error {
    font-size: 12px;
    color: #ff0000;
    text-align: center;
}
.logout {
    font-size: 12px;
    color: #ff9900;
    text-align: right;
}
.logout a:link {
    color: #ff9900;
    text-decoration: none;
}
.logout a:visited {
    color: #ff9900;
    text-decoration: none;
}
.logout a:hover {
    color: #ffcc00;
    text-decoration: none;
}
.logout a:active {
    color: #ffcc00;
    text-decoration: none;
}
.login_user {
    font-weight: bold;
    font-size: 18px;
    color: #999999;
}
.msg_getpw {
    font-size: 12px;
    color: #ff0000;
    text-align: center;
}


/* inquiry */
#inquiry{
	float:left;
	width:650px;
	padding:10px 0px;
	margin:20px 0px 20px 10px;
	display:inline;
	background-color:#FFF;
}
.inquiry_table {
	height: 24px;
	border-top: 1px solid #B6B6B6;
	border-left: 1px solid #B6B6B6;	
	border-right: 1px solid #B6B6B6;	
}
.inquiry_table th {
	color: #333333;
	background-color: #cccccc;
	padding:4px 6px;
}
.inquiry_table td {
	color: #000000;
	padding: 4px 8px;
	border-bottom: 1px solid #B6B6B6;
	border-right: 1px solid #B6B6B6;
}
.inquiry_table td.no {
	color: #222222;
}
.inquiry_table td.title a {
	color: #222222;
}
.inquiry_table td.title a:hover {
	color: #FF0000;
	text-decoration: none;
}
.inquiry_table td.date {
	color: #222222;
}
.inquiry_table  tr.altrow {
	background-color: #999999;
}
.datatable {
	float:left;
	background-color: #FFF;
	border-left:1px solid #666;
	border-top:1px solid #666;
	margin-top: 10px;
	margin-right: 0;
	width: 99%;
	margin-left: 2px;
	margin-bottom: 3px;
}
.datatable th {
	color: #000;
	background-color: #dbdbdb;
	font-weight: normal;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.datatable td {
	color: #000;
	padding:5px 0;
	text-align:left;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	text-indent: 8px;
}
.remark{
	color: #000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	float: left;
	width: 98%;
	margin: 0px;
	text-align: right;
}
.datatable  tr.altrow {
}

#nodata {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  width:100%;
  text-align:center;
  color: #ff0000;
  font: normal 12px; 
}



/* news */
.news_box{
	float:right;
	width:720px;
}
.news{
	width:680px;
	height:110px;
	padding:20px 0 0 0;
	line-height:1.5em;
	}
.news a{
	color:#069;
	font-weight:bold;
	}
.news img{
	float:left;
	margin-right:10px;
	border:1px solid #CCC;
	}


/* contact us */
.contact_box{
	padding:20px 0 0 30px;
}
.contact1{
	float:left;
	width:350px;
}
.contact1 span{
	color:#F00;
	font-weight:bold;
}
.contact1 input,select{
	border:1px solid #999;
	width: 180px;
}
.contact1 td{
	padding:0 0 15px 0;
}
.contact1 img{
	vertical-align: middle;
}
.contact2{
	color:#000;	
	float:left;
	width:300px;
}
.contact2 textarea{
	border:1px solid #999;
	width:300px;
	height:150px;
	line-height:1.7em;
}
.ctbtn{
	width:300px;
	padding-top:20px;
}
.ctbtn1{
	width:100px;
	height:20px;
	float:right;
	text-align:center;
	color:#FFF;
	margin-left:1px;
	background-color:#80a0b3;
	line-height:1.7em;
	border:none;
}


/* sitemap */
#sitemap {
	margin: 0px 0px 0px 20px;
	width: 90%;
}
#sitemap a {
	text-decoration: none;
}
#sitemap ul {
	margin: 0px;
	padding: 4px 6px;
	text-align: left;
	list-style-type: none;
	font-size: 11px;
}
#sitemap ul li {
	padding: 5px 0px 0px 10px;
}
#sitemap ul li a {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #1c97c3;
	display: block;
	_height:20px;
	clear: both;
}
#sitemap ul ul {
	padding: 0px;
	margin: 0px;
}
#sitemap ul ul li {
	background: none;
}
#sitemap ul ul li a {
	margin: 0px;
	padding: 0px;
	color: #690;
	display: block;
}
#sitemap ul ul ul {
	padding: 0px;
	margin: 0px;
}
#sitemap ul ul ul li {
	background: none;
	_height:20px;
}
#sitemap ul ul ul li a {
	margin: 0px;
	padding: 0px;
	color: #333;
	display: block;
}
/* 主分類的產品 */
#sitemap ul ul ul li.sitemap-products {
  margin:0px;
  padding:2px;   
  float: left;
}
#sitemap ul ul ul li.sitemap-products a {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	width: auto;
	color: #666;
	white-space: nowrap;
	display: inline;
	clear: both;
}
#sitemap ul ul ul ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	/*width: 480px;*/
}
/* 次分類的產品 */
#sitemap ul ul ul ul li.sitemap-products {
  margin:0px;
  padding:2px;   
  float: left;
}
#sitemap ul ul ul ul li.sitemap-products a {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	width: auto;
	color: #666;
	white-space: nowrap;
	display: inline;
	clear: both;
}
.products_show_title_1{
	background-image: url("../images/pviewtitle_bg_02.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    /*height: 66px;*/
    width: 700px;
	font-size: 16px;
	padding: 9px 0 10px 30px;
	font-weight: bold;
	color: #01485A;
}