﻿@charset "utf-8";
/* CSS Document */
/*頂層項目*/


/*-----------------------------------------------
Web Style
Name:     基本2欄(左sidebar、右main) ver1.0
Designer: Yami
URL:      http://
Date:     2012-11-30
----------------------------------------------- */

/* 基本html ----------------------------------*/
body {
	font-family: Tahoma, Verdana, Geneva ;
	font-size: 12px;
	color: #666666;
	line-height:18px;
	/*letter-spacing:1px;*/
	margin:0;
	background:#fff;
	/*border-top:3px solid #F00;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	-webkit-text-size-adjust:none;/*解決google瀏覽器無法顯示小於12px字體*/
}

a {
	color:#666666;text-decoration:none;
	outline: none; /* 去除連結虛線框 for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* 去除連結虛線框 for IE */
}
a:hover {color:#8d0000;text-decoration: none;}

a img{ border-width:0;} /* 取消預設圖片連結邊框 */



/*右側浮動隱藏起來----------------------------------------------------*/
#floating{
	background-color:transparent;
	left:1000px;
	/*display:none;*/
}

/*layout隱藏起來-----------------------------------------------------*/
.header div.breadcrumb,
.header div.ex1,
.header div.ex2{
	display:none;
}

body.show .header div.breadcrumb{
    position: absolute;
    bottom: -205px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #006794;
    display: inline-block;
    right: 15px;
    z-index: 999;
    width: 755px;
    text-align: right;
    padding: 0 19px 0 0;
    /* outline: 1px solid; */
}

body.show .header div.breadcrumb ul{
    margin: 10px 0;
}
body.show .header div.breadcrumb ul li{
    display: inline-block;
}
/*主架構設定---------------------------------------------------------*/

/*
	主要內(side1, content, side2)容設定要點:
	* side1+content+side2總寬等於main的寬度
	* float:left 由左向右排
	* float:right 由右向左排
	* content設: 最小高度min-height
	* IE6不支援min-height , 只能用height
*/

.header, .main, .footer{
	width:1000px; /* 統一的內容寬度 */
}

.header_bg {
	background-image: url(../images/all/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:447px;
}
.header {

}
.main_bg{
	background-image: url(../images/all/main_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	/*height:448px;*/
}

.main{
	background-image: url(../images/all/main_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*height:448px;*/
	padding:25px 0 0 0;
}

.side1 {
    width: 162px;/*176-14*/
	padding:0 0 0 14px;
}
.side2 {
    width: 157px;/*171-14*/
	padding:0 14px 0 0;
}
.content {
	width:641px;/*647-6*/
	padding:0 0 0 6px;

}

.footer_bg{
	background-image: url(../images/all/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height:233px;
}
.footer{
	padding:10px 0 0 0;
}

.footer .sitemap {
	font-size: 12px;
	color: #fff;
	text-align: center; /*是水平置中*/
	padding:0 0px 0 0;/**/
}

.footer .sitemap a{
	color: #fff;
}

.footer .sitemap a:hover{
	color: #fceb5e;
}

.footer .logo {
    left: 200px;
    position: absolute;
    top: 50px;
}



.footer .siteinfo ul#siteinfo {
    left: 360px;
    position: absolute;
    top: 50px;
    width: 600px;
}

.footer .siteinfo ul#siteinfo li{
	padding:0px 0 0 8px;
	font-size: 12px;
	color:#507486;
}

.footer .siteinfo ul#siteinfo li a{
	color:#507486;
	text-decoration: none;
}

.footer .siteinfo ul#siteinfo li a:hover{
	color:#8d0000;
	text-decoration: none;
}



.footer .powered {
    /*color: #BEBDB5;
    font-size: 12px;
    position: absolute;
    right: 50px;
    top: 69px;
    width: auto;*/
	display:none;
}


.footer .powered a{
	color:#bebdb5;
}

.footer .powered a:hover{
	color:#4d4d4d;
}




/*------------------------- .header內容設定 -------------------------*/

