h1 {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2;   /* FireFox */
	*line-height: 2;  /* IE6 */
	*+line-height: 2; /* IE7 */
	text-align: left;
	padding-left: 40px;
}

/* 間隔高度 */
.heigh_10{
	height:10px;
}
.heigh_15{
	height:15px;
}
.heigh_20{
	height:20px;
}
.heigh_25{
	height:25px;
}
.heigh_30{
	height:30px;
}

/** body 設定 **/
/* body首頁 */
body {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/me/bg.jpg);
	background-color: #3b0103;
	text-align: justify;
	margin: 0px;
	color: #FFF;
}

/* 引導頁 body 設定 */
.body_index {
	color: #FFFFFF;
}

/* 版面寬度設定 */
#page {
	width: 960px;
	margin: 0 auto;
}

/* 定義區塊：上方內容 */
#box_home_top {
	height:323px;
}

#box_top { 
	height:277px;
}

/* Banner 區塊 */
#banner {
	width:100%;
	clear: both;
	float: left;
}
#btn {
	clear: both;
	float: left;
	height: 46px;
}

/* 定義區塊(首頁)：中間內容 */
#box_home_center {
	background-image: url(../images/me/home_main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 960px;
	clear: both;
	float: left;
	height: auto;
}
/* 定義區塊：中間內容 */
#box_center {
	background-image: url(../images/me/home_main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 960px;
	clear: both;
	float: left;
	padding-bottom:10px;
	*padding-bottom:0px;
	*+padding-bottom:0px;
}

/* 定義區塊：下方內容 */
#box_bottom {
	background-image:url(../images/me/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #f9fbec;
}

/* 定義區塊：首頁內容 */
#box_home {
	width: 725px;
	clear: both;
	float: left;
	height: auto;
	margin-bottom:15px;
	padding-left: 17px;
}

/* 定義區塊：內頁內容 */
#box_main {
	height:auto;
	float: left;
	width: 724px;
	padding-top: 16px;
	padding-left: 18px;
}

/* 定義區塊：中間內容-左選單區 */
#box_center_menu {
	width: 218px;
	float: right;
	clear: right;
	height: auto;
	background-image: url(../images/me/left_list_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* 定義區塊：中間內容-右內容區 */
#box_center_content {
	width: 742px;
	float: left;
	height: auto;
	text-align: left;
	clear: left;
}

#header_search {
	background-color: #1a0200;
	height: 35px;
	text-align: left;
	width: 632px;
	padding-right: 55px;
	padding-left: 55px;
	padding-top: 10px;
}
#header_search select{
	width: 15em;
}
#header_search input{
	width: 15em;
}

/** 左選單開始 **/
/* 左選單-背景 */
#main_menu {
	width: 196px;
	text-align:left;
	height: auto;
	float: left;
	padding-right: 13px;
}

.left_title{
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	height:33px;
	padding-top:5px;
	width: 196px;
}
.left_center{
	background-image: url(../images/me/left_center.gif);
	background-repeat: repeat;
	background-position: center top;
	width: 196px;
	text-align: left;
	height: auto;
}
.left_footer{
	background-image: url(../images/me/left_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 165px;
	text-align: left;
	height: 0px;    /* FireFox */
	*height: 0px;  /* IE6 */
	*+height: 0px; /* IE7 */
	*font-size:0;  /* IE6 */
}

/* 商品列表 */
#menu_public {
	height: auto;
	float: left;
	margin-bottom: 20px;
}
#menu_public .left_title{
	padding-top: 12px;
}
#menu_public .left_center{
	width: 169px;
	padding-left: 27px;
}
.left_center ul{}
.left_center li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	width: 169px;
	font-size: 1em;
	color: #fff;
	line-height: 1.5;
	position: relative;
}
.left_center li a{
	display:block;
	text-align: left;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
}
.left_center li a:hover{
	color:#fff;
	font-weight: bold;
}
#menu_public .left_footer{}

