@charset "utf-8";
/* ------------------------------
HTML Redefine Tags
------------------------------ */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900,400italic);@font-face{
font-family:'FontAwesome';src:url("../assets/font-awesome-4.2.0/font/fontawesome-webfont.eot?v=4.2.0");src:url("../assets/font-awesome-4.2.0/font/fontawesome-webfont.eot?#iefix&v=4.2.") format("embedded-opentype"),url("../assets/font-awesome-4.2.0/font/fontawesome-webfont.woff?v=4.2.0") format("woff"),url("../assets/font-awesome-4.2.0/font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),url("../assets/font-awesome-4.2.0/font/fontawesome-webfont.svg#fontawesomeregular?v=4.2.0") format("svg");font-weight:normal;font-style:normal
}
[class^="icon-"],[class*=" icon-"]{
font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em
}
[class^="icon-"]:before,[class*=" icon-"]:before{
text-decoration:inherit;display:inline-block;speak:none
}
body {
	font-family:"新細明體",Arial,Verdana, sans-serif;
	font-size: 15px;
	margin:0;
	padding:0;
	background-color:#f3f1f1;

	background-repeat:repeat-x;
	

	
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}


.tip {
    color: #fff;
    background:#1d1d1d;
    display:none; /*--Hides by default--*/
    padding:10px;
    position:absolute;    z-index:1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	width:200px;
}

input,form,textarea,h1,h2,h3,h4,h5,h6,div,p,table {
	margin: 0;
	padding: 0;
}

p{
	padding-bottom:30px;
	clear:both;
	text-align:justify;
	
}


th {
	text-align: left;
}

td{
	vertical-align:top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #6eb43f;
	margin-bottom: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 0px 0;
	margin-bottom: 10px;
	color: #6eb43f;
}

a,a:visited { 
	color:#D93600;
	text-decoration:underline;
	
}

a:hover {
	color:#333333;
	text-decoration:underline;
	
}
a:focus {
	outline: none;
	


}


select {
	
}



ul {
	list-style: none;
}



img{
	border:0;
}




.clear {
	clear: both;
	line-height: 1px;
}





/**************************************************************
				title
**************************************************************/
#title_video_home{
	clear:both;
	background-image:url(../images/title/video.png);
	background-repeat:no-repeat;
	width:328px;
	height:54px;
}

#title_news_home{
	clear:both;
	background-image:url(../images/title/news.png);
	background-repeat:no-repeat;
	width:328px;
	height:54px;
}

#title_new_product_home{
	clear:both;
	background-image:url(../images/title/new_product.png);
	background-repeat:no-repeat;
	width:637px;
	height:54px;
}
#title_about_home{
	clear:both;
	background-image:url(../images/title/about.png);
	background-repeat:no-repeat;
	width:637px;
	height:54px;
}

#title_product_category{
	clear:both;
	background-image:url(../images/title/product_cat.png);
	background-repeat:no-repeat;
	width:162px;
	height:54px;
}
#title_about{
	clear:both;
	background-image:url(../images/title/about.png);
	background-repeat:no-repeat;
	width:803px;
	height:54px;
}
#title_news{
	clear:both;
	background-image:url(../images/title/news.png);
	background-repeat:no-repeat;
	width:803px;
	height:54px;
}

#title_video{
	clear:both;
	background-image:url(../images/title/video.png);
	background-repeat:no-repeat;
	width:803px;
	height:54px;
}
#title_download{
	clear:both;
	background-image:url(../images/title/download.png);
	background-repeat:no-repeat;
	width:803px;
	height:54px;
}
#title_service{
	clear:both;
	background-image:url(../images/title/service.png);
	background-repeat:no-repeat;
	width:803px;
	height:54px;
}
#title_contact{
	clear:both;
	background-image:url(../images/title/contact.png);
	background-repeat:no-repeat;
	width:803px;
	height:54px;
}
#title_sitemap{
	clear:both;
	background-image:url(../images/title/sitemap.png);
	background-repeat:no-repeat;
	width:803px;
	height:54px;
}
#title_product{
	clear:both;
	background-image:url(../images/title/product.png);
	background-repeat:no-repeat;
	width:803px;
	height:54px;
}

#btn_back{
	float:right;
	padding-top:30px;

}

#btn_back a:link, #btn_back a:visited {
	float: left;
	width: 56px;
	height: 23px;
	background-image:url(../images/button/btn_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration:none;


}

