@charset "utf-8";
/* CSS Document */

/* 網站右邊頁面內容區樣式*/
#PageContent {
	width: 807px;
	height: 100%;
	float:left;
	text-align: left;
	background: #fff;
	padding: 5px 10px 5px 20px;
}

/* 網站右邊頁面內容區 上方功能樣式*/
#page_c_top {
	font-size: .8em;
	color: #626262;
}

/*設定網站字型大小*/
.set_font_off {
	width: 16px;
	height: 14px;
	color: #333;
	font-size:10px;
	display:inline-block;
	background: url(../images/icon_font_off.gif) left center no-repeat;
	padding: 3px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
	text-align:center;
	cursor: pointer;
}
.set_font_off:hover {
	color: #fff;
	background: url(../images/icon_font_on.gif) left center no-repeat;
}
.set_font_on {
	width: 16px;
	height: 14px;
	font-size:10px;
	display:inline-block;
	background: url(../images/icon_font_on.gif) left center no-repeat;
	color: #fff;
	padding: 3px 0px 0px 0px;
	margin: 0px 3px 0px 0px;
	text-align:center;
	cursor: pointer;
}
.set_font_on:hover {
	background: url(../images/icon_font_off.gif) left center no-repeat;
	color: #333;
}

/* 網路相本 樣式*/
/*頁面標題樣式─上方標題*/
/*一般的頁面標題樣式*/
.page_title {
	width: 100%;
	height: 44px;
	background: url(../images/icon_intro_title.gif) top left no-repeat;
	margin: 5px 0px 10px 0px;
}

/*頁面標題上方標題文字第2階，加底線的文字*/
.page_title_l1 {
	width: 92%;
	line-height: 32px;
	margin: 5px 0px 0px 50px;
	padding: 0px;
	color: #cf6116;
	font-weight:bold;
	border-bottom: #708b25 1px solid;
}
/*頁面標題上方標題文字第2階*/
.page_title_l2 {
	color: #cf1664;
}

/*頁面標題樣式─ 購買說明*/
.page_title_howbuy {
	width: 100%;
	height: 44px;
	background: url(../images/icon_howbuy_title.gif) top left no-repeat;
	margin: 5px 0px 10px 0px;
}

/*頁面標題上方標題文字第2階，加底線的文字*/
.page_title_howbuy_hd1 {
	width: 92%;
	line-height: 32px;
	margin: 5px 0px 0px 50px;
	padding: 0px;
	/*color: #7a8111;*/
	font-weight:bold;
	border-bottom: #708b25 1px solid;
}

/*頁面標題樣式─ 購買說明*/
.page_title_offers {
	width: 100%;
	height: 44px;
	background: url(../images/icon_offers_title.gif) top left no-repeat;
	margin: 5px 0px 10px 0px;
}

/*頁面標題上方標題文字第2階，加底線的文字*/
.page_title_offers_hd1 {
	width: 92%;
	line-height: 32px;
	margin: 5px 0px 0px 50px;
	padding: 0px;
	color: #7a8111;
	font-weight:bold;
	border-bottom: #708b25 1px solid;
}

/*頁面標題樣式─ 私房旅遊路線*/
.page_title_ways {
	width: 100%;
	height: 52px;
	background: url(../images/ways_title.gif) top left no-repeat;
	margin: 5px 0px 10px 0px;
}

/*頁面標題上方標題文字第2階，加底線的文字*/
.page_title_ways_hd1 {
	width: 92%;
	line-height: 35px;
	margin: 5px 0px 0px 65px;
	padding: 0px;
	color: #cf6116;
	font-weight:bold;
	border-bottom: #8b2525 1px solid;
}

/*頁面標題樣式─ 景點介紹*/
.page_title_scenery {
	width: 100%;
	height: 44px;
	background: url(../images/icon_offers_title.gif) top left no-repeat;
	margin: 5px 0px 10px 0px;
}

/*頁面標題上方標題文字第2階，加底線的文字*/
.page_title_scenery_hd1 {
	width: 92%;
	line-height: 32px;
	margin: 5px 0px 0px 50px;
	padding: 0px;
	color: #2f9500;
	font-weight:bold;
	border-bottom: #2fb5ff 1px solid;
}

