@import url("reset.css");

body{padding: 0; margin: 0;
	
	font-family: Microsoft YaHei, Microsoft JhengHei ,Verdana, Geneva, sans-serif;
	/*font-family:Oswald ;*/

	 }


#wrapper{
	width:100%;
	text-align:center;
	display:block;
	position:relative;
	
}

/******上方區塊******/

#header{
	width:100%;
	border-top:13px solid #849E05;
	background-color:#FFF;
	
}


/******LOGO + 語系(外框)******/

.header_frame{
	width:1024px;
	margin:0 auto;
	height:85px;
	display:block;
	
	
	
}

/******LOGO******/

.header_frame h4{
	width:345px;
	margin:0 auto;
	height:85px;
	display:block;
	background-image:url(../images/logo01.png);
	text-indent:-9999px;
	float:left;
	
}

/******語系******/

.header_frame span{
	margin-right:5px;
	
	height:50px;
	display:block;
	float:right;
	text-align:right;
	padding-right:15px;
	z-index:40;
	
	margin-top:5px;
}

.header_frame span a{
	font-size:12px;
	text-decoration:none;
	color:#333333;
	
}

.header_frame span a:hover{
	text-decoration:underline;
	color:#0099FF;
	
}

/******選單外框******/

.menu_frame{
	width:100%;
	height:39px;
	background-image:url(../images/menubg01.png);
	display:block;
	-moz-box-shadow:0px 4px 12px -1px rgba(20%,20%,40%,0.5);
-webkit-box-shadow:0px 4px 12px -1px rgba(20%,20%,40%,0.5);
box-shadow:0px 4px 12px 1-px rgba(20%,20%,40%,0.5);

}


#menu .dot{
	border-right:1px dotted #ffffff;
}


/*****輪播區設定*******/
.slider_frame{
	width:100%;
	height:380px;
	display:block;
	/*background-color:#f0f1f5;*/
	background-image:url(../images/headerbg03.png);
	border-top:5px solid #FFFFFF;	
}

#abgne-block-20110406 {
	margin: 0 auto;
	width: 990px;	/* 框架圖片的寬 */
	height: 380px;	/* 框架圖片的高 */
	position: relative;
	background-color:#FFF;
	/*background: url('images/frame.gif') no-repeat;*/
}

#abgne-block-20110406 a.prev {
	position: absolute;
	top: 180px;
	display: block;
	width: 42px;	/* 左右鈕圖片的寬 */
	height: 42px;   /* 左右鈕圖片的高 */
	left:-42px;	
	text-indent: -9999px;
	
	
}

#abgne-block-20110406 a.next {
	position: absolute;
	top: 180px;
	display: block;
	width: 42px;	/* 左右鈕圖片的寬 */
	height: 42px;   /* 左右鈕圖片的高 */
	right:-42px;	
	text-indent: -9999px;
	
}


#abgne-block-20110406 a.prev {
	/*background: url('images/left.png') no-repeat;*/
	background: url('../images/prev01.png') no-repeat;
	transition:background 0.1s;
}

#abgne-block-20110406 a.prev:hover {
	/*background: url('images/left.png') no-repeat;*/
	background: url('../images/prev02.png') no-repeat;
}

#abgne-block-20110406 a.next {
	/*background: url('images/right.png') no-repeat;*/
	background: url('../images/next01.png') no-repeat;
	transition:background 0.1s;
	
}

#abgne-block-20110406 a.next:hover {
	/*background: url('images/right.png') no-repeat;*/
	background: url('../images/next02.png') no-repeat;
	
}

#abgne-block-20110406 .slides {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width: 990px;	/* 框架中間區塊的寬 */
	height: 380px;	/* 框架中間區塊的高 */
}

#abgne-block-20110406 .slides ul {
	position: absolute;
	width: 9990px;
	height: 100%;
}

#abgne-block-20110406 .slides li {
	width: 990px;	/* 框架中間區塊的寬 */
	height: 100%;
	float: left;
}


/******三欄設計*********/

.threeblock_frame{
	width:100%;
	height:100%;
	display:block;
	background-image:url(../images/bg01.jpg);
	background-position:-150px 0;	
	
}