.header h1.title {
	background-image: url(../images/all/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 351px;
	height: 40px;
	position: absolute;
	top: 38px;
	left:38px;
}
.header h1.title a {
	text-indent: -9999px;
	display: block;
	width: 351px;
	height: 40px;
}




/*------------------------- .header內主選單【個別】設定 -------------------------*/


ul#nav1 {/*個別設定, 使用ID*/
    height: 45px;
    position: absolute;
    right: 25px;
    top: 37px;
    width: 484px;/*寬高*/
    z-index: 999;
}


ul#nav1 li a {
	/*width: 97px;	個別按鈕大小*/
	height: 45px;
	text-indent: -9999px;	/*圖形選單隱藏文字, 文字選單不用設*/
	padding:0;	/**/
	text-align:center;
	background-image:url(../images/all/menu.png);
	background-repeat: no-repeat;
}



ul#nav1 li a.b1-1{width:121px; background-position:0 0;}
ul#nav1 li a.b1-2{width:121px; background-position:-121px 0;}
ul#nav1 li a.b1-3{width:121px; background-position:-242px 0;}
ul#nav1 li a.b1-4{width:121px; background-position:-363px 0;}


ul#nav1 li a.b1-1:hover, body.b1-1 ul#nav1 li a.b1-1{width:121px; background-position:0 -45px;}
ul#nav1 li a.b1-2:hover, body.b1-2 ul#nav1 li a.b1-2{width:121px; background-position:-121px -45px;}
ul#nav1 li a.b1-3:hover, body.b1-3 ul#nav1 li a.b1-3{width:121px; background-position:-242px -45px;}
ul#nav1 li a.b1-4:hover, body.b1-4 ul#nav1 li a.b1-4{width:121px; background-position:-363px -45px;}



/*.about ul#nav1 a.b1-1{
	background-image:url(../images/all/menuo.png);
	background-position:0px 0px;
}
.style ul#nav1 a.b1-2{
	background-image:url(../images/all/menuo.png);
	background-position:-162px 0px;
}

.box360 ul#nav1 a.b1-3{
	background-image:url(../images/all/menuo.png);
	background-position:-294px 0px;
}

.contact ul#nav1 a.b1-4{
	background-image:url(../images/all/menuo.png);
	background-position:-451px 0px;
}*/


/*------------------------- 語系 -------------------------*/


ul#nav2 {
	height: 24px;
	position: absolute;
	right: 35px;
	top: 0px;
	width: 145px;/*寬*/
	z-index: 9999;
	background-color: #e2e2e2;
	padding: 0 0 0 8px;
}



ul#nav2 li {
	padding:0 3px;
}

ul#nav2 li a{
	padding:0 3px;
}