/*相本列表區樣式*/
.album_list {
	width: 95%;
	height: 490px;
	overflow: auto;
}
.album_page {
	width: 95%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	font-size: .9em;

}
/*相本主圖外框樣式*/
.album_box {
	width: 141px;
	height: 159px;
	float: left;
	background: url(../images/album_box.gif) top left no-repeat;
	margin: 0px 10px 10px 0px;
	padding: 5px 0px 2px 2px;
	text-align:center;
}
.album_box p {
	margin: 0;
	text-align:center;
	font-size: .8em;
}
/* 相本主圖圖片*/
.album_main_img {
	width: 100%;
	height: 120px;
	line-height: 125px;
	text-align:center;
}

.album_main_img img {
	max-width: 110px;
	max-height: 110px;
	_height: 110px;
}
/* Mouse 移到圖框時反白樣式*/
.album_main_img:hover {
	/*border: #FFFF33 1px solid;*/
	/*background:#CCCCCC;*/
	filter:alpha(opacity=80);	/*IE 90%透明*/
	opacity: 0.8;
	-moz-opacity:0.8;
}
/* 相本主圖標題*/
.album_main_title {
	font-weight:bold;
	color:#663419;
}
.album_main_title a:link {
	color:#663419;
}
.album_main_title a:hover {
	color:#FFFF66;
}
/* 相本照片張數*/
.album_photo_total {
	color:#ff4200;
}

/*相本內容的圖片外框樣式*/
.album_box_view {
	width: 135px;
	height: 145px;
	float: left;
	background: #f7f4e0;
	border: #999999 1px solid;
	margin: 0px 10px 10px 0px;
	padding: 5px 0px 2px 0px;
	text-align:center;
}
.album_box_view p {
	margin: 0;
	text-align:center;
	font-size: .8em;
}
/* 相本主圖標題*/
.album_view_title {
	color: #764f00;
}

/*aboutus*/
#vimgBox{
	font-size:12px;
	/*
	width: 200px;
	height: 190px;
	*/
	border: #FFFFFF 1px solid;
	/*background-color:#CCCCCC;*/
	margin: 5px 15px 5px 15px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	/*line-height: 80px;*/	/*可讓中間的圖片置中*/
	/*background-image:url(/images/culguides/imgbox.gif);*/
}

/* Mouse 移到圖框時反白樣式*/
#vimgBox:hover {
	/*border: #FFFF33 1px solid;*/
	/*background-color:#CCCCCC;*/
	filter:alpha(opacity=80);	/*IE 90%透明*/
	opacity: 0.8;
	-moz-opacity:0.8;
	/*border: #FFFFFF 2px ridge;*/
}
/*文章內的小圖限高度 128px */
.vLimitImgHeight {
	max-width: 200px;
	_width: 200px;	
	padding: 3px 2px 2px 2px;
	vertical-align:middle;
	border:#999999 1px solid;
}

/*景點*/
#viewdiv {
	text-align: left;
	border:#757c88 1px solid;
	padding: 10px;
	font-size:14px;
	margin-top:0px;
}


/*圖片列表清單區樣式 */
.Imgdiv{
	text-align: left;
	border:#757c88 1px solid;
	font-size:14px;
}
.ImgListArea {
	width: 100%;
	border:#757c88 1px solid;
	height:100px;
	margin: 0px 0px 5px 0px;
	/*line-height: 80px;	/*可讓中間的圖片置中*/
	overflow: auto;
	font-size:12px;
}

/*景點小圖框*/
#imgBox {
	float: left;
	width:110px;
	height: 90px;
	border: #FFFFFF 2px solid;
	background-color:#CCCCCC;
	margin: 3px 3px 3px 3px;
	padding: 2px 0px 0px 0px;
	text-align:center;
	/*line-height: 73px;	/*可讓中間的圖片置中*/
	/*background-image:url(/images/culguides/imgbox.gif);*/
}
/*景點小圖框 Mouse 移到圖框時反白樣式*/
#imgBox:hover {
	border: #FFFF33 2px solid;
	background-color:#CCCCCC;
	filter:alpha(opacity=80);	/*IE 90%透明*/
	opacity: 0.8;
	-moz-opacity:0.8;
	/*border: #FFFFFF 2px ridge;*/
}
/*景點小圖框內的小圖限高度 128px */
.LimitImgHeight {
	height: 70px;
	width: 104px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}