#menu_home {
	height: auto;
	float: left;
	margin-bottom: 20px;
}
#menu_home .left_title{
	padding-top: 12px;
}
#menu_home .left_center{
	width: 180px;
	padding-left: 16px;
	padding-top: 10px;
}

/* 搜尋 */
#menu_search {
	height: auto;
	float: left;
	margin-bottom: 20px;
}
#menu_search .left_title{
	margin-bottom: 10px;
}
#menu_search .left_center{
	width: 160px;
	padding-left: 27px;
}
#menu_search .left_footer{}
#menu_search .search{
	border: 1px solid #bbc0b2;
	background-color: #ebeee6;
	font-size: 1em;
	line-height: 14px;
	color: #9fa69b;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 10.7em;
}

/* 排行榜 */
#menu_ranking {
	height: auto;
	float: left;
	margin-bottom: 20px;
}
#menu_ranking .left_title{}
#menu_ranking .left_center{}
#menu_ranking .left_footer{}
#menu_ranking .pic{
	text-align: center;
	border: 1px solid #cdcdcd;
}
#menu_ranking .title{
	text-align: left;
	font-size: 1em;
	color: #5ea30f;
}
#menu_ranking .text{
	text-align: left;
	font-size:0.9em;
	color: #737373;
}
#menu_ranking .text a:link{color: #737373;}
#menu_ranking .text a:visited{color: #737373;}
#menu_ranking .text a:hover{color: #737373;}
#menu_ranking .text a:active{color: #737373;}

/* RSS區 */
#menu_rss {
	float: left;
	text-align: center;
	padding: 0px 0px 20px 0px;
	width: 100%;
}
/* 廣告區 */
#menu_ad {
	float: left;
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
}

/** 左選單結束 **/

/* 定義區塊：主要內容 (一半寬) */
#box_main_half_left {
	width:345px;
	text-align:left;
	text-justify:inter-ideograph;
	float:left;
}
#box_main_half_right {
	width:355px;
	float:right;
	clear: right;
	text-align: left;
	margin-left: 15px;
}

/* 標題框 */
#is_title {
	background-image: url(../images/me/right_title1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	margin-bottom: 5px;
	clear: both;
	padding-top: 10px;
}

#home_title_case {
	height: 48px;
	float: left;
	margin-bottom: 10px;
}

/* 首頁關於我們跟最新消息標題 */
#home_about_title{
	background-image: url(../images/me/home_titile_about.gif);
	height: 48px;
	float: left;
	width: 345px;
	clear: left;
	background-repeat: no-repeat;
	background-position: left top;
}
#home_news_title{
	background-image: url(../images/me/home_title_news.gif);
	height: 48px;
	clear: left;
	float: left;
	width: 345px;
	background-repeat: no-repeat;
	background-position: left top;
}
#home_hotproduct_title{
	background-image: url(../images/me/home_title1.gif);
	height: 35px;
	float: left;
	width: 280px;
	clear: left;
}

#home_title {
	clear: left;
	float: left;
	height: 48px;
	width: 695px;
	background-image: url(../images/me/home_title1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#home_title2 {
	clear: left;
	float: left;
	height: 48px;
	width: 695px;
	background-image: url(../images/me/home_title_price.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
}


/* 首頁標題more */
#home_title_more{
	width:35px;
	float: left;
}

/*關於我們設定*/
#home_about{
	color: #fff;
	text-align: left;
	width:345px;
	height: auto;
	float: left;
	font-size: 1em;
}
#home_about a:link { color:#666666; }
#home_about a:visited { color:#666666; }
#home_about a:hover { color:#1f7918; }
#home_about a:active { color:#666666; }
#home_about_left {width:120px; float:left; clear:left;}
#home_about_right {
	width:215px;
	height:9em;
	float:left;
	margin-left: 10px;
	overflow:hidden;
}

