@charset "utf-8";

/*******************************
 中間元件
*******************************/

/* 中間元件名稱 */
.C_item_name {
	color: #FFFFFF;
	font-size: 14px;
}

/* 中間標題 */
.C_title { 
	color: #075EBE; 
	font-size: 16px;
}

/* 中間副標題 */
.C_subtitle { 
	color: #FF4D0E; 
	font-size: 13px; 
}

/* 中間內文 */
.C_article { 
	color: #333333; 
	font-size: 12px; 
}

/* 中間標題(連結) */
a.C_title_a:link 	{ font-size: 16px;color: #075EBE; text-decoration: none; }
a.C_title_a:visited { font-size: 16px;color: #075EBE; text-decoration: none; }
a.C_title_a:hover 	{ font-size: 16px;color: #0394EF; text-decoration: underline; }
a.C_title_a:active 	{ font-size: 16px;color: #0394EF; text-decoration: underline; }

/*******************************
 左邊元件
*******************************/

/* 左邊元件名稱 */
.L_item_name {
	color: #FFFFFF;
	font-size: 14px;
}

/* 左邊標題 */
.L_title { 
	color: #075EBE; 
	font-size: 16px;
}

/* 左邊副標題 */
.L_subtitle { 
	color: #FF4D0E; 
	font-size: 13px; 
}

/* 左邊內文 */
.L_article { 
	color: #333333; 
	font-size: 12px; 
}

/* 左邊標題(連結) */
a.L_title_a:link 	{ font-size: 16px;color: #075EBE; text-decoration: none; }
a.L_title_a:visited { font-size: 16px;color: #075EBE; text-decoration: none; }
a.L_title_a:hover 	{ font-size: 16px;color: #0394EF; text-decoration: underline; }
a.L_title_a:active 	{ font-size: 16px;color: #0394EF; text-decoration: underline; }

/*******************************
 右邊元件
*******************************/

/* 右邊元件名稱 */
.R_item_name {
	color: #FFFFFF;
	font-size: 14px;
}

/* 右邊標題 */
.R_title { 
	color: #075EBE; 
	font-size: 16px;
}

/* 右邊副標題 */
.R_subtitle { 
	color: #FF4D0E; 
	font-size: 13px; 
}

/* 右邊內文 */
.R_article { 
	color: #333333; 
	font-size: 12px; 
}

/* 右邊標題(連結) */
a.R_title_a:link 	{ font-size: 16px;color: #075EBE; text-decoration: none; }
a.R_title_a:visited { font-size: 16px;color: #075EBE; text-decoration: none; }
a.R_title_a:hover 	{ font-size: 16px;color: #0394EF; text-decoration: underline; }
a.R_title_a:active 	{ font-size: 16px;color: #0394EF; text-decoration: underline; }

/*******************************
 表格
*******************************/

/* 表格抬頭 */
.table_title { 
	background-color: #CC0033;
	font-size: 14px;
	color: #FFFFFF;
}

/* 表格外框線顏色 */
.table_exo_bordercolor { 
	background-color: #CC0033;
}

/* 表格內框線顏色 */
.table_bordercolor { 
	background-color: #EEEEEE;
}

/* 表格欄位 */
.table_column { 
	background-color: #FFECEC;
	font-size: 12px;
	color: #333333;
}

/* 表格欄位內容 */
.table_column_desc { 
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
}

/* 表格欄位內容 onMouseOver */
.table_column_desc_over { 
	background-color: #E6FFE6;
	font-size: 12px;
	color: #333333;
}

/* 數字 */
.number {
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

/*******************************
 表單
*******************************/

/* 表單 */
.FormTxt, .FormTxt100 {
	font-size: 12px;
	background-color: #EEEEEE;
}

/* 表單 */
.FormTxt100, .FormTxtMark100 {
	width: 100%;
}

/* 表單 */
.FormTxtMark, .FormTxtMark100 {
	font-size: 12px;
	background-color: #FFC4C4;
}

/* 表單註解 */
.form_gloss {
	color: #0066FF; 
	font-size: 12px; 
}

/* 表單必填欄位(*)樣式 */
.form_star {
	color: #FF0000; 
	font-size: 18px; 
	font-weight: bold;
}

/*******************************
 商品
*******************************/

/* 商品名稱 */
.prod_name {
	font-size: 12px;
	color: #075EBE;
}

/* 商品名稱 */
a.prod_name:link 	{ font-size: 12px;color: #075EBE; text-decoration: none; }
a.prod_name:visited { font-size: 12px;color: #075EBE; text-decoration: none; }
a.prod_name:hover 	{ font-size: 12px;color: #0394EF; text-decoration: underline; }
a.prod_name:active 	{ font-size: 12px;color: #0394EF; text-decoration: underline; }

/* 商品售價 */
.prod_price {
	font-size: 20px; 
	color:#990000; 
	font-weight:bold;
}

/*******************************
 延伸選單
*******************************/

/* 延伸選單 */
.menu_extended {
	color: #000000;
	background-color: #F5F5F5;  
	font-size: 12px; 
	font-family: arial;
}

/* 延伸選單 onMouseOver */
.menu_extended_over {
	color: #CC0000; 
	background-color: #E0E0E0; 
	font-size: 12px; 
	font-family: arial;
}

/* 延伸選單 邊線 */
.menu_extended_border {
	background-color: #CCCCCC; 
}

/*******************************
 表頭選單
*******************************/

a.top_menu:link 	{ font-size: 16px;color: #FFFFFF; text-decoration: none; }
a.top_menu:visited 	{ font-size: 16px;color: #FFFFFF; text-decoration: none; }
a.top_menu:hover 	{ font-size: 16px;color: #FFFFFF; text-decoration: underline; }
a.top_menu:active 	{ font-size: 16px;color: #FFFFFF; text-decoration: underline; }

/*******************************
 語系
*******************************/

a.lang_menu:link 	{ font-size: 12px;color: #0066FF; text-decoration: none; }
a.lang_menu:visited { font-size: 12px;color: #0066FF; text-decoration: none; }
a.lang_menu:hover 	{ font-size: 12px;color: #FF6600; text-decoration: underline; }
a.lang_menu:active 	{ font-size: 12px;color: #FF6600; text-decoration: underline; }

.lang_menu {
	font-size: 12px; 
	color:#FF6600; 
}

/*******************************
 copyright
*******************************/

.copy_right{
	font-size: 12px;
	color: #333333;
}

a.copy_right:link 		{ font-size: 12px;color: #0066FF; text-decoration: none; }
a.copy_right:visited 	{ font-size: 12px;color: #0066FF; text-decoration: none; }
a.copy_right:hover 		{ font-size: 12px;color: #FF6600; text-decoration: underline; }
a.copy_right:active 	{ font-size: 12px;color: #FF6600; text-decoration: underline; }

/*******************************
 通用
*******************************/

/* 成功訊息 */
.hd_alert {
	color: #009900; 
	font-size: 12px; 
	font-weight: bold;
}

/* 錯誤訊息 */
.err_alert {
	color: #990000; 
	font-size: 12px; 
	font-weight: bold;
}

/* 訊息視窗 */
.alert_box {
	height: 150px;
	width: 300px;
	border: 2px solid #8EBBFF;
	background-color: #D9E8FF;
}

/* 一般鏈結 */
a:link 		{ font-size: 12px;color: #0066FF; text-decoration: underline; }
a:visited 	{ font-size: 12px;color: #0066FF; text-decoration: underline; }
a:hover 	{ font-size: 12px;color: #FF6600; text-decoration: none; }
a:active 	{ font-size: 12px;color: #FF6600; text-decoration: none; }

/*******************************
 商店街
*******************************/
.prod_temp_store{ background:url(../images/icons/icon_301.gif) no-repeat left 8px; padding:8px 5px 5px 20px; font:12px/16px Arial; color:#848484;}
.prod_temp_store a:link{ font:12px/16px Arial; color:#848484; text-decoration:none;}
.prod_temp_store a:visited{ font:12px/16px Arial; color:#848484; text-decoration:none;}
.prod_temp_store a:hover{ font:12px/16px Arial; color:#848484; text-decoration:underline;}
.prod_temp_store a:active{ font:12px/16px Arial; color:#848484; text-decoration:underline;}

/*******************************
 自訂
*******************************/