/* 總體設定 */
* {
	margin:0;
	padding: 0;
}
body {
	color: #333;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/sky.jpg);
}
/*連結設定*/
a	{
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
/*標題設定*/
h1, h2, h3  {
	font-family: "微軟正黑體", "新細明體", "Trebuchet MS", Arial;
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	padding: 8px 0 2px 25px;
	text-transform: none;
	background: url(images/square_arrow.png) no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;
	color: #339900;
}
h2 {
	font-size: 1.3em;
	color: #339900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
h3 {
	font-size: 1.1em;
	color: #333;
	letter-spacing: 1px;
}
h4 {
	margin-bottom: 5px;
	font-size: small;
	margin-top: 5px;
}
.h4arrow {
	background-image: url(images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-top: 1px;
	padding-left: 27px;
}

h1, h2, h3, p {
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
/*清單編號設定*/
ul, ol {
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #000000;
	font-size: small;
	margin-top: 10px;
	letter-spacing: 1px;
}
ul span, ol span {
	color: #666666;
}
/* 圖片相關設定 */
.img
{
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
/*AA相關企業圖示*/
#aaimg {
	position: relative;
	text-align: center;
}
/*縮排*/
blockquote {
	margin: 15px;
	padding: 0 0 0 32px;
	background-position: 5px 10px;
	border: 1px solid #EAEAEA;
	border-left: 5px solid #72A545;
	font-weight: bold;
	font-size: small;
	background-color: #FAFAFA;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
}
/*主要內容框架*/
#wrap {
	padding:0;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
/*標題選項、圖片*/
#header {
	position: relative;
	clear:left;
	width: 965px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#logo  {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -29px;
	right: 880px;
	background-image: url(images/CCSloge.png);
	height: 60px;
	width: 74px;
	background-repeat: no-repeat;
}
/*語言選項*/
#header #slogan {
	position: absolute;
	font-size: small;
	font-weight: bold;
	top: 11px;
	right: 0px;
	text-transform: none;
	z-index: auto;
	width: auto;
}
#header #slogan ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	letter-spacing: normal;
}
#header #slogan li {
	display: inline;
}
#header #slogan a {
	color: #333;
}
#header #slogan a:hover {
	color: #006699;
}
/*主要選單設定*/
#header #header-tabs {
	width: 100%;
	height: auto;
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-size: small;
	font-weight: bold;
} 
#header-tabs ul {
	list-style:none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin: 0;
}
#header-tabs li {
	display:inline;
	padding:0;
	margin: 0;
}
#header-tabs a {
	float:left;
	background: url(images/tableft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#header-tabs a span {
	float:left;
	display:block;
	background: url(images/tabright.png) no-repeat right top;
	color: #CCC;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 8px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
	background-position: 100% -42px;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs #current a {
	background-position:0% -42px;
}
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}
.search {
	position: absolute;
	z-index: auto;
	height: auto;
	width: auto;
	left: 660px;
	top: 155px;
	color: #FFF;
}
#navigation {
	position: absolute;
	z-index: auto;
	left: 15px;
	top: 160px;
}
.navleftbg {
	background-image: url(images/navbgleft.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	padding-left: 10px;
	font-size: 0.8em;
	padding-top: 3px \9;
}
.navrightbg {
	background-image: url(images/navbgright.png);
	background-repeat: no-repeat;
	float: right;
	height: 20px;
	width: 11px;
}
/*首頁、公司簡介、聯繫方式、人才招募主要內容設定*/
#main {
	float: left;
	width: 655px;
	position: relative;
	margin-bottom: 10px;
}
/*首頁消息連結設定*/
#main ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#main ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#main ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;
	font-size: small;
}
#main ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:5px solid #72A545;
}
/*首頁經銷產品*/
.inprd {
	float: left;
	background-image: url(images/item.gif);
	background-repeat: no-repeat;
	width: 170px;
	padding-left: 16px;
	background-position: 0px;
	list-style-type: none;
}
.inprd-e {
	float: left;
	width: 266px;
	background-image: url(images/item.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 16px;
	list-style-type: none;
}
.inprd-s {
	float: left;
	width: 532px;
	background-image: url(images/item.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 16px;
	list-style-type: none;
}
#baner {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 30px;
	clear: both;
	padding-top: 5px;
}
/*電子型錄連結*/
#article-wrapper {
	padding-left: 25px;
	padding-right: 15px;
}
#article-wrapper h5 {
	font-size: medium;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-weight: normal;
	margin-bottom: 5px;
	background-color: #f2f2f2;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #339900;
	padding-left: 5px;
}
#article-wrapper img {
	float: left;
	margin-top: 5px;
}
#article-wrapper p {
	line-height: 1.7em;
	color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
}
.poster{
	padding-left: 15px;
}
/*首頁、公司簡介、聯繫方式、人才招募、網站地圖右邊欄*/
#sidebar {
	float: right;
	width: 300px;
}