/*熱門商品設定*/
#home_hotproduct{
	color: #666666;
	text-align: left;
	width:315px;
	height: auto;
	float: left;
	font-size: 1em;
}
#home_hotproduct_left {width:130px; float:left; clear:left;}
#home_hotproduct_right {
	width:170px;
	height:107px;
	float:left;
	margin-left: 10px;
}
#home_hotproduct_right .title{
	width:170px;
	text-align: left;
	float: left;
	font-size: 14px;
	line-height: 16px;
	color: #1F7918;
}
#home_hotproduct_right .price{
	width:170px;
	float: left;
	text-align: left;
	font-size: 1em;
	line-height: 16px;
	color: #FF0000;
	font-weight: bold;
}
#home_hotproduct_right .text{
	width:170px;
	font-size: 1em;
	color: #666666;
	margin-top: 5px;
}

/* 資料列表 */
#list {
	padding-top:4px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
}
/* 資料列表 (首頁) */
#list_home {
	vertical-align:top;
	width: 345px;
	color:#fff;
	font-size: 0.9em;
	float: left;
	text-align: left;
	clear: both;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 5px;
}
#list_home a:link { color:#fff; }
#list_home a:visited { color:#fff; }
#list_home a:hover { color:#fff; }
#list_home a:active { color:#fff; }

DIV#list_home .list_home_left{
	width:300px;
	float:left;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}
DIV#hot{
	width:40px;
	float: left;
	height: 20px;
	margin-left: 5px;
}

/* 資料列表 (日期格式) */
#list_date {
	background-image: url(../images/me/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 11px;
}

/* 首頁商品區塊 */
#home_content {
	height: auto;
	width: 705px;
	margin-bottom: 15px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	clear: left;
	float: left;
}

/* 首頁上品列表框 */
#home_products_row {
	width:100%;
	clear: both;
	float: left;
	height: auto;
	margin-bottom: 10px;
}

/* 首頁商品 */
#home_products_row .home_products_case { float: left; clear : right; }
#home_products {
	float: left;
	clear:left;
}

/* 首頁產品圖 */
DIV#home_products .home_images{ margin: 0 auto; text-align: center;}

/* 首頁產品名稱 */
DIV#home_products .home_name {
	font-size: 1em;
	color: #fff;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 140px;
	padding-right: 10px;
}
DIV#home_products .home_name a:link{color: #fff;}
DIV#home_products .home_name a:visited{color: #fff;}
DIV#home_products .home_name a:hover{color: #fff;}
DIV#home_products .home_name a:active{color: #fff;}

.product_list_text{
	text-align:center;
	color:#a3a3a3;
	font-size:11px;
	line-height:18px;
}
.product_list_price{
	color:#f46024;
	font-weight:bold;
}

/* 分類說明 */
#content_note {
	width: 100%;
	clear: left;
	float: left;
}

/* 分類區塊 */
#categories {
	width: 100%;
	margin-bottom: 20px;
	clear: left;
	float: left;
}

/* 內容區塊 */
#is_content {
	min-height:500px;
	_height:500px;
	*+min-height:500px;
	width: 714px;
	text-align: justify;
	padding-right: 10px;
	clear: both;
	float: left;
}
#is_content table {
	color: #FFF;
}
#is_content a:link {
	color: #FFF;
	text-decoration: none;
}
#is_content a:visited {
	color: #FFF;
	text-decoration: none;
}
#is_content a:hover {
	color:#FC0;
	text-decoration: underline;
}
#is_content a:active {
	color: #FFF;
	text-decoration: none;
}
#box_home a:link {
	color: #FFF;
	text-decoration: none;
}
#box_home a:visited {
	color: #FFF;
	text-decoration: none;
}
#box_home a:hover {
	color:#FC0;
	text-decoration: underline;
}
#box_home a:active {
	color: #FFF;
	text-decoration: none;
}

