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

/* CSS Document */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
*{
	border: none;
	margin:0;
	padding:0;
}

a{
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration:none;
}

.clear{
	clear:both;
}

*:focus { outline: none; }

html, body{
	width:100%;
	height:100%;
	margin:0 auto;
	-webkit-text-size-adjust:none;
	font-family:"微軟正黑體", "新細明體", Tahoma, Arial, Helvetica;
}

/**headrer**/
header , .div_header{
	position:relative;
	height:134px;
	width:960px;
	margin:0 auto;
	background:url(../images/menu_bg.png) center top no-repeat;
	z-index:999;
	
}

#logo{
	float:left;
	margin-top:10px;
}

header #right{
	float:right;
}

#lang{
	float:right;
	margin:20px 10px 10px 0;
}

#lang a{
	display:inline-block;
	font-size:12px;
	color:#555555;
	padding:0 5px;
}

#lang a:hover{
	color:#999999;
}

nav{
	clear:both;
}

ul#navigation{
	clear:both;
	width:780px;
	list-style:none;
}

ul#navigation li{
	float:left;
	font-size:15px;
	font-weight:bold;
	margin:0 0 0 50px;
}

ul#navigation li a{
	display:block;
	height:20px;
	padding:6px 10px 3px 10px;
	color:#333333;
}

ul#navigation li a:hover{
	display:block;
	background:#ededed;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/**content**/
#content{
	clear:both;
	width:960px;
	margin:0 auto;
}

/**breadcrumb+search**/
#path{
	clear:both;
}

#breadcrumb{
	float:left;
	color:#444444;
	font-size:12px;
	margin-top:5px;
}

#breadcrumb a{
	color:#444444;
	padding:0 3px;
}

#breadcrumb span{
	color:#888888;
	padding:0 3px;
}

#breadcrumb a:hover{
	text-decoration:underline;
}

#search{
	float:right;	
}

#search input{
	float:left;
	height:25px;
	font-size:12px;
	color:#8b8b8b;
	background:url(../images/search_bg.png) left top no-repeat;
	margin:0;
	padding:0 0 10px 10px;
}

#search input a{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

/**aside**/
aside{
	float:left;
	width:220px;
}

#related_pd{
	margin:40px 0;
}

#related_pd h2{
	color:#999999;
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
}

#related_pd h2 span{
	color:#f7a800;
}

#related_pd ul{
	margin:20px 0;
}

#related_pd ul li{
	width:220px;
	height:190px;
	margin-bottom:10px;
	text-align:center;
	background:url(../images/shadow_v.png) bottom center no-repeat;
}

#related_pd ul li p{
	margin-top:5px;
	font-weight:bold;
	font-size:14px;
}

#related_pd ul li a p {
	color:#555555;
}

#related_pd ul li a:hover p {
	color:#0075c2;
}

/**main**/
#main{
	float:right;
	width:700px;
}

#main h1{
	margin-bottom:20px;
}

/**aside tabs+products(banner)**/
ul.tabs {
	width: 220px;
}
ul.tabs li {
	font-size:13px;
	color:#555555;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dashed #cecece;
}
ul.tabs li a {
	display: block;
	padding: 0 5px;
	color:#555555;
}
ul.tabs li a:hover , ul.tabs li a.li_select{
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#0075c2;
}
ul.tabs li.active  {
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#0075c2;
}
ul.tabs li.active a:hover {
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#0075c2;
}
div.tab_container {
	margin-bottom:60px;
}

/**products_list**/
#products_list{
	clear:both;
}

#products_list ul{
	display:inline-block;
	margin:10px 0px ;
}

#products_list ul li{
	float:left;
	margin:0 21px 20px 0;
}

#products_list ul li img{
	border:1px solid #eaeaea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

#products_list ul li img:hover{
	border:1px solid #0075c2;
}

#products_list ul li a p{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin:5px 0;
        
}

#products_list ul li a p {
	color:#0075c2;
}

#pages{
	float:right;
	margin-bottom:20px;
}

/**products_i**/
#products_i{
	clear:both;
	margin-top:20px;
}

#products_i #top{
	display:inline-block;
	margin-bottom:50px;	
}

#products_i #top h2{
	float:left;
	display:block;
	margin-right:30px;
	width:304px;
	height:304px;
	line-height:300px;
	border:1px solid #eaeaea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
}

#products_i #top h2 img{
	width:100%;
	margin:0 auto;
	vertical-align:middle;
	text-align:center
}

#products_i #top #info{
	float:right;
}

#products_i #top #info h3{
	font-size:15px;
	font-weight:bold;
	color:#0075c2;
	margin-bottom:10px;
}

#products_i #top #info p{
	font-size:15px;
	color:#555555;
	margin-bottom:10px;
}

#products_i #top #info ul{
	display:inline-block;
	margin-bottom:10px;
}

#products_i #top #info ul li{
	float:left;
	margin-right:10px;
}

#products_i #top #info ul li img{
	border:1px solid #eaeaea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#products_i #top #info ul li img:hover{
	border:1px solid #f7a800;
}

#products_i #top #info .text{
	display:block;
	clear:both;
	padding-left:12px;
	height:90px;
	background:url(../images/icon_grey.gif) 0px 4px no-repeat;
	font-size:13px;
	color:#555555;
}

#products_i #top #info #buttons a{
	margin-right:10px;
}

.abgne_tab {
	clear:both;
	width: 700px;
	margin: 10px 0;
}
ul.pd_tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
ul.pd_tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #cccccc;
	border-left: none;
}
ul.pd_tabs li a {
	display: block;
	padding: 0 20px;
	color: #888888;
	font-size:13px;
	font-weight:bold;
	border: 1px solid #fff;
}
ul.pd_tabs li a:hover {
	color: #0075c2;
}
ul.pd_tabs li.active a{
	color: #0075c2;
}
ul.pd_tabs li.active  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
ul.pd_tabs li.active a:hover {
	color: #0075c2;
	background: #fff;
}
div.pd_container {
	clear: left;
	width: 100%;
	border-top: none;
}
div.pd_container .tab_content {
	padding: 10px;
	font-size:13px;
	color:#555555;
}

/**footer**/
footer{
	clear:both;
	width:960px;
	margin:0 auto;
	background:url(../images/grid.jpg) top left repeat-x;
	padding:15px 10px;
}

address{
	font-size:13px;
	line-height:18px;
	color:#555555;
	margin-bottom:5px;
}

address span{
	font-weight:bold;
}

#note{
	font-size:12px;
	color:#888888;
}

#note p{
	float:left;
	margin-right:15px;
}
#note p.inreal{
	float:right;
	margin:0;
}

#note a{
	float:left;
	display:block;
	color:#888888;
	margin:-10px 10px 0 0;
}

#note a:hover{
	text-decoration:underline;
}

.main_contnet{
    clear:both;
    padding-top:5px;
    
}

.mainTable{
    width:100%;
}