.whiteblock{
	width:100%;
	height:100%;
	display:block;
	background-image:url(../images/whitebg01.png);
	margin:0 auto;	
}

.blankblock{
	width:1024px;
	height:25px;
	display:block;
	
	margin:0 auto;	
}


.threeblock{
	width:1024px;
	height:100%;
	display:block;
	margin:0 auto;
	overflow:hidden;
	
	
	}
	

.itemblock{
	width:340px;
	height:100%;
	display:block;
	text-align:center;
	float:left;
	z-index:3;
	padding-bottom:15px;
}


.itemblock img.cc{
	margin:10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:80%;
	border: 4px solid #FFFFFF;
  -moz-box-shadow: 0px 0px 3px #999; /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px 0px 3px #999; /* Safari and Chrome */
  box-shadow: 0px 0px 3px #999;
}

.threeblock p{
	font-size:13px;
	line-height:1.4;
	margin-top:10px;
	
	}


.itemtext{
	width:80%;
	margin:0 auto;
	text-align:left;
	line-height:1.4;
	}
	
.threeblock a.ia{
	width:12%;
	height:5%;
	display:block;

	float:right;
	margin-right:9%;
	
	}




/******四格設計*********/

.foursection_frame{
	width:1024px;
	
	margin:0 auto;
	background-color:#ffffff;
}

.foursection{
	width:100%;
	
	display:block;
	margin-left:30px;
	
	
}

.section{
	width:230px;
	display:block;
	float:left;
	padding-top:15px;
	margin-right:10px;
	padding-bottom:15px;
	
}

.section span img.ff00{
	width:250px;
	height:130px;
	display:block;
	
	/*background-image:url(../images/sectionframe.png);*/
	
	z-index:30;
}

.section img.ff01{
	width:200px;
	height:130px;
	
	border: 4px solid #FFFFFF;
  -moz-box-shadow: 0px 0px 3px #999; /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px 0px 3px #999; /* Safari and Chrome */
  box-shadow: 0px 0px 3px #999;
}

.section p{
	clear:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	
	text-align:center;

}

.section a{
	text-decoration:none;
	color:#333;
	transition:color 0.3s;
}

.section a:hover{

	color:#09F;
}

/*******麵包屑****/
.bread{
	width:100%;
	height:42px;
	background-color:#F4F4F4;
	margin:0 auto;
	
		}
.bread_frame{
	width:1024px;
	margin:0 auto;
	height:42px;
	line-height:42px;
	text-align:left;
	
}
.bread_frame img{
	vertical-align:middle;
	margin-top:-2px;
	
	}

.bread_frame span{
	padding:0 10px;
	}

.bread_frame span.breadnow{
	color:#FF6600;
	}


.bread_frame a{
	text-decoration:none;
	color:#666;
	}

/*****綠線******/
.greenline{
	width:100%;
	height:7px;
	background-image:url(../images/headerbg03.jpg);
	-moz-box-shadow:0px 4px 12px -1px rgba(20%,20%,40%,0.5);
-webkit-box-shadow:0px 4px 12px -1px rgba(20%,20%,40%,0.5);
box-shadow:0px 4px 12px 1-px rgba(20%,20%,40%,0.5);
		}

/***錨點設定****/
.anchor{
  display: block;
  height: 112px; <!--same height as header-->
  margin-top: -125px; <!--same height as header-->
  visibility: hidden;
}

/****標題*****/
.titlebox{
	width:100%;
	height:100px;
	background-image:url(../images/headerbg03.jpg);
	background-repeat:repeat;
	font-family: 'Oswald';
	text-align:left;
	
	}
.titlebox b{
	width:100%;
	height:100px;
	line-height:90px;
	font-size:40px;
	 color: #FFF;
  text-shadow: 0 1px 1px #000; 
  margin-left:11%;
  
	
	}

/****三角形****/
.tri{
	width:100%;
	height:47px;
	display:none;
	background-color:#FFF;
	text-align:left
	}

.tri img{
	margin-left:11%;
	margin-top:-1px;
	}
	
/*****簡介****/

.aboutsix{
	position:relative;
	
	}

.aboutsix .alink01{
	width:250px;
	height:50px;
	display:block;
	position:absolute;
	left:100px;
	top:100px;
	
	}