#sidebar h2 {
	text-transform: none;
	color: #339900;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 8px;
	font-size: 1.1em;
	border-bottom-style: none;
	background-image: url(images/square_arrow.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 0.7em;
}
#sidebar p {
	margin-top: 1px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* 頁尾設定 */
#footer {
	height: 30px;
	color: #CCC;
	font-size: 92%;
	background-color: #000;
	padding-top: 10px;
	clear: both;
	padding-left: 10px;
	background-image: url(images/ce.png);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 0.9em;
	text-indent: 10px;
}
.address {
	position: absolute;
	left: 640px;
	top: 2px;
}
.address-en {
	position: absolute;
	left: 590px;
	top: 2px;
}
/*職務說明*/
.Duty {
	width: 555px;
	margin: auto;
}
/* 產品介紹 */
.lin {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
}
.text {
	vertical-align: top;
	padding-left: 15px;
	padding-bottom: 10px;
}
.prdcomments {
	margin-left: 15px;
}
.h4margin {
	margin-left: 15px;
}
.h3color {
	color: #FF6600;
}
/*產品頁主要內容*/
#pmain {
	width: 965px;
	position: relative;
	font-size: small;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
#pmain ul, #prdmain ul {
	list-style-image: url(images/arrow.png);
}
#prdmain {
	float: left;
	width: 715px;
	position: relative;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #C8E3FF;
	overflow: visible;
	margin-bottom: 15px;
}
/*產品頁右邊列選項*/
#prdbar {
	float: right;
	width: 240px;
	background-color: #FFFFFF;
	margin-top: 2px;
}
#prdbar h2 {
	background-image: url(images/square_arrow.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: 0px 13px;
}
#prdimg {
	margin-top: 50px;
}
#wrap ul.prdmenu {
	list-style:none;
	padding:0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: normal;
}
#wrap ul.prdmenu li {
	border: 1px solid #f2f2f2;
	margin-bottom: 1px;
}
#wrap ul.prdmenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	font-size: small;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#wrap ul.prdmenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #72A545;
	border-left-color: #72A545;
}
#wrap ul.prdmenu #use {
	display: block;
	font-weight: bold;
	color: #FF6600;
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	font-size: small;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
	text-decoration: none;
}
/*影片連結框*/
.video {
	margin-top: 10px;
	margin-left: 0px;
}
/*產品表格*/
#prdtable {
	margin-left: 15px;
}
#prdtable  td  {
	font-size: small;
	color: #000000;
	background-color: #CAE4FF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#prdtable  th  {
	font-size: small;
	color: #000000;
	background-color: #EAEAEA;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: left;
}
.tableright  {
	float: right;
}
/*產品表格標題*/
#prdtable  .tablefirst  {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
.prdphoto {
	float: right;
	padding-right: 20px;
	padding-left: 5px;
}
/*連續式封口機說明表格設定*/
.comments {
	color: #333;
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1;
	padding: 5px 0;
	margin-top: 20px;
	font-size: small;
}
/*連續式封口機配件表格*/
.accessories {
	padding-left: 10px;
}
/*產品首頁圖片連結*/
.tableimg  a {
	border: 1px solid #72A545;
	display: block;
	text-align: center;
	height: 110px;
	width: 170px;
	margin: auto;
}
.tableimg   a:hover {
	border: 1px solid #006699;
}
.tableimg_e a {
	border: 1px solid #72A545;
	display: block;
	height: 110px;
	width: 170px;
	margin-left: 15px;
}
.tableimg_e a:hover {
	border: 1px solid #006699;
}
/*展覽消息*/
#news {
	position: relative;
}
/*網站地圖*/
#sitemap{
	float: left;
	width: 655px;
	position: relative;
	margin-bottom: 10px;
}
#sitemap span{
	font-size: medium;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-left: 10px;
	margin-top: 5px;
	font-weight: bold;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px;
}
.sitemap_prd {
	font-size: small;
	margin-left: 30px;
}
#sitemap th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-color: #E1F0FF;
}
#sitemap a {
	color: #333333;
}
#sitemap a:hover {
	color: #006699;
}
/*Lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
