@charset "big5";
body {
	font-family: "Arial", "Times New Roman", "細明體", "新細明體", "標楷體";
	font-size: 11px;
	color: #333333;
	margin: 0;
	padding: 0;
	background: url(../images/allbg.jpg) repeat-x #F6F6F6;
	line-height: 16px;
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

hr {
	border: 1px dotted #CCCCCC;
	margin: 0 15px;
}
.red {
    color: #FF0000;
}
/*頁首*/
#head {
    position: relative;
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-left-color: #D4D4D4;
}
.logo {
    float: left;
}
.menuhead {
    margin-left: 200px;
}
.headright {
	margin-left: 200px;
	background: url(../images/head_01.jpg) no-repeat;
	padding: 20px 15px;
	text-align: right;
}
.headright a{
	color: #FFFFFF;
}
/*內頁上方選單*/
.menu_about {
	width: 130px;
	background-color: #CCCCCC;
	margin: 0;
	position: absolute;
	top: -5px;
	left: 207px;
	z-index: 50;
	visibility: hidden;
}
.menu_pro {
	width: 130px;
	background-color: #CCCCCC;
	margin: 0;
	position: absolute;
	top: -5px;
	left: 312px;
	z-index: 50;
	visibility: hidden;
}
.menu_proch {
	width: 130px;
	background-color: #CCCCCC;
	margin: 0;
	position: absolute;
	top: -6px;
	left: 296px;
	z-index: 50;
	visibility: hidden;
}
.menu_about a div, .menu_pro a div, .menu_proch a div {
	margin: 1px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #61859A;
	text-decoration: none;
}
.menu_about a:hover div, .menu_pro a:hover div , .menu_proch a:hover div {
	background-color: #384A61;
	color: #FFFFFF;
	text-decoration: none;
}
/*主要內容*/
#main {
	position: relative;
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/main_bg.jpg) #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-left-color: #D4D4D4;
}
/*首頁news*/
#newsbar1 {
    background: url(../images/news_bg1.jpg) no-repeat;
	margin: 2px 6px;
	padding: 10px 80px;
}
#newsbar {
    background: url(../images/news_bg.jpg) no-repeat;
	margin: 2px 6px;
	padding: 10px 80px;
}
#newsbar a, #newsbar1 a {
    color:#FF6600;
}
#main_in {
	position: relative;
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/main_bg1.jpg) #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-left-color: #D4D4D4;
}
/*首頁下方*/
#proside {
    float: left;
	margin-left: 6px;
	width: 248px;
}
#newsside {
    position: absolute;
	width: 248px;
	top: 270px;
	left: 258px;
}
#newsside ul, #downside ul {
	list-style-image: url(../images/icon_1.jpg);
	margin: 5px 15px 8px 25px;
	padding: 0;
}
#newsside ul li, #downside ul li {
    margin: 6px 0;
}
#downside {
    float: right;
	margin-right: 6px;
	width: 248px;
}
#proside p, #newsside p, #downside p {
	margin: 2px 18px;
	text-align: justify;
}
#proside h3, #newsside h3, #downside h3 {
	margin: 0 15px;
	font-size: 14px;
	color: #993300;
}
#proside h6, #newsside h6, #downside h6 {
	margin: 0 15px 5px 0;
	text-align: right;
}
/*內頁左欄*/
#main #sidemenu {
    float: left;
	width: 158px;
}
#main #sidemenu ul{
	list-style-image: url(../images/icon_2.jpg);
    margin: 0 5px 0 35px;
	padding: 0;
}
#main #sidemenu ul li {
    margin: 5px 0;
}
#main #sidemenu ul li ul{
	list-style-image: url(../images/icon_3.jpg);
	padding: 0 10px;
	margin: 0;
}
#main #sidemenu ul li ul a {
   color: #336699;
}
#main #sidemenu ul li ul a:hover {
   color: #FF6600;
}
/*內頁右欄*/
#main #content {
   margin-left: 159px; 
   background: url(../images/head_bg.jpg/) repeat-x 0 144px;
   padding-bottom: 10px;
}
#main #content h2 {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #003366;
	border-left: 4px solid #FF9900;
	padding-left: 5px;
	line-height: 20px;
}
#main #content h3 {
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: -5px;
	font-size: 14px;
	color: #985710;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D7B366;
	margin-right:20px;
}
#main #content p {
	margin: 10px 30px;
}
/*產品頁詳細介紹-開始*/
.spec {
    padding: 5px;
	border: 1px solid #ffcc33;
	background: #FF9900;
	margin: 5px;
}
.spec a:hover {
	border: 1px solid #ffcc33;
	background: #ff6600;
	color: #FFFFFF;
}
.pro_spec {
    margin: 0 20px 10px 35px;
	padding: 5px 15px;
	border: 1px solid #ccc;
}
.pro_spec dt {
	color: #003399;
	font-size: 13px;
	font-weight: bold;
}
.pro_spec dd {
	margin-bottom: 5px;
	color: #666600;
}
.showlist {
	margin: 0 0 0 30px;
}
.showlist li {
	list-style-type: none;
	padding: 0;
	float: left;
	margin: 0 5px;
	text-align: center;
}
.showlist li.selected{
position: relative;
top: 1px;
}
.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

#showbox {/*style of tab content oontainer*/
    width: 550px; /*給IE5/win */
	voice-family: "\"";
	width: 548px
}
#showbox1 {
	position: absolute;
	top: 549px;
	left: 413px;
	width: 330px;
	voice-family: "\"";
	width: 318px;
	
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
/*產品頁詳細介紹-結束*/
/*小圖變換大圖*/
.showimg {
margin-left:15px;
}
.showimg h4 {
	font-size: 12px;
	color: #666666;
	margin-top: 0;
	text-decoration: none;
	text-align: center;
	margin-bottom: 0;
}
.showimg li{
list-style-type: none;
width: 100px;
float: left;
margin: 0 10px 15px 0; 
}
.showimg li img {
margin-bottom: 5px;
border: 1px solid #ccc;

}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
	position: absolute;
	left: -500px;
	border: 1px solid gray;
	visibility: hidden;
	background-color: #FFFFFF;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50px;
left: 50px; /*position where enlarged image should offset horizontally */
}
/**/
.list {
    margin: 0 15px 0 35px;
}
.list li {
	margin: 6px 0;
	color: #805B40;
}
.list strong {
	font-size: 14px;
	color: #990000;
}
.box {
    margin: 0 25px;
	padding: 10px;
	border: 1px solid #ccc;
}
.box dl {
     margin: 5px 0;
	 padding: 0;
}
.box .dl01 {
     margin: 5px 0;
	 width: 250px;
	 padding: 0;
	 float: left;
}
.box dl li {
     list-style-type: none;
     float: left;
	 width: 250px;
	 margin: 5px;
	 padding: 0;
	 border-bottom: 1px dotted #ccc;
}
.box dt {
	font-size: 13px;
	font-weight: bold;
	color: #006633;
}
.box dd {
    margin: 2px 15px;
}
/*icomm*/
.tab01 {
    border: 1px solid #ccc;
	padding: 10px;
}
.tab01 .a1 {
    padding: 8px;
	border-bottom: 1px solid #ccc;
}

/*頁尾*/
#footer {
	position: relative;
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	text-align: center;
	background-color: #D4D4D4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D4D4D4;
	border-left-color: #D4D4D4;
    z-index: 0;
}
.clear {
   clear: both;
}