.introbox{
	width:1024px;
	
	overflow:hidden;
	padding:20px 0;
	margin:0 auto;
	
	
	}
.introbox img{
	
	
	float:right;
	
	width:600px;
	height:300px;
	margin-left:15px;
	border: 4px solid #FFFFFF;
  -moz-box-shadow: 0px 0px 3px #999; /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px 0px 3px #999; /* Safari and Chrome */
  box-shadow: 0px 0px 3px #999;
	
	}

.introright{
	
	float:left;
	
	display:block;
	
	text-align:left;
	
	}
	
.introright span{
	color:#849E05;
	font-size:30px;
	font-weight:bold;
	
	
	}
.introright p{
	margin-top:15px;
	line-height:1.5;
	color:#849E05;
	text-align:justify;
	font-size:13px;
	
	width:350px;
	
	
	
	}

/*****服務******/

.servicebox{
	width:1024px;
	
	margin:0 auto;
	
	
	
	
	
	
	}
.servicebox img{
	
	
	float:left;
	
	width:300px;
	margin-right:35px;
	border: 4px solid #FFFFFF;
  -moz-box-shadow: 0px 0px 3px #999; /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px 0px 3px #999; /* Safari and Chrome */
  box-shadow: 0px 0px 3px #999;
  margin-top:35px;
  
	
	
	}

.serviceright{
	
	
	
	margin-left:264px;
	
	display:block;
	
	text-align:left;
	
	}
	
.serviceright span{
	color:#849E05;
	font-weight:bold;
	font-size:30px;
	
	
	}
.serviceright p{
	margin-top:10px;
	line-height:1.3;
	color:#333;
	
	width:720px;
	
	
	
	line-height:1.5;
	}
.serviceline{
	clear:left;
	
	border:1px dashed #91D727;
	
}

/*****內頁*****/
.content3{
	width:1024px;
	padding:15px 0;
	display:block;
	background-color:#ffffff;
	text-align:left;
	margin:0 auto;
	margin-bottom:20px;
	
	}

.content3 h6{
	
	font-size:30px;
	margin-bottom:20px;
	color:#849E05;
	}

/*****內頁*****/
.content3 h4{
	color:#849E05;
	font-size:20px;
	
	
	}

/****三階*****/
.three-col {
		
       -moz-column-count: 2;
       -moz-column-gap: 60px;
       -webkit-column-count: 2;
       -webkit-column-gap : 60px;
       -moz-column-rule-color:  #ccc;
       -moz-column-rule-style:  solid;
       -moz-column-rule-width:  1px;
       -webkit-column-rule-color:  #ccc;
       -webkit-column-rule-style: solid ;
       -webkit-column-rule-width:  1px;
	   width:1024px;
	   margin:0 auto;
	   line-height:1.8;
	   font-size:13px;
	   text-align:justify;
	   
}


/****內容框架*****/
.content2{
	width:100%;
	
	display:block;
	height:100%;
	padding:15px 0;
}


.content_frame{
	width:1024px;
	margin:0 auto;
	text-align:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	
}



