@charset "utf-8";

/* 通用模組 CSS 設定 */

/*----------------------------------------首頁內容設定(09.06.06)---------------------------------------------*/
/* 首頁標題框 */
.indexTit {
}
/* 首頁標題框上左2011.05 */
.HomeTitleTopLeft {
	font-size: 1pt;
	letter-spacing: 1pt;
}
/* 首頁標題框上中2011.05 */
.HomeTitleTopCenter {
	font-size: 1pt;
	letter-spacing: 1pt;
}
/* 首頁標題框上右2011.05 */
.HomeTitleTopRight {
	font-size: 1pt;
	letter-spacing: 1pt;
}
/* 首頁標題框中左2011.05 */
.HomeTitleMidLeft {
	font-size: 1px;
	letter-spacing: 1px;
}
/* 首頁標題框中中2011.05 */
.IndexListTitLi {
	height: 24px;
	padding-top: 5px;
}
/* 首頁標題框中右2011.05 */
.HomeTitleMidRight {
	font-size: 1px;
	letter-spacing: 1px;
}
/* 首頁標題框下左2011.05 */
.HomeTitleBotLeft {
	font-size: 1px;
}
/* 首頁標題框下中2011.05 */
.HomeTitleBotCenter {
	font-size: 1px;
	letter-spacing: 1px;
}
/* 首頁標題框下右2011.05 */
.HomeTitleBotRight {
	font-size: 1px;
	letter-spacing: 1px;
}