#btn_back a:hover,#btn_back a:active,#btn_back a.current:link, #btn_back a.current:visited{
	float: left;
	width: 56px;
	height: 23px;
	background-image:url(../images/button/btn_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	text-decoration:none;
	
	
	
}
#btn_more{
	float:right;
	padding-top:7px;

}

#btn_more a:link, #btn_more a:visited {
	float: left;
	width: 56px;
	height: 23px;
	background-image:url(../images/button/btn_more.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration:none;


}

#btn_more a:hover,#btn_more a:active,#btn_more a.current:link, #btn_more a.current:visited{
	float: left;
	width: 56px;
	height: 23px;
	background-image:url(../images/button/btn_more.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	text-decoration:none;
	
	
	
}

#btn_download{
	float:right;
	padding-top:0px;
	padding-right:5px;

}

#btn_download a:link, #btn_download a:visited {
	float: left;
	width: 30px;
	height: 28px;
	background-image:url(../images/button/btn_download.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration:none;


}

#btn_download a:hover,#btn_download a:active,#btn_download a.current:link, #btn_download a.current:visited{
	float: left;
	width: 30px;
	height: 28px;
	background-image:url(../images/button/btn_download.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	text-decoration:none;
	
	
	
}
/**************************************************************
				inside content
**************************************************************/
.inside_content_left_home{
	width:328px;
}

.inside_content_right_home{
	padding-left:15px;
}

.inside_content_bottom_home{
	padding-bottom:40px;
}

#inside_main_content{
	clear:both;
	padding-top:15px;
}
#inside_main_content p {
	text-align:justify;
}


.inside_content_left{
	width:162px;
}

.inside_content_right{
	padding-left:15px;
}

.inside_content_bottom{
	padding-bottom:40px;
}



/**************************************************************
				table_list
**************************************************************/

#table_list{
	clear:both;
	padding-bottom:30px;
}

#table_list th{
	background-color:#dddddd;
	color:#333;
	font-weight:bold;
	padding:5px 5px 5px 5px ;
}

#table_list th.title1{
	background-color:#D93600;
	color:#FFF;
}

#table_list th.title2{
	padding-right:10px;
	background-color:#D93600;
	color:#FFF;
}

#table_list th.title3{
	padding-right:10px;
	
}
#table_list th.title4{
	text-align:right;
	padding-right:10px;
	
}

#table_list .date{
		padding-left:5px;
		color:#D93600;
		width:90px;
		font-weight:bold;
	
}



#table_list td.title{
		padding-left:5px;
		color:#D93600;
		font-weight:bold;
	
}



#table_list tr.row td{
	/*border-top:1px #CCC solid;*/


	padding:5px 5px 5px 5px;
	
}


#table_list tr:first-child td{
	border-top:none;
	padding-top:0px;

	
}

#table_list tr.title_row td{
		padding:5px 5px 5px 5px;
		color:#333;
		font-weight:bold;
		background-color:#CCC;
		
	
}


#table_list tr.row td.title2,#table_list tr:first-child td.title3{
		padding-left:5px;
		color:#333;
		font-weight:bold;
		padding-top:8px;
	
}





a.link_black:link, a.link_black:visited {

	
	text-decoration:none;
	color:#333333;
	font-weight:normal;
	font-size:inherit;


}

a.link_black:hover,a.link_black:active,a.link_black.current:link, a.link_black.current:visited{
	color:#D93600;
	text-decoration:underline;
	font-weight:normal;
	font-size:inherit;
	
	
}


/**************************************************************
				product_list
**************************************************************/
#table_product_list_home td.left_pad{
	padding-left:10px;
}
#table_product_list_home td.top_pad{
	padding-top:10px;
}
.table_product_list_photo_home{
	border:5px #d6d6d6 solid;
	width:206px;
	height:110px;
	background-color:#FFF;
	/*cursor:pointer;*/
}
.table_product_list_photo_home td{
	vertical-align:middle;
	text-align:center;
}
.table_product_list_photo_brand{
	border:1px #fff solid;
	width:193px;
	height:87px;
	background-color:#FFF;
	/*cursor:pointer;*/
}
.table_product_list_photo_brand:hover{
	border:1px #222 solid;

	/*cursor:pointer;*/
}
.table_product_list_photo_brand td{
	vertical-align:middle;
	text-align:center;
}
#table_product_list_brand{
	padding-bottom:30px;
}
#table_product_list_brand td.left_pad{
	padding-left:10px;
}
#table_product_list_brand td.top_pad{
	padding-top:10px;
}

