/* 	
    區塊寬度、高度、背景圖、背景色、對齊方式
	width:650px;                                            寬度
 	height:265px;                                           高度
	background-color:#FFFFFF;                               背景色
 	background-image: url(images/clouds_1.jpg);             背景圖
    background-repeat:no-repeat;                            如果區塊有背景圖，不要重複
	background-attachment:fixed;                            如果區塊有背景圖，不要捲動
    background-position:center left;                        如果區塊有背景圖，置放位置為 中間 左邊
	float: left;                                            區塊靠左對齊(擇1使用)
	float: right;                                           區塊靠右對齊(擇1使用)
    
	
	
	文字樣式設定
	font-family: Verdana, Arial, Helvetica, sans-serif;     文字字體
    font-size: 12px;                                        文字字級
	color: #000000;                                         文字顏色
	font-weight: bold;                                      粗體字
    text-align: right;                                      區塊內文字對齊右方(改為left為對齊左方)
    
    
	區塊間距設定
	margin: 0px auto;                                       區塊間距上下左右為0(如設定auto為自動對齊中間)                                   
	margin-top: 10px;                                       區塊間距上為10px
	margin-right: 10px;                                     區塊間距右為10px
	margin-bottom: 10px;                                    區塊間距下為10px
	margin-left: 40px;                                      區塊間距左為40px
	
	
	區塊內距設定
	padding:5px;                                            區塊內距上下左右各5(如果只設定一個)
	padding-top: 4px;                                       單獨設定上方內距4px
	padding-right: 4px;                                     單獨設定右方內距4px
	padding-bottom: 4px;                                    單獨設定下方內距4px
	padding-left: 4px;                                      單獨設定左方內距4px
	
	
	區塊邊框線統一設定
	border: 1px solid #000000;                              所有邊框線都為1、實線、顏色為黑色
	
	區塊邊框線分別設定
	border-right-width: 1px;                                右方框線寬度1
	border-bottom-width: 1px;                               下方框線寬度1
	border-left-width: 1px;                                 左方框線寬度1
	
	border-top-style: none;                                 上方框線樣式為無                             
	border-right-style: dotted;                             右方框線樣式為點狀線
	border-bottom-style: dashed;                            下方框線樣式為虛線 
	border-left-style: solid;                               左方框線樣式為實線 
	
	border-right-color: #FF0000;                            右方框線顏色為紅 
	border-bottom-color: #00FF00;                           下方框線顏色為綠 
	border-left-color: #0000FF;                             左方框線顏色為藍 
	
	
	
	上、下、左、右、中間等名詞
	center                                                  中間
	top                                                     上方
	right                                                   右方
	bottom                                                  下方
	left                                                    左方
*/
/* */
html {
/* 網頁捲軸顏色設定 */
background-attachment : fixed;
scrollbar-3dlight-color:#FF7575;
scrollbar-arrow-color:#f6650e;
scrollbar-base-color:#ffffff;
scrollbar-darkshadow-color:#d86f06;
scrollbar-face-color:#f99712;
scrollbar-highlight-color:#feff03;
scrollbar-shadow-color:#d86f06;
scrollbar-track-color:#ffb425;
}
body {
	/* 網頁背景底圖設定 */
background-image:url(images/pagebg.gif);
	background-color: #feaf1f;
	/* 網頁邊界對齊設定 */
margin: 0px;
	background-repeat: repeat-x;
}
/* 網頁預設文字顏色，一定要是黑色，不要修改，其他要使用顏色另外自訂 */
body,td,th {
	color: #000;
	/*color: #412700;*/
	font-size: 12px;
	font-family: "新細明體", Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
/* 預設網頁超連結顏色設定 */
a:link,a:active,a:visited { color : #f67c10;font-family: "新細明體",Verdana, Arial, Helvetica, sans-serif; }
a:hover { text-decoration: underline; color : #f67c10; }
hr { height: 0px; border: solid #f67c10 0px; border-top-width: 1px;}

/* 第一組文字超連結顏色如下 */ 
#link1 { color: #ffffff; } 
#link1 a:link { color: #ffffff; } 
#link1 a:visited { color: #ffffff; } 
#link1 a:hover { color: #ffffff; } 

/* 第二組文字超連結顏色如下 */ 
#link2 {line-height: 20px;color: #008df1;}
#link2 a:link { color: #008df1; } 
#link2 a:visited { color: #008df1; } 
#link2 a:hover { color: #f67c10; } 

/* 第二之二組文字超連結顏色如下 */ 
#link2_2 {line-height: 20px;color: #f67c10;}
#link2_2 a:link { color: #f67c10; } 
#link2_2 a:visited { color: #f67c10; } 
#link2_2 a:hover { color: #008df1; } 

#link2_2div {
	width: 217px;
	overflow: hidden;	
	height:21px;
	}
	
/* 第二之3組文字超連結顏色如下 */ 
#link2_3 {line-height: 20px;color: #f67c10;font-size: 15px;}
#link2_3 a:link { color: #f67c10;font-size: 15px; } 
#link2_3 a:visited { color: #f67c10;font-size: 15px; } 
#link2_3 a:hover { color: #008df1;font-size: 15px; } 

/* 第三組文字超連結顏色如下 */ 
#link3 {color : #ffffff;}
#link3 a:link { color: #ffffff;text-decoration: underline;} 
#link3 a:visited {color: #ffffff;text-decoration: underline;} 
#link3 a:hover {color: #ffffff;text-decoration: underline;}

/* 第四組文字超連結顏色如下 */ 
#link4 {
	color : #ffc313;
	line-height: 17px;
}
#link4 a:link { color: #ffc313;text-decoration: underline; } 
#link4 a:visited { color: #ffc313;text-decoration: underline; } 
#link4 a:hover { color: #ffc313;text-decoration: underline; } 

/* 第五組文字超連結顏色如下 */ 
#link5 {
	color : #ffffff;
}
#link5 a:link { color: #ffffff;text-decoration: none; } 
#link5 a:visited { color: #ffffff;text-decoration: none; } 
#link5 a:hover { color: #ffffff;text-decoration: underline; } 

/* 第六組文字超連結顏色如下 */ 
#link6 {
	color : #f67c10;
	text-decoration: underline; 
}
#link6 a:link { color: #f67c10;text-decoration: none; } 
#link6 a:visited { color: #f67c10;text-decoration: none; } 
#link6 a:hover { color: #f67c10;text-decoration: underline; } 