/* 內頁上品列表框 */
#products_row {
	width:100%;
	clear: left;
	float: left;
	height: auto;
	margin-bottom: 10px;
}

/* 內頁商品 */
#products_row .products_case { float: left; clear : right; }
#products {
	float: left;
	clear: left;
}

/* 內頁產品圖 */
DIV#products .images{ margin: 0 auto; text-align: center;}

/* 內頁產品名稱 */
DIV#products .name {
	font-size: 1em;
	color: #fff;
	line-height: 16px;
	padding-top: 5px;
	text-align: center;
	background-image: url(../images/me/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 140px;
	padding-right: 10px;
}
DIV#products .name a:link{color: #fff;}
DIV#products .name a:visited{color: #fff;}
DIV#products .name a:hover{color: #fff;}
DIV#products .name a:active{color: #fff;}
/* 商品detail頁 */
.products_detail_thumbs img{
	border:#e2e2e2 1px solid;
}
.products_detail_name{
	color:#fff;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	text-align:left;
}
.products_detail_price{
	color:#fff;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
}
.products_detail_note{
	color:#fff;
	font-size:12px;
	line-height:17px;
	text-align:justify;
}

/* 產品呈現區塊 */
#products_detail_case {
	height: auto;
	width: 710px;
	margin-bottom: 15px;
	text-align: left;
	clear: both;
	float: left;
}

/* 商品頁樣式設定 (左右區塊) */
#products_detail_content_left {
	width: 350px;
	float: left;
	clear: left;
}
#products_detail_content_right {
	width:284px;
	background-image:url(../images/me/product_title.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	float: right;
	clear: right;
}

/* 商品頁說明區塊 */
#content_description {
	height: auto;
	width: 710px;
	margin-bottom: 15px;
	text-align: left;
	clear: both;
	float: left;
}

/* 商品頁樣式設定 (商品列表) */
#products_list_title_content {
	float:left;
	width: 100%;
	background-image: url(../images/me/right_title2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	margin-bottom: 5px;
	clear: left;
}

#products_list_box{
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	*min-height:10em;
	_min-height:10em;
	float: left;
}

#products_list_title_related {
	float:left;
	width: 100%;
	background-image: url(../images/me/right_title3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	margin-bottom: 5px;
	clear: left;
}

#products_product_contant{
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	padding-top:10px;
	float: left;
}

/* 相關商品列表框 */
#products_list_row {
	width:100%;
	clear: both;
	float: left;
	height: auto;
	margin-bottom: 10px;
}

/* 相關商品 */
#products_list_row .products_case { float: left; clear : right; }
#products_list {float: left; margin: 0 auto;}

/* 相關商品產品圖 */
DIV#products_list .images{ margin: 0 auto; text-align: center;}

/* 相關商品名稱 */
DIV#products_list .name {
	font-size: 1em;
	color: #fff;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	text-align: center;
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
}
DIV#products_list .name a:link{color: #fff;}
DIV#products_list .name a:visited{color: #fff;}
DIV#products_list .name a:hover{color: #fff;}
DIV#products_list .name a:active{color: #fff;}

/* 相關圖檔 */
#products_detail_content_row {
	width: 284px;
	height: auto;
	margin-bottom: 10px;
	float: left;
}

/* 商品頁樣式設定 (商品詳細資料: 相關圖片) */
#products_detail_thumbs_box {
	width: 67px;
	margin-right: 4px;
	margin-bottom: 10px;
	float: left;
}
#products_detail_thumbs_images {
	width:65px;
	height:65px;
	text-align: center;
}
#products_detail_thumbs_images img{
	border: 1px solid #CACACA;
	background-color: #FFFFFF;
}

/* 相關圖檔按鈕區 */
#products_detail_content_btn {
	width: 250px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
}

/* 價格區 */
#products_detail{
	width: 284px;
	float: left;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#products_detail_price {
	width: 284px;
	float: left;
	vertical-align: baseline ;
}