/*------------------------- 其他內文 -------------------------*/
.header .banner {
	width:1000px;
	height:287px;
	top: 160px;
	left: 0;
	position: absolute;
	right: 0;
	background-image: url(../images/all/banner_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.header .banner .robot {/*機器人*/
    position: absolute;
    right: -33px;
    top: 40px;
    z-index: 9999;
}





.header .banner .slideshow {
	margin:26px 0 0 26px;
}





/*產品搜尋區塊--------------------------------*/
.product_search {
	margin:0 0 30px 0;
}
.product_search .product_search_t {
	padding:0 0 5px 0;
}

.product_search .prodcut_keyin_bg {
    background-color: #DFD9C9;
    margin: 0 0 5px;
    padding: 4px;
	width:155px;
}

.product_search .prodcut_keyin {
	padding:0 0 3px 0;
}


.product_search .search_bg01 {
	background-image: url(../images/all/search_bg01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:112px;/*162-50*/
	height:27px;
	padding:3px 0 0 50px;
}

.product_search .search_bg02 {
	background-image: url(../images/all/search_bg02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:112px;/*162-50*/
	height:27px;
	padding:3px 0 0 50px;
}

.product_search .search_bg03 {
	background-image: url(../images/all/search_bg03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:112px;/*162-50*/
	height:27px;
	padding:3px 0 0 50px;
}
.product_search .bt_search {
	text-align: right; /*是水平置中*/
	padding:0px 0 0 0px;
}

/*全部廠牌區塊--------------------------------*/
.all_brand {

}

.all_brand .brand_t {
	padding:0px 0 5px 0px;
}
.all_brand ul.nav li{
	padding:0px 0 8px 0px;
}

/*首頁中間區塊--------------------------------*/

body.home .main .content .bt_top {
    padding: 0 0 1px;
}





body.home #home_table tr th{
	color:#fff;
	border: 1px solid #cdcbcc;
	text-align: left; /*是水平置中*/
	vertical-align:middle;   /*是垂直置中*/
	padding:0px 0 0px 8px;
	background-image: url(../images/home/table_t_bg.jpg);
	background-repeat: repeat-x;
	height:29px;
}

body.home #home_table tr{
	background-color: #FFF;
	color:#5e5e5e;
	border: 1px solid #cdcbcc;
	vertical-align:middle;   /*是垂直置中*/
	height:25px;
}

body.home #home_table tr td{
	padding:0px 0 0px 3px;
	vertical-align:middle;   /*是垂直置中*/
}

body.home #home_table tr:nth-child(2n){
	background-color: #efefef;
	color:#5e5e5e;
	border: 1px solid #cdcbcc;
	vertical-align:middle;   /*是垂直置中*/

}
body.home .main .content #home_table tr .center {
	text-align: center; /*是水平置中*/
}

body.home .main .content .bt_bottom {
    padding: 10px 0 30px 0px;
}


/*左-最新產品區塊*/
.main .side2 .new_product {
    padding: 0px 0 28px 0px;

}
.main .side2 .new_product .new_product_t {
    padding: 0px 0 5px 0px;
}