/*******工廠內頁輪播區********/
#abgne-block-20120804 {
		width: 1004px;	/* 圖片寬度 + 縮圖寬度 + 間隔 10px */
		height: 450px;	/* 圖片高度 */
		padding: 6px 10px;
		position: relative;
		border: 1px solid #ccc;
		margin:0 auto;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	#abgne-block-20120804 ul, #abgne-block-20120804 li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#abgne-block-20120804 img {
		border: none;
	}
	#abgne-block-20120804 .photo {
		width: 900px;	/* 圖片寬度 */
		height: 450px;	/* 圖片高度 */
		position: absolute;
	}
	#abgne-block-20120804 .desc-block {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 900px;	/* 圖片寬度 */
		height: 32px;
	}
	#abgne-block-20120804 .desc-bg, #abgne-block-20120804 .desc-title {
		position: absolute;
		width: 880px;	/* 圖片寬度 - padding * 2 */
		background: #000;
		top: -27px;
		height: 50px;
		padding: 4px 10px;
	}
	#abgne-block-20120804 .desc-title {
		color: #fff;
		background: none;
		
	}
	#abgne-block-20120804 #playPause-btn {	/* 播放/暫停鈕 */
		position: absolute;
		display: block;
		right: 5px;
		bottom: 5px;
		width: 21px;
		height: 21px;
		width: 21px;
		height: 21px;
	    text-indent: -9999px;
	}
	#abgne-block-20120804 .playPause-btn-play {
		background: url(../images/sprite.png) no-repeat -21px 0px;
	}
	#abgne-block-20120804 .playPause-btn-pause {
		background: url(../images/sprite.png) no-repeat 0px 0px;
	}
	#abgne-block-20120804 .thumbs {
		width: 94px;
		height: 432px;	/* 這裡是右邊縮圖外框的高度 = 圖片高度 - padding-top */
		padding-top: 12px;
		right: 10px;
		position: absolute;
	}
	#abgne-block-20120804 .carousel {
		height: 432px; /* 這裡是右邊縮圖外框的高度 = 圖片高度 - padding-top */
		position: relative;
		overflow: hidden;
	}
	#abgne-block-20120804 .carousel .nav-bar {
		float: left;
		width: 2px;
		height: 63px;
		margin-right: 2px;
	}
	#abgne-block-20120804 .carousel img {
		float: left;
		width: 90px;
		height: 63px;
	}
	#abgne-block-20120804 .carousel ul {
		position: absolute;
	}
	#abgne-block-20120804 .carousel li {
		width: 94px;
		height: 72px;
	}
	#abgne-block-20120804 .carousel .current .nav-bar {	/* 當被點選時，縮圖左邊的顏色 */
		background: #007acc;
	}
	#abgne-block-20120804 .thumbs .prev, #abgne-block-20120804 .thumbs .next {	/* 縮圖上下的控制鈕 */
		position: absolute;
		left: 43px;
		width: 12px;
		height: 0px;
		padding-top: 6px;
		overflow: hidden;
		display: block;
		cursor: pointer;
		background: url(../images/sprite.png) no-repeat 0 0;
	}
	#abgne-block-20120804 .thumbs .prev {
		top: 0px;
		background-position: 0 -21px;
	}
	#abgne-block-20120804 .thumbs .next {
		bottom: -2px;
		background-position: 0 -27px;
	}
/****產品BOX******/
.probox{
	width:327px;
	
	display:block;
	
	float:left;
	
	margin-right:30px;	
	margin-bottom:15px;
	height:270px;
	
}

.probox b{
	font-size:15px;
	color:#F90;
	
	display:block;
}


/****頁尾*****/
#footer{
	height:86px;
	width:100%;
	display:block;
	
	
	text-align:right;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#FFF;

	
}

.footertext{
	
	
	/*padding-top:15px;*/
	padding:15px 0%;
	width:1024px;
	line-height:1.4;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0 auto;
	
	
}

.footermenuframe{
	width:100%;
	background-color:#5F5F5F;
	overflow:hidden;
	padding:20px 0;
	}

.footermenu{
	width:1024px;
	margin:0 auto;
	
	
	}

.footermenu ul{
	
	float:left;
	margin-right:15px;
	text-align:left;
	}

.footermenu li.headline01{
	
	border-left:1px solid #FFDF42;
	height:25px;
	padding-left:10px;
	color:#FFDF42;
	font-family:Verdana, Geneva, sans-serif;
	
	}

.footermenu li.headline01 a{
	
	color:#FFDF42;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	
	}

.footermenu li.link01{
	
	border-left:1px solid #fff;
	height:25px;
	padding-left:10px;
	
	}

.footermenu li.link01 a {
	
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	
	}


.footermenu li.link01 {
	
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	height:20px;
	line-height:15px;
	list-style-type:none;
	
	}


.footermenu li.link01:hover {
	
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	height:20px;
	line-height:15px;
	background-image:url(../images/footermenubg.jpg);
	background-repeat:no-repeat;
	background-position:0 2px;
	
	}


.proframe{
	width:990px;
	margin:0 auto;	
	background-color:red;
	display:block;
}