/* 第7組文字超連結顏色如下 */ 
#link7 {
	color : #000000;
	text-decoration: none; 
}
#link7 a:link { color: #000000;text-decoration: none; } 
#link7 a:visited { color: #000000;text-decoration: none; } 
#link7 a:hover { color: #000000;text-decoration: underline; } 

/* 第8組文字超連結顏色如下 */ 
#link8 {
	color : #000000;
	text-decoration: none;
	line-height: 16px;
}
/* 新聞頁面用行距 */ 
#newsline-height {
	line-height: 20px;
}
#link8 a:link { color: #000000;text-decoration: underline; } 
#link8 a:visited { color: #000000;text-decoration: underline; } 
#link8 a:hover { color: #000000;text-decoration: underline; } 
.td_underline {
	border-bottom-style: dashed;
	border-bottom-color: #729ec0;
	border-bottom-width: 1px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 8px;
	line-height: 20px;
	}
.bodyline { background-color: #FFFFFF; border: 1px #FFFFFF solid; }
td.row1 { background-color: #F8F8F8; }
td.row2 { background-color: #F8F8F8; }
td.row3 { background-color: #F8F8F8; }
td.aqua { background-image: url(images/cellpic3.gif); }
td.aqua1 { background-color: #EDF3FE; }
td.aqua2 { background-image: url(images/cellpic0.gif); }

td.rowpic {
background-color: #FFFFFF;
background-image: url(images/cellpic2.jpg);
background-repeat: repeat-y;
}

th {
color: #63605E; font-size: 13px; font-weight : bold;
background-color: #333333; height: 25px;
background-image: url(images/cellpic3.gif);
}
/* 討論區外框表格顏色設定 */
.forumline { background-color: #FFFFFF; border: 1px #fb941d solid; }
/* 討論區表格顏色設定*/
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/aquatbm.gif);
background-color:#C0C0C0; border: #FFFFFF; border-style: solid; height: 22px;
}
/* 討論區表格底線和文字設定 */
.forumtd_line {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #fb941d;
    font-size: 12px; 
	color: #000000;
    height: 30px;
	line-height: 18px;
}
.forumtd_line2 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	font-size: 12px;
	color: #000000;
	height: 30px;
	line-height: 18px;
}
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: #F8F8F8; border: #FFFFFF; border-style: solid; }

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

.maintitle,h1,h2 {
font-weight: bold; font-size: 22px; font-family: "Arial Black",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #333333;
}

.loslogos {
font-weight: bold; font-size: 10px; font-family: "Arial",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFFF;
}
.loslogos2 {
font-weight: bold; font-size: 12px; font-family: "Arial Black",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFFF;
}
.loslogos3 {
font-weight: bold; font-size: 16px; font-family: "Arial Black",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFFF;
}

.loslogosbig {
font-weight: bold; font-size: 22px; font-family: "Arial Black",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFFF;
}
/* 網頁文字設定 */
.gen { font-size : 13px; }
.gen2 { font-size : 10px;color :#A7A7A7 }
.genmed { font-size : 12px; }
.genmed2 { font-size : 12px;color : #ff0000; }
.genmed22 { font-size : 16px;color : #ff0000; }
.genmed23 { font-size : 16px;color : #000000; }
.genmed3 {
	color: #666666;
	font-weight: bold;
	font-size: 18px;
}
.genmed4 {font-size : 12px;color : #000000;}
.genmed5 {
font-weight: bold; font-size: 16px ; letter-spacing: 1px; color : #ff0000
}
.genmed6 { font-size : 12px;color : #fa5700; font-weight: bold;}
.genmed7 { font-size : 12px;color : #ffffff; }
.genmed8 { font-size : 12px;color : #008df1; }
.genmed9 { font-size : 12px;color : #ff0000; }
.genmed10 { font-size : 12px;color : #ffc313; }
.gensmall { font-size : 11px; }
.gensmall2 { font-size : 11px;color :#959595 }
.gensmal2 { font-size : 10px;color : #ffffff; }
.gensmal3 { font-size : 13px;color : #ffc313;  }
.genmed14 {
	font-size : 12px;
	color : #ffffff;
	line-height: 20px;
}
.genmed15 { font-size : 12px;color : #ff0000; font-weight: bold;}
.genmed16 { font-size : 16px;color : #fd8900; font-weight: bold;}
.gen,.genmed,.gensmall { color : #333333; }
a.gen,a.genmed,a.gensmall { color: #333333; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #446D8C; text-decoration: underline; }
/* 網頁主要按鈕列顏色設定 */
.mainmenu { font-size : 12px; color : #333333 }
a.mainmenu { text-decoration: none; color : #006699; }
a.mainmenu:hover{ text-decoration: underline; color : #333333; }

.aquamenu { font-size : 10px; color : #000000 }
a.aquamenu { text-decoration: none; color : #000000; }
a.aquamenu:visited { text-decoration: none; color : #000000; }
a.aquamenu:hover{ text-decoration: none; color : #333333; }
/* 後台管理區空白表格高度 */
.table_height {
	height: 5px;
}
.table_height2 {
	height: 2px;
}

/* 網頁主要按鈕列顏色設定 */
.cattitle { font-weight: bold; font-size: 16px ; letter-spacing: 1px; color : #333333}
a.cattitle { text-decoration: none; color : #333333; }
a.cattitle:hover{ text-decoration: underline; }

.forumlink { font-weight: bold; font-size: 13px; color : #006699; }
a.forumlink { text-decoration: none; color : #333333; }
a.forumlink:hover{ text-decoration: underline; color : #DDE4EC; }

.nav { font-weight: bold; font-size: 12px; color : #333333;}
a.nav { text-decoration: none; color : #333333; }
a.nav:hover { text-decoration: underline; }

.topictitle { font-weight: bold; font-size: 12px; color : #333333; }
a.topictitle:link { text-decoration: none; color : #333333; }
a.topictitle:visited { text-decoration: none; color : #559EE2; }
a.topictitle:hover { text-decoration: underline; color : #DDE4EC; }

.name { font-size : 12px; color : #333333;}

.postdetails { font-size : 11px; color : #333333; }

.postbody { font-size : 13px;}
a.postlink:link { text-decoration: none; color : #333333 }
a.postlink:visited { text-decoration: none; color : #559EE2; }
a.postlink:hover { text-decoration: underline; color : #DDE4EC}

.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #006600;
background-color: #FFFFFF; border: #555555; 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: #FFFFFF; border: #555555; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.copyright { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright { color: #444444; text-decoration: none;}
a.copyright:hover { color: #333333; text-decoration: underline;}
#shop_ask {
	width: 450px;
	border-right: #754c12 1px solid;
	border-top: #754c12 1px solid;
	border-left: #754c12 1px solid;
	border-bottom: #754c12 1px solid;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	padding: 4px;
}
#shop_ask2 {
	height: 23px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #754c12;
}
.inputstyle {
	color: #000;
	background-color: #fff;
	height: 18px;
	width: 95px;
	border: 1px solid #7f9db9;
	font-family: Verdana, Geneva, sans-serif;	
}
.inputstyle2 {
	color: #000;
	background-color: #fff;
	height: 18px;
	width: 310px;
	border: 1px solid #aa6402;
	font-family: Verdana, Geneva, sans-serif;	
}
#footer_font {
	line-height: 20px;
}
#div1 {
	position: relative;	
	}.pagedown {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d96e06;
}
.tab_view {
	line-height: 20px;
}
.ntitle1 {
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}
.ntitle1 a:link {
	text-decoration: none;
}
.ntitle1 a:visited {
	text-decoration: none;
}
.ntitle1 a:hover {
	text-decoration: underline;
}
.ntitle1 a:active {
	text-decoration: none;
}
.t_moviefont1 {
	font-family: "新細明體",Verdana, Geneva, sans-serif;
	text-align:justify;      /*讓文字齊行*/ 
	text-justify:distribute; /*讓文字左右齊行*/	
	font-size: 12px;
	line-height: 14px;
}
.t_movieback {
	background-image: url(images/back18.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.t_moviefont2 {
	font-family: "新細明體",Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F60;
}
.t_moviefont2 a:link {
	text-decoration: none;
}
.t_moviefont2 a:visited {
	text-decoration: none;
}
.t_moviefont2 a:hover {
	text-decoration: underline;
}
.t_moviefont2 a:active {
	text-decoration: none;
}
.shopcart_in {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1E1E1;
	border-bottom-color: #CCC;
}
.memberzoneBack {
	background-image: url(images/gita_pic013_5.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.news1 {
	border: 1px solid #fda00a;
}
.news2 {
	background-image: url(images/news1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.news3 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.news_detial {
	font-family: "新細明體",Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #F60;
	height:25;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;	
	}
#tab_view {
	text-align: left;
	padding: 20px;
	width: 636px;
	border: 2px solid #CCC;
}
#footer01 {
	background-color: #FFF;
	width: 899px;
	text-align: center;
	padding-right: 4px;
	padding-left: 5px;
}
#footer01_1 {
	width: 899px;
	height: 16px;
	background-image: url(images/gita_pic045_1.gif);
	padding-top: 10px;
}
#footer01_2 {
	width: 899px;
	background-image: url(images/gita_pic045_2.gif);
	line-height: 20px;
}
#footer01_2_1 {
	width: 320px;
	float: left;
	text-align: left;
	padding-left: 180px;
}
#footer01_2_2 {
	width: 399px;
	float: left;
	text-align: left;
}
#footer01_2_3 {
	clear: both;
}
#footer01_3 {
	width: 899px;
	height: 19px;
	background-image: url(images/gita_pic045_3.gif);
}
#web_link_in {
	background-color: #242424;
	background-image: url(images/gita_pic046_4.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
}
#web_link_in2 {
	text-align: left;
	height: 40px;
	color: #FFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}#bt_list {
	background-color: #e6e6e6;
	height: 34px;
	width: 721px;
	padding-left: 4px;
}
#index_upBannerbox {
	background-color: #ffc600;
	height: 188px;
	width: 710px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e86f04;
	border-bottom-color: #e86f04;
	border-left-color: #e86f04;
	padding-top: 10px;
}
#bannerDiv1 {
	position:absolute;
	left:270px;
	top:28px;
	width:200px;
	height:200px;
	z-index:1;
}
.newscontent{
	/*font-size:15px;*/
	line-height:18px;
	text-align:justify;      /*讓文字齊行*/
	text-justify:distribute; /*讓文字左右齊行*/
}
#nesdt_list {
	width: 100px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;	
	float: left;
	line-height: 20px;
	}
#nesdt_list2 {
	padding-right: 30px;
	padding-left: 30px;
	}
#td_line {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 30px;
	margin-left: 30px;
	}
.w_word1 {
	color: #c9c9c9;
	text-decoration: none;	
	}
.w_word1 a:link {
	color: #c9c9c9;
	text-decoration: none;	
}
.w_word1 a:visited {
	color: #c9c9c9;
	text-decoration: none;	
}
.w_word1 a:hover {
	color: #000;
	text-decoration: underline;
}
#td_line2 {
	line-height: 20px;
	font-weight: bold;
	}
.w_word2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}