/* 市價 */
#market_price_title {
	font-size: 1em;
	float:left;
	color:#fff;
	vertical-align: baseline ;
}
#market_price_number {
	float:left;
	font-size: 1em;
	line-height:1.4;
	color:#fff;
	font-weight: bold;
	text-decoration: line-through;
	vertical-align: baseline ;
}

/* 特價 */
#special_title {
	font-size: 1em;
	float:left; 
	color:#fff;
	vertical-align: baseline;
}
#special_number {
	float:left;
	font-size: 1.3em;
	line-height:1.1;
	font-weight: bold;
	color: #fff;
	vertical-align: baseline;
}

/* 購物車-規格區 */
#products_detail_spec {
	width: 284px;
	line-height: 25px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
#products_detail_spec select{
	font-size: 1em;
	line-height: 24px;
	color: #999999;
	width: 14em;
}
/* 購物車區 */
#products_detail_car {
	width: 284px;
	margin-bottom: 10px;
	float: left;
	line-height: 25px;
	clear: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
	padding-bottom: 15px;
}
#products_detail_car input{
	line-height: 14px;
	font-size: 1em;
}

/* 購物車區-數量 */
#products_detail_car_number {
	width: 284px;
	float: left;
	margin-bottom:5px;
}

/* 購物車區-按鈕 */
#products_detail_car_button {
	float: left;
	text-align: left;
}

/* 詢問車-規格區 */
#products_detail_spec_iq {
	background-image: url(../images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	width: 230px;
	padding-right: 10px;
	padding-left: 16px;
	line-height: 25px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: left;
}
#products_detail_spec_iq select{
	font-size: 1em;
	line-height: 24px;
	color: #999999;
	width: 14em;
}

/* 詢問車區 */
#products_detail_iqcar {
	width: 250px;
	margin-bottom: 10px;
	float: left;
	line-height: 25px;
	text-align: left;
	padding-bottom: 15px;
}

/* 詢問車區-按鈕 */
#products_detail_iqcar_button {
	text-align: left;
	clear: left;
	float: left;
}

/* 相關圖檔按鈕區-上一筆 */
#products_detail_previous {
	width: 120px;
	float: left;
	text-align: left;
}

/* 相關圖檔按鈕區-下一筆 */
#products_detail_next {
	width: 120px;
	float: right;
	text-align: right;
}

/* 相簿內容設定 */
#album_case {
	height: auto;
	width: 709px;
	margin-bottom: 15px;
	text-align: left;
	clear: both;
	float: left;
}

/* 相簿頁樣式設定 (左右區塊) */
#album_case_left {
	width:470px;
	float: left;
	clear: left;
}
#album_case_right {
	width:189px;
	float: right;
	clear: right;
}

/* 相簿左區內容設定 */
#album_case_pic {
	width:470px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}
#album_case_pic_list {
	width:470px;
	float: left;
	clear: left;
}
#album_case_pic_list .pic { width: 450px; background-color: #FFF;}
#album_case_pic_list .pic p { float: left; margin: 2px; }
#album_case_pic_list .pic p img{border: 1px solid #e1e1e1; background: #fff;}

/* 相簿右區設定 */
.album_title{
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	height:35px;
	color: #1f7918;
	padding-left: 10px;
	width: 179px;
}
.album_center{width: 189px;}
.album_footer{width: 189px; height: 10px;}