/*交通指引地圖*/
.traffic_map {
	width:45%;
	height:280px;
	border:#666666 1px solid;
	font-size: .8em;
	float:left;
	margin: 0px 10px 0px 0px;

}
/*交通指引內容區 */
.traffic_bd {
	font-size: .8em;
}
/*交通指引放大地圖示 */
.traffic_mapzoom {
	width: 100%;
	line-height: 35px;
	float: left;
	text-align:left;

}

/*商品介紹頁樣式 Begin*/
.div_prodcate {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	background-image: url(../images/prodcate_bg.gif);
	background-repeat: repeat;
}
/*商器介紹標籤下方的分類訊息區*/
.div_prodcate_info {
	width: 95%;
	/*height: 53px;*/
	margin: 1px 0px 10px 0px;
	padding: 5px 20px 0px 20px;
	background: url(../images/prodcate_info_bg.gif) top left repeat-x;
	color: #fe008f;
	font-size: .8em;
}
.prodcate_on {
	width:auto;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align:center;
	padding: 0px 5px 0px 5px;
	background: url(../images/icon_prodcate_on.gif) top left repeat-x;
	border-left: #e89090 1px solid;
	border-right: #e89090 1px solid;
	font-size: .8em;
}
.prodcate_on a {
	white-space: nowrap;/*不換行*/
	color: #515050;
	text-decoration:none;

}
.prodcate_on a:hover {
	color: #990000;
	text-decoration:none;

}

.prodcate_off {
	/*width: 81px;*/
	
	height: 30px;
	line-height: 30px;
	float: left;
	text-align:center;
	padding: 0px 5px 0px 5px;
	background: url(../images/icon_prodcate_off.gif) top left repeat-x;
	border-left: #cacaca 1px solid;
	border-right: #cacaca 1px solid;
	font-size: .8em;
}
.prodcate_off a {
	white-space: nowrap;/*不換行*/
	color: #009fe6;
	text-decoration:underline;
}
.prodcate_off a:hover {
	color: #990000;
	text-decoration:none;
}

/*強打商品區*/
.div_promo {
	width: 100%;
	height: 190px;
	margin: 0;
	/*padding: 0px 0px 20px 0px;*/
	border-bottom:#666666 1px dotted;

}
.div_promo_prod {
	width: 48%;
	margin: 0px 10px 0px 0px;
	float:left;
	
}
/*重點商品標題*/
.promo_prod_title:link {
	color: #6c781d;
	margin: 5px 0px 5px 0px;
	text-decoration:underline;
}

.promo_prod_title:hover {
	/*color: #6c781d;*/
	text-decoration:none;
}
/*重點商品簡介*/
.promo_prod_intro {
	font-size: .8em;
}
.promo_prod_intro img {
	height: 110px;
	
}
/*重點商品售價*/
.promo_prod_price {
	color: #fc0000;
	margin:5px 0px 5px 0px;
}

/*促銷商品消息區*/
.div_promo_info {
	padding: 10px 0px 10px 0px;
	border-bottom:#666666 1px dotted;


}
/*促銷商品消息header區*/
.div_promo_info_hd {
	line-height: 36px;
	background: url(../images/promo_info_bg.gif) top left repeat-x;
	padding: 0px 0px 0px 10px;
	color: #1175a9;
}
.div_promo_info_hd a {
	color: #1175a9;
	text-decoration:underline;
}
.div_promo_info_hd a:hover {
	color: #990000;
	text-decoration:none;
}

/*促銷商品消息body區*/
.div_promo_info_bd {
	height: 115px;
	background: #f8f6d6;
	font-size: .8em;
	padding: 10px;
}
/*促銷商品消息body li 列表內容*/
.div_promo_info_bd ul {
	padding: 0;
	margin: 0;
}
.div_promo_info_bd li {
	width: 45%;
	float:left;
}


