/* body 設定 */
body {
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #999999; 
	scrollbar-shadow-color: #999999; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color: #999999; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-base-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* 引導頁 body 設定 */
.body_index {
}

/* 版面寬度設定 */
#page {
	width: 960px;
}

/* 定義區塊：上方內容 */
#box_top {
	height:300px;
}

/* 定義區塊：中間內容 */
#box_center {
	background-image: url(../images/main_bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
}

/* 定義區塊：下方內容 */
#box_bottom {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:90px;
}

/* 定義區塊：中間內容-子選單 */
#box_center_menu {
	width: 215px;
}

/* 定義區塊：中間內容-主要內容區 */
#box_center_content {
	width: 725px!important;
	width: 745px;
	padding-right:20px;
}

/* 定義區塊：首頁內容 */
#box_home {
	min-height:150px;
	_height: 150px;
	padding-bottom:10px;
}

/* 定義區塊：主要內容 */
#box_main {
	min-height:500px;
	_height: 500px;
}

/* 定義區塊：主要內容 (一半寬) */
#box_main_half_left {
	width:350px;
	padding-left:15px;
	padding-right:0px;
	text-align:justify; 
	text-justify:inter-ideograph;
	float:left;
}
#box_main_half_right {
	width:350px;
	padding-left:15px;
	padding-right:2px;
	float:left;
}

/* 標題 */
#title {
	background-image: url(../images/rigth_title3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:100%;
}
h1 {
	font-size: 16px;
	color: #61493B;
	font: bold 16px/24px tahoma; 
	padding-left: 70px;
	font-weight: bold;
	padding-top: 12px;
}

/* 內容區塊 */
#content {
	width: 696px!important;
	width: 725px;
	padding-top:5px;
	padding-left:17px;
	padding-right:12px;
}

/* 內容區塊頁尾 */
#bottom {
	width: 696px!important;
	width: 725px;
	padding-left:20px;
	padding-right:20px;
}

/* Banner 區塊 */
#banner {
	width:100%;
	height:140px;
	z-index:1;
}
#banner_shortcut {
	position:absolute;
	width:100%;
	padding-top:5px;
	padding-right:12px;
	font-size: 10px;
	color:#666666;
	text-align:right;
	z-index:999;
}
#banner_shortcut a:link { color:#666666; }
#banner_shortcut a:visited { color:#666666; }
#banner_shortcut a:hover { color:#CC0000; text-decoration:none;}
#banner_shortcut a:active { color:#666666; }

/* 主選單 */
#main_menu {
	background-image:url(../images/main_menu_bg.gif);
	background-repeat:no-repeat;
	width: 100%;
	text-align:right;
	padding-top:24px;
}
#main_menu_item {
	position:static;
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
	float:right;
}

#company_name {
	position:absolute;
	width: 100%;
	FONT: bold 32px/48px tahoma; 
	COLOR: #ffffff; 
	padding-top:77px;
	padding-right:15px;
	text-align:right;
}

/* 子選單 */
#menu_top {
	background-image: url(../images/left_title.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:200px;
	height:35px!important;
	height:60px;
	padding-top:25px;
	font: bold 16px/24px tahoma; 
	color: #480036;
	text-align:center;
}
#menu_center {
	width:200px;
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top:8px;
	padding-bottom:15px!important;
	padding-bottom:0px;
}
#menu_row {
	background-image: url(../images/left_menu2.gif);
	background-repeat:repeat-y;
	background-position: left top;
	font-size: 12px;
	line-height: 25px;
	color: #62534C;
	padding-left: 20px;
	width: 130px;
	height: 25px;
	margin-left: 10px;
}
#menu_bottom {
	background-image: url(../images/left_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:200px;
	height:33px;
}
#menu_row_search_text {
	float:left;
	margin-right:2px;
	padding-left:6px;
}
#menu_row_search_button {
	float:left;
}

/* 網頁路徑 */
#path {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 10px;
	color: #999999;
	height: 25px;
	padding-top:2px;
	padding-left:21px;
}
#path a:link { color:#999999; }
#path a:visited { color:#999999; }
#path a:hover { color:#CC0000; }
#path a:active { color:#999999; }

