@charset "utf-8";
body {
	/*background-image: url(../images/me/index_bg.jpg);*/
	background-image: url(../images/me/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#ffffff;
	color:#575757;
	margin:15px 0px 0px 0px;
}

/* 連結定義 */
a:link{}
a:visited{}
a:hover, a:active{}

/* 版面寬度設定 */
#page {
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
	
}

/* 定義區塊：上方內容 */
#box_top {
	width:100%;
	overflow:hidden;
}

/* 定義區塊(首頁)：中間內容 */
#box_center {
	background-image: url(../images/me/home_main_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	clear: both;
	float: left;
	padding:0px;
	margin:6px 0px 18px 0px;
	height: auto;

}

/* 定義區塊：下方內容 */
#box_bottom {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom:10px;
}

/* Banner 區塊 */
#banner {
	width:100%;
	clear: both;
	float: left;
}

/* logo */
#box_logo{
	float:left;
	height:75px;
}

/* 右上選單 */
#subnav{
	float:right;
	height:65px;
	margin-top:5px;
	width:80%;
}
#subnav_menu{
	float:right;
	width:80%;
}
#subnav_menu ul{ float:right;}
#subnav_menu li{ margin-right:15px;}
#subnav_menu li.home{
	float:left;
	font-size:12px;
	color:#323232;
	padding:0px 0px 0px 17px;
	background-image: url(../images/me/icon_home.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#subnav_menu li.favorite{
	float:left;
	font-size:12px;
	color:#323232;
	padding:0px 0px 0px 17px;
	background-image: url(../images/me/icon_favorite.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#subnav_menu li.mail{
	float:left;
	font-size:12px;
	color:#323232;
	padding:0px 0px 0px 19px;
	background-image: url(../images/me/icon_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* 會員專區 */
#box_member{
	float:right;
	color:#323232;
	width:80%;
}
.member_input{
	border:#dededd 1px solid;
	width:7em;
	margin-left:5px;
}
.member_checkbox{
	border:none;
	margin-left:5px;
}
#header{
	float:left;
	width:955px;
	margin:0px 3px 0px 2px;
}
#banner_box01{
	width:935px;
	display:block;
	border-top:#c0bdb1 1px solid;
	border-left:#c0bdb1 1px solid;
	border-right:#c0bdb1 1px solid;
	padding:6px 10px;
	overflow:hidden;
	background:#f8f7f7;
}
#banner_box02{
	width:951px;
	border:#bfbbaf 1px solid;
	padding:2px;
}
/* Marquee */
#box_marquee{
	width:60%;
	float:left;
	background:url('arrow_01.gif') no-repeat left 7px;
}
#box_marquee a{
	padding-left:10px;
	color:#8d8d8d;
}

/* 搜尋區塊 */
#box_search{
	width:30%;
	float:right;
	height:21px;
	color:#8d8d8d;
	font-weight:bold;
}
#box_search table{ float:right;}
.search_case02{
	background-image: url(../images/me/search_case02.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#box_search input{
	background:none;
	color:#7e7e7e;
	font-size:11px;
	border:none;
	width:15em;
}


/* 左區塊 */
#main_left{
	float:left;
	width:205px;
}

/* 主選單 */
#vdividermenu ul{
	padding: 0;
	float: left;
	font: bold 100% Tohoma;
	width: 100%;
	height: 38px;
	margin: 0;
	text-align: center;
	background-image: url(../EzShop/images/ezshop/EZ-m_08.jpg);
	background-repeat: repeat-x;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
	display: inline;
	padding-top: 10px;
}

#vdividermenu ul li a{
	float: left;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	height: 35px;
}
/* 定義區塊：中間內容-右內容區 */
#box_center_content {
	width: 730px;
	float: right;
	height: auto;
	text-align: left;
	clear: right;
	margin-right:2px;
}

/* 定義區塊：內頁內容 */
#box_main {
	height:auto;
	float: left;
	width: 100%;
}