/* 相簿資訊 */
#album_information {
	width:189px;
	float: left;
	clear: left;
	margin-bottom: 10px;
	height: auto;
}
#album_information .album_title{
	background-image: url(../images/album/album_case1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#album_information .album_center{
	background-image: url(../images/album/album_case2.gif);
	background-repeat: repeat;
	background-position: center top;
	text-align: left;
	width: 174px;
	padding-left:7px;
	padding-right:8px;
}
#album_information .album_footer{
	background-image: url(../images/album/album_case3.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#album_information ul{ list-style-type: none; margin: 0px; padding: 0px;}
#album_information li{
	background-image: url(../images/album/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-left: 18px;
	font-size: 1em;
	line-height: 16px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

/* 寄給好友 */
#album_mail {
	width: 189px;
	height: 23px;
	float: left;
	clear: left;
	margin-bottom: 15px;
}

/* 相簿排行 */
#album_ranking {
	width:100%;
	float: left;
	clear: left;
}
#album_ranking .album_title{
	background-image: url(../images/album/album_ranking_title.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#album_ranking .album_center{text-align: center; padding-top:10px;}
#album_ranking .album_footer{}
#album_ranking .pic{border: #cdcdcd 1px solid}
#album_ranking .title{font-size: 11px; line-height: 16px; color: #5ea30f;}
#album_ranking .text{font-size: 1em; line-height: 16px; color: #737373;}
#album_ranking .text a:link{color: #737373;}
#album_ranking .text a:visited{color: #737373;}
#album_ranking .text a:hover{color: #737373;}
#album_ranking .text a:active{color: #737373;}

/* 留言板 */
.message_none{
	border: 1px solid #2E8735;
	text-align: center;
	padding: 10px;
	color:#666666;
	font-size:12px;
}
.message_list{
	border:1px solid #91B64B;
	padding:10px;
	text-align:left;
}

/* 頁尾區塊 */
#footer {
	width: 860px;
	min-height: 60px;
	text-align: center;
	background-image: url(../images/me/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	clear: both;
	padding-right: 100px;
	padding-top: 40px;
}
/* 頁尾 logo */
#footer_logo {
	width:0px;
	min-height:51px;
	float:left;
	clear: left;
	padding-top: 35px;
}
/* 頁尾右區塊 */
#footer_right{
	width:560px;
	float: right;
	clear: right;
}

/* 頁尾內文 */
#footer_text {
	width:280px;
	color:#9a9a9a;
	line-height: 16px;
	float:right;
	font-size: 11px;
	text-align: left;
}
#footer_text a:link { color:#666666; }
#footer_text a:visited { color:#666666; }
#footer_text a:hover { color:#666666; }
#footer_text a:active { color:#666666; }
#footer_text p {	margin: 0px;	padding: 0px;}

/* 頁尾選單 */
#footer_menu {
	width:730px;
	line-height: 30px;
	color: #78796b;
	font-size: 11px;
	height: 30px;
	float:right;
	text-align: left;
	clear: right;
}
#footer_menu a:link { color:#78796b; }
#footer_menu a:visited { color:#78796b; }
#footer_menu a:hover { color:#78796b; }
#footer_menu a:active { color:#78796b; }

/* 頁尾版權宣告 */
#footer_copyright {
	width:280px;
	color: #9a9a9a;
	line-height: 18px;
	float:left;
	font-size: 11px;
	text-align: left;
}
#footer_copyright a:link { color: #666666; }
#footer_copyright a:visited { color: #666666; }
#footer_copyright a:hover {	color: #ff0000; }
#footer_copyright a:active { color: #666666; }

/** 廣告區 **/
/* 首頁廣告區 */
#home_ad{
	text-align: center;
	clear: left;
	float: left;
	height: 90px;
	width: 730px;	
}

/* 頁面資訊區 */
#btn_list {
	height: auto;
	width: 706px;
	text-align: left;
	clear: both;
	float: left;
	margin-top: 10px;
	padding-left: 10px;
}

/* 頁數 */
#page_box{
	width:706px;
	text-align: right;
	float: left;
	color: #fff;
	padding: 4px;
}

