@charset "utf-8";    
@import url("table_style.css"); 
@import url("from_html5.css"); 

body, div, h1, h2, h3, h4, p, ul, li {
    margin:0;
    padding:0;
}
img {
    border:none;
    margin:0;
    padding:0;	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #313131;
	background-repeat: repeat-x;
}
.px10 {
	font-size: 10px;
	color: #313131;
	font-family: Arial, Helvetica, sans-serif;
}
.px12 {
	font-size: 12px;
	color: #202223;
}
.px12-2 {
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}
.px12-3 {
	font-size: 12px;
	color: #4C4C4C;
	line-height: 16px;
}
.px12-4 {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.px12-5 {
	font-size: 12px;
	color: #999999;
}
.px13 {
	font-size: 13px;
	color: #484848;
	line-height: 18px;
}
.px13-2 {
	font-size: 13px;
	color: #484848;
	line-height: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.px15 {
	font-size: 15px;
	color: #202223;
	line-height: 18px;
	font-family: "微軟正黑體", "新細明體", "細明體";
	font-weight: bold;
}
.px15-2 {
	font-size: 15px;
	color: #CC0000;
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體", "細明體";
}

/* iink */
.iink1{
	text-decoration: none;
}
a.iink1:link,a.iink1:visited{
	color: #313131;
	text-decoration:none;
	font-size: 12px;
}
a.iink1:hover{
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
}
.iink2{
	text-decoration: none;
}
a.iink2:link,a.iink2:visited{
	color: #202223;
	text-decoration:none;
	font-size: 12px;
	line-height: 29px;
	padding-left: 18px;
	background-image: url(../images/ico001.gif);
	background-repeat: no-repeat;
}
a.iink2:hover{
	color: #E94700;
	text-decoration: underline;
	font-size: 12px;
	line-height: 29px;
	padding-left: 18px;
	position: relative;
	left: 1px;
	top: 1px;
}
.iink3{
	text-decoration: none;
}
a.iink3:link,a.iink3:visited{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
}
a.iink3:hover{
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
}
.iink4{
	text-decoration: none;
}
a.iink4:link,a.iink4:visited{
	color: #666666;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.iink4:hover{
	color: #00CCFF;
	text-decoration: none;
	font-size: 12px;
	position: relative;
	left: 1px;
	top: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.iink5{
	text-decoration: none;
}
a.iink5:link,a.iink5:visited{
	color: #CC9966;
	text-decoration:none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a.iink5:hover{
	color: #F60;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
/* DIV */
#container {
	position: relative;
	width:992px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	position: relative;
	width:992px;
	height: 111px;
}
#banner {
	position: relative;
	width:990px;
	height:340px;
	background-color: #FFF;
	padding: 1px;
}
#footer {
	position: relative;
	width:992px;
	margin-top: 18px;
	margin-bottom: 10px;
}
#content {
	position: relative;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
#content_left {
	position: relative;
	width:642px;
	float: left;
}
#content_right {
	position: relative;
	width:302px;
	float: left;
	height: 226px;
}
#classification {
	position: relative;
	background-color: #FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}

/* photo img */
.proIMG a{
    text-decoration: none;
}

.proIMG a img{
    border: 1px solid #E6E6E6;
	padding: 1px;
	margin: 2px; 
    
}
.proIMG a:hover img{
	border: 1px solid #FF6600;
	padding: 1px;
	margin: 2px;
}

.proIMG a b{
	font-size: 13px;
	color: #313131;
	text-decoration: none;
	display: block;
	font-weight:bold;
	float: left;
	padding-top: 20px;
}
.proIMG a:hover b{
	color: #D32E3E;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}


.proIMG2 a{
	text-decoration: none;
}

.proIMG2 a img{
	border: 1px solid #fff;
	padding: 1px;
	margin: 2px;
    
}
.proIMG2 a:hover img{
	border: 1px solid #D32E3E;
	padding: 1px;
	margin: 2px;
}

.proIMG2 a b{
	font-size: 13px;
	color: #313131;
	text-decoration: none;
	display: block;
	font-weight:bold;
	height: 20px;
}

.proIMG2 a:hover b{
	color: #D32E3E;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.proIMG3 a{
	text-decoration: none;
}

.proIMG3 a img{
	border: 1px solid #F3F3F3;
	padding: 1px;
	margin: 2px;
    
}
.proIMG3 a:hover img{
	border: 1px solid #0B6DB4;
	padding: 1px;
	margin: 2px;
}

.proIMG3 a b{
	font-size: 12px;
	color: #313131;
	text-decoration: none;
	display: block;
	padding-top: 4px;
}

.proIMG3 a:hover b{
	color: #0B6DB4;
	text-decoration: none;
	font-size: 12px;
}



.Product_img{
}
.Product_img a {
	display:block;
	width:322px;
	height:242px;
	border: 1px solid #F3F3F3;
	padding: 1px;
	margin: 2px;
}

.Product_img a:hover {
	border: 1px solid #0B6DB4;
	padding: 1px;
	margin: 2px;
}

.Product2_img{
	WIDTH:120px;
	HEIGHT:90px;
	OVERFLOW: auto;
}
.Product2_img a {
	display:block;
	width:120px;
	height:90px;
	border: 1px solid #E6E6E6;
	padding: 1px;
	margin: 2px;
}

.Product2_img a:hover {
	border: 1px solid #0B6DB4;
	padding: 1px;
	margin: 2px;
}

.Product3_img{
	WIDTH:96px;
	HEIGHT:71px;
	OVERFLOW: auto;
}
.Product3_img a {
	display:block;
	width:96px;
	height:71px;
	border: 1px solid #E6E6E6;
	padding: 1px;
	margin: 2px;
}

.Product3_img a:hover {
	border: 1px solid #0E6EB8;
	padding: 1px;
	margin: 2px;
}
/* menu */
#menu ul{
list-style:none;
margin:0;
padding:0;
border:none;
}
#menu li{
	width:426px;
	border-bottom:0px solid #FFFFFF;
	margin:0;
	padding:0;
	font-size:12px;
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:link,#menu a:visited{
	display:block;
	background-color:#FFFFFF;
	color:#333333;
	text-decoration:none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 14px;
}
#menu a:hover{
	background-color:#FFCC00;
	color:#FFFFFF;
}


