@charset "utf-8";
/* CSS Document */
/***至頂靠齊*********************************************************/
#lang {
	width: 200px;
	color: #C7AB6C;
	top: 5px;
	left: 25px;
	position: absolute;
	font-size: 13px;
	z-index: 999;
}
#fixedbar {
	width: 100%;
	height: 40px;
	position: fixed;
	text-align: right;
	z-index: 9999;
	top: 0px;
	background: url(topnav/bg.png) top repeat-x;
}
#topnavbg {
	width: 1000px;
	height: 0px;
	margin: 0 auto;
	position: relative;
	background: url(topnav/bg.jpg) repeat-x;
}
#topnavcart {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	background: url(topnav/bg2.png) top right no-repeat;
}
#cartinfo {
	height: 40px;
	color: #BFBFBF;
	width: auto;
	font-size: 12px;
	padding: 0 0 0 0px;
	letter-spacing: 0px;
	text-decoration: none;
	position: absolute;
	right: 0px;
	padding: 0 0 0 0;
}
#cartinfo td {
	padding: 5px 0 0 0;
	margin: 0px;
}
#cartinfo a {
	color: #B28500;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#cartinfo a:visited {
	color: #B28500;
	text-decoration: none;
}
#cartinfo a:hover {
	color: #367D39;
	text-decoration: none;
}
#cartinfo span a {
	color: #DFA900;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#cartinfo span a:visited {
	color: #DFA900;
	text-decoration: none;
}
#cartinfo span a:hover {
	color: #FFF;
	text-decoration: none;
}
#cartinfo span1 a {
	color: #FFBFBF;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#cartinfo span1 a:visited {
	color: #FFBFBF;
	text-decoration: none;
}
#cartinfo span1 a:hover {
	color: #FFF;
	text-decoration: none;
}
#cartinfo img {
}
#topcart {
	width: auto;
	color: #ff9900;
	float: left;
	font-weight: bold;
	text-decoration: none;
}
#topcart a {
	color: #ff9900;
	text-decoration: none;
}
#topcart a:hover {
	color: #FFF;
	text-decoration: none;
}
/***至頂靠齊*********************************************************/
/*******************************************************************/
#payform_btn {
	width: 52px;
	height: 183px;
	position: fixed;
	left: 0px;
	top: 200px;
}
#payform_btn a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(img/payform.png) no-repeat;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}
#payform_btn a:hover {
	background: url(img/payform_.png) no-repeat;
}
/*******************************************************************/
/***普通通用*********************************************************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "新細明體";
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #4C4C4C;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: url(img/line.jpg) top repeat-x;
}
#wrapper_box {
	width: 100%;
	clear: both;
	position: relative;
}
/***普通通用*********************************************************/
/***LOGO*******************************************************/
#logo {
	width: auto;
	height: auto;
	position: absolute;
	top: 15px;
	left: 25px;
	z-index: 50;
}
/***LOGO*******************************************************/
/***主視圖******************************************************/
#banner_box {
	width: 980px;
	height: 492px;
	position: relative;
	padding: 0 0 8px 0;
	margin: 0 auto;
	background: url(banner/line.jpg) bottom repeat-x;
}
#banner {
	width: 978px;
	height: 490px;
	position: relative;
	overflow: hidden !important;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: #EEEEEE 1px solid;
}
#banner img {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/***主視圖********************************************************/
/***主要內容******************************************************/
#head_box {
	width: 100%;
	height: 106px;
	position: relative;
}
#head {
	width: 980px;
	height: 106px;
	margin: 0 auto;
	position: relative;
	background: url(img/bg_top.png) no-repeat;
}
#main_box {
	width: 100%;
	padding: 0 0 0 0;
}
#main {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 25px 0 40px 0;
	position: relative;
}
/*********************************************************/
/*********************************************************/
#leftside {
	width: 190px;
	float: left;
	margin: 0 0 0 5px;
	position: relative;
}
.leftnav {
	width: 170px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 220px;
	background: url(leftnav/bottom.jpg) center bottom no-repeat;
	background-color: #EFEFEF;
}
.leftnav_bottom {
	width: 230px;
	height: 33px;
	background: url(leftnav/top.png) no-repeat;
}
.leftnav_title {
	position: relative;
}
.leftnav_title .more {
	width: 39px;
	height: 9px;
	position: absolute;
	right: 10px;
	top: 10px;
}
/*********************************************************/
/*********************************************************/
#rightside {
	width: 780px;
	float: right;
	position: relative;
	padding: 20px 0 0 0;
}
#right_title {
	width: 650px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #663300;
	padding: 0 0 0 50px;
	margin-bottom: 20px;
	text-decoration: none;
	background: url(img/t_bg.png) no-repeat;
}
#right_title span {
	color: #B15413;
}
#right_title a {
	color: #594637;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#right_title a:visited {
	color: #594637;
	text-decoration: none;
}
#right_title a:hover {
	color: #793D17;
	text-decoration: none;
}
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
#iproducts_n {
	width: 660px;
	height: 340px;
	float: left;
	color: #545454;
	border-bottom: #DBDBDB 1px solid;
	padding: 35px 0px 0px 0px;
	position: relative;
	margin-bottom: 45px;
	background: url(iproducts_n/title.jpg) left top no-repeat;
}
#iproducts_n .list {
	width: 324px;
	float: left;
	margin: 0 3px;
	border-top: #3CCBDB 2px solid;
}
#iproducts_n .list .name {
	height: 30px;
	color: #202020;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	overflow: hidden;
	-webkit-transition: color 200ms linear, background 200ms linear;
	-moz-transition: color 200ms linear, background 200ms linear;
	-o-transition: color 200ms linear, background 200ms linear;
	transition: color 200ms linear, background 200ms linear;
}
#iproducts_n .list a:hover .name {
	color: #FF8811;
	text-decoration: none;
}
#iproducts_n .list .con {
	width: 300px;
	color: #525252;
	height: 40px;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0px;
	overflow: hidden;
	-webkit-transition: color 200ms linear, background 200ms linear;
	-moz-transition: color 200ms linear, background 200ms linear;
	-o-transition: color 200ms linear, background 200ms linear;
	transition: color 200ms linear, background 200ms linear;
}
#iproducts_n .list a:hover .con {
	color: #24ADD5;
	text-decoration: none;
}
#iproducts_n .list .photo {
	width: 324px;
	height: 241px;
	position: relative;
	overflow: hidden;
	-webkit-transition: border 200ms linear, background 200ms linear;
	-moz-transition: border 200ms linear, background 200ms linear;
	-o-transition: border 200ms linear, background 200ms linear;
	transition: border 200ms linear, background 200ms linear;
}
#iproducts_n .list .photo img {
	max-width: 324px;
	max-height: 241px;
}
#iproducts_n .more {
	width: 40px;
	height: 10px;
	position: absolute;
	left: 170px;
	top: 8px;
}
/*********************************************************/
/*********************************************************/