/* 列表選單 */
#menu_public {
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#menu_public .left_title{}
#menu_public .left_center{
	background-image: url(../images/me/left_menu2_case02.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#menu_public .beauty_center {
	background-image: url(../images/me/left_menu2_case02.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#menu_public .Health_center {
	background-image: url(../images/me/left_menu2_case02.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#menu_public .Wine_center {
	background-image: url(../images/me/left_menu2_case02.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#menu_public .jade_center {
	background-image: url(../images/me/left_menu2_case02.png);
	background-repeat: repeat-y;
	background-position: left top;
}

/* 列表選單 */
.menu_public {
	height: auto;
	float: left;
	margin-bottom: 10px;
}
.menu_public .left_title{}
.menu_public .left_center{
	background-image: url(../images/me/left_menu2_case02.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.menu_public .beauty_center {
	background-image: url(../images/me/left_menu2_case02.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.menu_public .Health_center {
	background-image: url(../images/me/left_menu2_case02.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.menu_public .Wine_center {
	background-image: url(../images/me/left_menu2_case02.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.menu_public .jade_center {
	background-image: url(../images/me/left_menu2_case02.png);
	background-repeat: repeat-y;
	background-position: left top;
}


.left_center ul{
	padding:0px 16px 0px 24px;
}
.left_center li {
	border-bottom: 1px dotted #c5c5c5;
background-image: url('arrow_03.gif');
	background-repeat: no-repeat;
	background-position: 5px 11px;
	width: 165px;
}
.beauty_center li a {
	display:block;
	text-align: left;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight:bold;
	color:#ED768A;
}

.beauty_center li a:hover {
	color:#D13F70;
}
.Health_center li a {
	display:block;
	text-align: left;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight:bold;
	color:#afac56;
}

.Health_center li a:hover {
	color:#8b9948;
}
.Wine_center li a {
	display:block;
	text-align: left;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight:bold;
	color:#6D3506;
}
.Wine_center li a:hover {
	color:#C87517;
}
.jade_center li a{
	display:block;
	text-align: left;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight:bold;
	color:#5C373F;
}
.jade_center li a:hover{
	color:#B8696F;
}

/* 第二層 */
.left_center li ul{}
.left_center li ul li, .left_center li.open ul li{
	background:none;
	border:none;
}
.left_center li ul li a, .left_center li.open ul li a{
	background:none;
	color:#333333;
}
#menu_public .left_footer{}

/* 廣告區 */
#ad_01{
	margin:0px 0px 20px 2px;
}
#ad_01 img{ border:#d4d3d3 1px solid;}

/* 標題框 */
#is_title {
	height: 33px;
	clear: both;
	padding-bottom: 5px;
	background-image: url(../images/me/right_titile02.png);
	color: #03F;
}
#titlepic {
	float: left;
	width: 300px;
	background-image: url(../images/life/life_003.png);
	background-repeat: no-repeat;
	height: 34px;
	padding-left: 30px;
	text-align: center;
	background-position: 0px 5px;
}

.title_td {
	background-image: url(../images/life/life_003.png);
	background-repeat: no-repeat;
}

h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2.5;
	text-align: left;
}

/* 分類說明 */
#content_note {
	width: 100%;
	clear: left;
	float: left;
}
/* 分類區塊 */
#categories {
	width: 100%;
	margin-bottom: 20px;
	clear: left;
	float: left;
}

/* 內容區塊 */
#is_content {
	min-height:auto;
	_height:auto;
    
	*+min-height:auto;
	width: 730px;
	text-align: justify;
	clear: both;
	float: left;
	height: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#Featuredtitle {
	background-image: url(../EzShop/images/ezshop/r.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 77px;
	width: 710px;
	border: 1px solid #CCC;
	margin-left: 10px;
}
#Featuredtitlec {
	background-image: url(../EzShop/images/ezshop/c.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 77px;
	width: 710px;
	border: 1px solid #CCC;
	margin-left: 10px;
}


#goodstitle {
	background-image: url(../EzShop/images/ezshop/EZ-SHOP_41.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	width: 710px;
	margin-left: 10px;
}

#Goods {
	height: auto;
	width: 710px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 9px;
	color: #333;
	font-weight: bold;
}
#Stronghold {
	height: auto;
	width: 710px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 9px;
	color: #333;
	font-weight: bold;
}

#goodsbox {
	color: #333;
	float: left;
	width: 138px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #CCC;
	margin-left: 19px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	text-align: center;
	margin-top: 10px;
}

#goodsbox p {
	height: 10px;
}
#goodsbox p a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #900;
}



.contentdiv {
	height: 300px;
	width: 520px;
	float: right;
	padding-bottom: 5px;
	text-align: center;
}
.titleted {
	color: #FFF;
	background-color: #2D3C51;
	text-align: center;
}
.ted {
	text-align: center;
}
.ted2 {
	text-align: center;
	background-color: #DFEEFF;
}