/*熱門商品body區*/
.div_prod_hot_bd {
	height: 520px;
	font-size: .8em;
	padding: 10px;
}
/*熱門商品產器列表方框 樣式*/
.div_prod_hot_box {
	width: 120px;
	height: 170px;
	float: left;
	margin: 0px 10px 10px 0px;
	text-align:center;
}
.div_prod_hot_box p {
	margin: 0;
	text-align:center;
	/*font-size: .8em;*/
}
/* 熱門商品主圖圖片*/
.prod_hot_img {
	width: 100%;
	height: 120px;
	line-height: 125px;
	text-align:center;
	border: #ccc 1px solid;
}
.prod_hot_img img {
	max-width: 110px;
	max-height: 110px;
	_height: 110px;
}
/* 熱門商品 top 10*/
.div_prod_hot10_bd {
	font-size: .8em;
	padding: 10px;
}


/*商品詳細內容區樣式 products_view.php*/
.div_product {
	padding: 0px 0px 20px 0px;

}
/*商品內容頁─商品header*/
.div_product_hd {
	margin: 0px 0px 10px 0px;
	border-bottom: #ccc 1px dotted;
}

/*商品內容頁─商品名稱標題*/
.product_title {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	color: #00984b;
	font-weight: 700;
}
/*商品內容頁─商品簡介標題*/
.product_view_intro {
	margin: 0px 0px 10px 0px;
	color: #000;
}
/*商品內容頁─商品論細內容標題*/
.product_detail_title {
	line-height: 30px;
	margin: 0px 0px 5px 0px;
	color: #000;
	font-weight: 700;
}

/*商品內容頁─回商品類別連結*/
.product_back:link {
	color: #838383;
}
/*商品介紹頁樣式 End*/

/*購物車頁面樣式 Begin*/
/*頁面標題樣式─上方標題*/
.cart_title {
	width: 100%;
	height: 44px;
	margin: 5px 0px 10px 0px;
	font-weight: bold;
	color:#FF0000;
}
/*購物車表列內容*/
.cart_list {
	border:#999999 1px solid;
}
/*購物車表列內容─表頭第一列*/
.cart_list th {
	font-size: .8em;
	background: #fffbd7;
	color:#ff9600;
	font-weight: normal;
}
/*購物車表列內容─表格內容*/
.cart_list td {
	font-size: .8em;
}
/*購物車表列內容─單數列*/
.cartlist_r1 {
	background: #fffdef;
}
/*購物車表列內容─雙數列*/
.cartlist_r2 {
	background: #fff;
}
/*購物車表列內容─更改數量*/
.UpdateQty {
	height: 20px;
	border-style: ridge;
	border-width: 1px;
}
/*購物車內容─購物須知區*/
.shopnote {
	margin: 10px 0px 10px 0px;
}
.shopnote_hd {
	line-height: 30px;
	
}
.cart_subtotal {
	color: #990000;
	
}
/*購物車內容─填表上方標題*/
.shopform_title {
	color:#ff7301;
	font-weight: 700;
	margin: 5px 0px 5px 0px;
}


/*購物車頁面樣式 End*/

/*會員選單區配置*/
#mem_PageMenu {
	float:left;
	width: 160px;
	text-align: left;
  	margin: 0;
	background: #ededd5;
}

.mMenuItem {
	width: 136px;
	height: 28px;
	color: #8b0000;
	margin: 0px 0px 0px 10px;
	font-size: .9em;
}
.mMenuItem a:link {
	width: 120px;
	height: 28px;
	line-height: 28px;
	display:block;
	background: url(../images/mem_menu.gif) left center no-repeat;
	color: #8b0000;
	margin: 0;
	padding: 0px 0px 0px 26px;
}
.mMenuItem a:visited {
	width: 120px;
	height: 28px;
	line-height: 28px;
	display:block;
	color: #8b0000;
	margin: 0;
	padding: 0px 0px 0px 26px;
	background: url(../images/mem_menu.gif) left center no-repeat;
}
.mMenuItem a:hover {
	color: #f63;
	background: url(../images/mem_menu.gif) left center no-repeat;
}
