﻿/*======================================================================== 
	Copyright:  OK MARK
	Author: IRIS
	
  ========================================================================*/
@charset "utf-8";
@media screen, projection{
/*======================================================================== 
	middle 首頁
  ========================================================================*/
.indexStyle .mainContent .middle{
	width:850px;
	height:232px;	
	margin-top:0px;
	margin-bottom:6px;
	z-index:10;
}
/*======================================================================== 
	mainBanner 首頁主廣告
  ========================================================================*/
.indexStyle .mainContent .middle .mainBanner{
	width:675px;
	height:213px;
	overflow:hidden;
	margin-right:0px;
	border:1px #ccc solid;
	float:left;
	padding:5px;

} 



 
/*======================================================================== 
	rightSmallBanner 首頁右側小廣告
  ========================================================================*/
.indexStyle .mainContent .middle .rightSmallBanner{
	float:right;
	width:160px;
}  
.indexStyle .mainContent .middle .rightSmallBanner img{
	margin-bottom:3px;

}  
/*======================================================================== 
	hotNews 首頁最新消息
  ========================================================================*/
.indexStyle  .hotNews{
	 float:left;
	 position:relative;
	 width:346px;
	 color:#555555;

} 
.indexStyle  .hotNews h1{
	background-image: url(../images/titleNews.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	width: 346px;
	overflow:hidden;
	text-indent:-3000px;
} 
.indexStyle .hotNews .more{
	position:absolute;
	top:8px;
	right:15px;
	background-image: url(../images/btn_newsMore.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	width: 57px;
	overflow:hidden;
	text-indent:-3000px;
}   
.indexStyle .hotNews .more a{
    display: block;
	height: 100%;
	width: 100%;	
	}  
.indexStyle .hotNews .mainlist{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:3px;
	position:relative;

	} 
.indexStyle .hotNews .mainlist dt{
	border: 1px solid #999;
	padding: 1px;
	width:93px;
	height:93px;
	overflow:hidden;
	float:left;
	}
.indexStyle .hotNews .mainlist .date{
	font-size:1.3em;
	margin-left:100px;
	color:#000;

	}
.indexStyle .hotNews .mainlist .title{
	font-size:1.3em;
	margin-left:100px;
	color:#508b0e;
	white-space: nowrap;
	overflow:hidden;
	width:240px;
	}
.indexStyle .hotNews .mainlist .title a{
	color:#508b0e;
	}
.indexStyle .hotNews .mainlist .content {
	font-size:1.3em;
	margin-left:100px;
	line-height:18px;
	overflow:hidden;
	width:240px;
	height:55px;
	color:#000;
	}

.indexStyle .hotNews .list{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	zoom:1;
	width: 326px;
	overflow:hidden;
	height:22px;
	line-height:22px;
	}
.indexStyle .hotNews .list dd{
	float:left;
	font-size:1.3em;
	white-space: nowrap;
	margin-right:5px;
	}
.indexStyle .hotNews .list .date{

	}
.indexStyle .hotNews .list .title{
	color:#508b0e;
	white-space: nowrap;
	}
.indexStyle .hotNews .list .title a{
	color:#508b0e;
	}

/*======================================================================== 
	tab 首頁四個主題列表(預購商品+季節限定)(OKGO+天天好利送)
  ========================================================================*/
.indexStyle {}
.tabRight{
	float:right;
	width:244px;
	margin-right:3px;}

/* root element for tabs  */
.indexStyle ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    height:30px;
}

/* single tab */
.indexStyle ul.tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
}
.indexStyle ul.tabs li a {
	background-image: url(../images/tabRed.png);
	display: block;
	height: 30px;
	line-height: 30px;
	width: 120px;
	padding: 0px;
	margin: 0px;
	position: relative;
	margin-right: 2px;
	background-repeat: no-repeat;
	color: #c4494a;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
/* link inside the tab. uses a background image */
.indexStyle ul.tabs li.tabs03 a {

}
.indexStyle ul.tabs li.tabs04 a {

}
.indexStyle ul.tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
.indexStyle ul.tabs li.tabs03 a:hover{


}
.indexStyle ul.tabs li.tabs04 a:hover{

}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
.indexStyle ul.tabs li.tabs03 a.current,
.indexStyle  ul.tabs li.tabs03 a.current:hover,
.indexStyle  ul.tabs li.current a {
   background-image:url(../images/tabRedHover.png);
   color: #fff;
    cursor:default !important;
}
.indexStyle ul.tabs li.tabs04 a.current,
.indexStyle  ul.tabs li.tabs04 a.current:hover,
.indexStyle  ul.tabs li.current a {
    background-image:url(../images/tabRedHover.png);
    cursor:default !important;
	color: #fff;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */





/* initially all panes are hidden */
.indexStyle .panes .pane {
    display:none;
}

/* tab pane styling */
.indexStyle .panes div {
	background-image:url(../images/tabRedBg.png);
    display:none;
    height:157px;
	width:240px;
    font-size:13px;
	padding-top:20px;
	padding-right:4px;
	position:relative;
}
.indexStyle .panes div img{
	width:122px;
	height:122px;
	padding:1px;
	border:1px solid #ccc;
	float:left;
	
	margin-left:10px;
}
.indexStyle .panes div h1{
	font-weight:normal;
	color:#c4494a;
	margin-left:140px;
}
.indexStyle .panes div p{
	line-height:18px;
	margin-left:140px;
}
.indexStyle .panes div span {
	position:absolute;
	bottom:10px;
	right:15px;
	background-image:url(../images/tabRedMore.png);
	width:48px;
	height:16px;
	text-indent: -3000px;
	overflow:hidden;
	
}
.indexStyle .panes div span a{
display: block;
height: 100%;
width: 100%;
}

/*======================================================================== 
	activity 首頁主題活動
  ========================================================================*/
.indexStyle .activityIndex{
	background-image:url(../images/activityBg.png);
	width:482px;
	height:195px;
	display:block;
	overflow:hidden;
	padding:5px 0px 5px 10px;
	float:right;
	margin-right:3px;
	margin-top:5px;	
	}  
.indexStyle .activityIndex dt{
	width:475px;
	height:50px;
	display:block;
	overflow:hidden;
	margin-bottom:3px;

	}  
.indexStyle .activityIndex dd{
	width:235px;
	height:138px;
	display:block;
	overflow:hidden;
	float:left;
	margin-right:5px;

	} 
  
/*======================================================================== 
	advBanner首頁下方廣告
  ========================================================================*/
.indexStyle ul.advBanner{
	clear:both;
	width:100%;
	display:block;
	overflow:hidden;
	
	}
.indexStyle ul.advBanner li{
	float:left;
	width:156px;
	height:97px;
	display:block;
	margin-left:12px;
	margin-top:10px;
	}


/*======================================================================== 
	subMenuList側邊副選單
  ========================================================================*/
.leftSide{
	float:left;
	width:136px;		
	}
.leftSide .leftBanner{
	overflow:hidden;
	display:block;
	width:136px;
	margin-top:10px;		
	}	
.subMenuList{
	width:136px;
}
.subMenuList dt{
	width:136px;
	height:30px;
	display:block;
	overflow:hidden;
	text-indent:-3000px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:5px;	
}
.promotion .subMenuList dt{ /*促銷快報 promotion*/
	background-image: url(../images/subNavTitle_promotion.png);
}
.hotProducts .subMenuList dt{ /*熱門商品 hotProducts*/
	background-image: url(../images/subMenuTitle_hotProducts.png);
}
.hotAdvance .subMenuList dt{ /*預購商品 hotProducts*/
	background-image: url(../images/subMenuTitle_hotAdvance.png);
}
.convenient .subMenuList dt{ /*便利服務 convenient*/
	background-image: url(../images/subMenuTitle_convenient.png);
}
.alliance .subMenuList dt{ /*加盟招募 convenient*/
	background-image: url(../images/subMenuTitle_alliance.png);
}
.information .subMenuList dt{ /*企業情報 information*/
	background-image: url(../images/subMenuTitle_information.png);
}
.news .subMenuList dt{ /*最新消息 news*/
	background-image: url(../images/subMenuTitle_news.png);
}
.member .subMenuList dt{ /*會員專區 member*/
	background-image: url(../images/subMenuTitle_member.png);
}
.okGo .subMenuList dt{ /*okGo*/
	background-image: url(../images/subMenuTitle_okGo.png);
}
.labor .subMenuList dt{ /*okGo*/
	background-image: url(../images/subMenuTitle_labor.png);
}

   .labor .advance dd.name span{
	width:32px;
	height:11px;
	overflow:hidden;
	background-image: url(../images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;
	display:block;
	float:left;
	margin-top:3px;
	margin-right:5px;
	}
.labor .advance {
	width:337px;
	height:159px;
	display:block;
	overflow:hidden;
	background-image: url(../images/advance_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	float:left;
	margin-right:8px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.labor .advance dt.priductuionImage{
	width:160px;
	height:140px;
	overflow:hidden;
	display:block;
	margin-left:10px;
	margin-top:10px;
	float:left;
	}

.labor .advance dd.name{
	color:#ff7e00;
	font-size:1.3em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:180px;
	margin-right:10px;
	margin-top:15px;
	padding-bottom:5px	
	}

.labor .advance dd.name a{
	color:#ff7e00;
	text-decoration: none;	
	}
.labor .advance dd.price{
	color: #e00024;
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 180px;
	margin-right: 0px;
	margin-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	width: 145px;
	display:block;
	overflow:hidden;
	line-height:1.5em;
	-webkit-text-size-adjust:none;	
	}

.labor .advance dd.content{
	font-size:1.3em;
	margin-left:180px;
	margin-right:10px;
	margin-top:5px;
	color:#656464;	
	}
.labor .advance dd.standard{
	color:#666666;
	margin-left:180px;
	margin-top:0px;
	width:150px;
	}	
.labor .advance dd.DetailIcon{
	position:absolute;
	top:125px;
	right:10px;
	display:block;
	overflow:hidden;
	width:83px;
	height:18px;
	background-image: url(../images/btn_detail.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;	
	}	
.labor .advance dd.DetailIcon a{
display: block;
height: 100%;
width: 100%;

	}
	
.labor .purchaseBanner{
	width:690px;
	display:block;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;	
	
	}
	
.labor ul.BtnPurchase{
	float:right;
	}
.labor ul.BtnPurchase li{
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-3000px;
	height:31px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right:10px;
	margin-top:20px;
	zoom:1px;
	}
.labor ul.BtnPurchase li a{
   display: block;
   height: 100%;
   width: 100%;
	}
.hotProducts ul.BtnPurchase li.store{
	background-image: url(../images/Btn_storeSearch.png);
	width:140px;	
	}
	



.labor .cardDetail{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:8px;
	display:block;
	zoom:1;
	overflow:hidden;
	
	}

.labor .cardDetail dd.headLine{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.labor .cardDetail dd.date{
	font-size:1.3em;
	color:#999;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.labor .cardDetail dd.content{
	font-size:1.3em;	
	overflow:hidden;
	
		
	}
	
.labor .cardDetail dd.PS{
	font-size:1.3em;
	color:#ff7e00;
	margin-top:10px;
	margin-bottom:5px;
	text-align: right;
	}
.labor .cardDetail dd.share span{
	float:left;
	font-size:1.3em;
	padding-top:10px;
	display:block;
	}
.labor .cardDetail dd.share .shareLink	{
	margin-top:3px;
	margin-right:3px;
	zoom:1;
	float:left;
	}
.labor .cardDetail dd.share .shareLink li{
	background-image: url(../images/link_Blank.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:27px;
	height:27px;
	overflow:hidden;
	margin-right:2px;
	padding:1px;	
	}	
		
	
.labor .cardDetail dd.back	{
	margin-left:120px;
	margin-top:10px;
	padding-bottom:5px;
	width:550px;
	height:19px;
	display:block;
	background-image: url(../images/top1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	overflow:hidden;
	text-indent:-3000px;
	}
.labor .cardDetail dd.back	a{
	display: block;
	height: 100%;
	width: 100%;

	}	


/*分頁頁次*/
.labor dl.pageNum {
	text-align: center;
	display: block;
	padding-top: 5px;
	white-space: nowrap;
	width: auto;
	padding-bottom:5px;
	clear:both;
	font-size:1.3em;
    }
.labor dl.pageNum .page-sel {
	display: inline;
	margin: 0px 5px;
    }
.labor dl.pageNum .page-sel a{
	text-decoration: none;
    }
.labor dl.pageNum .page-sel.selected a{
	color:#ff7e00;
	font-weight:bold;
    }
.hotProducts dl.pageNum .page-sel a:hover{
	color:#ff7e00;
    }




.subMenuList dd{
	width:104px;	
	display:block;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/subNavTitle_Bg.png);
	margin-bottom:5px;
	font-size:1.3em;
	color:#006600;
	line-height:30px;
	padding-left:32px;
	padding-top:0px;
}
.subMenuList dd:hover{
	color:#ff7e00;
	background-image: url(../images/subNavTitle_BgOver.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.subMenuList dd a{
	color:#006600;
	text-decoration: none;
	display: block;
    height: 100%;
    width: 100%;
}
.subMenuList dd a:hover{
	color:#ff7e00;
}
.subMenuList dd.sel{
	color:#ff7e00;
	background-image: url(../images/subNavTitle_BgOver.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.subMenuList dd.sel a{
	color:#ff7e00;	
}

.subMenuList dd ul{
	display:block;
	margin-top:0px;
	margin-bottom:10px;
}
.subMenuList dd ul li{
	display:block;
	padding-left:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	margin-top:5px;
	color:#666;
}
.subMenuList dd ul li a{
	color:#666;
}

.subMenuList dd.sel ul li a{
	color:#666;
}
.subMenuList dd.sel ul li.sel{
	background-image: url(../images/icon_2arrow.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	}
.subMenuList dd.sel ul li.sel a{
	color:#ff7e00;	
}
.subMenuList dd ul li:hover{
	background-image: url(../images/icon_2arrow.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	}
.subMenuList dd ul li a:hover{
	color:#ff7e00;	
}

/*======================================================================== 
	border 內頁邊框設計
  ========================================================================*/
.borderLine  {
	width:690px;
	overflow:hidden;
	}
.borderLine .borderTop  {
	width:690px;
	height:7px;
	overflow:hidden;
	background-image: url(../images/borderTop.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	}
.borderLine .borderMiddle  {
	width:676px;
	height:auto;
	overflow:hidden;
	background-image: url(../images/borderMiddle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding:7px;
	} 
.borderLine .borderBottom  {
	width:690px;
	height:6px;
	overflow:hidden;
	background-image: url(../images/borderBottom.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	} 
/*======================================================================== 
	border 灰底粗框內頁邊框設計
  ========================================================================*/
.borderLineGray  {
	width:690px;
	overflow:hidden;
	}

.borderLineGray .borderTopGray  {
	width:690px;
	height:7px;
	overflow:hidden;
	background-image: url(../images/borderTop_gray.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	}
.borderLineGray .borderMiddleGray  {
	width:676px;
	height:auto;
	overflow:hidden;
	background-image: url(../images/borderMiddle_gray.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding:7px;
	} 
.borderLineGray .borderBottomGray  {
	width:690px;
	height:6px;
	overflow:hidden;
	background-image: url(../images/borderBottom_gray.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	} 
/*======================================================================== 
	Vip border Vip專用 灰底粗框內頁邊框設計
  ========================================================================*/
.borderLineVipGray  {
	width:690px;
	overflow:hidden;
	position:relative;
	text-align:left;
	}

.borderLineVipGray .borderTopVipGray  {
	width:690px;
	height:12px;
	overflow:hidden;
	background-image: url(../images/borderTop_vipGray.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	}
.borderLineVipGray .borderMiddleVipGray  {
	width:640px;
	height:auto;
	overflow:hidden;
	background-image: url(../images/borderMiddle_vipGray.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding:15px 20px 15px 30px;
	} 
.borderLineVipGray .borderBottomVipGray  {
	width:690px;
	height:12px;
	overflow:hidden;
	background-image: url(../images/borderBottom_vipGray.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	} 
/*======================================================================== 
	borderOrange橘色內頁邊框設計
  ========================================================================*/
.borderLineOrange  {
	width:645px;
	overflow:hidden;
	position:relative;
	margin-left:20px;
	}
.borderLineOrange .borderTopOrange {
	width:645px;
	height:45px;
	overflow:hidden;
	background-image: url(../images/borderTop_orange.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	}
.borderLineOrange .borderMiddleOrange  {
	width:631px;
	height:auto;
	overflow:hidden;
	background-image: url(../images/borderMiddle_orange.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding:7px;
	} 
.borderLineOrange .borderBottomOrange {
	width:645px;
	height:40px;
	overflow:hidden;
	background-image: url(../images/borderBottom_orange.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	} 
/*======================================================================== 
	borderOrange 橘色細邊框 邊框設計
  ========================================================================*/
.borderLineOrangeLine  {
	width:631px;
	overflow:hidden;
	position:relative;
	margin-left:20px;
	margin-bottom:20px;
	}
.borderLineOrangeLine .borderTopOrangeLine {
	width:631px;
	height:5px;
	overflow:hidden;
	background-image: url(../images/borderTop_OrangeLine.png);
	background-repeat: no-repeat;
	background-position: center top;	
	}
.borderLineOrangeLine .borderMiddleOrangeLine  {
	width:617px;
	height:auto;
	overflow:hidden;
	background-image: url(../images/borderMiddle_OrangeLine.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding:7px;
	} 
.borderLineOrangeLine .borderBottomOrangeLine {
	width:631px;
	height:5px;
	overflow:hidden;
	background-image: url(../images/borderBottom_OrangeLine.png);
	background-repeat: no-repeat;
	background-position: center top;	
	} 


/*======================================================================== 
	促銷快報/本期特惠 promotion/reference
  ========================================================================*/

.promotion .reference{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:8px;
	display:block;
	zoom:1;
	
	}
.promotion .reference dt.MainImage{
	width:285px;
	height:159px;
	display:block;
/*	background-image: url(../images/referenceBg.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	float:left;
	}
/*.promotion .reference dt.MainImage image{
	width:281px;
	height:125px;
	display:block;
	overflow:hidden;
	margin-top:7px;
	margin-left:2px;
	}
.promotion .reference dt.MainImage span{
	color:#FFF;
	margin-left:20px;
	margin-top:3px;
	font-size:1.3em;
	display:block;
	}*/

.promotion .reference dd.headLine{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.promotion .reference dd.date{
	font-size:1.3em;
	color:#999;
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	color:#111111;
	}
.promotion .reference dd.content{
	font-size:1.3em;
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	height:3em;
	overflow:hidden;
	display:block;
	color:#111111;
	}
.promotion .reference dd.moreDetail	{
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	width:384px;
	height:19px;
	display:block;
	background-image: url(../images/referenceMore.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	text-indent:-3000px;
	}
.promotion .reference dd.moreDetail	a{
	display: block;
	height: 100%;
	width: 100%;

	}




.promotion .referenceDetail{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:8px;
	display:block;
	zoom:1;
	
	}

.promotion .referenceDetail dd.headLine{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.promotion .referenceDetail dd.date{
	font-size:1.3em;
	color:#999;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.promotion .referenceDetail dd.content{
	font-size:1.3em;
	margin-top:10px;
	padding-bottom:5px;
	width:690px;
	overflow:hidden;
	display:block;
	padding-bottom:50px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;


	
	}
.promotion .referenceDetail dd.PS{
	font-size:1.3em;
	color:#ff7e00;
	margin-top:10px;
	margin-bottom:5px;
	text-align: right;
	}
.promotion .referenceDetail dd.share span{
	float:left;
	font-size:1.3em;
	padding-top:10px;
	display:block;
	}
.promotion .referenceDetail dd.share .shareLink	{
	margin-top:3px;
	margin-right:3px;
	zoom:1;
	float:left;
	}
.promotion .referenceDetail dd.share .shareLink li{
	background-image: url(../images/link_Blank.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:27px;
	height:27px;
	overflow:hidden;
	margin-right:2px;
	padding:1px;	
	}	
		
	
.promotion .referenceDetail dd.back	{
	margin-left:120px;
	margin-top:10px;
	padding-bottom:5px;
	width:550px;
	height:19px;
	display:block;
	background-image: url(../images/referenceBack.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow:hidden;
	text-indent:-3000px;
	}
.promotion .referenceDetail dd.back	a{
	display: block;
	height: 100%;
	width: 100%;

	}	
	
/*======================================================================== 
	促銷快報/本期特惠 member/reference
  ========================================================================*/

.member .reference{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:8px;
	display:block;
	zoom:1;
	
	}
.member .reference dt.MainImage{
	width:285px;
	height:159px;
	display:block;
/*	background-image: url(../images/referenceBg.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	float:left;
	}
/*.member .reference dt.MainImage image{
	width:281px;
	height:125px;
	display:block;
	overflow:hidden;
	margin-top:7px;
	margin-left:2px;
	}
.member .reference dt.MainImage span{
	color:#FFF;
	margin-left:20px;
	margin-top:3px;
	font-size:1.3em;
	display:block;
	}*/

.member .reference dd.headLine{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.member .reference dd.date{
	font-size:1.3em;
	color:#999;
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	color:#111111;
	}
.member .reference dd.content{
	font-size:1.3em;
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	height:3em;
	overflow:hidden;
	display:block;
	color:#111111;
	}
.member .reference dd.moreDetail	{
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	width:384px;
	height:19px;
	display:block;
	background-image: url(../images/referenceMore.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	text-indent:-3000px;
	}
.member .reference dd.moreDetail	a{
	display: block;
	height: 100%;
	width: 100%;

	}




.member .referenceDetail{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:8px;
	display:block;
	zoom:1;
	
	}

.member .referenceDetail dd.headLine{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.member .referenceDetail dd.date{
	font-size:1.3em;
	color:#999;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.member .referenceDetail dd.content{
	font-size:1.3em;
	margin-top:10px;
	padding-bottom:5px;
	width:690px;
	overflow:hidden;
	display:block;
	padding-bottom:50px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;


	
	}
.member .referenceDetail dd.PS{
	font-size:1.3em;
	color:#ff7e00;
	margin-top:10px;
	margin-bottom:5px;
	text-align: right;
	}
.member .referenceDetail dd.share span{
	float:left;
	font-size:1.3em;
	padding-top:10px;
	display:block;
	}
.member .referenceDetail dd.share .shareLink	{
	margin-top:3px;
	margin-right:3px;
	zoom:1;
	float:left;
	}
.member .referenceDetail dd.share .shareLink li{
	background-image: url(../images/link_Blank.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:27px;
	height:27px;
	overflow:hidden;
	margin-right:2px;
	padding:1px;	
	}	
		
	
.member .referenceDetail dd.back	{
	margin-left:120px;
	margin-top:10px;
	padding-bottom:5px;
	width:550px;
	height:19px;
	display:block;
	background-image: url(../images/referenceBack.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow:hidden;
	text-indent:-3000px;
	}
.member .referenceDetail dd.back	a{
	display: block;
	height: 100%;
	width: 100%;

	}	
/*======================================================================== 
	促銷快報/天天好利送 promotion/gift
  ========================================================================*/
  
.promotion .giftBanner {
	width:690px;
	height:auto;
	overflow:hidden;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCC;
	
	} 
  
.promotion .giftList01  {
	width:341px;
	height:96px;
	display:block;
	overflow:hidden;
	background-image: url(../images/giftList01_Bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
	position:relative;
	margin-right:4px;
	margin-bottom:15px;
	}
.promotion .giftList01  .priductuionImage {
	width:82px;
	height:82px;
	display:block;
	overflow:hidden;
	float:left;
	margin-top:8px;
	margin-left:12px;
	}
.promotion .giftList01  .name {
	color:#ffff6e;
	font-size:1.5em;
	font-weight:bold;
	width:175px;
	height:2.8em;
	line-height:1.2em;
	display:block;
	overflow:hidden;
	margin-top:8px;
	margin-left:100px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#fff;
	}
.promotion .giftList01  .name a{
	color:#ffff6e;
	text-decoration: none;
	}
.promotion .giftList01  .price {
	color:#fff;
	font-size:1.3em;
	height:1.3em;
	display:block;
	margin-top:2px;
	margin-left:100px;
	}
.promotion .giftList01  .price span{
	font-weight:bold;
	}
.promotion .giftList01  .promotionIcon {
	width:51px;
	height:51em;
	display:block;
	overflow:hidden;
	position:absolute;
	top:5px;
	right:10px;
	}
.promotion .giftList01  .date {
	color:#fff;
	font-size:1.2em;
	height:1.1em;
	display:block;
	margin-top:3px;
	margin-left:100px;
	}
  	  
  
    
.promotion .giftList02  {
	width:690px;
	height:140px;
	display:block;
	overflow:hidden;
	background-image: url(../images/giftList02_Bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:10px;
	}
.promotion .giftList02  .priductuionImage {
	width:180px;
	height:118px;
	display:block;
	overflow:hidden;
	float:left;
/*	border: 1px solid #c3c3c3;*/
	margin-top:10px;
	margin-left:20px;
	}
.promotion .giftList02  .name {
	color:#558933;
	font-size:1.5em;
	font-weight:bold;
	width:420px;
	height:1.5em;
	display:block;
	overflow:hidden;
	margin-top:20px;
	margin-left:220px;

	}
.promotion .giftList02  .name a{
	color:#558933;
	text-decoration: none;
	}
.promotion .giftList02  .price {
	color:#ff6c00;
	font-size:1.3em;
	width:420px;
	height:1.5em;
	display:block;
	overflow:hidden;
	margin-left:220px;	
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#006600;
	padding-bottom:7px;
	}
.promotion .giftList02  .price span{
	font-size:15px;
	}
.promotion .giftList02  .content {
	font-size:1.3em;
	width:420px;
	height:1.5em;
	display:block;
	overflow:hidden;
	margin-left:220px;
	margin-top:7px;
	}
.promotion .giftList02  .date {
	font-size:1.3em;
	width:420px;
	height:1.5em;
	display:block;
	overflow:hidden;
	margin-left:220px;
	margin-top:5px;
	color:#8d8d8d;
	}
  	

.promotion .giftDetail{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:8px;
	display:block;
	zoom:1;
	
	}

.promotion .giftDetail dd.headLine{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.promotion .giftDetail dd.date{
	font-size:1.3em;
	color:#999;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.promotion .giftDetail dd.content{
	font-size:1.3em;
	margin-top:10px;
	padding-bottom:5px;
	width:690px;
	overflow:hidden;
	display:block;
	padding-bottom:50px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	
	}
.promotion .giftDetail dd.PS{
	font-size:1.3em;
	color:#ff7e00;
	margin-top:10px;
	margin-bottom:5px;
	text-align: right;
	}
.promotion .giftDetail dd.share span{
	float:left;
	font-size:1.3em;
	padding-top:10px;
	display:block;
	}
.promotion .giftDetail dd.share .shareLink	{
	margin-top:3px;
	margin-right:3px;
	zoom:1;
	float:left;
	}
.promotion .giftDetail dd.share .shareLink li{
	background-image: url(../images/link_Blank.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:27px;
	height:27px;
	overflow:hidden;
	margin-right:2px;
	padding:1px;	
	}	
		
	
.promotion .giftDetail dd.back	{
	margin-left:120px;
	margin-top:10px;
	padding-bottom:5px;
	width:550px;
	height:19px;
	display:block;
	background-image: url(../images/referenceBack.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow:hidden;
	text-indent:-3000px;
	}
.promotion .giftDetail dd.back	a{
	display: block;
	height: 100%;
	width: 100%;

	}

	
/*======================================================================== 
	熱門商品/預購商品 hotProducts/advance
  ========================================================================*/
  .hotProducts .advanceBanner{
	width:690px;
	display:block;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;	
	
	}
.hotProducts .advancePromo {
	width:690px;
	height:228px;
	display:block;
	overflow:hidden;
	background-image: url(../images/advancePromo_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	clear:both;
	margin-right:8px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.hotProducts .advancePromo dt.priductuionImage{
	width:240px;
	height:210px;
	overflow:hidden;
	display:block;
	margin-left:20px;
	margin-top:10px;
	float:left;
	}

.hotProducts .advancePromo dd.name{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:280px;
	margin-right:10px;
	margin-top:15px;
	padding-bottom:5px	
	}
.hotProducts .advancePromo dd.name a{
	color:#ff7e00;
	text-decoration: none;	
	}
.hotProducts .advancePromo dd.price{
	color:#e00024;
	font-size:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:280px;
	margin-right:10px;
	margin-top:5px;	
	padding-bottom:3px;
	font-weight:bold;
	}

.hotProducts .advancePromo dd.content{
	font-size:1.3em;
	margin-left:280px;
	margin-right:10px;
	margin-top:5px;
	color:#656464;	
	}
.hotProducts .advancePromo dd.standard{
	font-size:1.3em;
	line-height:11px;
	color:#666666;
	margin-left:280px;
	margin-top:5px;
	margin-right:10px;
	line-height:1.5em;
	}	
.hotProducts .advancePromo dd.DetailIcon{
	position:absolute;
	top:180px;
	right:10px;
	display:block;
	overflow:hidden;
	width:83px;
	height:18px;
	background-image: url(../images/btn_detail.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;	
	}	
.hotProducts .advancePromo dd.DetailIcon a{
display: block;
height: 100%;
width: 100%;

	}
	
	
.hotProducts .advance {
	width:337px;
	height:159px;
	display:block;
	overflow:hidden;
	background-image: url(../images/advance_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	float:left;
	margin-right:8px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.hotProducts .advance dt.priductuionImage{
	width:160px;
	height:140px;
	overflow:hidden;
	display:block;
	margin-left:10px;
	margin-top:10px;
	float:left;
	}

.hotProducts .advance dd.name{
	color:#ff7e00;
	font-size:1.3em;
	line-height:1.5em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:180px;
	margin-right:10px;
	margin-top:10px;
	padding-bottom:3px	
	}
.hotProducts .advance dd.name a{
	color:#ff7e00;
	text-decoration: none;	
	}
.hotProducts .advance dd.price{
	color:#e00024;
	font-size:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:180px;
	margin-right:10px;
	margin-top:3px;	
	padding-bottom:2px;
	font-weight:bold;
	}

.hotProducts .advance dd.content{
	font-size:1.3em;
	margin-left:180px;
	margin-right:10px;
	margin-top:5px;
	color:#656464;	
	}
.hotProducts .advance dd.standard{
	font-size:1.3em;
	color:#666666;
	margin-left:180px;
	margin-top:2px;
	width:150px;
	line-height:1.5em;
	}	
.hotProducts .advance dd.DetailIcon{
	position:absolute;
	top:125px;
	right:10px;
	display:block;
	overflow:hidden;
	width:83px;
	height:18px;
	background-image: url(../images/btn_detail.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;	
	}	
.hotProducts .advance dd.DetailIcon a{
display: block;
height: 100%;
width: 100%;

	}


/*分頁頁次*/
.hotProducts dl.pageNum {
	text-align: center;
	display: block;
	padding-top: 5px;
	white-space: nowrap;
	width: auto;
	padding-bottom:5px;
	clear:both;
	font-size:13px;
    }
.hotProducts dl.pageNum .page-sel {
	display: inline;
	margin: 0px 5px;
	font-size:13px;
    }
.hotProducts dl.pageNum .page-sel a{
	text-decoration: none;
    }
.hotProducts dl.pageNum .page-sel.selected a{
	color:#ff7e00;
	font-weight:bold;
    }
.hotProducts dl.pageNum .page-sel a:hover{
	color:#ff7e00;
    }
	
.hotProducts ul.BtnAdvance{
	float:right;
	}
.hotProducts ul.BtnAdvance li{
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-3000px;
	height:31px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right:10px;
	margin-top:20px;
	zoom:1px;
	}
.hotProducts ul.BtnAdvance li a{
   display: block;
   height: 100%;
   width: 100%;
	}
.hotProducts ul.BtnAdvance li.explain{
	background-image: url(../images/Btn_advanceExplain.png);
	width:140px;	
	}
.hotProducts ul.BtnAdvance li.download{
	background-image: url(../images/Btn_advanceExDownLoad.png);
	width:126px;	
	}



.hotProducts .advanceDetail {
	width:690px;
	height:417px;
	display:block;
	overflow:hidden;
	background-image: url(../images/advanceDet_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:0px;
}

.hotProducts .advanceDetail dt.priductuionImage{
	width:405px;
	height:354px;
	overflow:hidden;
	display:block;
	margin-left:15px;
	margin-top:15px;
	float:left;
	}

.hotProducts .advanceDetail dd.name{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:430px;
	margin-right:10px;
	margin-top:25px;
	padding-bottom:10px
		
	}
.hotProducts .advanceDetail dd.price{
	color:#e00024;
	font-size:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:430px;
	margin-right:10px;
	margin-top:10px;	
	padding-bottom:10px;
	font-weight:bold;
	}
.hotProducts .advanceDetail dd.standard{
	color:#656464;
	font-size:1.3em;
	margin-left:430px;
	margin-right:10px;
	margin-top:10px;	
	}
.hotProducts .advanceDetail dd.exp{
	color:#656464;
	font-size:1.3em;
	margin-left:430px;
	margin-right:10px;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	padding-bottom:10px
	}

.hotProducts .advanceDetail dd.content{
	font-size:1.3em;
	margin-left:430px;
	margin-right:10px;
	margin-top:5px;
	color:#8d8d8d;	
	}
	

.hotProducts .advanceDetail dd.section{
	clear:left;
	color:#ff7e00;
	font-size:1.3em;
	margin-left:20px;
	margin-top:10px;
	}

.hotProducts dl.shareAndLink{
	width:685px;
	display:block;
	overflow:hidden;
	margin-top:20px;

	}
.hotProducts .shareAndLink dd.share span{
	float:left;
	font-size:1.3em;
	padding-top:10px;
	display:block;
	
	}
.hotProducts .shareAndLink dd.share .shareLink	{
	margin-top:3px;
	margin-right:3px;
	zoom:1;
	float:left;
	
	}
.hotProducts .shareAndLink dd.share .shareLink li{
	background-image: url(../images/link_Blank.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:27px;
	height:27px;
	overflow:hidden;
	margin-right:2px;
	padding:1px;
		
	}	
		
	
.hotProducts .shareAndLink dd.back	{
	margin-left:120px;
	margin-top:10px;
	padding-bottom:5px;
	width:550px;
	height:19px;
	display:block;
	background-image: url(../images/referenceBack.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow:hidden;
	text-indent:-3000px;
		
	}
.hotProducts .shareAndLink dd.back	a{
	display: block;
	height: 100%;
	width: 100%;
	}	
.hotProducts .advanceExplain h1{
	width:675px;
	height:45px;
	display:block;
	overflow:hidden;
	background-image: url(../images/titleAdvanceExplain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;
	margin-bottom:20px;
	}
.hotProducts .advanceExplain h2{
	font-size:1.3em;
	color:#ff7e00;
	margin-left:10px;
	margin-bottom:10px;
	font-weight:normal;
	}
.hotProducts .advanceExplain h3{
	font-size:1.3em;
	margin-left:10px;
	margin-bottom:5px;
	color:#656464;
	font-weight:normal;	
	}
.hotProducts .advanceExplain ol{
	font-size:1.3em;
	margin-left:10px;
	color:#656464;
	margin-bottom:20px;
	list-style-type: decimal;
	list-style-position: inside;
	line-height:2em;
	}
	
.hotProducts .purchaseBanner{
	width:690px;
	display:block;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;	
	
	}
	
	
	
.hotProducts .purchaseList {
	width:216px;
	height:320px;
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width: 2px;
	border-color: #CCC;
	-webkit-border-radius: 15px;	/* Safari, Chrome */
	-moz-border-radius: 15px;		/* Firefox */
	border-radius: 15px;			/* Opera 10.50 and later (CSS3 standard) */
	behavior: url(stylesheets/PIE.htc);/* IE6, IE7, IE8 */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.hotProducts .purchaseList dt.priductuionImage{
	width:177px;
	height:138px;
	overflow:hidden;
	display:block;
	margin-left:20px;
	margin-top:10px;
	}

.hotProducts .purchaseList dd.name{
	color:#ff7e00;
	font-size:1.3em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	padding-bottom:5px	
	}
.hotProducts .purchaseList dd.name a{
	color:#ff7e00;
	text-decoration: none;	
	}
.hotProducts .purchaseList dd.name span{
	width:32px;
	height:11px;
	overflow:hidden;
	background-image: url(../images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;
	display:block;
	float:left;
	margin-top:3px;
	margin-right:5px;
	}
.hotProducts .purchaseList dd.price{
	color:#e00024;
	font-size:1.2em;
	position:absolute;
	top:153px;
	right:15px;
	font-weight:bold;
	}
/*熱量*/
.hotProducts .purchaseList dd.standard{
	color:#8d8d8d;
	position:absolute;
	top:185px;
	left:15px;
	font-size:1.1em;
	}
/*規格*/
.hotProducts .purchaseList dd.standard2{
	color:#8d8d8d;
	position:absolute;
	top:185px;
	right:15px;
	font-size:1.1em;
	}
.hotProducts .purchaseList dd.content{
	font-size:1.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-left:15px;
	margin-right:15px;
	margin-top:30px;
	color:#656464;	
	}

.hotProducts .purchaseList dd.DetailIcon{
	position:absolute;
	top:280px;
	right:20px;
	display:block;
	overflow:hidden;
	width:83px;
	height:18px;
	background-image: url(../images/btn_detail.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;	
	}	
.hotProducts .purchaseList dd.DetailIcon a{
display: block;
height: 100%;
width: 100%;

	}
/*---------------------------------------------------
	2015/01/22本期特惠的CSS
-----------------------------------------------------*/
.promotion .purchaseList2 {
	width:325px;
	height:240px;
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width: 2px;
	border-color: #CCC;
	-webkit-border-radius: 10px;	/* Safari, Chrome */
	-moz-border-radius: 10px;		/* Firefox */
	border-radius: 10px;			/* Opera 10.50 and later (CSS3 standard) */
	behavior: url(stylesheets/PIE.htc);/* IE6, IE7, IE8 */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.promotion .purchaseList2 dt.priductuionImage2{
	width:285px;
	height:159px;
	overflow:hidden;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	margin-left:20px;
	margin-top:10px;
	}

.promotion .purchaseList2 dd.name2{
	color:#ff7e00;
	font-size:1.3em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	padding-bottom:5px	
	}
.promotion .purchaseList2 dd.name2 a{
	color:#ff7e00;
	text-decoration: none;	
	}
.promotion .purchaseList2 dd.name2 span{
	width:32px;
	height:11px;
	overflow:hidden;
	background-image: url(../images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;
	display:block;
	float:left;
	margin-top:3px;
	margin-right:5px;
	}
.promotion .purchaseList2 dd.price2{
	color:#e00024;
	font-size:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;	
	padding-bottom:5px;
	font-weight:bold;
	}
.promotion .purchaseList2 dd.standard2{
	color:#8d8d8d;
	position:absolute;
	top:185px;
	right:20px;
	font-size:1.1em;
	}
.promotion .purchaseList2 dd.date2{
	font-size:1.3em;
	color:#999;
	text-align:center;
	margin-left:30px;
	margin-right:30px;
	margin-top:5px;
	padding-bottom:5px;
	color:#111111;
	}
.promotion .purchaseList2 dd.content2{
	font-size:1.3em;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	color:#ff7e00;	
	}

.promotion .purchaseList2 dd.DetailIcon2{
	position:absolute;
	top:280px;
	right:20px;
	display:block;
	overflow:hidden;
	width:83px;
	height:18px;
	background-image: url(../images/btn_detail.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;	
	}	
.promotion .purchaseList2 dd.DetailIcon2 a{
display: block;
height: 100%;
width: 100%;

	}

/*---------------------------------------------------
	2015/09/13 OK好利聯名卡CSS
-----------------------------------------------------*/
.member .purchaseList2 {
	width:325px;
	height:240px;
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
	margin-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-style:solid;
	border-width: 2px;
	border-color: #CCC;
	-webkit-border-radius: 10px;	/* Safari, Chrome */
	-moz-border-radius: 10px;		/* Firefox */
	border-radius: 10px;			/* Opera 10.50 and later (CSS3 standard) */
	behavior: url(stylesheets/PIE.htc);/* IE6, IE7, IE8 */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.member .purchaseList2 dt.priductuionImage2{
	width:285px;
	height:159px;
	overflow:hidden;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	margin-left:20px;
	margin-top:10px;
	}

.member .purchaseList2 dd.name2{
	color:#ff7e00;
	font-size:1.3em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	padding-bottom:5px	
	}
.member .purchaseList2 dd.name2 a{
	color:#ff7e00;
	text-decoration: none;	
	}
.member .purchaseList2 dd.name2 span{
	width:32px;
	height:11px;
	overflow:hidden;
	background-image: url(../images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;
	display:block;
	float:left;
	margin-top:3px;
	margin-right:5px;
	}
.member .purchaseList2 dd.price2{
	color:#e00024;
	font-size:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;	
	padding-bottom:5px;
	font-weight:bold;
	}
.member .purchaseList2 dd.standard2{
	color:#8d8d8d;
	position:absolute;
	top:185px;
	right:20px;
	font-size:1.1em;
	}
.member .purchaseList2 dd.date2{
	font-size:1.3em;
	color:#999;
	text-align:center;
	margin-left:30px;
	margin-right:30px;
	margin-top:5px;
	padding-bottom:5px;
	color:#111111;
	}
.member .purchaseList2 dd.content2{
	font-size:1.3em;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
	text-align:center;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	color:#ff7e00;	
	}

.member .purchaseList2 dd.DetailIcon2{
	position:absolute;
	top:280px;
	right:20px;
	display:block;
	overflow:hidden;
	width:83px;
	height:18px;
	background-image: url(../images/btn_detail.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;	
	}	
.member .purchaseList2 dd.DetailIcon2 a{
display: block;
height: 100%;
width: 100%;

	}


.hotProducts ul.BtnPurchase{
	float:right;
	}
.hotProducts ul.BtnPurchase li{
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-3000px;
	height:31px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right:10px;
	margin-top:20px;
	zoom:1px;
	}
.hotProducts ul.BtnPurchase li a{
   display: block;
   height: 100%;
   width: 100%;
	}
.hotProducts ul.BtnPurchase li.store{
	background-image: url(../images/Btn_storeSearch.png);
	width:140px;	
	}
	
	
	
	
.hotProducts .purchaseDetail {
	width:690px;
	height:417px;
	display:block;
	overflow:hidden;
	background-image: url(../images/advanceDetail_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:0px;
}

.hotProducts .purchaseDetail dt.priductuionImage{
	width:405px;
	height:316px;
	overflow:hidden;
	display:block;
	margin-left:15px;
	margin-top:15px;
	float:left;
	}

.hotProducts .purchaseDetail dd.name{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:430px;
	margin-right:10px;
	margin-top:25px;
	padding-bottom:10px		
	}
.hotProducts .purchaseDetail dd.name span{
	width:32px;
	height:11px;
	overflow:hidden;
	background-image: url(../images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;
	display:block;
	float:left;
	margin-top:3px;
	margin-right:5px;	
	}
.hotProducts .purchaseDetail dd.price{
	color:#e00024;
	font-size:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:430px;
	margin-right:10px;
	margin-top:10px;	
	padding-bottom:10px;
	font-weight:bold;
	}
.hotProducts .purchaseDetail dd.standard{
	color:#656464;
	font-size:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:430px;
	margin-right:10px;
	margin-top:10px;	
	padding-bottom:10px
	}

.hotProducts .purchaseDetail dd.content{
	font-size:1.3em;
	margin-left:430px;
	margin-right:10px;
	margin-top:15px;
	color:#8d8d8d;	
	}
.hotProducts .purchaseDetail dd.notice{
	clear:left;
	color:#8d8d8d;
	font-size:1.3em;
	margin-left:20px;
	margin-top:10px;
	}	

.hotProducts .purchaseDetail dd.section{
	clear:left;
	color:#ff7e00;
	font-size:1.3em;
	margin-left:20px;
	margin-top:10px;
	}	


/*======================================================================== 
	預購商品 hotAdvance
  ========================================================================*/
.hotAdvance p{
	font-size: 13px;
}
.hotAdvance .advance {
	display:block;
	overflow:hidden; 
	border: 1px solid #ccc;
  border-radius: 10px;
	position:relative;
	float:left;
	padding: 3px;
	margin: 5px;
}

.hotAdvance .advance dt.priductuionImage{
	width:200px;
	height:283px;
	overflow:hidden;
	display:block;
	margin-left:10px;
	margin-top:10px;
	}

.hotAdvance .advance dd.name{
	color:#ff7e00;
	font-size:1.3em;
	line-height:1.5em;
	font-weight:bold;
	padding: 10px;
	display: block;


	}
.hotAdvance .advance dd.name a{
	color:#ff7e00;
	text-decoration: none;	
	}










/*======================================================================== 
	便利服務/店鋪查詢 convenient/shopSearch
  ========================================================================*/

 .Content .shopSearch {
	 overflow:hidden;


	}
.shopSearch {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:10px;
	margin-bottom:10px;
	zoom:1;	
	}
.convenient dl.searchMap{
	display:block;
	float:left;
	}
.convenient dl.searchMap dt{
	display:block;
	width:180px;
	height:30px;
	background-image: url(../images/SearchTitle_map.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	text-indent:-3000px;
	margin-bottom:20px;

		}  
.convenient dl.searchMap dd{
	width:280px;
	height:460px;
	overflow:hidden;
	display:block;
	margin-bottom:20px;	
		}

.convenient .shopNum{
	margin-bottom:10px;
	display:block;
	margin-left:290px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:5px;
	margin-right:10px;
	zoom:1;
		}  
.convenient .shopNum label{
	display:block;
	width:144px;
	height:25px;
	background-image: url(../images/SearchTitle_shopNum.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	text-indent:-3000px;
	float:left;
		}  
.convenient .shopNum span{
	display:block;
	font-size:13px;
	margin-top:5px;
		}  
		 
/*邊圓框線 start*/  		
.shopBorderLine  {
	width:393px;
	overflow:hidden;
	margin-left:290px;
	}
.shopBorderLine .shopBorderTop  {
	width:393px;
	height:9px;
	overflow:hidden;
	background-image: url(../images/shopBorderTop.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	}
.shopBorderLine .shopBorderMiddle  {
	width:373px;
	height:auto;
	overflow:hidden;
	background-image: url(../images/shopBorderMiddle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding:10px;
	
	

	
	} 
.shopBorderLine .shopBorderBottom  {
	width:393px;
	height:9px;
	overflow:hidden;
	background-image: url(../images/shopBorderBottom.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	} 	
	
/*邊圓框線 end*/  		
	
.convenient .shopCity{
	margin-bottom:5px;
	display:block;
	zoom:1;
	text-align:left;
		}  
.convenient .shopCity .search01{
	display:block;
	width:90px;
	height:30px;
	background-image: url(../images/SearchTitle_city.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	text-indent:-3000px;
	float:left;
		} 
.convenient .shopCity .search02{
	display:block;
	width:90px;
	height:30px;
	background-image: url(../images/SearchTitle_service.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	text-indent:-3000px;
	float:left;
		} 
.convenient .shopCity select{
	height:25px;
	margin-bottom:10px;
	
		}  
.convenient .shopList{
	margin-top:20px;
	}    
.convenient .shopList h1{
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #CCC;
	padding-bottom:8px;
	color:#676767;
	font-size:1.3em;	
	}
.convenient .shopList ul{
	height:300px;
	display:block;
	overflow-y: scroll;
    overflow-x: hidden;	
	}
.convenient .shopList ul li{
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #CCC;
	padding-bottom:8px;
	margin-top:10px;
	display:block;
	zoom:1;
	overflow:hidden;
	
	} 
.convenient .shopList ul li h2{
	float:left;
	color:#ff7e00;
	font-size:1.3em;
	font-weight:bold;
	width:6em;
	} 
.convenient .shopList ul li span{
	float:left;
	font-size:1.3em;
	width:15em;
	}
.convenient .shopList ul li div{
	float:left;
	width:62px;
	height:23px;
	display:block;
	background-image: url(../images/btn_shopDetail.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;
	}
.convenient .shopList ul li div a{
	display: block;
	height: 100%;
	width: 100%;
	}
.convenient .shopList .food{
 padding:0 8px; margin:0 2px 2px 0; float:left; min-width:20px; font-size:11px; display:block; white-space:nowrap;		
	}
.convenient .shopList .food a{
	
	}
.convenient .shopDetail{
	margin-top:20px;
	}
.convenient .shopDetail h1{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #CCC;
	padding-bottom:8px;
	display:block;
	}
.convenient .shopDetail ul li{
	font-size:1.3em;
	line-height:2em;
	margin-top:10px;
	zoom:1;
	clear:both;
	}
.convenient .shopDetail ul li span.food{
 padding:0 8px; 
 margin:0 2px 2px 0; 
 float:left; 
 min-width:20px; 
 font-size:11px; 
 display:block; 
	
	}
.convenient .shopDetail .food a{
	
	}
.convenient .shopDetail ul li span{
	font-weight:bold;

	}

.convenient .shopDetail ul li .googleMap{
	width:365px;
	height:247px;
	display:block;
	overflow:hidden;

	}

	.convenient .shopDetail ul li .storePic{
		float: left;
		margin: 5px;
		width: 80px;
		height: 53px;
		overflow: hidden;
	}

/*======================================================================== 
	便利服務/代收服務 convenient/receiveItem
  ========================================================================*/
 .convenient .receiveItemDiv  .ItemTable td{
	border-bottom: 1px dotted #999;
	width:50%;
	vertical-align: top;	 
	 }
.convenient .receiveItemDiv .Item{
	padding-top:10px;
	width:100%;
	padding-bottom:17px;
	
	}
.convenient .receiveItemDiv .Item dt{
	float:left;
	width:65px;
	height:65px;
	display:block;
	overflow:hidden;		
	}
.convenient .receiveItemDiv .Item dd.title{
	margin-left:75px;
	color:#3d7a99;
	font-weight:bold;
	font-size:15px;
	border-bottom: 1px solid #CCC;
	padding-bottom:3px;
	margin-right:20px;
	margin-bottom:5px;
	}  
.convenient .receiveItemDiv .Item dd.content{
	margin-left:75px;
	font-size:13px;
	color:#a0a0a0;
	margin-right:20px;
	} 
	
.convenient .receiveItemDiv .explain{
	font-size:13px;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:20px;
	} 
	
.convenient .receiveItemDiv .explain dt{
	font-weight:bold;
	background: url(../images/icon_orange.gif) no-repeat left 3px;
	padding-left:10px;
	}
.convenient .receiveItemDiv .explain dt span{
	color:#ff7e00;
	}
.convenient .receiveItemDiv .explain dd{
	margin-left:20px;
	} 
.convenient .receiveItemDiv .explain dd span{
	color:#ff7e00;
	}

/*======================================================================== 
	便利服務/店到店寄件 convenient/saleService
  ========================================================================*/
.convenient .saleServiceTitle{
	height:40px;
	background: url(../images/saleServiceTitle.gif);
	}
.convenient .saleServiceTable{
	font-size:13px;
	color:#a0a0a0;

	}
	
.convenient .saleServiceTable tr.col td{
	background:#fff7ed;
	zoom:1;

	}
.convenient .saleServiceTable td{
	border-top: 1px dotted #999;

	}
.convenient .saleServiceTable .colStyle01{
	width:17%;
	color:#3b8ab3;
	font-size:13px;
	font-weight:bold;
	border-right: 1px solid #999;
	text-align:center;
	padding: 20px 10px;	

	}
.convenient .saleServiceTable .colStyle02{
	border-right: 1px solid #999;
	width:70%;
	padding: 20px 10px;	
	}
.convenient .saleServiceTable .colStyle03{
	padding: 20px 10px;	
	}
.convenient .saleServiceTable ul li{
	background: url(../images/icon_arrowLargeGray.gif) no-repeat left 5px;
	padding-left:10px;
	}
.convenient .saleServiceTable ol li{
	list-style-type: decimal;
	margin-left:20px;
	}
.convenient .saleServiceTable strong{
	background: url(../images/icon_arrowLargeGray.gif) no-repeat left 3px;
	padding-left:10px;
	}
.convenient .saleServiceTable strong span{
	color:#f26522;
	}
.convenient .saleServiceTable a{
	color:#f26522;
	text-decoration: underline;
	}
  
/*======================================================================== 
	便利服務/宅配服務 convenient/allocationService
  ========================================================================*/
.convenient .allocationServiceTitle{
	height:40px;
	background: url(../images/allocationServiceTitle.gif);
	} 

.convenient .allocationServiceTable{
	font-size:13px;
	color:#a0a0a0;

	}
	
.convenient .allocationServiceTable td{
	border-top: 1px dotted #999;
	vertical-align: top;

	}
.convenient .allocationServiceTable .colStyle01{
	width:17%;
	color:#006600;
	font-size:13px;
	font-weight:bold;
	border-right: 1px solid #999;
	text-align:center;
	padding: 20px 10px;
	}
.convenient .allocationServiceTable .colStyle01 img{
	display:block;
	margin-bottom:5px;
	}
.convenient .allocationServiceTable .colStyle02{
	border-right: 1px solid #999;
width:70%;
	}
.convenient .allocationServiceTable .colStyle03{
	
	}
.convenient .allocationServiceTable ul{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	}
.convenient .allocationServiceTable ul li{
	background: url(../images/icon_arrowLargeGray.gif) no-repeat left 5px;
	padding-left:10px;
	
	}
.convenient .allocationServiceTable ol{
	list-style-type: decimal;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
	}

 /*======================================================================== 
	便利服務/OK禮券 convenient/giftCoupons
  ========================================================================*/
.convenient .giftCouponsTitle{
	height:40px;
	background: url(../images/giftCouponsTitle.gif);
	}
.convenient .giftCouponsTable{
	font-size:13px;
	color:#a0a0a0;

	}
	
.convenient .giftCouponsTable tr.col td{
	background:#fff7ed;
	zoom:1;

	}
.convenient .giftCouponsTable td{
	border-top: 1px dotted #999;

	}
.convenient .giftCouponsTable .colStyle01{
	width:17%;
	color:#df0023;
	font-size:13px;
	font-weight:bold;
	border-right: 1px solid #999;
	text-align:center;
	padding: 20px 10px;	

	}
.convenient .giftCouponsTable .colStyle02{
	border-right: 1px solid #999;
width:70%;
	padding: 20px 10px;	
	}
.convenient .giftCouponsTable .colStyle03{
	padding: 20px 10px;	
	}
.convenient .giftCouponsTable ul li{
	background: url(../images/icon_arrowLargeGray.gif) no-repeat left 5px;
	padding-left:10px;
	}
.convenient .giftCouponsTable ul li strong{
	zoom:1;
	font-weight:bold;
	}
.convenient .giftCouponsTable ol li{
	margin-left:20px;
	}
.convenient .giftCouponsTable span{
	color:#f26522;
	}
/*======================================================================== 
	便利服務/其他服務 convenient/otherService
  ========================================================================*/
.convenient .otherServiceTitle{
	height:40px;
	background: url(../images/otherServiceTitle.gif);
	} 

.convenient .otherServiceTable{
	font-size:13px;
	color:#a0a0a0;

	}
	
.convenient .otherServiceTable td{
	border-top: 1px dotted #999;
	vertical-align: top;

	}
.convenient .otherServiceTable .colStyle01{
	width:17%;
	color:#006600;
	font-size:13px;
	font-weight:bold;
	border-right: 1px solid #999;
	text-align:center;
	padding: 20px 10px;
	}
.convenient .otherServiceTable .colStyle01 img{
	display:block;
	margin-bottom:5px;
	}
.convenient .otherServiceTable .colStyle02{
	border-right: 1px solid #999;
width:70%;
	
	}
.convenient .otherServiceTable .colStyle03{
	
	}

.convenient .otherServiceTable dl{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	}
.convenient .otherServiceTable dl dt{
	background: url(../images/icon_arrowLargeGray.gif) no-repeat left 3px;
	padding-left:10px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:3px;
	
	}
.convenient .otherServiceTable dl dd{
	padding-left:10px;
	
	}
.convenient .otherServiceTable ul{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	}
.convenient .otherServiceTable ul li{
	background: url(../images/icon_arrowLargeGray.gif) no-repeat left 5px;
	padding-left:10px;
	}
.convenient .otherServiceTable ul li strong{
	zoom:1;
	font-weight:bold;
	}
.convenient .otherServiceTable ul li span{
	color:#f26522;
	}
.convenient .otherServiceTable ul li a{
	color:#ff7e00;
	text-decoration: underline;	
	}
  
  .convenient h2{
  	font-size: 18px;
  	color: #ff7e00;
  	padding-left: 15px;
  	background: url(../images/icon_orange.gif) 3px 8px no-repeat;


  }
  }
  	
/*======================================================================== 
	加盟招募/加盟辦法 alliance/way
  ========================================================================*/	
	
.alliance .allianceWayTable{

	}
.alliance .allianceWayTable tr{

	font-size:13px;	
	}
.alliance .allianceWayTable #name{
	color:#3b84a7;
	width:20%;
	}
.alliance .allianceWayTable tr th.colStyle01 {
	color:#006600;
	text-align:center;
	}
.alliance .allianceWayTable tr th.colStyle02 {
	/*color:#ff7e00;*/
	text-align:center;
	}
.alliance .allianceWayTable tr th.colStyle03 {
	color:#df0023;
	text-align:center;
	}
.alliance .allianceWayTable #style01,.alliance .allianceWayTable #style02{
	color:#000;
	width:40%;
	}
.alliance .allianceWayTable tr td,.alliance .allianceWayTable tr th{
	padding:20px;
	border-bottom: 1px solid #999;
	}
.alliance .allianceWayTable tr td span{
	/*color:#e00024;*/
	}
.alliance .allianceWayTable tr td.colStyle01,.alliance .allianceWayTable tr th.colStyle01{
	background: url(../images/icon_arrowGray.gif) no-repeat 100px 27px;
	text-align:center;
	}
.alliance .allianceWayTable tr td.colStyle02,.alliance .allianceWayTable tr th.colStyle02{
	background-color:#fce5e9;
		color:#000;

	}
.alliance .allianceWayTable ol{
	list-style-type: decimal;
	text-align: left;
	list-style-position: outside;
	margin-left:30px;
	}
.alliance .allianceWayTable span.red{
	color:#F00;
	font-weight:bold;
	}
	
/*======================================================================== 
	加盟招募/審核流程 alliance/examine
  ========================================================================*/	
	
.alliance .allianceExamineImage{
	text-align: center;	
	}
	
/*======================================================================== 
	加盟招募/加盟說明會 alliance/explain
  ========================================================================*/	
	
.alliance .explainDiv h1{
	height:70px;
	width:450px;
	display:block;
	background-image: url(../images/allianceExplainTitle01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-3000px;
	overflow:hidden;
	}	
.borderLineOrange .areaTitle {
	background-image: url(../images/borderTop_areaTitle.gif);
	}
.alliance .explainDiv .area	{
font-size:13px;
margin-left:30px;
}

.alliance .explainDiv .area	td{
	border-top: 1px dotted #999;
	padding-top:10px;
	padding-bottom:10px;
	zoom:1;

}
.alliance .explainDiv .area	td.colStyle01{
	width:30%;
	background-image: url(../images/icon_logo.jpg);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left:50px;

}
.alliance .explainDiv .area	td.colStyle02{
width:45%;
color:#405f9d;
}
.alliance .explainDiv .area	td.colStyle03{
width:25%;
}
	
.alliance .explainDiv h2{
font-size:13px;
font-weight:bold;
	background-image: url(../images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
	margin-left:20px;
	line-height:35px;
}
	
.alliance .explainDiv h2 span{
color:#df0023;

}		
	
.borderLineOrange .formTitle {
	background-image: url(../images/borderTop_formTitle.gif);
	height:55px;
	}	
.alliance .explainDiv .explainForm {
margin-left:20px;
margin-left:20px;
font-size:1.3em;
margin-bottom:20px;
}
.alliance .explainDiv .explainForm li{
	background-image: url(../images/icon_arrowBlue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	line-height:35px;
	border-bottom: 1px solid #CCCCCC;
	width:90%;	
}	
.alliance .explainDiv .explainForm li label{
	width:6em;
	display:block;
	float:left;
	text-align: justify;
}	
.alliance .explainDiv .btn{
	text-align: center;
}
.alliance .explainDiv .btn input{
margin-right:10px;
}

.alliance .explainDiv .allianceEexplainImage{
text-align: center;
}

/*======================================================================== 
	加盟招募/店面招募  alliance/recruit
  ========================================================================*/	
	
.alliance .recruitDiv h1{
	height:30px;
	width:360px;
	display:block;
	background-image: url(../images/allianceRecruitTitle01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-3000px;
	overflow:hidden;
	}	

.alliance .recruitDiv h2{
font-size:13px;
font-weight:bold;
	background-image: url(../images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
	margin-left:20px;
	line-height:35px;
}

.alliance .recruitDiv .allianceRecruitImage{
text-align: center;
}

.borderLineOrange .storeTitle {
	background-image: url(../images/borderTop_storeTitle.gif);
	height:55px;
	}
.alliance .recruitDiv .storeForm {
margin-left:20px;
margin-left:20px;
font-size:1.3em;
margin-bottom:20px;
}
.alliance .recruitDiv .storeForm li{
	background-image: url(../images/icon_arrowBlue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	line-height:35px;
	border-bottom: 1px solid #CCCCCC;
	width:90%;	
}	
.alliance .recruitDiv .storeForm li label{
	width:7em;
	display:block;
	float:left;
	text-align:justify;
}	
.alliance .recruitDiv .btn{
	text-align: center;
}
.alliance .recruitDiv .btn input{
margin-right:10px;
}

/*======================================================================== 
	加盟招募/經驗分享  alliance/share
  ========================================================================*/	
	
.alliance .shareDiv .shareList{
	border-bottom: 1px dotted #999;
	padding-bottom:20px;
	margin-bottom:15px;
	position:relative;
	}
.alliance .shareDiv .shareList .Image{
	float:left;
	width:230px;
	height:145px;
	overflow:hidden;
	}
.alliance .shareDiv .shareList .title{
	font-size:1.5em;
	color:#ff7e00;
	font-weight:bold;
	border-bottom: 1px solid #CCC;
	margin-left:250px;
	padding-bottom:8px;
	margin-bottom:8px;
	}
.alliance .shareDiv .shareList .title image{
	margin-left:5px;
	}
.alliance .shareDiv .shareList .content{
	font-size:1.3em;
	margin-left:250px;
	color:#5d5d5d;
	line-height:1.5em;
	height:6em;
	border-bottom: 1px solid #CCC;
	overflow:hidden;
	margin-bottom:5px;
	}
.alliance .shareDiv .shareList .date{
	font-size:1.3em;
	margin-left:250px;
	border: 1px solid #999;
	width:140px;
	padding:1px;
	color:#8f8f8f;
	padding-right:5px;
	}
.alliance .shareDiv .shareList .date span{
	background:#ff7e00;
	color:#FFF;
	padding:4px 3px 2px;
	margin-right:10px;
	}
.alliance .shareDiv .shareList .type{
	position:absolute;
	top:115px;
	left:410px;
	font-size:1.3em;
	border: 1px solid #999;
	width:auto!important;
	width:120px;
	min-width:120px;	
	padding:1px;
	color:#8f8f8f;
	padding-right:5px;
	}
.alliance .shareDiv .shareList .type span{
	background:#ff7e00;
	color:#FFF;
	padding:4px 3px 2px;
	margin-right:10px;
	}
.alliance .shareDiv .shareList .more{
	width:83px;
	height:18px;
	display:block;
	background: url(../images/btn_detail.png) no-repeat;
	overflow:hidden;
	text-indent:-3000px;
	position:absolute;
	top:120px;
	right:20px;
	}
.alliance .shareDiv .shareList .more a{
	display: block;
	height: 100%;
	width: 100%;
	}
.alliance .shareDiv .shareListDetail{
	padding-bottom:20px;
	margin-bottom:15px;
	position:relative;
	}
/*.alliance .shareDiv .shareListDetail .Image{
	float:left;
	width:230px;
	height:145px;
	overflow:hidden;
	}*/
.alliance .shareDiv .shareListDetail .title{
	font-size:1.5em;
	color:#ff7e00;
	font-weight:bold;
	border-bottom: 1px solid #CCC;
	margin-left:0px;
	padding-bottom:8px;
	margin-bottom:8px;
	}
.alliance .shareDiv .shareListDetail .title image{
	margin-left:5px;
	}
.alliance .shareDiv .shareListDetail .content{
	font-size:1.3em;
	margin-left:0px;
	color:#5d5d5d;
	line-height:1.5em;
	border-top: 1px solid #CCC;
	margin-bottom:5px;
	margin-top:5px;
	padding-top:10px;
	}
.alliance .shareDiv .shareListDetail .date{
	font-size:1.3em;
	margin-left:0px;
	border: 1px solid #999;
	width:140px;
	padding:1px;
	color:#8f8f8f;
	padding-right:5px;
	}
.alliance .shareDiv .shareListDetail .date span{
	background:#ff7e00;
	color:#FFF;
	padding:4px 3px 2px;
	margin-right:10px;
	}
.alliance .shareDiv .shareListDetail .type{
	position:absolute;
	top:43px;
	left:200px;
	font-size:1.3em;
	border: 1px solid #999;
	width:auto!important;
	width:120px;
	min-width:120px;	
	padding:1px;
	color:#8f8f8f;
	padding-right:5px;
	}

.alliance .shareDiv .shareListDetail .type span{
	background:#ff7e00;
	color:#FFF;
	padding:4px 3px 2px;
	margin-right:10px;
	}
	
.alliance .shareDiv .shareListDetail  .back{
	background-image: url(../images/shareBack.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:690px;
	height:20px;
	overflow:hidden;
	text-indent:-3000px;
	margin-top:40px;
}
.alliance .shareDiv .shareListDetail  .back a{
width:100%;
height:100%;
display:block;
}		
		
.alliance dl.pageNum {
	text-align: center;
	display: block;
	padding-top: 5px;
	white-space: nowrap;
	width: auto;
	padding-bottom:5px;
	clear:both;
	font-size:1.3em;
    }
.alliance dl.pageNum .page-sel {
	display: inline;
	margin: 0px 5px;
	font-size:1.3em;
    }
.alliance dl.pageNum .page-sel a{
	text-decoration: none;
    }
.alliance dl.pageNum .page-sel.selected a{
	color:#ff7e00;
	font-weight:bold;
    }
.alliance dl.pageNum .page-sel a:hover{
	color:#ff7e00;
    }
	

/*======================================================================== 
	企業情報/新聞專區  information/news
  ========================================================================*/
  


.information .referenceDetail{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:8px;
	display:block;
	zoom:1;
	
	}

.information .referenceDetail dd.headLine{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.information .referenceDetail dd.date{
	font-size:1.3em;
	color:#999;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.information .referenceDetail dd.content{
	font-size:1.3em;
	margin-top:10px;
	padding-bottom:5px;
	width:690px;
	overflow:hidden;
	display:block;
	padding-bottom:50px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;


	
	}
.information .referenceDetail dd.PS{
	font-size:1.3em;
	color:#ff7e00;
	margin-top:10px;
	margin-bottom:5px;
	text-align: right;
	}
.information .referenceDetail dd.share span{
	float:left;
	font-size:1.3em;
	padding-top:10px;
	display:block;
	}
.information .referenceDetail dd.share .shareLink	{
	margin-top:3px;
	margin-right:3px;
	zoom:1;
	float:left;
	}
.information .referenceDetail dd.share .shareLink li{
	background-image: url(../images/link_Blank.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:27px;
	height:27px;
	overflow:hidden;
	margin-right:2px;
	padding:1px;	
	}	
		
	
.information .referenceDetail dd.back	{
	margin-left:120px;
	margin-top:10px;
	padding-bottom:5px;
	width:550px;
	height:19px;
	display:block;
	background-image: url(../images/referenceBack.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow:hidden;
	text-indent:-3000px;
	}
.information .referenceDetail dd.back	a{
	display: block;
	height: 100%;
	width: 100%;

	}	





.information .advance  .more{
	width:83px;
	height:18px;
	display:block;
	background: url(../images/btn_detail.png) no-repeat;
	overflow:hidden;
	text-indent:-3000px;
	position:absolute;
	top:135px;
	right:20px;
	}
.information .advance  .more a{
	display: block;
	height: 100%;
	width: 100%;
	}

.information .advance dd.name span{
	width:32px;
	height:11px;
	overflow:hidden;
	background-image: url(../images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;
	display:block;
	float:left;
	margin-top:3px;
	margin-right:5px;
	}
.information .advance {
	width:337px;
	height:159px;
	display:block;
	overflow:hidden;
	
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	float:left;
	margin-right:8px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.information .advance dt.priductuionImage{
	width:160px;
	height:140px;
	overflow:hidden;
	display:block;
	margin-left:10px;
	margin-top:10px;
	float:left;
	}

.information .advance dd.name{
	color:#ff7e00;
	font-size:1.3em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:180px;
	margin-right:10px;
	margin-top:15px;
	padding-bottom:5px	
	}

.information .advance dd.name a{
	color:#ff7e00;
	text-decoration: none;
	line-height:16px;
	}
.information .advance dd.price{
	color:#e00024;
	font-size:1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left:180px;
	margin-right:10px;
	margin-top:5px;	
	padding-bottom:3px;
	font-weight:bold;
	line-height:18px;
	}

.information .advance dd.content{
	font-size:1.3em;
	margin-left:180px;
	margin-right:10px;
	margin-top:5px;
	color:#656464;	
	}
.information .advance dd.standard{
	color:#666666;
	margin-left:180px;
	margin-top:0px;
	width:150px;
	}	
.information .advance dd.DetailIcon{
	position:absolute;
	top:125px;
	right:10px;
	display:block;
	overflow:hidden;
	width:83px;
	height:18px;
	background-image: url(../images/btn_detail.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent:-3000px;	
	}	
.labor .advance dd.DetailIcon a{
display: block;
height: 100%;
width: 100%;

	}



.borderLine .newsTitle  {
	height:40px;
	background-image: url(../images/borderTop_newsTitle.jpg);

	}
	.borderLine .blue  {
	height:40px;
	background-image: url(../images/borderTop_blue.jpg);

	}
.information .newsDiv dl.newsList{
margin-right:30px;
margin-left:30px;
font-size:1.3em;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom:10px;
	zoom:1;
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}
.information .newsDiv .newsList dt{
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom:10px;
	zoom:1;
	color:#ff7e00;
	margin-bottom:10px;
	overflow:hidden;
}
.information .newsDiv .newsList dt span.date{
	float:left;
	width:8em;
	border-right: 1px solid #999999;
	background-image: url(../images/icon_2arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;

}
.information .newsDiv .newsList dt span.title{
float:left;
width:35em;
margin-left:10px;
}
.information .newsDiv .newsList dd.Image{
	float:left;
	margin-left:10px;
	border: 1px solid #999999;
	padding:1px;
	width:105px;
	height:71px;
	margin-bottom:10px;
}
.information .newsDiv .newsList dd.content{
width:35em;
margin-left:125px;
height:5em;

}
.information .newsDiv .newsList dd.more{
	position:absolute;
	bottom:10px;
	right:10px;
	background-image: url(../images/icon_moreGray.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:38px;
	height:11px;
	text-indent:-3000px;
	overflow:hidden;
}
.information .newsDiv .newsList dd.more a{
width:100%;
height:100%;
display:block;

}


 

  
  
  
  
  
  	
/*======================================================================== 
	企業情報/新聞專區內頁  information/newsDetail
  ========================================================================*/

.information .newsDiv dl.newsDetail{
	margin-right:30px;
	margin-left:30px;
	font-size:1.3em;
	padding-bottom:10px;
	zoom:1;
	position:relative;
	margin-bottom:20px;

}
.information .newsDiv .newsDetail dt{
	padding-bottom:10px;
	zoom:1;
	color:#ff7e00;
	margin-bottom:10px;
	background-image: url(../images/barLine.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow:hidden;
}
.information .newsDiv .newsDetail dt span.date{
	float:left;
	width:10em;
	border-right: 1px solid #999999;
	background-image: url(../images/icon_2arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;

}
.information .newsDiv .newsDetail dt span.title{
float:left;
width:35em;
margin-left:10px;
}

.information .newsDiv .newsDetail dd.back{
	background-image: url(../images/newsBack.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:646px;
	height:20px;
	overflow:hidden;
	text-indent:-3000px;
	margin-top:40px;
}
.information .newsDiv .newsDetail dd.back a{
width:100%;
height:100%;
display:block;
}
/*======================================================================== 
	企業情報/認識我們  information/knowUsCompany
  ========================================================================*/
.borderLine .CompanyTitle  {
	height:27px;
	background-image: url(../images/CompanyTitle.jpg);

	}
	
.information .borderLine{
position:relative;

}
.information .companyDiv{
font-size:1.3em;

}
.information .companyDiv .CompanyImage01  {
float:right;
margin-left:10px;
margin-top:10px;
}
.information .companyDiv .CompanyImage02  {
float:left;
margin-right:10px;

margin-top:10px;
}

.information .companyDiv p  {
margin-top:20px;
z-index:10;
position:relative;

}

.information .companyDiv ul  {
color:#ff7e00;
font-weight:bold;
}
.information .companyDiv .store  {
position:absolute;
bottom:1px;
right:0px;
z-index:0;
}

/*======================================================================== 
	企業情報/認識我們  information/knowUsHistory
  ========================================================================*/
.borderLine .historyTitle  {
	height:27px;
	background-image: url(../images/historyTitle.jpg);

	}
.information .historyDiv .historyTable{
margin-left:30px;
margin-right:30px;
font-size:1.3em;
margin-top:20px;
border-bottom: 1px solid #CCCCCC;
zoom:1;
padding-bottom:10px;
overflow:hidden;

}
.information .historyDiv .historyTable dt{
	width:100px;
	color:#ff7e00;
	font-weight:bold;
	text-align: center;
	float:left;
	background:#FFC;
}
.information .historyDiv .historyTable dt img{
border: 1px solid #CCCCCC;
}

.information .historyDiv .historyTable dd{
	background-image: url(../images/icon_arrowGreen.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	margin-left:110px;
	padding-left:10px;
	color:#777777;
	line-height:2em;
}
.information .historyDiv .historyTable .newButton {
		float:right;
	margin:10px;
	width:66px;
	height:22px;
	display:block;
	text-indent:-3000px;
	overflow:hidden;
	background-image:url(../images/btnOpen.png);
	 }
.information .historyDiv .historyTable .anotherNewButton { 
	float:right;
	margin:10px;
	width:66px;
	height:22px;
	display:block;
	text-indent:-3000px;
	overflow:hidden;
    background-image:url(../images/btnClose.png); }
.information .historyDiv .historyTable .newClass { overflow:hidden;height:100px; }
.information .historyDiv .historyTable .anotherNewClass {   height: auto;}

/*======================================================================== 
	企業情報/聯絡我們  information/contactUs
  ========================================================================*/
.information .contactUsDiv{



}
.information .contactUsDiv h1{
	width:690px;
	height:27px;
	display:block;
	overflow:hidden;
	text-indent:-3000px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:10px;
}
.information .contactUsDiv h1.title01{
	background-image: url(../images/contactUsTitle01.jpg);
}
.information .contactUsDiv h1.title02{
	background-image: url(../images/contactUsTitle02.jpg);
}
.information .contactUsDiv h1.title03{
	background-image: url(../images/contactUsTitle03.jpg);
}
.information .contactUsDiv h1.title04{
	background-image: url(../images/contactUsTitle04.jpg);
}
.information .contactUsDiv h1.title05{
	background-image: url(../images/contactUsTitle05.jpg);
}
.information .contactUsDiv h1.title06{
	background-image: url(../images/contactUsTitle06.jpg);
}
.information .contactUsDiv h1.title07{
	background-image: url(../images/contactUsTitle07.jpg);
}
.information .contactUsDiv span{
font-size:1.3em;
color:#ff7e00;
margin-bottom:15px;
display:block;
margin-left:30px;
}
.information .contactUsDiv span a{
color:#990000;
}

.information .contactUsDiv .dotted{
	display:block;
	width:580px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:50px;
}

.information .contactUsDiv .contactUsImage011{
float:left;
margin-right:20px;
margin-left:50px;
}
.information .contactUsDiv .contactUsImage02{
margin-left:50px;
}
.information .contactUsDiv .contactUsImage031{
float:left;
margin-right:20px;
margin-left:50px;
}
.information .contactUsDiv .contactUsImage04{
margin-left:50px;
}
.information .contactUsDiv .contactUsImage05{
margin-left:50px;
}
.information .contactUsDiv .contactUsImage06{
margin-left:50px;
}
  
.information .contactUsDiv .contactUsFormBg{
	margin-left:50px;
	width:613px;
	height:383px;
	display:block;
	position:relative;
	background-image: url(../images/contactUsFormBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
  
.information .contactUsDiv .contactForm {
font-size:1.3em;
position:absolute;
top:50px;
left:170px;

}
.information .contactUsDiv .contactForm li{
	background-image: url(../images/icon_arrowGreenBlue.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left:25px;
	line-height:35px;
	border-bottom: 1px solid #CCCCCC;	
}	
.information .contactUsDiv .contactForm li label{
	width:6em;
	display:block;
	float:left;
	text-align:justify;
}	
.information .contactUsDiv .btn{
	position:absolute;
	top:340px;
left:350px;
}
.information .contactUsDiv .btn input{
margin-right:10px;
} 


/*======================================================================== 
	最新消息  news
  ========================================================================*/	

.borderLine .indexNews  {
	height:40px;
	background-image: url(../images/borderTop_indexNews.jpg);

	}

.news .newsDiv dl.newsList{
margin-right:30px;
margin-left:30px;
font-size:1.3em;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom:10px;
	zoom:1;
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}
.news .newsDiv .newsList dt{
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom:10px;
	zoom:1;
	color:#ff7e00;
	margin-bottom:10px;
	overflow:hidden;
}
.news .newsDiv .newsList dt span.date{
	float:left;
	width:10em;
	border-right: 1px solid #999999;
	background-image: url(../images/icon_2arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;

}
.news .newsDiv .newsList dt span.title{
float:left;
width:35em;
margin-left:10px;
}
.news .newsDiv .newsList dd.newsLabel{
	width:64px;
	height:19px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;

}
.news .newsDiv .newsList dd.Image{
	float:left;
	margin-left:10px;
	border: 1px solid #999999;
	padding:1px;
	width:105px;
	height:105px;
	margin-bottom:10px;
}
.news .newsDiv .newsList dd.content{

width:35em;
margin-left:130px;
height:5em;

}
.news .newsDiv .newsList dd.more{
	position:absolute;
	bottom:10px;
	right:10px;
	background-image: url(../images/icon_moreGray.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:38px;
	height:11px;
	text-indent:-3000px;
	overflow:hidden;
}

.news .newsDiv .newsList dd.more a{
width:100%;
height:100%;
display:block;

}


/*======================================================================== 
	最新消息內頁  newsiDetail
  ========================================================================*/

.news .newsDiv dl.newsDetail{
	margin-right:30px;
	margin-left:30px;
	font-size:1.3em;
	padding-bottom:10px;
	zoom:1;
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
	width:615px;

}
.news .newsDiv .newsDetail dt{
	padding-bottom:10px;
	zoom:1;
	color:#ff7e00;
	margin-bottom:10px;
	background-image: url(../images/barLine.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow:hidden;
}
.news .newsDiv .newsDetail dt span.date{
	float:left;
	width:10em;
	border-right: 1px solid #999999;
	background-image: url(../images/icon_2arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;

}
.news .newsDiv .newsDetail dt span.title{
float:left;
width:35em;
margin-left:10px;
}
.news .newsDiv .newsDetail dd.newsLabel{
	width:64px;
	height:19px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;

}
.news .newsDiv .newsDetail dd.back{
	background-image: url(../images/newsBack.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:615px;
	height:20px;
	overflow:hidden;
	text-indent:-3000px;
	margin-top:40px;
}
.news .newsDiv .newsDetail dd.back a{
width:100%;
height:100%;
display:block;
}


/*======================================================================== 
	會員專區/加入會員 member/addMember
  ========================================================================*/	
	
.member .addMemberDiv h1{
	height:23px;
	width:655px;
	display:block;
	background-image: url(../images/addMemberTitle01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-3000px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:10px;
	}	

.member .addMemberDiv .addMember {
margin-left:20px;
margin-left:20px;
font-size:1.3em;
margin-bottom:20px;
}
.member .addMemberDiv .addMember li{
	line-height:35px;
	border-bottom: 1px solid #CCCCCC;
	width:95%;
	overflow:hidden;

}	
.member .addMemberDiv .addMember li label{
	width:7em;
	display:block;
	float:left;
	text-align: justify;
	background: url(../images/icon_arrowLargeGray.gif) no-repeat right 13px;
	margin-right:1em;
}
.member .addMemberDiv .addMember li div.Image{
	vertical-align: bottom;
	display: inline;
}
.member .addMemberDiv .addMember li label.rights{
	width:47em;
	display:block;
	text-align: justify;
	background: url(../images/icon_arrowLargeGray.gif) no-repeat right 13px;
	margin-right:1em;
}	
.member .addMemberDiv .addMember li label .mark{
	color:#ff7e00;
	font-size:1.3em;
	width:0.5em;
    zoom:1;
	font-weight:bold;
	margin-right:5px;	
	}
.member .addMemberDiv .addMember li .ps{
	color:#ff7e00;
	font-size:1.0em;
	margin-left:5px;
	line-height:1.2em;
	}
.member .addMemberDiv .addMember li .ps2{
	color:#ff7e00;
	font-size:1.0em;
	line-height:1.2em;
	display:block;
	margin:5px;

	}
.member .addMemberDiv .addMember li .Link a{
	color:#ff7e00;
	margin-left:10px;
	font-weight:bold;
	text-decoration: underline;	
	}
.member .addMemberDiv .btn{
	text-align: center;
	margin-bottom:40px;
}
.member .addMemberDiv .btn input{
margin-right:10px;
}

/*======================================================================== 
	會員專區/修改會員資料 member/modify
  ========================================================================*/	
	
.member .modifyDiv h1{
	height:23px;
	width:655px;
	display:block;

	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-3000px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:10px;
	}
.member .modifyDiv h1.title01{
	background-image: url(../images/modifyTitle01.jpg);
	}
.member .modifyDiv h1.title02{
	background-image: url(../images/modifyTitle02.jpg);
	}		

.member .modifyDiv .modify {
margin-left:20px;
margin-left:20px;
font-size:1.3em;
margin-bottom:20px;
}
.member .modifyDiv .modify li{
	line-height:35px;
	border-bottom: 1px solid #CCCCCC;
	width:95%;

}	
.member .modifyDiv .modify li label{
	width:7em;
	display:block;
	float:left;
	text-align: justify;
	background: url(../images/icon_arrowLargeGray.gif) no-repeat right 13px;
	margin-right:1em;
}
.member .modifyDiv .modify li div.Image{
	vertical-align: bottom;
	display: inline;
}
.member .modifyDiv .modify li label.rights{
	width:47em;
	display:block;
	text-align: justify;
	background: url(../images/icon_arrowLargeGray.gif) no-repeat right 13px;
	margin-right:1em;
}	
.member .modifyDiv .modify li label .mark{
	color:#ff7e00;
	font-size:1.3em;
	width:0.5em;
    zoom:1;
	font-weight:bold;
	margin-right:5px;	
	}
.member .modifyDiv .modify li .ps{
	color:#ff7e00;
	font-size:1.0em;
	margin-left:5px;
	}
.member .modifyDiv .modify li .Link a{
	color:#ff7e00;
	margin-left:10px;
	font-weight:bold;
	text-decoration: underline;	
	}
.member .modifyDiv .btn{
	text-align: center;
	margin-bottom:40px;
}
.member .modifyDiv .btn input{
margin-right:10px;
}
/*======================================================================== 
	會員專區/忘記密碼 member/password
  ========================================================================*/	
	
.member .passwordDiv h1{
	height:23px;
	width:655px;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-3000px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:10px;
	}
.member .passwordDiv h1.title01{
	background-image: url(../images/passwordTitle01.jpg);
	}
.member .passwordDiv h2{
	margin-left:25px;
	font-weight:normal;
	font-size:1.3em;
	margin-bottom:15px;
	margin-top:15px;
	color:#417d73;
	}


.member .passwordDiv .password {
margin-left:20px;
font-size:1.3em;
margin-bottom:20px;

}
.member .passwordDiv .password li{
	line-height:35px;
	border-bottom: 1px solid #CCCCCC;
	width:95%;
	

}	
.member .passwordDiv .password li label{
	width:7em;
	display:block;
	float:left;
	text-align: justify;
	background: url(../images/icon_arrowLargeGray.gif) no-repeat right 13px;
	margin-right:1em;
}

.member .passwordDiv .password li label .mark{
	color:#ff7e00;
	font-size:1.3em;
	width:0.5em;
    zoom:1;
	font-weight:bold;
	margin-right:5px;	
	}
.member .passwordDiv .password li .ps{
	color:#ff7e00;
	font-size:1.0em;
	margin-left:5px;
	}

.member .passwordDiv .btn{
	text-align: center;
	margin-bottom:40px;
}
.member .passwordDiv .btn input{
margin-right:10px;
}

/*======================================================================== 
	會員專區/會員權益 member/rights
  ========================================================================*/	

.member .rightDiv h1{
	height:30px;
	width:675px;
	display:block;
    background-image: url(../images/addMemberTitle01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:-3000px;
	overflow:hidden;

	
	}
.member .rightDiv h2{
	color:#777777;
	font-size:1.3em;
	line-height:2.5em;
	background:#fff7ed;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:20px;	
	}
.member .rightDiv p{
	color:#777777;
	font-size:1.3em;
	line-height:2em;
	margin: 0px 10px;
	}
.member .rightDiv ul{
	color:#777777;
	font-size:1.3em;
	line-height:2em;
	margin: 0px 10px 0px 30px;
	list-style-position: outside;
	list-style-type: disc;
	}
.member .rightDiv li{

	}
/*======================================================================== 
	會員專區/會員專屬活動列表 member/reference
  ========================================================================*/	
 .member .reference{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-top:8px;
	display:block;
	zoom:1;
	
	}
.member .reference dt.MainImage{
	width:285px;
	height:159px;
	display:block;
/*	background-image: url(../images/referenceBg.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	float:left;
	}
/*.promotion .reference dt.MainImage image{
	width:281px;
	height:125px;
	display:block;
	overflow:hidden;
	margin-top:7px;
	margin-left:2px;
	}
.promotion .reference dt.MainImage span{
	color:#FFF;
	margin-left:20px;
	margin-top:3px;
	font-size:1.3em;
	display:block;
	}*/

.member .reference dd.headLine{
	color:#ff7e00;
	font-size:1.5em;
	font-weight:bold;
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.member .reference dd.date{
	font-size:1.3em;
	color:#999;
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;	
	}
.member .reference dd.content{
	font-size:1.3em;
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	height:3em;
	overflow:hidden;
	display:block;

	}
.member .reference dd.moreDetail	{
	margin-left:300px;
	margin-top:10px;
	padding-bottom:5px;
	width:384px;
	height:19px;
	display:block;
	background-image: url(../images/activityMore.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	text-indent:-3000px;
	}
.member .reference dd.moreDetail	a{
	display: block;
	height: 100%;
	width: 100%;

	} 
  	
/*======================================================================== 
	會員專區/會員專屬活動 member/activity
  ========================================================================*/		
.member .vip{
	position:absolute;
	width:81px;
	height:84px;
	top:0px;
	left:0px;
	}
	
.member .activityDiv h1{
	color:#df0023;
	border-bottom: 1px dotted #5fb3a7;
	font-size:1.3em;
	padding-left:20px;
	margin-bottom:10px;
		
	}
.member .activityDiv h1 img{
	vertical-align: middle;
	}	
	
.member .activityDiv .eventImage{
	width:593px;
	overflow:hidden;
	margin-left:20px;
	margin-bottom:15px;
	}
.member .activityDiv h2{
	color:#df0023;
	border-bottom: 1px dotted #5fb3a7;
	font-size:1.5em;
	padding-left:35px;
	margin-bottom:10px;
	padding-bottom:5px;
	background: url(../images/icon_arrowGreenBlue.gif) no-repeat 20px 0px;
	}
	
.member .activityDiv p{
	font-size:1.3em;
	padding-left:40px;
	margin-bottom:10px;
	padding-bottom:5px;
	line-height:2em;

	}	
.member .activityDiv .btnKey{
	text-align:center;
	border-bottom: 1px dotted #5fb3a7;
	padding-bottom:10px;
	margin-top:10px;
	}
.member .activityDiv h3{
	padding-left:40px;
	background: url(../images/icon_arrowGreenBlue.gif) no-repeat 20px 0px;
	font-weight:bold;
	margin-top:20px;
	}
.member .activityDiv .lottery{
	border-top: 1px dotted #5fb3a7;
	border-bottom: 1px dotted #5fb3a7;
	margin-top:10px;
	padding-top:30px;
	margin-bottom:10px;
	padding-bottom:40px;
	text-align:center;
	}
.member .activityDiv .lottery .step00{
	height:35px;
	line-height:35px;
	font-size:1.3em;
	color:#b8263e;
}
.member .activityDiv .lottery .step00 label{
	vertical-align: 10%;
	}
.member .activityDiv .lottery .step00 .btnImage{
	vertical-align: bottom;
	}
.member .activityDiv .lottery .step00 .fillBlock{
	margin-right:5px;
	}	
.member .activityDiv .lottery .step01{

	}
.member .activityDiv .lottery .step02{

	}
.member .activityDiv .lottery .step02 label{
	color:#b8263e;
	font-size:1.3em;
	background: url(../images/icon_arrowGreenBlue.gif) no-repeat 0px -1px;
	padding-left:18px;
	}
.member .activityDiv .lottery .step02 image{
	color:#b8263e;
	vertical-align: middle;
	}
	
.member .activityDiv .lottery .step03{
	color:#b8263e;
	font-size:1.3em;
	}
/*======================================================================== 
	會員專區/中獎名單 member/winnerList
  ========================================================================*/		
.member .winner{
	position:absolute;
	width:81px;
	height:84px;
	top:0px;
	left:0px;
	}
	
.member .winnerDiv h1{
	color:#df0023;
	border-bottom: 1px dotted #5fb3a7;
	font-size:1.3em;
	padding-left:20px;
	margin-bottom:10px;
	position:relative;
		
	}
.member .winnerDiv h2{
	color:#ff7e00;
	font-size:1.3em;
	padding-left:20px;
	margin-bottom:10px;	
	}
.member .winnerDiv h1 img{
	vertical-align: middle;
	position:absolute;
	top:-23px;
	left:110px;
	}
.member .winnerDiv .public{
	font-size:1.3em;
	padding-left:20px;
	margin-bottom:50px;	
	}		
	
.winnerTable dl{margin:0;zoom:1;overflow:hidden;}
.winnerTable dd{
	margin:0 1px;
	padding: 3px;
	float:left;
	font-size:1.3em;
	
}
.winnerTable dd.topic{
	width:15%;

}
.winnerTable .list_threadDiv_header dd.topic{	background: url(../images/icon_arrowGreenBlue.gif) no-repeat left 3px;}
.winnerTable dd.author{width:30%;}
.winnerTable dd.replies{width:50%;}	

.list_threadDiv_header {color:#ff7e00; 
clear:both;
font-weight:bold;
border-bottom: 1px dotted #5fb3a7;
padding-bottom:8px;
margin-bottom:10px;
zoom:1;}
.list_threadDiv_header dd {
text-align: center;
zoom:1;}
.list_threadDiv_header a{color:#FFFFFF;}
.list_threadDiv_thread a{
	color:#0085da;
	text-decoration: none;
}
.list_threadDiv_thread dd.topic ,.list_threadDiv_thread dd.author{
	text-align: center;
}
.list_threadDiv_thread dd.topic{
	background: url(../images/icon_arrowGray.gif) no-repeat 8px 11px;
}
.list_threadDiv_thread {padding:0.1em 0;display:block; color:#666666;
zoom:1;
}

/*======================================================================== 
	會員專區/好康下載 member/downLoad
  ========================================================================*/
.member .downLoad {
	padding-bottom:5px;
	border-bottom: 1px dotted #999;
	margin-bottom:20px;
	}
.member .downLoad dt a,.member .downLoad dd a{
	display:block;
	width:690px;
	overflow:hidden;
	}	
.member .btnPrint{
	text-align:center;
	margin:0 0 20px 0;
	zoom:1;
	}	
	
/*======================================================================== 
	okGo okGo
  ========================================================================*/
	
.okGo .okGoBanner{
	width:690px;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	zoom:1;
	padding-bottom:20px;	
	}	
	
.okGo .ticketList img{
float:left;
margin:0 10px;

}
.okGo h3.Title{
	font-size: 15px;
	font-weight: bold;
	color: #ff7e00;	
	
	}	
.okGo .ticketList ul{
margin-left:90px;
font-size:1.3em;

}	
.okGo .ticketList ul .title{
font-weight:bold;
color:#41932a;
padding-top:10px;

}	
.okGo .ticketList ul .price01{

}		
	
.okGo .ticketList ul .price02{
color:#ff7e00;

}		
	
.okGo .ticketList ul span{
font-weight:bold;
}		
		
.okGo .ticketList ul .more a{
float:right;
margin-right:30px;
color:#41932a;
}		
.okGo .ticketList ul .buy{
color:#b90119;
}			
.okGo table.ticketTable{
margin-bottom:10px;}	

.okGo table.ticketTable .htmlEditor{
padding:0px 10px;
font-size:13px;
margin-left:200px;
}	


	
	
.okGo .ticket img{
float:left;
margin:0 5px;
}

.okGo .ticket h2{
margin-left:210px;
font-size:13px;
color:#41932a;
margin-top:5px;
}

.okGo .ticket p{
margin-left:210px;
font-size:13px;
}
	
.okGo .ticket ol{
	margin-left: 215px;
	font-size: 12px;
	list-style-position:outside;
	list-style-type: decimal;
	padding-left:15px;

}
.okGo .ticket ul{
margin-left:210px;
font-size:1.3em;

}	
.okGo .ticket ul .title{
font-weight:bold;
color:#41932a;
padding-top:10px;

}	
.okGo .ticket ul .price01{

}		
	
.okGo .ticket ul .price02{
color:#ff7e00;

}		
	
.okGo .ticket ul span{
font-weight:bold;
}		
		
.okGo .ticket ul .more a{
float:right;
margin-right:30px;
color:#41932a;
}		
.okGo .ticket ul .buy{
color:#b90119;
}
.okGo .ticketAllDiv{

	overflow: hidden;;
} 
.okGo .ticketAllDiv .ticketA{
	width: 31%;
	margin: 5px;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
	border: 1px #c3c3c3 solid;
	float: left;
	height: 270px;
	position: relative;

}
.okGo .ticketAllDiv .ticketA img {
	margin: 0 auto;
	width: 180px;
	display: block;
}
.okGo .ticketAllDiv .ticketA p a{
	font-size: 13px;
	line-height: 1.5;
	margin: 5px auto 0;
	color: #ff7e00;
	width: 180px;
	display: block;
	padding: 0px;
	font-weight: bold;

}

.okGo .ticketAllDiv .ticketA .more{
	font-size: 12px;
	color: #41932a;
	position: absolute;
	bottom: 5px;
	right: 10px;
}


.okGo .ticketAllDiv .ticketB{
	width: 31%;
	margin: 5px;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
	border: 1px #c3c3c3 solid;
	float: left;
	height: 300px;
	position: relative;

}
.okGo .ticketAllDiv .ticketB img {
	margin: 0 auto;
	width: 180px;
	display: block;
}

.okGo .ticketAllDiv .ticketB h3 a{
	font-size: 13px;
	line-height: 1.5;
	margin: 5px auto 0;
	color: #ff7e00;
	width: 180px;
	display: block;
	padding: 0px;

}
.okGo .ticketAllDiv .ticketB p{
	font-size: 12px;
	line-height: 1.5;
	margin: 5px auto 0;
	width: 180px;
	display: block;
	padding: 0px;

}
.okGo .ticketAllDiv .ticketB em{
	font-size: 11px;
	position: absolute;
	bottom: 5px;
	left: 15px;
	font-style: normal;

}

.okGo .ticketAllDiv .ticketB .more{
	font-size: 12px;
	color: #41932a;
	position: absolute;
	bottom: 5px;
	right: 10px;
}


.okGo .ticketAllDiv .ticketC{
 font-size: 13px;
 clear: both;
 padding: 10px;
 border-radius: 10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 box-sizing:border-box;
 -moz-box-sizing:border-box; /* Firefox */
 -webkit-box-sizing:border-box; /* Safari */
 border: 1px #c3c3c3 solid;
}



.okGo .ticketAllDiv .ticketC .pic{
	float: left;
	padding: 5px;
	width: 250px;
	height: 188px;
	border:1px #ccc solid;
	border-radius: 10px;
	overflow: hidden;
}
.okGo .ticketAllDiv .ticketC h3 ,.okGo .ticketAllDiv .ticketC .data {
	margin-left: 280px;
}

.okGo .ticketAllDiv .ticketC h3 {
	font-size: 15px;
	color: #ff7e00;
}
.okGo .ticketAllDiv .ticketC .data {
	font-size: 13px;
	line-height: 2;
	margin-top: 10px;



}
.okGo .ticketAllDiv .ticketC  strong{
	color: #41932a;


}
.okGo .ticketAllDiv .ticketC h4 {
	font-size: 15px;
	color: #41932a;
	clear: both;
	padding-top: 20px;
}


.okGo .ticketAllDiv  .back	{
	margin-left:120px;
	margin-top:50px;
	padding-bottom:5px;
	width:550px;
	height:19px;
	display:block;
	background-image: url(../images/referenceBack.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow:hidden;
	text-indent:-3000px;
	}

.okGo .ticketAllDiv .ticketD{
 font-size: 13px;
 clear: both;
 padding: 10px;
 border-radius: 10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 box-sizing:border-box;
 -moz-box-sizing:border-box; /* Firefox */
 -webkit-box-sizing:border-box; /* Safari */
 border: 1px #c3c3c3 solid;
}

.okGo .okGoNote	{
	margin-left:540px;
	margin-bottom: 5px;
	
	padding:0px;
	width:126px;
	height:31px;
	display:block;
	background-image: url(../images/Btn_note.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow:hidden;
	text-indent:-3000px;
	}
/*======================================================================== 
	okGo okGoContact
  ========================================================================*/
.okGo .okGoContact{
	font-size:13px;

	
	}
.okGo .okGoContact p{
	color:#900;
	
	}
	.okGo .okGoContact h2{
		margin-left:40px;
		font-size:13px;
	
	}
.okGo .okGoContact table td{
	margin-right: 2px;
	padding: 2px 3px;
	background: #E7E7E7;	
	}
.okGo .okGoContact table tr{
	border-bottom:#999 1px dashed;

	}
.okGo .okGoContact table .bg{
	background-color:#099;
	color:#FFF;
	
	
	}
	.okGo .okGoContact table .title{
		text-align:center;
		font-weight:bold;
		background-color:#099;
		
	color:#FFF;
	
	
	}
.okGo .okGoContact .btnWork{
	text-align:center;
	
	}
	




/*======================================================================== 
	okGo okGoContact
  ========================================================================*/	
	
.okGo .okGoContact h1{
	width:655px;
	display:block;
	margin:0px 30px 0px;
	color:#900;
	}	

.okGo .okGoContact .okgoContactMail{
	border: 2px solid #099;
	font-size: 1em;
	margin:0px 30px 0px;
}
.okGo .okGoContact .okgoContactMail li{
	line-height: 35px;
	border-bottom: 1px dashed #099;
	overflow: hidden;
	background:#EEE;
	padding:0 20px;
}	
.okGo .okGoContact .okgoContactMail li label{
	width:9em;
	display:block;
	float:left;
	text-align: justify;
	background: url(../images/icon_arrowLargeGray.gif) no-repeat right 13px;
	margin-right:1em;
}
.okGo .okGoContact .okgoContactMail li div.Image{
	vertical-align: bottom;
	display: inline;
}
.okGo .okGoContact .okgoContactMail li label.rights{
	width:47em;
	display:block;
	text-align: justify;
	background: url(../images/icon_arrowLargeGray.gif) no-repeat right 13px;
	margin-right:1em;
}	
.okGo .okGoContact .okgoContactMail li label .mark{
	color:#900;
	font-size:1.3em;
	width:0.5em;
    zoom:1;
	font-weight:bold;
	margin-right:5px;	
	}

.okGo .okGoContact .btn{
	text-align: center;
	margin-bottom:40px;
	margin-top:20px;
}
.okGo .okGoContact .btn input{
margin-right:10px;
}

/*======================================================================== 
	okGo okGoService
  ========================================================================*/			
.okGo .okGoService .ServiceItem{
	width: 47%;
	background-color: #EBEBEB;
	margin:5px;
	font-size:1.3em;
	/*以下為居家旅行必備良方*/
	vertical-align:top;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	height:auto!important;
	height:1.2em;
	min-height:1.2em;
	}	
.okGo .okGoService .ServiceItem img{
	float:left;	

	}
.okGo .okGoService .ServiceItem ul{
	margin-left:135px;
	margin-right:3px;
	margin-top:20px;
	}	
.okGo .okGoService .ServiceItem ul li{
	float: left;
	width: 46%;
	padding-left: 7px;
	background-image: url(../images/icon_arrowLargeGray.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-bottom:5px;
	}	
.okGo .okGoService .ServiceItem ul li a{
	text-decoration: underline;
	}
/*======================================================================== 
	頁次
  ========================================================================*/
.pageNum {
	text-align: center;
	display: block;
	margin-top: 20px;
	white-space: nowrap;
	width: auto;
	font-size:13px;
	/*width:727px;*/
	margin-bottom:20px;
}
.pageNum .page-sel {
	display: inline;
	margin: 0px 5px;
}
.pageNum .seled a {
	color: #41932a;
	text-decoration: underline;
}
.page-sel img {
	padding: 0px;
	margin: 0px 5px;
}	


/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable01 {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 660px;
    height:180px;
	margin-bottom:30px;

    /* custom decorations */

}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable01 .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.scrollable01 .items div {
    float:left;
    width:700px;
}

/* single scrollable item */
.scrollable01 a{
	display:block;
	width:126px;
	overflow:hidden;
	float:left;
	height:160px;
	font-size:13px;
	line-height:16px;
	margin:10px 3px 10px 3px;
}
.scrollable01 a span{
	padding:0 5px;
	display:block;
}
.scrollable01 img {
   /* float:left;*/
    
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    width:120px;
    height:120px;

}

/* active item */
.scrollable01 .active01 {
    border:2px solid #000;
    position:relative;
    cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable01 {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse01 {

    display:block;
    width:8px;
    height:20px;
    float:left;
    margin:60px 3px;
    cursor:pointer;
    font-size:1px;
	background-repeat: no-repeat;
}

/* right */
a.right01 {background-image: url(../images/01right.png)}
a.right01:hover {
	
}
a.right01:active {  }


/* left */
a.left01 { background-image: url(../images/01left.png) }
a.left01:hover  {  }
a.left01:active {  }





/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}









/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable02Div{
	background-image:url(../images/newBg.png);
	width:690px;
	height:182px;
	display:block;
	
	
	
	}
.scrollable02 {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 610px;
    height:170px;

    /* custom decorations */

}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable02 .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.scrollable02 .items div {
    float:left;
    width:610px;
}

/* single scrollable item */
.scrollable02 img {
    float:left;
    margin:10px 3px 10px 3px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    width:596px;
    height:160px;

}

/* active item */
.scrollable02 .active02 {
    border:2px solid #000;
    position:relative;
    cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable02 {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse02 {

    display:block;
    width:30px;
    height:71px;
    float:left;
    margin:60px 5px;
    cursor:pointer;
    font-size:1px;
	background-repeat: no-repeat;
}

/* right */
a.right02 {background-image: url(../images/arrowGreenLeft.png)}
a.right02:hover {
	
}
a.right02:active {  }


/* left */
a.left02 { background-image: url(../images/arrowGreenRight.png) }
a.left02:hover  {  }
a.left02:active {  }





/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}





		
	
}