/* 頁面資訊區 */
#btn_list {
	height: auto;
	width: 100%;
	text-align: left;
	clear: both;
	float: left;
	margin-top: 40px;
}

/* 頁數 */
#page_box{
	width:722px;
	text-align: right;
	float: right;
	color: #232323;
	padding: 4px;
}

.page_outline {
	background-color:#FFFFFF;
	border:1px #CCCCCC solid;
	color:#FFFFFF;
	text-align:center;
	padding: 2px;
}
.page_outline_color {
	background-color:#CCCCCC;
	border:1px #999999 solid;
	color:#333333;
	text-align:center;
	padding: 2px;
}
.page_outline_skip {
	background-color:#FFFFFF;
	color: #666666;
	border:1px #CCCCCC solid;
	text-align:center;
	padding: 2px;
}

/* 網頁路徑 */
#path {
	border-top:#d6d4d4 1px solid;
	font-size: 1em;
	color: #575757;
	width: 720px;
	float: left;
	text-align: left;
	line-height: 14px;
	height: 14px;
	text-transform: uppercase;
	padding: 5px 5px 0px 5px;
}
#path a:link { color:#575757; }
#path a:visited { color:#575757; }
#path a:hover { color:#575757; }
#path a:active { color:#575757; }

/* 上下筆按鈕 */
#pn_button{
	padding: 5px 5px 0px 5px;
	float: right;
	text-align: right;
}

/* 回上頁 */
#return_button{
	padding: 5px 5px 0px 5px;
	float: right;
	text-align: right;
}

/* 頁尾區塊 */
#footer {
	width: 960px;
	border:#e1e1e1 1px solid;
	min-height: 50px;
	text-align: left;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}
/* 頁尾 logo */
#footer_logo {
	background-image: url(../images/me/footer_logo.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:200px;
	min-height:51px;
	float:left;
	clear: left;
	padding-top: 35px;
	display:none;
}
/* 頁尾右區塊 */
#footer_right{
	width:100%;
	float: right;
	clear: right;
	padding:10px 0px;
}

/* 頁尾選單 */
#footer_menu {
	width:960px;
	background:#f1f1f1;
	line-height: 32px;
	color: #29292a;
	font-size: 11px;
	float:right;
	text-align: center;
}
#footer_menu a:link { color:#29292a; }
#footer_menu a:visited { color:#29292a; }
#footer_menu a:hover { color:#29292a; }
#footer_menu a:active { color:#29292a; }

/* 頁尾內文 */
#footer_text {
	width:960px;
	color:#666666;
	line-height: 20px;
	float:left;
	font-size: 11px;
	text-align: center;
}
#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_copyright {
	width:960px;
	color: #666666;
	line-height: 20px;
	float:left;
	font-size: 11px;
	text-align: center;
	clear: 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; }
#footer_copyright img{ vertical-align:middle;}


.car {
	height: auto;
	background-color: #5C181E;
	width: 270px;
	float: left;
	padding-left: 680px;
	border-top-width: 1px;
	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-top-color: #C57154;
	border-right-color: #C57154;
	border-bottom-color: #C57154;
	border-left-color: #C57154;
}
.car ul {
	display: block;
}
.car li {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.car a {
	color: #FFF;
	text-decoration: none;
}
.car a:hover {
	color: #F90;
	text-decoration: none;
}

.leftmenu li {
	color: #FFF;
	background-image: url(../EzShop/images/question/question_09.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 209px;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	display: list-item;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
}

.leftmenu li a {
      color: #FFF;  
}
.leftmenu li a:visited {
      color: #FFF;  
}

.tltle_p {
	float: left;
	height: 26px;
	width: 710px;
	margin: 10px;
}

.leftmenu li:hover {
	background-image: url(../EzShop/images/question/question_03.png);
	background-repeat: no-repeat;
}

.leftmenu {
	float: left;
	height: auto;
	width: 209px;
}
.pay {
	background-image: url(../EzShop/images/question/Distribution_07.png);
	background-repeat: no-repeat;
	float: left;
	height: 160px;
	width: 300px;
	padding-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 55px;
	margin-top: 0px;
	background-position: -1px 10px;
}
.pay2 {
	background-image: url(../EzShop/images/question/Distribution_09.png);
	background-repeat: no-repeat;
	float: left;
	height: 160px;
	width: 300px;
	padding-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 55px;
	margin-top: 0px;
	background-position: -1px 10px;
}
.con_td li {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