.page_outline {
	background-color:#CCCCCC;
	border:1px #CCCCCC solid;
	color:#333;
	text-align:center;
	padding: 2px;
	min-width:24px;
}
.page_outline_color {
	background-color:#F60;
	border:1px #999999 solid;
	color:#FFF;
	text-align:center;
	padding: 2px;
	min-width:24px;
	font-weight:bold;
}
.page_outline_color a:link { color:#333333; }
.page_outline_color a:visited { color:#333333; }
.page_outline_color a:hover { color:#F00; }
.page_outline_color a:active { color:#333333; }

.page_outline_skip {
	background-color:#CCCCCC;
	color: #333;
	border:1px #CCCCCC solid;
	text-align:center;
	padding: 2px;
	min-width:18px;
}
.page_outline_skip a:link { color:#333; }
.page_outline_skip a:visited { color:#333; }
.page_outline_skip a:hover { color:#F00; }
.page_outline_skip a:active { color:#333; }

/* 網頁路徑 */
#path {
	background-image: url(../images/me/path_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
	color: #fff;
	width: 712px;
	float: left;
	text-align: left;
	line-height: 14px;
	height: 14px;
	text-transform: uppercase;
	margin-bottom: 24px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#path a:link { color:#fff; }
#path a:visited { color:#fff; }
#path a:hover { color:#fff; }
#path a:active { color:#fff; }

/* 上下筆按鈕 */
#pn_button{
	padding: 5px 5px 0px 5px;
	float: right;
	text-align: right;
}

/* 回上頁 */
#return_button{
	padding: 5px 5px 0px 5px;
	float: right;
	text-align: right;
}

/* 日曆 */
#menu_center_calender {
	background-image: url(../images/default/left_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top:8px;
	padding-left:23px;
}
.calender {
	font-size:9px;
}

div#img_subject{
	text-align:center;
}


/* 文章模組 */
#artical_row .products_case { float: left; clear : right; }
#artical {
	float: left;
	clear: left;
}

/* 文章模組圖片 */
#artical .images{ margin: 0 auto; text-align: center;}

/* 文章模組名稱 */
#artical .name {
	font-size: 1em;
	color: #869671;
	line-height: 16px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/me/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 140px;
	padding-right: 10px;
}
#artical .name a:link{color: #869671;}
#artical .name a:visited{color: #869671;}
#artical .name a:hover{color: #869671;}
#artical .name a:active{color: #869671;}


.products_color_box {
	width:20px;
	height:20px;
	float:left;
	margin-right:5px;
}

/* 留言板 */
.message_none{
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	color:#fff;
	font-size:12px;
}
.message_list{
	border:1px solid #ccc;
	padding:10px;
	text-align:left;
}
/* 發表區塊 */
.message_p_name{
	color:#FCC;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	text-align:left;
}
.message_p_time{
	color:#fff;
	font-size:12px;
	line-height:16px;
	text-align:left;
}
.message_p_text{
	color:#fff;
	font-size:12px;
	line-height:22px;
	text-align:justify;
}
.message_p_btn{
	padding-top: 5px;
	text-align: right;
}
/* 回覆區塊 */
.message_r_list{
	border:1px solid #ccc;
	padding: 10px;
}
.message_r_name{
	color:#fff;
	font-size:12px;
	line-height:16px;
	text-align:left;
}
.message_r_time{
	color:#fff;
	font-size:12px;
	line-height:16px;
	text-align:left;
}
.message_r_text{
	color:#fff;
	font-size:12px;
	line-height:16px;
	text-align:justify;
}
.message_page{
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	text-align: center;
}
.message_page a:link{color: #fff;}
.message_page a:visited{color: #fff;}
.message_page a:hover{color: #fff; font-weight:bold;}
.message_page a:active{color: #fff;}
/* 發表/回覆表格 */
.message_table_title{
	background-color:#F99;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F9C;
	color:#ffffff;
	font-size:13px;
	text-align:left;
	padding:10px;
}
.message_table_name{
	color:#fff;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
.message_table_text{
	color:#fff;
	text-align:left;
	font-size:12px;
}
.message_table_input{
	color:#333;
	text-align:left;
	border: 1px solid #dddddd;
}

/* 留言板結束 */

