﻿/*全站*/
.hideobj{
  display:none;
}
.histr{
  display:none;
}
a{
  color:#000;
  background-color:none;
}
a:hover, a:focus {
  text-decoration: underline;
  background:none;
  color:#000;
}
/*會員登入項目*/
#login-tabs li{
  background:none;
}
#login-tabs a{
  color:#000;
  background:none;
}
#login-tabs a:hover,#login-tabs a:focus{
  text-decoration: underline;
  background:none;
  color:#000;
}
/**表單元素**/
fieldset.over-border {
  border: 1px solid #ccc !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.4em 0 !important;
  border-radius: 16px;
}
legend.line-border {
  font-size: 16px !important;
  text-align: left !important;
  width:inherit;
  border-bottom:none;
}
.red{
  color: #cc0000;
}
.radio-inline input[type='radio'] {
  margin-left: -20px;
  float: left;
}
.radio-inline {
  padding-left: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.help-inline{
  vertical-align: middle;
  display: inline-block;
  padding-top:5px;
  float:left;
  padding-left:0px;
  cursor: default;
}
.control-label{
  cursor: default;
}
.form-show .control-label{
  width:auto;
  margin-right:3px;
}
.form-show .input-small{
  padding:4px 0px;
}
.form-show .input-prepend {
  clear:both;
}
fieldset.instep-border {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px; /*圓角*/
  background:#eeeeee;
  height:100px;
  font-weight:bold;
  color:#000000;
  text-align: center;
}
fieldset.step-border {
  border: 1px solid #ccc !important;
  padding: 0 16px 16px 16px !important;
  margin: 0 0 16px 0 !important;
  border-radius: 15px; /*圓角*/
  height:100px;
  text-align: center;
}
legend.stepline-border {
  text-align: center !important;
  width:inherit;
  border-bottom:none;
}
.enlarge{clear:both;}
@media only screen and (max-width : 480px) {
    .navbar-inner li {display:block; width:100%;}
}
body{
	background: url(../images/body_bg.jpg) repeat-x 0 0 #4c4c4c;
	color: #2e2e2e;
    font-family: Arial,sans-serif;
	font-size: 13px;
    font-weight: normal;
    line-height: 150%;
    margin: 0;
    padding: 0;
	-webkit-text-size-adjust:none;
}
[class*="span"]{margin:0px;}
.row{ margin:0px; padding:0px;}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
	width:980px;
	background-color:#fff;
}
#container{
	margin-bottom:120px;
}
.span12{width:980px;}
.span9{width:702px;}
.span3{width:240px;}
/*

.span11{width:880px;}
.span10{width:800px;}

.span8{width:640px;}
.span7{width:560px;}
.span6{width:480px;}
.span5{width:400px;}
.span4{width:320px;}

.span2{width:160px;}
.span1{width:80px;}
*/
/*#header*/
/*註冊*/
#hello_member{
	display:none;
}
#hello_member ul li a:hover, #hello_member ul li a:focus, #hello_member ul li a:active {
  text-decoration: underline;
  background: none;
}

/*語言*/
#language_area ul{
	margin-top:48px;
	margin-bottom:25px;
}
#language_area ul li a {
  color:#666;
  background:none;
  font-size:11px;
  line-height:13px;
  text-transform:uppercase;
  padding:0 12px 0 24px;
  margin:0px;
  border-radius:0px;
  -webkit-text-size-adjust:none;
}
#language_area ul li a:hover, #language_area ul li a:focus, #language_area ul li a:active {
  background: none;
  text-decoration: underline;
}
#language_area ul li:nth-child(1) {
	background: url(../images/flage.jpg) no-repeat 0 0;
}
#language_area ul li:nth-child(2) {
	background: url(../images/flagt.jpg) no-repeat 0 0;
}
#language_area ul li:nth-child(3) {
	background: url(../images/flags.jpg) no-repeat 0 0;
}
#mainbanner{
  padding-top:20px;
}
/*--top nav--*/
.navbar-inner{
	background:none rgba(255,255,255,0);
	border-radius:0px;
	box-shadow: none;
	border:none;
	padding:0px;
	margin:0px;
}
.navbar .nav{
	float:right;
	padding:0px;
	margin:0px;
}
.navbar .nav > li > a{
	text-transform:uppercase;
	font-size:14px;
	color:#333333;
	padding:0px 7px;
	line-height:25px;
}