/*********************************************************/
/*********************************************************/
#inews {
	width: 299px;
	height: 207px;
	float: right;
	padding: 35px 0px 0px 0px;
	position: relative;
	background: url(inews/title.jpg) left top no-repeat;
}
#inews .list {
	height: 50px;
	padding: 10px 15px;
	background: url(inews/bg01.jpg) no-repeat;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}
#inews .list:hover {
	background: url(inews/bg_.jpg) no-repeat;
}
#inews .list2 {
	height: 50px;
	padding: 10px 15px;
	background: url(inews/bg02.jpg) no-repeat;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}
#inews .list2:hover {
	background: url(inews/bg_.jpg) no-repeat;
}
#inews .date {
	font-size: 12px;
	line-height: 20px;
	color: #FFFF73;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 200ms linear, background 200ms linear;
	-moz-transition: color 200ms linear, background 200ms linear;
	-o-transition: color 200ms linear, background 200ms linear;
	transition: color 200ms linear, background 200ms linear;
}
#inews .name {
	height: 30px;
	color: #FFF;
	line-height: 15px;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0px;
	overflow: hidden;
	-webkit-transition: color 200ms linear, background 200ms linear;
	-moz-transition: color 200ms linear, background 200ms linear;
	-o-transition: color 200ms linear, background 200ms linear;
	transition: color 200ms linear, background 200ms linear;
}
#inews .bottom {
	width: 299px;
	height: 110px;
	position: relative;
	background: url(inews/bottom.jpg) no-repeat;
}
#inews .bottom img {
	position: absolute;
	top: -9px;
	left: -18px;
}
#inews .more {
	width: 82px;
	height: 9px;
	position: absolute;
	right: 2px;
	top: 8px;
}
#inews .more a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(inews/more.png) no-repeat !important;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}
#inews .more a:hover {
	background: url(inews/more_.png) no-repeat !important;
}
/*********************************************************/
/*********************************************************/
.more a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(img/more.png) no-repeat;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}
.more a:hover {
	background: url(img/more_.png) no-repeat;
}
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
#iproducts {
	width: 980px;
	float: left;
	padding: 39px 0px 0 0px;
	position: relative;
	background: url(iproducts/title.jpg) left top no-repeat;
}
#iproducts .list {
	width: 186px;
	height: 190px;
	float: left;
	position: relative;
}
#iproducts .list .con {
	height: 34px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding: 0px 0px 16px 0px;
	text-decoration: none;
	letter-spacing: 0px;
}
#iproducts .list .price {
	font-size: 12px;
	height: 22px;
	line-height: 20px;
	color: #535353;
	text-decoration: none;
}
#iproducts .list .price span {
	font-size: 18px;
	color: #D80000;
	font-weight: bold;
}
#iproducts .list .name {
	height: 40px;
	line-height: 18px;
	color: #535353;
	font-size: 13px;
	letter-spacing: 0px;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#iproducts .list .photo {
	width: 180px;
	height: 135px;
	position: relative;
	background: #FFF;
	padding: 2px;
	border: #E3E3E3 1px solid;
	margin-bottom: 10px;
	-webkit-transition: border 200ms linear, background 200ms linear;
	-moz-transition: border 200ms linear, background 200ms linear;
	-o-transition: border 200ms linear, background 200ms linear;
	transition: border 200ms linear, background 200ms linear;
}
#iproducts .list .photo img {
	max-width: 180px;
	max-height: 135px;
}
#iproducts .list a:hover .top {
	opacity: 1;
}
#iproducts .more {
	width: 40px;
	height: 10px;
	position: absolute;
	top: 7px;
	z-index: 10;
	left: 170px;
}
/***首頁產品******************************************************/
/***社群*******************************************************/
#community {
	width: 102px;
	position: absolute;
	top: 3px;
	right: 0px;
	z-index: 50;
}
#community ul.top_menu {
	width: 82px;
	height: 66px;
	padding: 13px 5px 7px 15px;
	float: left;
	background: url(community/bg.jpg) no-repeat;
}
#community ul.top_menu li {
	color: #ECECEC;
	width: 70px;
	padding:0 0 0 10px;
	margin-bottom: 7px;
	background: url(community/dot.png) 0 6px no-repeat;
}
#community ul.top_menu li a {
	color: #ECECEC;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#community ul.top_menu li a:visited {
	color: #ECECEC;
	text-decoration: none;
}
#community ul.top_menu li a:hover {
	color: #87E7F8;
	text-decoration: none;
}
#community ul {
	float: right;
}
#community li {
	width: 19px;
	list-style: none;
}
#community li a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #8F4E83;
	-webkit-transition: background 200ms linear, color 200ms linear;
	-moz-transition: background 200ms linear, color 200ms linear;
	-o-transition: background 200ms linear, color 200ms linear;
	transition: background 200ms linear, color 200ms linear;
}
#community li a:hover {
	color: #F90;
}
#community li a.cart {
	background: url('community/cart.png') no-repeat;
}
#community li a.facebook {
	height: 22px;
	background: url('community/fb.png') no-repeat;
}
#community li a.google {
	height: 22px;
	background: url('community/google.png') no-repeat;
}
#community li a.twitter {
	height: 21px;
	background: url('community/twitter.png') no-repeat;
}
#community li a.plurk {
	height: 21px;
	background: url('community/plurk.png') no-repeat;
}
#community li a.favorites {
	background: url('community/favorites.png') no-repeat;
}
#community li a.pixnet {
	background: url('community/pixnet.png') no-repeat;
}
#community li a.cart:hover {
	background: url('community/cart_.png') no-repeat;
}
#community li a.facebook:hover {
	background: url('community/fb_.png') no-repeat;
}
#community li a.google:hover {
	background: url('community/google_.png') no-repeat;
}
#community li a.twitter:hover {
	background: url('community/twitter_.png') no-repeat;
}
#community li a.favorites:hover {
	background: url('community/favorites_.png') no-repeat;
}
#community li a.pixnet:hover {
	background: url('community/pixnet_.png') no-repeat;
}
/***社群*******************************************************/
/***頁底*********************************************************/
#footer_box {
	width: 100%;
	height: 246px;
	position: relative;
	background: url(footer/bg.jpg) center repeat-x;
}
#footer {
	width: 980px;
	height: 225px;
	margin: 0 auto;
	position: relative;
	padding: 21px 0 0 0;
	background: url(footer/bg.jpg) center repeat-x;
}
#footer .menu {
	min-width: 150px;
	height: 101px;
	font-size: 13px;
	line-height: 18px;
	z-index: 99;
	float: left;
	padding: 30px 0 0 20px;
	position: relative;
	margin-right: 30px;
	border-left: #57E3C8 1px solid;
}
#footer .menu .title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF26;
	position: absolute;
	top: 0px;
	left: 20px;
}
#footer .menu li {
	width: 90px;
	line-height: 22px;
	color: #FFF;
	list-style: none;
}
#footer .menu a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .menu a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer .menu a:hover {
	color: #744830;
	text-decoration: none;
}
/****/
#footer .menu2 {
	width: 300px;
	height: 115px;
	font-size: 13px;
	line-height: 18px;
	z-index: 99;
	float: left;
	padding: 30px 0 0 20px;
	position: relative;
	margin-right: 30px;
	border-left: #57E3C8 1px solid;
}
#footer .menu2 .title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF26;
	position: absolute;
	top: 0px;
	left: 20px;
}
#footer .menu2 li {
	line-height: 22px;
	color: #FFF;
	list-style: none;
}
#footer .menu2 li.tel {
	line-height: 26px;
	font-size: 22px;
	font-weight: bold;
}
#footer .menu2 a {
	color: #999999;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .menu2 a:visited {
	color: #999999;
	text-decoration: none;
}
#footer .menu2 a:hover {
	color: #BD9475;
	text-decoration: none;
}
#footer .info {
	font-size: 13px;
	line-height: 18px;
	z-index: 99;
	position: absolute;
	left: 22px;
	top: 110px;
	color: #000000;
	width: 365px;
}
#footer .info td {
	padding: 3px 5px;
}
#footer .info td img {
	padding: 5px 0 0 0;
}
#footer .info span {
	color: #727272;
}
#footer .logo {
	position: absolute;
	right: 20px;
	top: 199px;
}
#footer .top_use {
	width: 37px;
	height: 38px;
	position: absolute;
	right: 10px;
	top: -38px;
}
#footer .top_use a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(footer/top.png) no-repeat;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}
#footer .top_use a:hover {
	background: url(footer/top_.png) no-repeat;
}
#footer .copyright {
	text-align: center;
	font-size: 12px;
	color: #888888;
	position: absolute;
	left: 20px;
	bottom: 23px;
	z-index: 10;
}
#footer .copyright span {
	color: #888888;
}
#footer .copyright span a {
	color: #888888;
	text-decoration: underline;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .copyright span a:visited {
	color: #888888;
	text-decoration: underline;
}
#footer .copyright span a:hover {
	color: #DADADA;
	text-decoration: underline;
}
#footer .copyright a {
	color: #888888;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#footer .copyright a:visited {
	color: #C79884;
	text-decoration: none;
}
#footer .copyright a:hover {
	color: #888;
	text-decoration: none;
}
#footer .linkg{position:absolute;top:20px;right:20px;}
#footer .linkg li{color:#FFF;font-size:14px;font-weight:bold;line-height:40px;list-style:none;}
#footer .linkg li i{width:40px;height:40px;background: url(footer/f_icon.png) no-repeat;display:inline-block;margin-right:5px;}
#footer .linkg li.facebook i{background-position:0px 0px;}
#footer .linkg li.line i{background-position:0px -40px;}
/***頁底*********************************************************/