/* products menu */
#products_left {
	position: relative;
	width:730px;
	float: left;
	height: 484px;
}
#products_center {
	position: relative;
	width:22px;
	float: left;
	padding-left: 7px;
	height: 203px;
}
#products_menu {
	position: relative;
	width:228px;
	float: left;
}
#products_menu ul{
list-style:none;
margin:0;
padding:0;
border:none;
}
#products_menu li{
	width:228px;
	border-bottom:0px solid #FFFFFF;
	margin:0;
	padding:0;
	font-size:12px;
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
}

#products_menu a:link,#left a:visited   {
	display:block;
	background-color:#FFFFFF;
	color:#333333;
	text-decoration:none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 14px;
}
#products_menu a:hover, #products_menu li a.first_li ,  #products_menu li a.li_select{
	background-color:#FFCC00;
	color:#FFFFFF;
}
#products_top {
	position: relative;
	height: 44px;
	width: 730px;
}

#products_menu a.li2{
	font-size: 13px;
	color: #EC4515;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}


#products_menu a.li2:hover{
	background:none;
	color:#B30000;
}

#products_menu a.li_select2 {
	color:#1339B1;
}
/* 首頁news */
#index_leftnews ul{
list-style:none;
margin:0;
padding:0;
border:none;
}
#index_leftnew li{
	width:212px;
	border-bottom:0px solid #FFFFFF;
	margin:0;
	padding:0;
	font-size:15px;
	vertical-align:bottom;
	font-family: "微軟正黑體", "新細明體", "細明體";
	font-weight: bold;
}
#index_leftnew ol{
	margin:0;
	font-size:12px;
	vertical-align:bottom;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/ico001.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#index_leftnew a:link,#index_leftnew a:visited{
	display:block;
	background-color:#FFFFFF;
	color:#333333;
	text-decoration:none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#index_leftnew a:hover{
	color: #F60;
}

#mainTitle {
    background:url(../images/shortcut.jpg) no-repeat;padding:0px 0px 12px 30px;
        padding:30px 0 16px 25px;
        
	font-size: 10px;
	color: #313131;
	font-family: Arial, Helvetica, sans-serif;
}

#mainTitle a{
        padding:0 5px;
	text-decoration: none;
	color: #313131;
	text-decoration:none;
	font-size: 12px;
}

#mainTitle a:hover{
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
}

#mainTable , .mainTable{
    margin:0px 0px 20px 6px;
    width:97%;
}


#left ul{
    padding: 0;
    margin: 0 auto;
    width:130px;
    text-align:center;
    
}

#left ul li{
    padding:15px 0 2px 0;
    border-bottom:1px dashed #cccccc;
}


#left ul li img{
    display:block;
}




#left ul li a{
        font-size: 13px;
	color: #313131;
	text-decoration: none;
	font-weight:bold;
	height: 20px;
}

#left ul li img{
	border: 1px solid #fff;
	padding: 1px;
	margin: 2px;
    
}
#left ul li:hover img , #left ul li.li_select img{
	border: 1px solid #D32E3E;
	padding: 1px;
	margin: 2px;
}

#left ul li a:hover , #left ul li.li_select a{
	color: #D32E3E;
}


#left2{
    padding: 0;
    margin: 0 auto;
    width:200px;
    text-align:center;
}

#left2 ul li{
    
    border-bottom:1px dashed #cccccc;
    text-align:left;
    list-style-type:none;
    padding:5px 0 ;
    
}

#left2 ul li a{
	line-height: 16px;
	padding-left:20px;
	font-size:13px;
	color:#313131;
	font-weight: bolder;
	/* [disabled]background: url( ../images/left_li.png ) 8px 2px no-repeat; */
	padding-left:10px;
}

#left2 ul li div{

    width:100%;
    padding:5px 0 ;
}




#left2 ul li:hover , #left2 ul li.li_select {
    
}


#left2 ul li:hover a, #left2 ul li.li_select a{
	color:#FFF;
	/* [disabled]background: url( ../images/left_li_over.png ) 8px 2px no-repeat; */
}


#left2 ul li:hover div , #left2 ul li.li_select div{
    background:#313131;
    
}



.mainIMG{
     width:140px;
     
    text-align:center;
    padding-top:5px;
}

.mainIMG a{
    color: #313131;   
	text-decoration: none; 
}

.mainIMG a:hover{
    color:#D32E3E;
}


.mainIMG a div.imgarea img{
    padding:1px;
}

.mainIMG a:hover div.imgarea img{
      padding:0px;
    border:1px solid #D32E3E;
}



.mainIMG a:hover div.info{
    color: #313131;  
}



.mainIMG b{
    font-size: 13px;
	font-weight:bold;
		
    text-align:center;
    
}
.mainIMG div.imgarea{
    width:122px;height:95px;overflow:hidden;
    margin: 5px auto;
    text-align:center;
}

.mainIMG div.info{
    font-size:12px;
    text-align:left;
    line-height: 16px;
}

.proIMG {
    padding: 8px;
    vertical-align: top;
    text-align: center;

}