.navbar .nav > li > a:hover , .navbar .nav li a.dropdown-togglecurrent , .navbar .nav a.current ,
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle
{
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(100%,rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	
	color:#fff;
	text-shadow:none;
	font-weight:normal;
	text-shadow:none;

}
.navbar .nav li.dropdown.open{
}
.navbar .nav li.dropdown > .dropdown-toggle .caret , .dropdown .caret{
	display:none;
}
.navbar .nav > li > .dropdown-menu::before ,
.navbar .nav > li > .dropdown-menu::after{
	border: none;
}
.dropdown-menu{
	border:none;
	border-radius:0px;
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.8);
	width:120px;
	min-width: inherit;
	margin:0px;
	padding:10px;
	left:17px;
}

.dropdown-menu li{
	border-bottom:1px solid #ccc;
}
.dropdown-menu > li > a{
	color:#333;
	font-size:13px;
	line-height:13px;
	padding:6px;
	white-space: normal;
	text-transform:uppercase;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
	background:rgba(255,255,255,0);
	background:-moz-rgba(255,255,255,0);
	background:-webkit-rgba(255,255,255,0);
	background:-o-rgba(255,255,255,0);
	background:-ms-rgba(255,255,255,0);
	color:#777;

}
.dropdown-menu li:nth-child(1){
	border-bottom:none;
}
.dropdown-menu li:nth-child(1) a{
	background-color:#666;
	color:#fff;
}
.dropdown-menu .divider{
	display:none;
}
/*--側欄--*/
#sidebar {
  padding:10px 0px;
  float:right;
  margin-right:10px;
}
#qsearch{
	background-color:#e3e3e3;
	padding:12px;
	margin-bottom:20px;
	display:block;
}
.btn-search{
background: rgb(120,120,120); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(120,120,120,1) 0%, rgba(123,123,123,1) 50%, rgba(97,97,97,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(120,120,120,1)), color-stop(50%,rgba(123,123,123,1)), color-stop(100%,rgba(97,97,97,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(120,120,120,1) 0%,rgba(123,123,123,1) 50%,rgba(97,97,97,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(120,120,120,1) 0%,rgba(123,123,123,1) 50%,rgba(97,97,97,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(120,120,120,1) 0%,rgba(123,123,123,1) 50%,rgba(97,97,97,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(120,120,120,1) 0%,rgba(123,123,123,1) 50%,rgba(97,97,97,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#616161',GradientType=0 ); /* IE6-9 */
	border:none;
	color:#fff;
	width:75px;
	height:28px;
}
#qsearch form{
	margin:0px;
}
#qsearch .input-medium{
	border:none;
	border-radius:0px;
	width:132px;
}
#qsearch p{
	margin:4px 0px 0px; padding:0px;
}
#qsearch p a{
	background: url(../images/arrow001.gif) no-repeat 0 center;
	border:none;
	border-radius:0px;
	box-shadow:none;
	color:#666666;
	text-shadow:none;
	padding:4px 14px;
	font-size:12px;
}
#sidebar .nav-header{
 font-weight:bolder;
 padding:6px 16px;
 font-size:14px;
 border-bottom:1px solid #999;
 font-weight:normal;
 color:#000;
 text-shadow:none;
}
#sidebar .nav-header::first-letter{
	font-size:18px;
}
#side_menu{
}
#side_menu .nav-list{
	margin:0px; padding:0px;
	text-transform:uppercase;
}
#side_menu .nav-list > li{
	border-bottom: 1px solid #d6d6d6;
	padding:0 0 0 15px;
}
#side_menu .nav-list > li:last-child{
	border-bottom:1px solid #999;
}
#side_menu .nav-list > li > a{
	color: #464646;
    font-size: 13px;
    line-height: 34px;
	
}
#side_menu .nav > li > a:hover, #side_menu .nav > li > a:focus{
	background-color:rgba(255,255,255,0);
	color:#777;
}
#side_menu .nav-list > li > ul{

}
#side_menu .nav-list li i{
	display:none;
}
#side_menu .nav-list > li > ul > li > a{
	color: #4d4d4d;
    font-size: 11px;
    line-height: 20px;
	letter-spacing:0.02em;
	-webkit-text-size-adjust:none;
}
#sidebar .news-ev{
	margin-top:16px;
}
.msg3 #sidebar .news-ev{
	display:none;
}
#sidebar .nav-header .more-news{
	background: url(../images/arrow002.png) no-repeat 0 center;
	color:#666;
	font-size:11px;
	padding:0 0 0 12px;
	margin-bottom:0px;
	-webkit-text-size-adjust:none;
}
#sidebar .nav-header .more-news a{
	color:#666;
}

/*RSS*/
#rss_area a{
  text-shadow: none;
}

#rss_area a:hover{
  text-shadow: none;
}