#gallery{
	float:left;
	width:300px;
	margin-right:30px;	
	margin-top:15px;
	text-align:center;
}
#gallery img{
	margin-top:5px;
	width:300px;
	height:100px;
	border: 4px solid #FFFFFF;
  -moz-box-shadow: 0px 0px 3px #999; /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px 0px 3px #999; /* Safari and Chrome */
  box-shadow: 0px 0px 3px #999;
}

#gallery a{
	text-decoration:none;
	color:#06F;
}


#gallery a:hover{
	color:#F60;
}


#gallery2{
	float:left;
	width:300px;
	margin-right:30px;	
	margin-top:15px;
	text-align:center;
}
#gallery2 img{
	margin-top:5px;
	width:300px;
	height:150px;
	border: 4px solid #FFFFFF;
  -moz-box-shadow: 0px 0px 3px #999; /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px 0px 3px #999; /* Safari and Chrome */
  box-shadow: 0px 0px 3px #999;
}

#gallery2 a{
	text-decoration:none;
	color:#06F;
}


#gallery2 a:hover{
	color:#F60;
}

#gallery3 {
	width:230px;
	height:150px;
	display:block;
	background-color:#FFFFFF;
	padding:5px;
	position:relative;
	border:1px solid #999999;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	
}


#gallery3 img{
	width:230px;
	height:150px;
	border:0;
	
	
}
#gallery3 b{
	width:230px;
	
	padding:10px 0;
	display:block;
	background-image:url(../images/black01.png);
	position:absolute;
	z-index:2;
	bottom:5px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	transition:color 0.3s;
	
	
}


#gallery3 b:hover{

	color:#FFCC00;
	
	
	
}

#gallery3 a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
}

#gallery3 a:hover{
	color:#FFCC00;
}



.careerbox{
	
	margin-bottom:20px;
	
}

.careerbox img{
	vertical-align:middle;
	
	margin-top:5px;
	}

.careerbox span{
	font-weight:bold;
	color:#01bde2;
	
}

.careertext{
	padding-left:65px;
	padding-bottom:20px;
	line-height:1.6;
	margin-top:-10px;
	border-bottom:1px dashed #666666;
}

.careernote{
	color:#FFFFFF;
	width:1004px;
	line-height:1.6;
	font-size:18px;
	margin-top:-30px;
	background-color:#849E05;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border:3px solid #FFFFFF;
	-moz-box-shadow:0px 0px 7px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:0px 0px 7px rgba(20%,20%,40%,0.5);
	box-shadow:0px 0px 7px rgba(20%,20%,40%,0.5);
	margin:0 auto;
	
}

.careernote a{
	text-decoration:none;
	color:#FFFF00;
	font-weight:bold;
	
}

.careernote a:hover{
	text-decoration:underline;
	
}








.left_con{
	width:300px;
	
	
	
	float:left;	
	
}


.left_con h3{
	color:#009908;
	font-size:25px;
	margin-bottom:15px;
	
	
		
}

.left_con ul{
	width:198px;
	
}

.left_con li{
	width:198px;
	
	
}

.left_con li a{
	width:210px;
	height:27px;
	display:block;
	line-height:27px;
	padding-left:5px;
	text-decoration:none;
	font-size:15px;
	color:#666;
	border-bottom:1px dashed #CCC;
	
	
}

.left_con li a:hover{
	width:229px;
	padding-left:5px;
	height:27px;
	display:block;
	background-image:url(../images/left_menu_on.png);
	border:0;
	
}

.left_con li.now a{
	width:229px;
	padding-left:5px;
	height:27px;
	display:block;
	color:#009908;
	font-weight:bold;
	background-image:url(../images/left_menu_active.png);
	border:0;
	
}

.right_con{
	width:1024px;
	background-image:url(../images/conbg03.jpg);
	background-repeat:repeat-y;
	
	padding:0;
	margin:0 auto;;
	margin-top:15px;

		
}
.right_con h3{
	color:#009908;
	font-size:25px;
		
}

.right_con .righttext{
	margin-top:10px;
	font-size:13px;
	line-height:1.4;
	float:left;
	width:50%;
	text-align:left;
	height:100px;
	
}

.right_con h4{
	color:#F60;
	font-size:16px;
	font-weight:bold;
	
	height:27px;
	
	
		
}

.right_con p{
	margin-left:35px;
	margin-top:5px;	
	
	
	
		
}