/***產品搜尋*********************************************************/
#search {
	width: 170px;
	height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 2px 0px 0 10px;
	float: right;
	margin-right: 20px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: #FFF;
	behavior: url(../../scripts/pie/PIE.htc);
}
#search .btn {
	display: block;
	float: left;
	cursor: pointer;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#search .btn img {
}
#search .btn:hover {
	opacity: 0.5;
 　 filter:alpha(opacity=50);/*IE7*/
 　 -moz-opacity: 0.5;/*fireFox*/
}
#search .s_form {
	width: 130px;
	border: none;
	float: left;
	border: 0;
	font-size: 12px;
	color: #878787;
	background-color: transparent;
	height: 30px;
	padding-right:10px;
}


/***產品搜尋*********************************************************/


/***頁底*********************************************************/
.form_use {
	color: #526B3A;
	background-color: #FFF;
	border: #DEE1E2 1px solid;
	padding: 3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background 200ms linear, border 200ms linear;
	-moz-transition: background 200ms linear, border 200ms linear;
	-o-transition: background 200ms linear, border 200ms linear;
	transition: background 200ms linear, border 200ms linear;
	behavior: repeat url(../../scripts/pie/PIE.htc);
}
.form_use:hover {
	background-color: #CAD8BE;
	border: #999 1px solid;
}
.form_use:focus {
	color: #526B3A;
	background-color: #CAD8BE;
	border: #999 1px solid;
}
.form_h {
	height: 18px;
}
.form_use2 {
	color: #526B3A;
	background-color: #FFF;
	border: #AFCE86 1px solid;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background 200ms linear, border 200ms linear;
	-moz-transition: background 200ms linear, border 200ms linear;
	-o-transition: background 200ms linear, border 200ms linear;
	transition: background 200ms linear, border 200ms linear;
	behavior: repeat url(../../scripts/pie/PIE.htc);
}
.form_use2:hover {
	background-color: #CAD8BE;
	border: #999 1px solid;
}
.form_use2:focus {
	color: #526B3A;
	background-color: #CAD8BE;
	border: #999 1px solid;
}
.form_use3 {
	background-color: #FFF;
	border: #DEE1E2 1px solid;
	padding: 3px 8px;
	-webkit-transition: background 200ms linear, border 200ms linear;
	-moz-transition: background 200ms linear, border 200ms linear;
	-o-transition: background 200ms linear, border 200ms linear;
	transition: background 200ms linear, border 200ms linear;
}
.form_use3:hover {
	background-color: #F3F3F3;
	border: #999999 1px solid;
}

/***頁底*********************************************************/