/*--內容區--*/
#content{
  padding:10px 0px 50px;
  margin-left:10px;
  font-size:12px;
  color:#666;
}
/*麵包屑*/
#content .breadcrumb {
  text-shadow: none;
  display:none;
}
#content .breadcrumb li {
  text-shadow: none;
}
#content .breadcrumb li a {
  text-shadow:none;
  text-decoration: none;
}
#content .breadcrumb li a:hover {
  text-shadow: none;
  background:none;
  text-decoration: underline;
}
#content .breadcrumb li .divider{
  text-shadow:none;
  background:none;
}
/*個數*/
.page-header{
	border:none;
	margin:0px; padding:0px;
}
.page-header h1{
  border-bottom: 1px solid #999;
  color: #505050;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin:0px;
  padding:0px 12px;
}
.page-header h1::first-letter{
	font-size: 19px;
}
/*產品頁*/
.txtNormal{
	padding:10px 90px 10px 15px;
}
.txtNormal img{
	max-width:96%;
}
.thumbnail {
  border:none;
  border-radius:0px;
  box-shadow:none;
  height:178px;
}
.thumbnail .listimg{
	float:left;
	width:240px;
	margin:20px 0px 20px 15px;
}
.thumbnail .caption{
	float:left;
	width:400px;
	padding:0 0 0 35px;
	color:#666;
	font-size:13px;
}
.thumbnail .caption .cate-name{
	text-transform:uppercase;
	text-align:left;
	padding:34px 0 15px;
}
.cate-name, .cate-name-more{
	color:#666;
	font-weight:bold;
	width:auto;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
}

.cate-name a ,.cate-name-more a{
	color: #666;
	font-weight: normal;
	text-decoration:none;
	width:auto;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:16px;
}
.cate-name a:hover ,.cate-name-more a:hover{
  color:#000;
  text-decoration:underline;
}
.pro-desc{
 height:80px;
 overflow-x:hidden;
 overflow-y:auto;
}
.spec{
 height:38px;
}
/*產品介紹頁*/
#pb_area{
  border:  1px solid #ccc;
  overflow:hidden;
}
.thumbnail img{
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
}
.input-group {
  display: table;
  padding-bottom:10px;
  width: 100%;
}
.input-group .form-control {
  margin-bottom: 0px;
}
.txtNormal {
  overflow:auto;
}
#content .thumbnails .prodlist{
  height:300px;
  overflow:hidden;
}
#content .thumbnails .catelist{
  overflow:hidden;
  border-bottom:1px solid #ccc;
  margin-bottom:0px;
}
.listtxtspec .input-prepend{
  padding:1px 0px;
  margin:0px;
}
.clear{
  clear:both;
}

#lineqty{
  width:30%;
}
.showsmall ul {
  padding: 0px; margin: 0px;
  list-style: none;
}
.showsmall li {
  float:left;
}
.showsmall li img  {
  margin: 3px;
  padding:3px;
  width:50px;
}
/*頁籤**/
.nav-tabs .active a{
 font-weight:bold;
}
/*訊息用*/
.msgcont{
  width:90%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin:10px;
}
.msg_img_title {
  width:30%;
}

/*尾檔*/
.site-link{
	background-color:#f5f5f5;
}
.box-site{
	float:left;
	padding: 30px 0 20px 50px;
    width: 150px;
}
.box-site:last-child{
	width: 120px;
}
.box-site a , .footer-home a{
	text-transform:uppercase;
	font-size:10px;
	-webkit-text-size-adjust:none;
}
.box-site ul{
	margin:0 0 10px 0px;
	list-style:none;
}
.box-site ul li , .footer-home{
	line-height:20px;
	background: url(../images/arrow003.gif) no-repeat 0 9px;
	padding:4px 6px;
	margin-left: 4px;
}
.box-site .title , .box-site .divider{
	display:none;
}
.site-link .box-site .title a , .box-site ul li:nth-child(1) a{
	font-size:11px;
	font-weight:bold;
	color:#333;
	-webkit-text-size-adjust:none;
}
.box-site ul li:nth-child(1){
	background-image:none;
	margin-left: -4px;
}
.box-site .nav > li > a:hover, .box-site .nav > li > a:focus{
	background-color:rgba(255,255,255,0);
	text-decoration:underline;
}
.box-site ul li a , .footer-home a{
	padding:0px;
	color:#666;
}