/* 首頁列表項目符號 08.12.05 */
.PointIn01  {
	background-image: url(images/PointIn01.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	width: 12px;
	height: 7px;
}

/*----------------------------------------首頁文字設定(09.06.06)---------------------------------------------*/
/* 首頁內容標題2011.05 */
.IndexListTit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	background-image: url(images/IndexListTit.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 1px;
}

/* 首頁最新消息文字01 2011.09 */
.NewsTxt01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9pt;
	line-height: 1.2;
	padding-bottom: 10px;
	padding-left:5px;
	background-color:#FFF;
}
/* 首頁最新消息分類文字 2011.05 */
.NewsTxt02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005bac;
	font-size: 10pt;
	line-height: 1.6;
	padding-right: 5px;
	padding-left: 5px;
	border: #ededed solid;
	border-width:0 0 1px 0;
}
/* 首頁最新消息日期文字2011.05 */
.NewsTxt03 {
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 11px;
	line-height: 1.6;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;
	background-color:#FFF;
}
.NewsTxt {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	width: 260px;
}
/* 首頁最新消息頭條背景2011.05 */
.NewsHeadBg{ background:url(images/NewsHeadBg.gif) repeat-x; height:50px; 
}
/* 首頁最新消息頭條文字01 2011.05 */
.NewsHeadTxt01 { font-family: Arial, Helvetica, sans-serif; color: #cb0000; font-size: 10pt; line-height: 1.6; padding-left:15px; background-image: url(images/PointIn01.gif); background-repeat: no-repeat; background-position: 5px center; }
.NewsHeadTxt01 a:link,.NewsHeadTxt01 a:visited, .NewsHeadTxt01 a:active{ color:#cb0000;}

/* 首頁最新消息頭條分類文字 2011.05 */
.NewsHeadTxt02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005bac;
	font-size: 10pt;
	line-height: 1.6;
	padding-right: 5px;
	padding-left: 5px;
}
/* 首頁最新消息頭條標記2011.05 */
.NewsHeadMark {
	background: url(images/NewsHeadMark.gif) no-repeat; width:72px;}
/* 首頁單頁編輯文字090525 (this web only)*/
.tdModPage {
	font-family: Arial, Helvetica, sans-serif;
	color: #767879;
	font-size: 10pt;
	line-height: 1.6;
	padding-bottom: 3px;
	padding-left:5px;
}
/* 首頁區塊邊框 */
.MainBoxTopL{
	width:10px;
	height:10px;
	background:url(images/MainBoxTopL.gif) no-repeat;
}
.MainBoxTopC{
	height:10px;
	background:url(images/MainBoxTopC.gif) repeat-x;
}
.MainBoxTopR{
	width:10px;
	background:url(images/MainBoxTopR.gif) no-repeat;
}
.MainBoxMidL{
	width:10px;
	background:url(images/MainBoxMidL.gif) repeat-y;
}
.MainBoxMidR{
	width:10px;
	background:url(images/MainBoxMidR.gif) repeat-y;
}
.MainBoxBotL{
	width:10px;
	height:10px;
	background:url(images/MainBoxBotL.gif) no-repeat;
}
.MainBoxBotC{
	height:10px;
	background:url(images/MainBoxBotC.gif) repeat-x;
}
.MainBoxBotR{
	width:10px;
	background:url(images/MainBoxBotR.gif) no-repeat;
}

/*內頁設定*/
/*----------------------------------------網頁路徑設定(09.06.06)---------------------------------------------*/
.QuitText01{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #a1a1a1;
	padding-top: 5px;
	padding-bottom: 8px;
	background-image: url(images/But_Home.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 18px;
	border-bottom: 1px solid #d4d4d4;
}
.QuitText01 A:link, .QuitText01 A:visited, .QuitText01 A:active {
	position:relative; 
	color: #a1a1a1;
	text-decoration: none;
}
.QuitText01 A:hover {
	position:relative;
	color: #255f94;
	text-decoration: underline;
}
/*------------------------------------------內頁內容設定(09.06.06)---------------------------------------------------*/
/* 內容大標題08.12.05 */
.Pag_Tit01{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #255f94;
	line-height: 1.6;
	padding-bottom:5px;
}
/* 內容標題背景 */
.PagTit {
	background-image: url(images/PagTit.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}

/* 內頁內容文字08.12.05 */
.PagMainTxt01{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
	color: #3b3b3b;
}
.PagMainTxt02{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
	color: #255f94;
}
/* 內頁次標題 */
.PagClassTxt01{
	font-size: 10pt;
	color: #767879;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
}
/*內頁分類(下拉式文字框)*/
.PagClass {
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
/* 訊息日期顏色設定01(09.02.04) */
.InfoDate01 {
	color: #FF6600;
}
/* 功能選單 */
.PagTool {
	font-family: Arial, Helvetica, sans-serif;
	color: #767879;
	font-size: 10pt;
	font-weight: normal;
	background-image: url(images/bot07.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 5px;
}
.PagTool A:link, .PagTool A:visited, .PagTool A:active {
	position:relative; 
	color: #767879;
	text-decoration: none;
}
.PagTool A:hover {
	position:relative;
	color: #005bac;
	text-decoration: underline;
}
/* 內頁工具架08.12.05 */
.PagTool{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9pt;
}
.PagTool A:link, .PagTool A:visited, .PagTool A:active {
	position:relative; 
	color: #999999;
	text-decoration: none;
}
.PagTool A:hover {
	position:relative;
	color: #0099ff;
	text-decoration: underline;
}
/* 分頁選項背景 */
.PageListBox {
	height: 36px;
}
/* 分頁選項文字 */
.PageListText {
	font-size: 9pt;
	color: #3c3c3c;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
.PageListText A:link, .PageListText A:visited, .PageListText A:active {
	color: #767879;
	text-decoration: none;
}
.PageListText A:hover {
	color: #FF8800;
	text-decoration: underline;
}

/*------------------------------------------表單共用設定(09.06.06)---------------------------------------------------*/
/* 表格內容標題 */
.TitleForm01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.6;
	color: #767879;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 20px;
	background:url(images/TitleForm01.gif) bottom repeat-x;
	background-color:#fff;
}
/* 表格內容文字01 */
.TextFormList01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #005bac;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color:#FFF;
}
.TextFormList01 a:link, .TextFormList01 a:visited, .TextFormList01 a:active {
	color: #005bac;
	text-decoration:underline;
}
.TextFormList01 a:hover {
	color: #005bac;
	text-decoration:none;
}
.TextFormList02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #767879;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color:#FFF;
}
/* 表單內容標題 */
.TitleForm02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #255f94;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background:#efefef;
}
.TitleForm03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #8b6242;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background:#ffeba0;
	border-bottom:#fff solid 1px;
}
/* 表單內容文字01 */
.TextFormList02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #696969;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: solid #ededed;
	border-width: 0 0 1px;
}
.TextFormList02 A:link, .TextFormList02 A:visited, .TextFormList02 A:active {
	color: #6480a4;
	text-decoration: none;
}
.TextFormList02 A:hover {
	color: #005bac;
	text-decoration: underline;
}
/* 表單內容文字03 */
.TextFormList03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 22px;
	color: #3c3c3c;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color:#fff2bd;
	border-bottom:#fff solid 1px;
}
.TextFormList03 A:link, .TextFormList03 A:visited, .TextFormList03 A:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	text-decoration: none;
}
.TextFormList03 A:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #005bac;
	text-decoration: underline;
}

/* 圖外框型式(表單.文件下載.相關網站.訊息管理)02 */
.TextFormList_Pic{
}