.table_product_list_photo_video_category{
	border:5px #d6d6d6 solid;
	width:140px;
	height:70px;
	background-color:#FFF;
	/*cursor:pointer;*/
}
.table_product_list_photo_video_category td{
	vertical-align:middle;
	text-align:center;
}
#table_product_list_video_category{
	padding-bottom:30px;
}
#table_product_list_video_category td.left_pad{
	padding-left:10px;
}
#table_product_list_video_category td.top_pad{
	padding-top:10px;
}

.table_product_list_photo_product{
	border:1px #d6d6d6 solid;
	width:193px;
	height:193px;
	background-color:#FFF;
	/*cursor:pointer;*/
}
.table_product_list_photo_product:hover{
	border:1px #222 solid;

	/*cursor:pointer;*/
}
.table_product_list_photo_product td{
	vertical-align:middle;
	text-align:center;
}
#table_product_list_product{
	padding-bottom:30px;
}

#table_product_list_product td.left_pad{
	padding-left:10px;
}
#table_product_list_product td.top_pad{
	padding-top:10px;
}

.table_product_list_photo_detail{
	border:5px #d6d6d6 solid;
	width:803px;
	height:380px;
	background-color:#FFF;
	/*cursor:pointer;*/
}
.table_product_list_photo_detail td{
	vertical-align:middle;
	text-align:center;
}
#table_product_list_detail{
	padding-bottom:30px;
}
#table_product_list_detail td.left_pad{
	padding-left:10px;
}
#table_product_list_detail td.top_pad{
	padding-top:10px;
}

.table_product_list_photo_brand2{
	border:1px #d6d6d6 solid;
	width:146px;
	height:60px;
	background-color:#FFF;
	/*cursor:pointer;*/
}
.table_product_list_photo_brand2 td{
	vertical-align:middle;
	text-align:center;
}
#table_product_list_brand2{
	padding-bottom:30px;
}
#table_product_list_brand2 td.left_pad{
	padding-left:10px;
}
#table_product_list_brand2 td.top_pad{
	padding-top:10px;
}



table.table_hover{
	border:5px #D93600 solid;
}





/**************************************************************
				page_nav
**************************************************************/


#page_nav {
	float:right;
	padding-top:7px;

}

#page_nav ul{
	color:#333;
	font-size:13px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	
}




#page_nav ul li { 
	display: block; 
	float:left;
	
	
	background:url(../images/page_separator.gif)  no-repeat left 50%;


	
	padding: 0px 5px 0px 15px;
}


#page_nav  ul li:first-child{
	float:left;
	display: block; 
	background:url(../images/page_separator2.gif) no-repeat left 4px;
	padding: 0px 10px 0px 0px;
}



#page_nav  ul li:last-child {
	float:left;
	display: block; 
	padding: 0px 0px 0px 15px;
	
}

#page_nav  ul li:.last {
	float:left;
	display: block; 
	padding: 0px 0px 0px 15px;
	
}

#page_nav a:link,#page_nav a:visited {
	color:#333333;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	
}




#page_nav a:hover,#page_nav a:active,#page_nav a.current:link,#page_nav a.current:visited{
	color:#D93600;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	
	
}



/**************************************************************
				leftmneu
**************************************************************/
#leftmenu {
	padding-bottom:2px;
}
.up{
   background-image:url(../images/up.jpg);
   background-repeat:no-repeat;
}

.down{
   background-image:url(../images/down.jpg);
   background-repeat:no-repeat;
}
.leftmenu_item{
	clear:both;
	
}

.leftmenu_item a{
	display:block;
	width:142px;
	height:29px;
	padding:0px 10px 10px 25px;
}
.leftmenu_item a:link,.leftmenu_item a:visited {
	color:#222;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;

	background-repeat:repeat-x;
	background-position:left top;
	
	
}




.leftmenu_item a:hover,.leftmenu_item a:active,.leftmenu_item a.current:link,.leftmenu_item a.current:visited{

	text-decoration: none;
	font-weight:bold;
	font-size:13px;

	color:#777;
	background-repeat:repeat-x;
	background-position:left bottom;
	

}




/**************************************************************
				leftmenu_submenu
**************************************************************/


#leftmenu_submenu {

	
	padding:15px 0px 15px 10px;
	clear:both;
	
	


}

#leftmenu_submenu ul{
	color:#9f9f9f;
	font-size:13px;
	margin: 0;
	padding: 0;
	list-style-type: none;margin-top:-10px;
	
	
}



#leftmenu_submenu ul li { 
	padding: 10px 0px 0px 0px;
}


#leftmenu_submenu  ul li:first-child{
	padding: 0px 0px 0px 0px;
}



