/*
 * SECTION1
 */

.text9pt {
	text-decoration: NONE;
	color: RGB(80,80,80);
	font-size: 9pt;
	line-height: 150%;
}

.text9pt:visited {
	text-decoration: NONE;
	font-size: 9pt;
	line-height: 150%;
}

.text9pt:active {
	text-decoration: underline;
	color: RGB(255,0,0);
	font-size: 9pt;
	line-height: 150%;
}

.text9pt:hover {
	text-decoration: underline;
	color: RGB(255,0,0);
	font-size: 9pt; line-height: 150%;
}

img{
	border: 0px;
}

/*
 * SECTION2
 */

.input01 {
	font-size: 12px;
	color: #666666;
	border: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}


/*
 * SECTION3
 */

/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	background-image: url(/images/templates/mold_01_01/big5/top/bg.jpg);
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; text-decoration:none;}
a:hover		{ text-decoration: none; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/*首頁套版*/
.main_top{
	text-align: center;
}

.main{
	width: 1005px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

.main div{
    text-decoration: NONE;
	color: RGB(80,80,80);
	font-size: 9pt;
	line-height: 150%;
}

.main_level_1{
	width: 1006px;
	height: 75px;
	background-image: url(/images/templates/mold_01_01/big5/top/top.jpg);
}

.main_level_1a{
	width: 1006px;
	height: 120px;
	background-image: url(/images/templates/mold_01_01/big5/top/mold_top.jpg);
}

.main_level_1_right{
	float: right;
	width: 530px;
	height: 35px;
	margin-top: 25px;
}

.main_level_1_right_number1{
	float: left;
	margin-top: 30px;
}

.main_level_1_right_number2{
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

.main_level_1_div{
	float: left;
	width: 150px;
}

/*第二層*/
.main_level_2{
	width: 1005px;
	clear: both;
}

.main_level_2_left{
	float: left;
	width: 727px;
}

.main_level_2_right{
	float: left;
	text-align: left;
}

.main_level_2_right_2{
	padding-top: 5px;
	margin-left: 35px;
}

.main_level_2_right_bg{
    width: 278px;
	height: 258px;
	background-image: url(/images/templates/mold_01_01/big5/top/cos_inf.jpg);
}

.main_level_2_righta_bg{
    width: 278px;
	height: 158px;
	background-image: url(/images/templates/mold_01_01/big5/top/mem_bg.jpg);
}

.main_level_2_right_3{
	float: left;
	width: 240px;
	height: 55px;
}

.main_level_2_right_mesg{
	width: 220px;
	margin-left: 45px;
}

/*首頁按鈕例*/
.main_level_3{
	clear: both;
	width: 1005px;
	height: 60px;
    background-image: url(/images/templates/mold_01_01/big5/button/button_bg.jpg);
}

.main_level_3_center_button{
    list-style-type: none;
    margin: 0px;
	top: 333px;
	padding-left: 120px;
    position: absolute;
}

.main_level_3_center_button li{
    float: left;
	height: 60px;
}

/*第二層*/
.main_level_3_center_button ul{
    list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 55px;
	top: 0px;
	width: 180px;
	background-color: #195FA5;
    position: absolute;
}

.main_level_3_center_button ul li{
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 180px;
	border-left: 1px #FFFFFF solid;
    border-right: 1px #FFFFFF solid;
    border-top: 1px #FFFFFF solid;
}

.main_level_3_center_button ul li, .main_level_3_center_button ul li a:link, .main_level_3_center_button ul li a:visited, .main_level_3_center_button ul li a:hover, .main_level_3_center_button ul li a:active{
	font-size: 18px;
	color: #FFFFFF;
}

.main_level_3_center{
	clear: both;
	width: 1005px;
	height: 60px;
}

.main_level_3_center2{
	float: left;
	height: 60px;
	text-align: center;
	background-image: url(/images/templates/mold_01_01/big5/button/but_bg.jpg);
}

/*主要內容*/
.main_level_4{
	width: 1005px;
}

.main_level_4_left{
	float: left;
	width: 731px;
	height: 659px;
}
.main_level_4_right{
	float: left;
	width: 274px;
	height: 659px;
    background-image: url(/images/templates/mold_01_01/big5/top/nice_works_bg.jpg);
}
.main_left_4_left_top{
	width: 731px;
	height: 445px;
}
.main_left_4_left_bottom{
	width: 731px;
	height: 214px;
    background-image: url(/images/templates/mold_01_01/big5/top/epaper_program.jpg);
}
.main_left_4_left_top_left{
	float: left;
	width: 368px;
	height: 445px;
}
.main_left_4_left_top_right{
	float: left;
	width: 363px;
	height: 445px;
    background-image: url(/images/templates/mold_01_01/big5/top/successful_case_bg.jpg);
}
.main_left_4_left_top_left_top{
	width: 368px;
	height: 222px;
    background-image: url(/images/templates/mold_01_01/big5/top/news_bg.jpg);
}
.main_left_4_left_top_left_bottom{
	width: 368px;
	height: 223px;
    background-image: url(/images/templates/mold_01_01/big5/top/activities_bg.jpg);
}
.main_level_4_act{
	float: left;
	width: 150px;
	margin-left: 30px;
	padding-top: 70px;
}

.main_level_5{
	width: 1006px;
	background-image: url(/images/templates/mold_01_01/big5/table/bg.jpg);
}
.main_level_5_left{
	float: left;
	width: 220px;
}
.main_level_5_right{
	float: left;
	width: 786px;
}

div#abgne_marquee {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	top: 85px;
	margin-left: 465px;
	width: 430px;
	height: 28px;
	text-align: left;
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#abgne_marquee ul {
	position: absolute;
}
div#abgne_marquee ul li{
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:15px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
}

.main_left_4_left_bottom_left{
	float: left;
	width: 345px;
	height: 150px;
	margin-left: 20px;
	margin-top: 50px;
	overflow: hidden;
}

.main_left_4_left_bottom_right{
	float: left;
	width: 340px;
	height: 150px;
	margin-left: 10px;
	margin-top: 50px;
	overflow: hidden;
}

.main_left_bottom_more1{
    position: absolute;
	float: left;
	width: 55px;
	height: 20px;
	margin-left: 290px;
	margin-top: 20px;
	cursor: pointer;
}
.main_left_bottom_more2{
    position: absolute;
	float: left;
	width: 55px;
	height: 20px;
	margin-left: 650px;
	margin-top: 20px;
    cursor: pointer;
}
.main_left_bottom_more3{
    position: absolute;
	float: left;
	width: 70px;
	height: 20px;
	margin-left: 270px;
	margin-top: 40px;
	cursor: pointer;
}
.main_left_bottom_more4{
    position: absolute;
	float: left;
	width: 55px;
	height: 25px;
	margin-left: 290px;
	margin-top: 38px;
    cursor: pointer;
}

.main_level_4_right_prodl{
	width: 255px;
	height: 575px;
	margin-left: 7px;
	margin-top: 70px;
	overflow: hidden;
}

.main_left_4_left_top_right_isnew{
	float: left;
	width: 167px;
	height: 159px;
	margin-top: 25px;
	margin-left: 10px;
}

.main_left_4_left_top_right_image{
	width: 158px;
	height: 104px;
	margin-top: 3px;
	margin-left: 2px;
	overflow: hidden;
}

.main_left_4_left_top_right_divd{
	width: 40px;
	height: 60px;
}
.main_left_4_left_top_right_text{
	width: 160px;
	height: 40px;
	margin-top: 5px;
	margin-left: 2px;
	overflow: hidden;
}

.prod_life_imgd{
	height: 90px;
}
.divleft{
	float: right;
	margin-left: 10px;
	text-align: left;
}
.divleft ul{
	list-style-type: none;
}