/*----------------------------------------通用元件設定(09.06.06)---------------------------------------------*/
/* 表單輸入欄位 */
.FormList01{
	font-size: 9pt;
	border: 1px solid #E2E2DE;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height:1.2;
}
/* 按鈕01(全文檢索.表單管理.影片播放) */
.FormBut01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #757575;
	background-color: #ededed;
	background-image: url(images/FormButBg01.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	height:22px;
	position: relative;
	border:1px solid #CCCCCC;
}
.FormBut02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #757575;
	background: none;
	height:22px;
	position: relative;
	border:none;
	cursor: pointer;
}
.FormButBgL {
	background-image: url(images/FormButBgL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0 0 0 10px;
	height:22px;
}
.FormButBgR {
	background-image: url(images/FormButBgR.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:6px;
	height:22px;
}
/* 按鈕01(確認送出)*/
.Btn01 {
	font-size: 8pt;
	color: #4E4E4E;
	background-color: #FFFFFF;
	background-image: url(images/ButBg01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #D0D0D0;
	cursor: hand;
	padding-top: 4px;
}
/* 按鈕(更多)01 2011.05 */
.ButMore01  {
	background-image: url(images/More01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 33px;
	height: 10px;
	position:relative; 
}
/* 更多相關網站按鈕01 2011.05 */
.ButWebMore01  {
	background-image: url(images/More01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 12px;
	position:relative; 
}

/*----------------------------------------通用圖文框設定(09.06.06)---------------------------------------------*/
/* 圖框內文字 */
.PicTxt01{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
}
.PicTxt01 A:link, .PicTxt01 A:visited, .PicTxt01 A:active {
	color: #666666;
	position:relative; 
	text-decoration: none;
}
.PicTxt01 A:hover {
	position:relative;
	color: #005bac;
	text-decoration: none;
}
.PicTxt02 { font-family:Arial, Helvetica, sans-serif; font-size:9pt; color:#999;}
/* 圖框內分類 */
.PicClass01{
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 8pt;
	font-size: 7.5pt \9;
}
.PicClass01 A:link, .PicClass01 A:visited, .PicClass01 A:active {
	color: #888;
	position:relative; 
	text-decoration: none;
}
.PicClass01 A:hover {
	position:relative;
	color: #6AACD0;
	text-decoration: underline;
}
/* 圖框內日期顏色設定01(09.02.04) */
.PicDate01 {
	color: #FF6600;
	font-size:9pt;
}

/* 圖框01上左 090525 */
.Pic01TopLeft {
	background:url(images/Pic01TopLeft.gif) no-repeat bottom right;
	width: 6px;
	height: 6px;
}
/* 圖框01上中 08.12.05 */
.Pic01TopCenter {
	background:url(images/Pic01TopCenter.gif) bottom repeat-x;
}
/* 圖框01上右 08.12.05 */
.Pic01TopRight {
	width: 7px;
	height: 6px;
	background:url(images/Pic01TopRight.gif) no-repeat bottom left;
}
/* 圖框01中左 08.12.05 */
.Pic01MidLeft {
	background:url(images/Pic01MidLeft.gif) no-repeat top right;
}
/* 圖框01中中 08.12.05 */
.Pic01MidCenter {
	background:url(images/Pic01MidCenter.gif) repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* 圖框01中右 08.12.05 */
.Pic01MidRight {
	background:url(images/Pic01MidRight.gif) no-repeat top left;
}
/* 圖框01下左 08.12.05 */
.Pic01BotLeft {
	height:6px;
	background:url(images/Pic01BotLeft.gif) top right no-repeat;
}
.Pic01SlideBotLeft {
	height:21px;
	background:url(images/Pic01SlideBotLeft.gif) top right no-repeat;
}
/* 圖框01下中 08.12.05 */
.Pic01BotCenter {
	background:url(images/Pic01BotCenter.gif) top repeat-x;
}
.Pic01SlideBotCenter {
	background:url(images/Pic01SlideBotCenter.gif) top repeat-x;
}
/* 圖框01下右 08.12.05 */
.Pic01BotRight {
	background:url(images/Pic01BotRight.gif) top left no-repeat;
}
.Pic01SizeControlL {width:6px}
.Pic01SizeControlR {width:7px;}
/* 圖框03中中(廣告) 08.12.05 */
.Pic03MidCenter {
	font-size: 1pt;
	letter-spacing: 1pt;
	background-color: #e1e1e1;
	border: 1px solid #d7d7d7;
}

/* 圖外框_圖片01(首頁訊息,影片播放,產品大圖) 08.12.05 */
.picli01{
	border: 1px solid #dfdfdf; background-color:#FFF;
}

/*----------------------------------------產品模組設定(09.06.06)---------------------------------------------*/
/* 圖外框(產品小圖)01*/
.pro_Pic{
	height: 104px;
	width: 104px;
	border: 2px solid #cecece;
	background-position: center center;
}
/*產品內容標題*/
.ProTitel{
	font-size: 11pt;
	color: #758734;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
	font-weight: bold;
}
/*產品內容文字*/
.ProText01 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
	color: #767879;
	padding: 10px 0;
}
.ProText01 A:link, .ProText01 A:visited, .ProText01 A:active {
	color: #005bac;
	text-decoration: underline;
}
.ProText01 A:hover {
	color: #005bac;
	text-decoration: none;
}
.ProText02 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #767879;
	background:url(images/Line05.gif) bottom repeat-x;
}
.ProText03{
	background-position: 2px center;
	padding:5px 5px 5px 20px;
	font-size:11pt;
	color:#fa770c;
	font-weight:bold;
	background-image: url(images/Point04.gif);
	background-repeat: no-repeat;
}
.ProQA01{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.5;
	color:#474646;
	background: url(images/Point05.gif) no-repeat;
	background-position: 3px 2px;
	padding: 0 5px 0 20px;
}
.ProQA01 a:link, .ProQA01 a:visited, .ProQA01 a:active{
	color:#474646;
	text-decoration:none;
}
.ProQA01 a:hover{
	color:#255f94;
	text-decoration:none;
}
.ProQA02{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:1.5;
	color:#fff;
}
.ProQALine{
	background:url(images/Line05.gif) repeat-x bottom;
	padding:10px 0;
}
.ProQATitleBg01L{
	background:url(images/ProQATitleBg01L.gif) no-repeat left;
	padding:0 5px 0 15px;
	height:27px;
}
.ProQATitleBg01R{
	background:url(images/ProQATitleBg01R.gif) no-repeat;
	width:6px;
}
.ProQATitleBg02L{
	background:url(images/ProQATitleBg02L.gif) no-repeat left;
	padding:0 5px 0 15px;
	height:27px;
}
.ProQATitleBg02R{
	background:url(images/ProQATitleBg02R.gif) no-repeat;
	width:6px;
}

/*產品分隔線*/
.Proline {
	padding: 5px;
}
/*產品分頁案鈕*/
.Marker01Left {
	background-image: url(images/Marker01Left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 10px;
}
.Marker01Right {
	background-image: url(images/Marker01Right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 29px;
	width: 10px;
}
.Marker01Center {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-image: url(images/Marker01Center.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 29px;
	font-size: 9pt;
}
.Marker01LeftOn {
	background-image: url(images/Marker01LeftOn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 29px;
	width: 10px;
}
.Marker01RightOn {
	background-image: url(images/Marker01RightOn.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 29px;
	width: 10px;
}
.Marker01CenterOn {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-image: url(images/Marker01CenterOn.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 29px;
	font-size: 9pt;
}
.Marker01CenterLink A:link, .Marker01CenterLink A:visited, .Marker01CenterLink A:active {
	color: #333333;
	text-decoration: none;
}
.Marker01CenterLink A:hover {
	color: #333333;
	text-decoration: none;
}
/*產品分類標題類片*/
.ProCatList_Pic_TL{
	background-image:url(images/ProCatList_Pic_TL.gif);
	background-repeat:no-repeat;
	width:3px;
	height:3px;
	display:block;}
.ProCatList_Pic_M{
	background-image:url(images/ProCatList_Pic_M.gif);
	background-repeat:repeat-x;}
.ProCatList_Pic_TR{
	background-image:url(images/ProCatList_Pic_TR.gif);
	background-repeat:no-repeat;
	width:3px;
	height:3px;
	display:block;}
.ProCatList_Pic_BL{
	background-image:url(images/ProCatList_Pic_BL.gif);
	background-repeat:repeat-y;}
.ProCatList_Pic_BR{
	background-image:url(images/ProCatList_Pic_BR.gif);
	background-repeat:repeat-y;}
/* 產品分類標題 */
.ProCatTitleL{
	width:8px;
	height:31px;
	background:url(images/ProCatTitleL.gif) no-repeat;
}
.ProCatTitleR{
	width:8px;
	height:31px;
	background:url(images/ProCatTitleR.gif) no-repeat;
}
.ProCatTitleC{
	width:auto;
	height:31px;
	background:url(images/ProCatTitleC.gif) repeat-x;
}
.ProCatTitleText{
	font:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#255f94;
}
.ProCatTitleText a:link, .ProCatTitleText a:visited, .ProCatTitleText a:active{
	color:#255f94;
	text-decoration:none;
}
.ProCatTitleText a:hover{
	color:#255f94;
	text-decoration: underline;
}
.ProCatTitleLW, .ProCatTitleRW{
	width:8px;
	height:8px;
}

/*產品分類列表第二分類名稱*/
.ProCat2_Title{
	background:#f3f3f3;
	color:#454545;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding: 5px;
	font-weight:bold;
}
/*產品分類列表品名*/
.ProCatList_Title{
	background:url(images/ProCatList_Title.gif);
	background-repeat:repeat-y;
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding: 5px 5px 20px 5px;
	text-align:center;
	width:151PX;
	height:11PX;
	display:block;
}

.ProCatList_Title1{
	background:url(images/ProCatList_Title1.gif);
	background-repeat:repeat-y;
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	padding: 5px;
	text-align:center;
	width:151PX;
	
	display:block;
}

/*產品分類列表比較*/
.ProCatList_Compare{
	font-size:9pt;
	font:Arial, Helvetica, sans-serif;
	text-align:right;
	background-image:url(images/ProCatList_Compare.gif);
	background-repeat:no-repeat;
	width:137px;
	height:26px;
	display:block;
}

.ProCatList_Compare_L_TOP{
	background-image:url(images/ProCatList_Compare_L_TOP.gif);
	background-repeat:no-repeat;
	width:7px;
	height:19px;
	display:block;}
.ProCatList_Compare_L_BOTTOM{
	background-image:url(images/ProCatList_Compare_L_BOTTOM.gif);
	background-repeat:no-repeat;
	widows:7px;
	height:7px;
	display:block;}
.ProCatList_Compare_R_TOP{
	background-image:url(images/ProCatList_Compare_R_TOP.gif);
	background-repeat:no-repeat;
	width:7px;
	height:19px;
	display:block;}
.ProCatList_Compare_R_BOTTOM{
	background-image:url(images/ProCatList_Compare_R_BOTTOM.gif);
	background-repeat:no-repeat;
	widows:7px;
	height:7px;
	display:block;}

.ProCatList_Bot{
	background-image:url(images/ProCatList_Bot.gif) no-repeat ;
	width:137px;
	height:7px;
	display:block;
}
/*.ProCatList_Bot{
	height:26px;
	background:url(images/ProCatList_Bot.gif) no-repeat bottom;
}*/

.ProCatList_Bot_L_BOTTOM{
	background-image:url(images/ProCatList_Bot_L_BOTTOM.gif);
	background-repeat:no-repeat;
	widows:7px;
	height:7px;
	display:block;
	}

.ProCatList_Bot_R_BOTTOM{
	background-image:url(images/ProCatList_Bot_R_BOTTOM.gif);
	background-repeat:no-repeat;
	widows:7px;
	height:7px;
	display:block;
	}

.ProCatListForm01{
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#7a7a7a;
	border-bottom: #ebebeb 1px solid;
}

/*產品分頁按鈕02*/
.ProTagBg{
	background: url(images/ProTagBg.gif) repeat-x;
	height:31px;
}
.ProTagL{
	background:url(images/ProTagL.gif) no-repeat;
	width:10px;
}
.ProTagR{
	background:url(images/ProTagR.gif) no-repeat;
	width:10px;
}
.ProTagLine{
	background:url(images/ProTagLine.gif);
	width:2px;
}
.ProTag{
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding:0 15px;
	height:31px;
}
.ProTag a:link, .ProTag a:visited, .ProTag a:active{
	color:#646464;
	text-decoration:none;
}
.ProTag a:hover{
	color: #255f94;
	text-decoration: underline;
}
.ProTagOn{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding:0 15px;
	background:url(images/ProTagOn.gif) repeat-x;
	height:31px;
}
.ProTagOn a:link,.ProTagOn a:visited,.ProTagOn a:active{
	color:#fff;
	text-decoration:none;
}
.ProTagOn a:hover{
	color:#fff;
	text-decoration:underline;
}

/*----------------------------------------SiteMap設定(09.06.06)---------------------------------------------*/

/* SiteMap標題 */
.Menu_M2Txtmap {
	border: solid;
	border-color: #d4d4d4 #b5d346 #dbdbdb;
	border-width:1px 0 1px ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.6;
	color: #667a8c;
	padding: 5px 5px 3px;
	height: 20px;
	background:url(images/TitleForm01.gif) bottom repeat-x;
}
.Menu_M2Txtmap A:link, .Menu_M2Txtmap A:visited, .Menu_M2Txtmap A:active {
	position:relative; 
	color: #667a8c;
	text-decoration: none;
}
.Menu_M2Txtmap A:hover { position:relative; color: #2e73ad; text-decoration: none; 
}
/* SiteMap第二層 */
.Menu_M2Txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #777777;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: solid #e4e4e4;
	border-width: 0 0 1px;
}
.Menu_M2Txt2 A:link, .Menu_M2Txt2 A:visited, .Menu_M2Txt2 A:active {
	color: #777777;
	text-decoration: none;
}
.Menu_M2Txt2 A:hover {
	color: #005bac;
	text-decoration: underline;
}
/* SiteMap第三層 */
.Menu_M2Txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 22px;
	color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	border: solid #e4e4e4;
	border-width: 0 0 1px;
	background:url(images/LeftText03.gif) 5px 15px no-repeat;
}
.Menu_M2Txt3 A:link, .Menu_M2Txt3 A:visited, .Menu_M2Txt3 A:active {
	color: #999999;
	text-decoration: none;
}
.Menu_M2Txt3 A:hover {
	color: #005bac;
	text-decoration: underline;
}
/* SiteMap第四層 */
.Menu_M2Txt4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	color: #767879;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 25px;
	border: 1px solid #BBD0D7;
}
.Menu_M2Txt4 A:link, .Menu_M2Txt4 A:visited, .Menu_M2Txt4 A:active {
	color: #767879;
	text-decoration: none;
}
.Menu_M2Txt4 A:hover {
	color: #005bac;
	text-decoration: underline;
}


/*----------------------------------------花絮設定(09.06.06)---------------------------------------------*/
/* 圖外框(花絮播放小圖)01 */
.TitbitAlbum_Pic{
	border: 1px solid #d7d7d7;
}
/* 花絮相簿預覽背景 */
.TitbitAlbumBotArea {
	background-color: #ffffff;
}

/* 花絮文字 */
.TidbitText {
	font-family: Arial, Helvetica, sans-serif;
	color: #767879;
	font-size: 10pt;
}
.TidbitText A:link, .TidbitText A:visited, .TidbitText A:active {
	color: #005bac;
	position:relative; 
	text-decoration: none;
}
.TidbitText A:hover {
	position:relative;
	color: #6AACD0;
	text-decoration: underline;
}
/* 花絮相簿連結(09.02.04)*/
.TidbitAlbumLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #767879;
	font-size: 10pt;
	background-image: url(images/Point01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
.TidbitAlbumLink A:link, .TidbitAlbumLink A:visited, .TidbitAlbumLink A:active {
	color: #005bac;
	position:relative; 
	text-decoration: none;
}
.TidbitAlbumLink A:hover {
	position:relative;
	color: #6AACD0;
	text-decoration: underline;
}
/* 花絮播放內說明文字 */
.TitbitAlbum {
	font-family: Arial, Helvetica, sans-serif;
	color: #767879;
	font-size: 10pt;
	background-image: url(images/Point01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
/*----------------------------------------行事曆設定(09.06.06)---------------------------------------------*/
.CalArea {
	border:solid 1px;
	border-color:  #ededed #e6e6e6 #e6e6e6 #ededed;
}
/* 行事曆第二層標題設定 */
.CalTitle02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-size: 7.5pt \9;
	line-height: 1.6;
	color: #8a9a9f;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #f1f5f6;
}
/* 行事曆第三層文字設定 */
.CalTxt01{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #767879;
	padding: 5px;
	border:#f0f0f0 solid;
	border-width:0 0 1px 0;
}
.CalTxt01 A:link, .CalTxt01 A:visited, .CalTxt01 A:active {
	position:relative; 
	color: #767879;
	text-decoration: none;
}
.CalTxt01 A:hover {
	position:relative;
	color: #005bac;
	text-decoration: underline;
}
/*----------------------------------------faq設定(09.06.06)---------------------------------------------*/
/*FAQ開合內容文字()*/
.FAQFormList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	color: #848484;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}
.FAQFormText{
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
	font-size: 10pt;
}
/*----------------------------------------Rss設定(09.06.06)---------------------------------------------*/
/* Rss文字設定01 */
.RssTxt01{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #767879;
	padding-top: 5px;
	padding-bottom: 3px;
}
.RssTxt01 A:link, .RssTxt01 A:visited, .RssTxt01 A:active {
	position:relative; 
	color: #767879;
	text-decoration: none;
}
.RssTxt01 A:hover {
	position:relative;
	color: #005bac;
	text-decoration: underline;
}
/*----------------------------------------通訊錄設定(09.06.06)---------------------------------------------*/
/* 通訊錄人名文字設定01 */
.AddTitle01{
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #274f82;
	font-weight: bold;
}
/* 通訊錄文字設定01 */
.AddTxt01{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #767879;
	padding-bottom: 3px;
}
.AddTxt01 A:link, .AddTxt01 A:visited, .AddTxt01 A:active {
	position:relative; 
	color: #6480a4;
	text-decoration: none;
}
.AddTxt01 A:hover {
	position:relative;
	color: #005bac;
	text-decoration: underline;
}

/*---------------------------------------搜尋區塊設定(09.06.06)----------------------------------------------*/
/* 搜尋左區塊08.12.05 */
.SearchBarLeft {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/SearchBarLeft.png', sizingMethod='image');
	height: 66px;
	width: 16px;
}
/* 搜尋中區塊08.12.05 */
.SearchBarCenter {
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/SearchBarCenter.png', sizingMethod='scale');*/
	text-align: left;
	vertical-align: top;
}
/* 搜尋右區塊08.12.05 */
.SearchBarRight {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/SearchBarRight.png', sizingMethod='image');
	height: 66px;
	width: 16px;
}

/* 搜尋輸入欄01 090525 */
.SearchFormBar {
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #767879;
}

/*---------------------------------------跑馬燈模組設定(2011.05)----------------------------------------------*/
/* 跑馬燈左側裝飾01 2011.05 */
.MarPoint01 {
	background: url(images/MarPoint01.gif) no-repeat; width:72px;
}
/* 跑馬燈設定01 2011.05 */
.MarBg { background:url(images/MarBg.gif) repeat-x bottom; height:50px;}
.Mar01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.6;
	color: #667a8c;
}
.Mar01 A:link, .Mar01 A:visited, .Mar01 A:active {
	position:relative; 
	color: #667a8c;
	text-decoration: none;
}
.Mar01 A:hover {
	position:relative;
	color: #005bac;
	text-decoration: none;
}


/*----------------------------------------線上客服模組(09.06.06)---------------------------------------------*/
/*線上客服標題*/
.ServiceTitle01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding-top: 6px;
	position:relative;
	text-align: center;

	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ServiceTitle01.png', sizingMethod='scale');
}
/*線上客服內容文字*/
.ServiceText01{
	position:relative;
}
.ServiceTitle01Left {
	font-size: 1px;
	letter-spacing: 1px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ServiceTitle01Left.png', sizingMethod='crop');
	height: 33px;
	width: 7px;
}
.ServiceTitle01Right {
	font-size: 1px;
	letter-spacing: 1px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ServiceTitle01Right.png', sizingMethod='crop');
	height: 33px;
	width: 7px;
}
.ServiceMenuMidLeft {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ServiceMenuMidLeft.png', sizingMethod='scale');
}
.ServiceMenuMidCenter {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ServiceMenuMidCenter.png', sizingMethod='scale');
	color: #FFFFFF;
	position: static;
}
.ServiceMenuMidRight {
	font-size: 1px;
	letter-spacing: 1px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ServiceMenuMidRight.png', sizingMethod='scale');
}
.ServiceMenuBotLeft {
	font-size: 1px;
	letter-spacing: 1px;
	height: 12px;
	width: 7px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ServiceMenuBotLeft.png', sizingMethod='image');
}
.ServiceMenuBotCenter {
	font-size: 1px;
	letter-spacing: 1em;
	height: 12px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ServiceMenuBotCenter.png', sizingMethod='scale');
}
.ServiceMenuBotRight {
	font-size: 1px;
	letter-spacing: 1px;
	FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ServiceMenuBotRight.png', sizingMethod='image');
	height: 12px;
	width: 7px;
}
.Oline_paddingL{
padding-left:470px;

}

/*-----------------------------------------其他設定(09.06.06)-------------------------------------------*/
/* 區隔7px 08.12.05 */
.Distance07 {
	font-size: 1px;
	letter-spacing: 1em;
	height: 7px;
}
/* 首頁模組區隔 090611 */
.tableli01 {
	font-size: 1px;
	letter-spacing: 1em;
	height: 1px;
}
/* 線條01 09.02.04 This web only */
.Line01 {
	font-size: 1px;
	letter-spacing: 1px;
	height: 20px;
	background-image: url(images/Line01.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
/* 線條02 090611 This web only */
.Line02 {
	font-size: 1px;
	letter-spacing: 1px;
	height: 7px;
	border: solid #DBDBDB;
	border-width: 1px 0 0;
}
/* 線條03 090611 This web only */
.Line03 {
	font-size: 1px;
	letter-spacing: 1px;
	height: 7px;
	background-image: url(images/Line03.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
/*Ebook背景*/
.ebook_Bg{
	margin-left: 0px;
	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: #e4e4e4;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
}

/*---------------------------------------PDA設定(09.06.06)----------------------------------------------*/
/* PDA背景設定09.02.04 */
.PDABg {
	background-image: url(images/PDABg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}/* PDA下方區塊08.12.05 */
.PDABot {
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4;
	color: #585e65;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	background-image: url(images/PDABotBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/* PDA中間區塊08.12.05 */
.PDAMainMod {
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
/* PDA尺寸設定08.12.05 */
.PDASize {
	width: 390px;
}
/* PDA上方選單08.12.05 */
.PDATopMenu {
}
.PDALine01 {
	background-color: #097fd4;
	height: 9px;
	font-size: 1px;
	letter-spacing: 1px;
}
/* PDA上方區塊08.12.05 */
.PDATopPicBg {
	height: 88px;
	width: 390px;
}
/* PDA更多按鈕01(09.02.04) */
.PDAMore01  {
	background-image: url(images/More01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 33px;
	height: 11px;
}
/* PDA選項按鈕01(09.02.04) */
.PDABut01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #4dc9ff;
	background-image: url(images/FormButBg01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #49a6f6;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	height: 21px;
	position: relative;
}
/* PDA內容標題09.02.04*/
.PDAListTit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #274f82;
}
/* 首頁標題框中中 09.02.04 */
.PDAListTitLi {
	background-image: url(images/Icon_MainTitle01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	padding-top: 5px;
	padding-left: 35px;
}

/* PDA文字01 09.02.04 */
.PDATxt01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #767879;
	font-size: 10pt;
	line-height: 1.6;
	padding-bottom: 3px;
	padding-left:15px;
	background-image: url(images/PointIn01.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
}
/* PDA分類文字09.02.04 */
.PDATxt02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7B7B6F;
	font-size: 10pt;
	line-height: 1.6;
}
/* PDA內頁內容文字09.02.04 */
.PDAMainTxt01{
	font-family: Arial, Helvetica, sans-serif;
	color: #767879;
	font-size: 10pt;
	line-height: 1.6;
}
/*---------------------------------------論壇設定(2011.06)----------------------------------------------*/
.Forum_Title{ font-family:Arial, Helvetica, sans-serif; color:#667a8c; font-size:12pt; font-weight:bold; padding:0 5px;}
.Forum_Title a:link, .Forum_Title a:visited, .Forum_Title a:active { color:#667a8c;}
.Forum_Title a:hover { color:#005bac;}
.Forum_Text01 { font-family:Arial, Helvetica, sans-serif; color:#777; padding:5px; font-size:9pt;}

/*---------------------------------------訊息模組設定(2011.09)----------------------------------------------*/
.NewsDate01 {
	font: 9pt Arial, Helvetica, sans-serif;
	color:#646464;
	font-weight:bold;
}
.NewsText01 {
	font:9pt Arial, Helvetica, sans-serif;
	color:#265E93;
	line-height:1.2;
}
.NewsText01 a:link, .NewsText01 a:visited, .NewsText01 a:active {
	color#265E93;
	text-decoration:none;
	font-weight:bold;
}
.NewsText01 a:hover {
	color:#265E93;
	text-decoration: underline;
}

/*---------------------------------------相容性查詢模組設定(2011.09)----------------------------------------------*/
.Compatibility_Text01{
	font:15px Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	font-weight:bold;
	line-height:1.8;
}
.Compatibility_Text02{
	font:12px Arial, Helvetica, sans-serif;
	color:#7a7a7a;
	line-height:1.5;
	padding:2px 0;
}

/*---------------------------------------活動紀實模組設定(2011.09)----------------------------------------------*/
.Event_TitleL{
	background:url(images/Event_TitleL.gif) no-repeat left;
	padding: 0 0 0 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.Event_TitleR{
	background:url(images/Event_TitleR.gif) no-repeat left;
	height:15px;
	width:9px;
}
.Event_Pic_TL{
	background:url(images/Event_Pic_TL.gif) no-repeat right bottom;
	width:6px;
	height:7px;
}
.Event_Pic_TC{
	background:url(images/Event_Pic_TC.gif) repeat-x left bottom;
	height:7px;
}
.Event_Pic_TR{
	background:url(images/Event_Pic_TR.gif) no-repeat left bottom;
	width:14px;
	height:7px;
}
.Event_Pic_ML{
	background:url(images/Event_Pic_ML.gif) repeat-y right;
	width:6px;
}
.Event_Pic_MR{
	background:url(images/Event_Pic_MR.gif) no-repeat top left;
	width:9px;
}
.Event_Pic_BL{
	background:url(images/Event_Pic_BL.gif) no-repeat right top;
	width:6px;
	height:7px;
}
.Event_Pic_BC{
	background:url(images/Event_Pic_BC.gif) repeat-x left top;
	height:7px;
}
.Event_Pic_BR{
	background:url(images/Event_Pic_BR.gif) no-repeat left top;
	width:14px;
	height:7px;
}

/*---------------------------------------會員模組設定(2011.09)----------------------------------------------*/
.LoginT{
	background:url(images/Login_T.gif) no-repeat bottom;
	height:10px;
}
.LoginM{
	background:url(images/Login_M.gif) no-repeat;
	height:154px;
}
.LoginB{
	background:url(images/Login_B.gif) no-repeat;
	height:10px;
}


.NormalRed {
	font:12px Arial, Helvetica, sans-serif;
	color:#f00;
	line-height:1.5;
}

.PRO150{ width:150px; border:solid 1px #999; margin-right:1px; height:230px;}
.PRO_TT{ width:150px;text-align:center; background-color:#f6f7f4; font-family:Verdana, Geneva, sans-serif; font-size:12px; height:65px;color:#646464;}
.PRO_CH{ width:150px;height:20PX; background-color:#CCC; font-family:Verdana, Geneva, sans-serif; font-size:12px;color:#000000; text-align:right; padding-right:10PX;}
.PRO_PHOTO{ text-align:center;}