/* 資料列表 */
#list {
	background-image:url(../images/default/icon_01.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:18px;
	padding-top:4px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
}
/* 資料列表 (首頁) */
#list_home {
	background-image:url(../images/default/icon_01.gif);
	background-repeat:no-repeat;
	background-position:11 6;
	padding-left:21px;
	height:22px;
	line-height:22px;
	vertical-align:top;
}
/* 資料列表 (日期格式) */
#list_date {
	color:#CC0000;
}

/* 頁尾 */
#footer { 
	width:725px!important;
	width:745px;
	font-size: 11px;
	color:#A48762;
	line-height: 18px;
	float: left;
	padding-left:20px;
}

/* 頁尾 logo */
#footer_logo { 
	background-image: url(../images/footer_logo.gif);
	background-repeat:no-repeat;
	background-position:center 10;
	width:215px;
	height:81px;
	float:left;
}

/* 頁尾標籤 */
#footer_tags { 
	float:right;
	padding-right:20px;
}

/* 頁尾內文 */
#footer_text {
	width:725px;
	color:#FDC47B;
	line-height: 18px;
	padding-top:1px;
	float:left;
}
#footer_text a:link { color:#FDC47B; }
#footer_text a:visited { color:#FDC47B; }
#footer_text a:hover { color:#FFFFFF; }
#footer_text a:active { color:#FDC47B; }

/* 頁尾選單 */
#footer_menu {
	width:725px;
	line-height: 18px;
	color: #FDC47B;
	text-align:left;
	vertical-align:middle;
	font-size: 12px;
	height: 30px;
	padding-top: 5px;
	float:left;
}
#footer_menu a:link { color:#FDC47B; }
#footer_menu a:visited { color:#FDC47B; }
#footer_menu a:hover { color:#FDC47B; }
#footer_menu a:active { color:#FDC47B; }

/* 頁尾版權宣告 */
#footer_copyright { 
	color: #FDC47B; 
	line-height: 18px;
	float:left;
}
#footer_copyright a:link { color: #FDC47B; }
#footer_copyright a:visited { color: #FDC47B; }
#footer_copyright a:hover {	color: #FFFFFF; }
#footer_copyright a:active { color: #FDC47B; }

/* 商品頁樣式設定 (商品列表) */
#products_list_box {
	float:left;
}
#products_list_images {
}
#products_list_name {
	padding-left:6px;
	padding-top:2px;
}

/* 商品頁樣式設定 (商品詳細資料) */
#products_detail_content_left {
	width:442px;
}
#products_detail_content_right {
	width:254px;
	background-image:url(../images/product_title.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:32px;
}
#products_detail_content_row {
}
#products_detail_content_title {
	background-image: url(../images/rigth_title4.jpg);
	background-repeat: no-repeat;
	background-position: 16 top;
	width: 696px!important;
	width: 725px;
	height: 28px!important;
	height: 35px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #CA6600;
	padding-left: 34px;
	padding-top: 7px!important;
	padding-top: 10px;
}

/* 商品頁樣式設定 (商品詳細資料: 相關圖片) */
#products_detail_thumbs_box {
}
#products_detail_thumbs_no {
}
#products_detail_thumbs_images {
	width:120px;
	height:90px;
	border: 1px solid #D8AC89;
	background-color: #FFFFFF;
}

/* 頁碼 */
.page_outline {
	background-color:#FFFFFF;
	border:1px #CCCCCC solid;
	color:#FFFFFF;
}
.page_outline_color {
	background-color:#CCCCCC;
	border:1px #999999 solid;
	color:#333333;
}
.page_outline_skip {
	background-color:#FFFFFF;
	color: #666666;
	border:1px #CCCCCC solid;
}

/* 按鈕 */
.botton_navigation {
}

/* 日曆 */
#menu_center_calender {
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top:8px;
	padding-left:23px;
}
.calender {
	font-size:9px;
}