.main .side2 .new_product .new_box {
	background-image: url(../images/home/left_product_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:157px;
	height:58px;
    padding: 0px 0 10px 0px;
}


.main .side2 .new_product .new_box .icon{
	background-image: url(../images/all/news_icon.gif);
	background-repeat: no-repeat;
	background-position: 120px 8px;
}

.main .side2 .new_product .new_box .icon .size{
	color:#734106;
	font-size:15px;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height:13px;
	letter-spacing: 0px;
	font-weight: bold;
    padding: 8px 0 0 5px;
}

.main .side2 .new_product .new_box .icon .number{
	color:#910000;
	font-size:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
    padding: 8px 0 0 5px;
}



.main .side2 .new_product .new_box table tr td {
    padding: 8px 0 0 5px;
    vertical-align: middle;/*是垂直置中*/
}





/*左-熱門產品區塊*/
.main .side2 .hot_product {
    padding: 0px 0 10px 0px;

}

.main .side2 .hot_product .hot_product_t {
    padding: 0px 0 5px 0px;
}

.main .side2 .hot_product .hot_box {
	background-image: url(../images/home/left_product_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:157px;
	height:58px;
    padding: 0px 0 10px 0px;
}



.main .side2 .hot_product .hot_box .icon{
	background-image: url(../images/all/hot_icon.gif);
	background-repeat: no-repeat;
	background-position: 120px 8px;
}

.main .side2 .hot_product .hot_box .icon .size{
	color:#734106;
	font-size:15px;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height:13px;
	letter-spacing: 0px;
	font-weight: bold;
    padding: 8px 0 0 5px;
}

.main .side2 .hot_product .hot_box .icon .number{
	color:#910000;
	font-size:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
    padding: 8px 0 0 5px;
}


.main .side2 .hot_product .hot_box table tr td {
    padding: 6px 0 0 5px;
    vertical-align: middle;/*是垂直置中*/
}




/*product/show.aspx  ---------------------------------------------*/
.show .main .side1 {
    padding: 0 0 0 24px;
    width: 152px;
}

/*product/show.aspx  ------------------表格區塊*/
.show .main .side2{
	display:none;
}






.show .main .content {
	width:789px;/*824-35*/
	padding: 50px 0 0 35px;
}
.show .main .content h1.tit{
    position: absolute;
    top: 0;
    font-size: 24px;
    font-family: '微軟正黑體';
    color: #006794;
    font-weight: normal;
}

.show .main .content .left{ float:left;}
.show .main .content .right{ float: left;	padding:0 0 0 30px;}


.show .main .content .left table{
	width:450px;
}


.show .main .content .left table tr{
	background-color: #FFF;
	color:#5e5e5e;
	border: 1px solid #cdcbcc;
	vertical-align:middle;   /*是垂直置中*/
	height:25px;
}




.show .main .content .left table tr td{
	padding:0px 0 0px 3px;
	vertical-align:middle;   /*是垂直置中*/
}

.show .main .content .left table tr:nth-child(2n){
	background-color: #efefef;
	color:#5e5e5e;
	border: 1px solid #cdcbcc;
	vertical-align:middle;   /*是垂直置中*/

}
.show .main .content .left table tr .name {
	padding:0px 0 0px 20px;
}





.show .main .content .right .photo_box {
	background-image: url(../images/product/pic_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:279px;
	height:282px;
}


.show .main .content .right .photo {
    padding: 8px 0 0 8px;
}

.show .main .content .right .bt_inquiry{
	padding:10px 0 0 0px;
}


.show .main .content .edit_box {
	width:755px;
	padding:30px 0 20px 0px;
}
.show .main .content .edit_box .edit_title {
	padding:0px 0 20px 0px;
}
.show .main .content .edit_box .edit_txt {
	color:#2e2c2c;
	font-size:13px;
	line-height:26px;
}

.show .main .content .back {
    padding: 50px 0 20px;
}




/*左product/compare.aspx--------------------------- 表格區塊*/
.compare .main .side1 {
	display:none;
}

.compare .main .side2 {
	display:none;
}


.compare .main .content {
    padding: 0 25px 20px;
    width: 950px;
}

.compare .main .content #compare {
	margin:0px 0px 30px 0px;
}





.compare .main .content table#compare tr{
	background-color: #FFF;
	color:#5e5e5e;
	border: 1px solid #cdcbcc;
	vertical-align:middle;   /*是垂直置中*/
	height:30px;
}




.compare .main .content table#compare tr td{
	padding:0px 0 0px 0px;
	vertical-align:middle;   /*是垂直置中*/
	border: 1px solid #cdcbcc;
	text-align:center; /*是水平置中*/
}

.compare .main .content table#compare tr:nth-child(2n){
	background-color: #efefef;
	color:#5e5e5e;
	border: 1px solid #cdcbcc;
	vertical-align:middle;   /*是垂直置中*/

}

.compare .main .content #compare tr .name {
	text-align: left;/*是水平置中*/
	padding:0px 20px 0px 20px;
}



/*inquiry/index.aspx------------------------------------------------ */

.inquiry .main .content {
    padding: 0 0 0 25px;
    width: 600px;
}
.inquiry .main .content .title {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding:0px 0 15px 0px;
}



.inquiry .main .content #inquiry_list {
    margin: 0 0 50px;
}


.inquiry .main .content table#inquiry_list tr {
	line-height:26px;
}

.inquiry .main .content table#inquiry_list tr th {
	color:#fff;
	border: 1px solid #cdcbcc;
	text-align: center; /*是水平置中*/
	vertical-align:middle;   /*是垂直置中*/
	padding:0px 0 0px 8px;
	background-image: url(../images/home/table_t_bg.jpg);
	background-repeat: repeat-x;
	height:29px;
}


.inquiry .main .content table#inquiry_list tr td{
	background-color: #fff;
	color:#5e5e5e;
	border: 1px solid #cdcbcc;
	text-align: center; /*是水平置中*/
	vertical-align:middle;   /*是垂直置中*/
}




.inquiry .main .content .btn {
	padding:20px 0 15px 105px;
}

.inquiry .main .content .btn2 {
	padding:20px 0 15px 145px;
}



.inquiry .main .content .btn3 {
    padding: 20px 0 30px 180px;
}