#leftmenu_submenu a{
	display:block;
	width:102px;
	height:26px;
	padding:2px 0px 0px 30px;
}

#leftmenu_submenu a:link,#leftmenu_submenu a:visited {
	color:#333;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;

	
	background-repeat:no-repeat;
	background-position:left top;

	
}




#leftmenu_submenu a:hover,#leftmenu_submenu a:active,#leftmenu_submenu a.current:link,#leftmenu_submenu a.current:visited{
	color:#D93600;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;

	
	background-repeat:no-repeat;
	background-position:left bottom;
	
	
}




/**************************************************************
				paging
**************************************************************/



#paging_info_area{

	
	clear:both;
	padding-top:40px;
	color:#999999;
	font-size:13px;
}


#paging_info  {
	float:left;
	

	
}


#paging_hspace  {
	margin-left:15px;
	display:inline;


	
}


#paging{

	float:right;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding:0px 10px 0px 0px;
	margin:0;
		
}


#paging ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	
}




#paging ul li { 
	display: inline; 
    background:none;
	padding: 0px 5px 0px 10px;
}

#paging ul li.last { 
	display: inline; 
    background:none;
	padding: 0px 0px 0px 10px;
}



#paging a,a:visited {
	color:#999999;
	text-decoration:none;
	background:none;
	font-weight:bold;
	font-size:13px;

	

	
}


#paging a:hover {

	color:#D93600;
	text-decoration:none;
	background:none;
	font-weight:bold;
	font-size:13px;
	

	
}


#paging a.current,#paging a.current:visited {
	color:#D93600;
	text-decoration:none;
	background:none;
	font-weight:bold;
	font-size:13px;
	

	
}


#paging a.current:hover {

	color:#D93600;
	text-decoration:none;
	background:none;
	font-weight:bold;
	font-size:13px;
	

	
}



/**************************************************************
				section
**************************************************************/
#section{
	clear:both;
	
	
	width:500px;
	height:29px;
	padding:5px 0px 0px 10px;
	color:#000;font-size:18px;
	font-weight:bold;
	margin-bottom:30px;

}

#subsection{
	clear:both;
	background-image:url(../images/subsection.png);
	background-repeat:repeat-y;
	width:500px;
	height:29px;
	padding:5px 0px 0px 10px;
	color:#FFF;
	font-weight:bold;
	/*margin-bottom:30px;*/
}


#product_section{
	clear:both;
	
	background-repeat:repeat-y;
	width:570px;
	height:51px;
	padding:5px 0px 0px 10px;
	color:#777;
	font-weight:bold;
	padding-bottom:30px;

}
#product_section div.title1{
	
	 position:absolute; 
	margin-top:-14px;color:#777;vertical-align: text-top;

}

#product_section div.title2{
	color:#1a1a1a;
	padding-top:13px;
	font-size:24px;
}


/**************************************************************
				sitemap_nav
**************************************************************/


#sitemap_nav {

	padding:15px 0px 15px 10px;
	
	


}

#sitemap_nav ul{
	color:#9f9f9f;
	font-size:13px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	
}



#sitemap_nav ul li { 
	padding: 30px 0px 0px 0px;
}


#sitemap_nav  ul li:first-child{
	padding: 0px 0px 0px 0px;
}



#sitemap_nav a{
	display:block;
	width:102px;
	height:26px;
	padding:2px 0px 0px 30px;
}

#sitemap_nav a:link,#sitemap_nav a:visited {
	color:#9f9f9f;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	background-image:url(../images/leftmenu/icon.png);
	background-repeat:no-repeat;
	background-position:left top;

	
}




#sitemap_nav a:hover,#sitemap_nav a:active,#sitemap_nav a.current:link,#sitemap_nav a.current:visited{
	color:#D93600;
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
	background-image:url(../images/leftmenu/icon.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	
	
}





/**************************************************************
				product
**************************************************************/

.product_title{
	color:#a90801;
	font-weight:bold;
	vertical-align:middle;
	padding-left:20px;
	
}
#table_product_detail_list{
	border-top:1px #CCC solid;
	border-left:1px #CCC solid;
}
#table_product_detail_list td{
	border-bottom:1px #CCC solid;
	border-right:1px #CCC solid;
}

#table_product_detail_list td{
	padding: 10px 15px; 10px 15px;
}
#table_product_detail_list td.title{
	background-color:#D93600;
	color:#FFF;
	font-weight:bold;
}
#table_product_detail_list td.conetnt{
	
}