.contactinfo{
	width:300px;
	margin-bottom:15px;
}

.contactinfo b{
	background-color:#849E05;
	padding:2px 15px;
	height:30px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size:16px;
	color:#ffffff;
	}
.contactinfo h6{
	width:300px;
	height:20px;
	border-bottom:2px solid #849E05;
	margin-bottom:5px;
	
}

.contactinfo p{
	margin-left:15px;
	font-size:15px;
	
}

.right_con h5{
	width:650px;
	height:30px;
	display:block;
	color:#FFFFFF;
	text-align:center;
	font-size:18px;
	margin-left:30px;
	line-height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#849E05;
	
	}
	
	
.right_con table{
	margin-left:30px;
	margin-top:15px;
	margin-bottom:15px;
	
	}
	
input[type=text] {
   width:550px;
   margin-bottom:10px;
   height:30px;
   margin-top:5px;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #CCCCCC;
}

input[type=submit], input[type=reset] {
  padding:10px 25px;
  margin-top:15px;
  
}

.right_con textarea{
	width:550px;
	height:200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #CCCCCC;
	
	
	}

select{
 padding:6px 25px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #CCCCCC;
}


.salebox{
	width:1024px;
	margin:0 auto;
	
}

.salebox img{
	margin-top:0px;
	width:300px;
	height:150px;
	border: 4px solid #FFFFFF;
  -moz-box-shadow: 0px 0px 3px #999; /* Firefox 3.6 and earlier */
  -webkit-box-shadow: 0px 0px 3px #999; /* Safari and Chrome */
  box-shadow: 0px 0px 3px #999;
  float:left;
  margin-right:15px;
  
}

.salebox table{
	width:700px;
	height:108px;
	border: 1px solid #ccc;
	
	
	
}

.salebox .tr01{
	height:30px;
	background-color:#FFFF66;
	font-size:13px;
	text-align:center;
	
}

.salebox .tr02{
	height:120px;
	font-size:13px;
	text-align:center;
	
}

.salebox td{
	height:30px;
	padding-left:5px;
}

.salesline{
	clear:left;
	width:990px;
	border:1px dashed #91D727;
	margin:25px 0 25px 15px;
}

.salebox h5{
	width:1024px;
	height:30px;
	display:block;
	color:#FFFFFF;
	text-align:center;
	font-size:18px;
	margin-left:0px;
	line-height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#849E05;
	
	}
	
.salelist{
	width:1024;
	margin:0 auto;
}

.salelist table{
	width:1024px;
	margin-top:20px;
	padding-top:15px;
	
}




/******內頁>最新消息>下方分頁標籤******/

.pagelink{  
	text-align:center;
	padding:0 12% 0 15%;
	
	
}
.pagelink span {    
	font-size: 24px; 
	margin-right: 8px; 
	font-size: 12px; 
	text-align: center; 
}
.pagelink span a{  
	background-color: none;   
	color: #849E05; 
	padding:4px 5px; 
	text-decoration: none; 
	border: 1px solid #849E05;
	transition:background 0.1s;
}
.pagelink span a:hover{  
	background-color: #849E05;  
	color: #fff; 
	padding:4px 5px; 
	text-decoration: none;
}



a.contactbtu{
	padding:10px 15px;
	
	display:block;
	background-color:#849E05;
	float:right;
	color:#FFFFFF;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
	transition:background-color 0.3s;

}

a.contactbtu:hover{
	background-color:#336600;
	
}


/*分頁專用*/
.pagination {
	line-height:40px;
	font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
	font-size: 12px;
	text-align: center;
	color: #CCC;
}
        
.pagination a {
	text-decoration: none;
	border: 1px solid #849E05;
	color: #330;
	padding: 4px 6px;
	margin: 0 2px;
	font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
	font-size: 12px;
}
.pagination a:hover{
	text-decoration: none;
	color: #FFF;
	padding: 4px 6px;
	margin: 0 2px;
	background-color: #849E05;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.pagination .current {
	font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
	font-size: 12px;
	color: #fff;
	background-color: #849E05;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

.pagination .current.prev, .pagination .current.next{
	font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
	font-size: 12px;
	color: #CCC;
	border-color: #849E05;
	background: #fff;
}