.footer-home{
	text-decoration:underline;
	margin-top:74px;
}
.copyright{
	background-color:#303030;
	color:#fff;
	text-align:right;
	height:36px;
	line-height:36px;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	padding:0px 35px;
	clear:both;
	-webkit-text-size-adjust:none;
}
.copyright a{
	color:#fff;
	font-size:10px;
	-webkit-text-size-adjust:none;
}
#cominfo ul li {
  display:inline-block;
}
#copyright{
  text-align:center;
}
#footernav , #cominfo, #copyright ,#footlink{
	display:none;
}
#footlink ul li a { border-radius:inherit; }
#footlink ul li a:hover, .foot #footlink ul li a:focus, .foot #footlink ul li a:active {
  background:none;
  text-decoration:underline;
}
@media (max-width: 989px){
	#container{
		overflow:hidden;
	}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container,
.span12, .span9, .span3{
	width:100%;
}
#company_logo{
	width:30%
}

#language_area{
	width:70%;
}
.navbar-inner{
	position:absolute;
	right:15px;
	top:80px;
	z-index:888;
}
.navbar-inner .container{
	
}
.nav-collapse, .nav-collapse.collapse{
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.8);
	background-color:rgba(255,255,255,0.9);
}
.navbar .nav{
	width:240px;
}
.navbar .nav > li > a{
	text-shadow:none;
	min-width:150px;
	letter-spacing:1px;
	margin:2px 4px;
	padding:4px 12px;
}
.navbar .nav > li > a:hover{
	letter-spacing:1px;
	font-weight:bold;
	text-shadow:none;
}
.dropdown-menu{
	width:200px;
}
.dropdown-menu li:nth-child(1) a:hover{
	background-color:#000;
}
/* */
#sidebar , #content{
	margin:4px auto;
	padding:4px;
	width:94%;
	float:none;
}
#side_menu{
	display:none;
}
#qsearch{
}
#qsearch .input-medium{
	width:86%;
}
#content .breadcrumb{
	display:block;
}
}
@media (max-width: 770px){
	#company_logo{
		width:200px;
		z-index:777;
		position:relative;
		margin-top:10px;
	}
	#language_area{
		position: absolute;
    	right: 0;
    	top: 0px;
    	width: auto;
		z-index:888;
	}
	#language_area ul{
    	margin: 10px;
	}
	.navbar-inner{
		z-index:666;
	}
	
}
@media (max-width: 767px){
	
	#qsearch .input-medium{
		width:82%;
	}
	.txtNormal img{
		max-width:90%;
		max-height:90%;
	}
	.txtNormal{
		width:90%;
		padding:10px;
		margin:auto;
	}
	.thumbnail{
		height:auto;
		padding:10px 4px;
	}
	.thumbnail .listimg , .thumbnail .caption{
		float:none;
		width: auto;
		padding:0px;
		margin:0px;
	}
	.thumbnail .caption .cate-name{
		text-align:center;
		padding:10px;
	}
}
@media screen and (min-width: 568px) and (max-width: 767px){
}
@media (max-width: 480px){
	#qsearch .input-medium{
	width:78%;
	}
	.copyright{
		height:auto;
		line-height:12px;
		padding:15px 35px;
	}
}
@media (max-width: 400px){
	#qsearch .input-medium{
	width:74%;
	}
}
@media (max-width: 320px){
	#qsearch .input-medium{
	width:68%;
	}
}
/**michelle*/
ul.li-spe{ margin:0px; padding:0px; width:600px; text-align:left; list-style:none}
ul.li-spe li{ text-align:left; margin:0px; padding:0px 0px 0px 15px; overflow:hidden; background-image:url(../images/list-img.gif); background-repeat: no-repeat; background-position:5px 5px;}
ul.li-spe li .spec01{ float:left; width:50%;}
ul.li-spe li .spec02{ float:left; width:50%;}
ul.li-spe li .spec02 span{ padding-left:15px;}
.word-style{
	font-style: italic;
}
.h4-new{ font-weight:normal; font-size:20px; margin:15px 15px 15px 0px;}
ul.pdf-list{ margin-left:10px;}
ul.pdf-list li{ width:50%; float:left; padding:3px 0px;}
ul.pdf-list li a{
	color:#1370b0;
	text-decoration: underline;
}
.production{ width:96%; margin:auto}
.production table{ margin:15px 0;}
.production table td strong { padding-right:10px;}
.inmsg96, .inmsg110, .inmsg95, #incateall{ display:none}
.cate-num{ display:none}


.cld {
  clear: both;
}
.pages {
  width: 100%;
  margin: 0 auto;
}
ul.pagelist{padding:20px 0;}
ul.pagelist li{height:35px;line-height:35px;float:left;display:inline;margin:0 5px; padding:0 10px;background:#a7b2b8;font-size:12px;text-align:center;color:#fff;}
ul.pagelist li.thisclass{background:#1a3c83;}
ul.pagelist li a{display:block; width:100%;height:100%;line-height:35px;text-align:center;color:#fff;}