.inquiry .main .content .login_form {
    border-bottom: 2px solid #3984a7;
    border-top: 3px solid #3984a7;
    color: #444;
    font-size: 13px;
    /*padding: 15px 0 0;*/
    width: 600px;
}

.inquiry .main .content .login_form tr{
	line-height:35px;
	vertical-align:middle;
    border-bottom: 1px solid #d1d1d1;
}

.inquiry .main .content .login_form tr td{
}



.inquiry .main .content .login_form table tr td .transparent tr{
    border-bottom: none;
	text-align:center; /*是水平置中*/
	vertical-align:middle;   /*是垂直置中*/

}



/*contact/index.aspx------------------------------------------------ */

.contact .main .content {
    padding: 0 0 0 25px;
    width: 600px;
}
.contact .main .content .title {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding:0px 0 15px 0px;
}

.contact .company {
	padding:0px 0 10px 15px;
}


.contact #info {
    font-size: 13px;
    margin: 0 0 15px 5px;
	color: #444444;
}

.contact #info tr{
	line-height:20px;
	vertical-align:middle;
   /* border-bottom: 1px solid #d1d1d1;*/
}

.contact #info tr td a{
	color: #013363;
	text-decoration: underline;
}

.contact #info tr td a:hover{
	color: #8d0000;
	text-decoration: underline;
}



.contact .main .content .btn3 {
    padding: 20px 0 30px 180px;
}


.contact .main .content .login_form {
    border-bottom: 2px solid #3984a7;
    border-top: 3px solid #3984a7;
    color: #444;
    font-size: 13px;
    /*padding: 15px 0 0;*/
    width: 600px;
}

.contact .main .content .login_form tr{
	line-height:35px;
	vertical-align:middle;
    border-bottom: 1px solid #d1d1d1;
}

.contact .main .content .login_form tr td{
}



.contact .main .content .login_form table tr td .transparent tr{
    border-bottom: none;
	text-align:center; /*是水平置中*/
	vertical-align:middle;   /*是垂直置中*/

}


/*company/index.aspx------------------------------------------------ */
.company .main .content .t {
}


.company .main .content .box {
	background-image: url(../images/company/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:609px;
	height:320px;
	font-size:13px;
	color:#303030;
}

.company .main .content .box .txt1 {
    padding: 30px 0 15px 30px;
    line-height: 25px;
}

.company .main .content .box .txt1 span{
	font-weight: bold;
}


.company .main .content .box .txt2 {
    line-height: 25px;
    padding: 5px 0 15px 30px;
    width: 355px;
}

.company .main .content .box .txt2 span{
	color:#8d0000;
}




























.input01 {
	font-size:12px;
	color:#fff;
	background-image:url(../images/inquiry/ic02.gif);
	background-color:transparent;
	width:42px;
	height:21px;
	cursor:pointer;
}











































/*字型--------------------------------------------------------------*/

.font_01{
	color:#8d0000;
}

.font_02{
	color:#734106;
	font-size:15px;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height:13px;
	letter-spacing: 0px;
	font-weight: bold;
}

.font_03{
	color:#2b2b2b;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
}

.font_04{
	color:#910000;
	font-size:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.font_05{
	color:#00425f;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}



/* 表單及其他樣式
-----------------------------------------*/
.button{
color:#999999;
background-color:#FFF;
border:#CCCCCC 1px solid;
font-family:Verdana;
font-size:12px;
}

.keyin{
color:#333;
background-color:#FFF;
border:#c8c8c8 1px solid;
/*font-family:Verdana;*/
font-size:12px;
padding:3px;
}

.keyin02{
color:#333;
background-color:#FFF;
border:#c8c8c8 1px solid;
/*font-family:Verdana;*/
font-size:12px;
padding:2px;
}

.keyin03{
color:#333;
background-color:#ececec;
/*border:#c8c8c8 1px solid;
/*font-family:Verdana;*/
font-size:13px;
padding:3px;
}

.pixeltable {
	border:1px solid #565656; /*表格邊框變細*/
}


.link_move:hover   {position:relative;top:-2px;right:0px;}
