/*注意品牌旗艦的block在bread.css*/


/*● temp_ad.html*/
.feecbanner{}


/*● temp_affiliates.html*/
.foraffiliates{
	/*針對此小區塊的微調*/
	margin-left: 2px;
}
.affiliates{}
.affiliates li {
    border-top: 1px solid #e5e5e5;
    height: 42px;
    overflow: hidden;
    position: relative;
}
.affiliates li .nextAD {
    position: absolute;
    top:42px;
    left:0px;
    transition: 0.5s;
}
.affiliates li div:hover .nextAD{
	top:0px;
}


/*● temp_creditcard.html*/
.forcredit_card{}
.credit_card{
	padding: 0 10px 0px 10px;

}
.credit_card img{
   width:190px;
   height:90px;
}
.credit_card li {
  border-top: 1px dotted #ccc;
  padding: 8px 0 9px 0;
  text-align: center;
  height: 90px;
  width: 190px;
  margin: 0 auto;
}
.credit_card li:first-child {
    border: 0 none;
}


/*● temp_page_nav.html*/
.page_navbar{
	font-size: 13px;
	margin-bottom:20px;
}
.page_navbar .tabsinicon{
	position: absolute;
	display: inline-block;
	border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #999;  /*小三角形-群組顏色*/
    border-top: 6px solid rgba(0, 0, 0, 0);
    bottom: auto;
    left: 8px;
    margin-left: auto;
    top: 0px;/*js要控制的屬性*/
}
.page_navbar h2{                 /*館別*/
	border-left: 5px solid #999; /*左線條-群組顏色*/
	background-color: #999;      /*跟左線條一樣的顏色-群組顏色*/
	padding: 1px 0 10px 5px;
	font-size: 16px;
	font-weight: bolder;
	margin-right: 1px;
}
.page_navbar h2 a{ color:#fff; }
.page_navbar h2>.deck{
	border:1px solid rgba(255, 255, 255, 0.5);
	border-bottom:0px;
	height: 3px;
    width: 214px;
    margin-left: -9px;
    margin-bottom: 3px;

}
.page_navbar .page_navbar_box{
	margin-right: 1px;
	border-left: 0px solid #999; /*左線條-群組顏色*/
}
.page_navbar .page_navbar_box>li{}
.page_navbar .page_navbar_box li>h3{
	border-top: 1px solid #9f9f9f;   /*第一層群組上方線條色-群組顏色*/
	background-color: #c3c3c3;       /*第一層群組背景色-群組顏色*/
}
.page_navbar .page_navbar_box li>h3 a{
	color:#343434;
	font-weight: bolder;
	padding: 9px 6px 12px 10px;
	padding: 10px 6px 9px 10px \9;
	display: block;
}
.page_navbar .page_navbar_box li>h3 a:hover{
	text-decoration: underline;
	color:#e90063;
}
.page_navbar .page_navbar_box li .next_nave_box{
		background-color: #fff;      /*第二層固定背景色*/
}
.page_navbar .page_navbar_box li .next_nave_box>li{}
.page_navbar .page_navbar_box li .next_nave_box>li:last-child a{
	border:0px;
}
.page_navbar .page_navbar_box li .next_nave_box>li a{
	color: #343434;
	padding: 11px 20px 11px 0;
	margin: 0 12px;
	display: block;
	border-bottom: 1px dotted #ccc;
}
.page_navbar .page_navbar_box li .next_nave_box>li a:hover{
	text-decoration: underline;
	color:#f46a00;
}
.page_navbar .page_navbar_box li .next_nave_box .in{
	background-color: #ffe1b3;
	cursor: pointer;
}
.page_navbar .page_navbar_box li .next_nave_box .in a{
	border:0px;
}
.page_navbar .page_navbar_box li .next_nave_box .in a:hover{
	text-decoration: none;
}
/*5筆之後的更多*/
.page_navbar .more{
	text-align: right;
	
}
.page_navbar .more a{
	display: block;
	padding: 7px 8px 16px 0px;
}
/*有促銷的*/
.page_navbar .page_navbar_box li .next_nave_box li.car{
	background-image: url("../images/page_navbar_ui_1.gif");
	background-repeat: no-repeat;
	background-position: 95% center;
}

/*首頁左方的QRcode*/
.temp_qrcode{
  background-color: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 30px;
}

/*首頁左右箭頭共用*/
/*左右滑動範圍*/
.move_area{
  position:relative;
}
.move_area .left_btn, .move_area .right_btn{
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width:36px;
  height:60px;
  top:50%;
  margin-top:-30px;
  background-image: url("../images/index_arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  z-index: 2;
}
.move_area .left_btn{
  left:0px;
  border-radius:0 3px 3px 0;
}
.move_area .right_btn{
  right:0px;
  border-radius:3px 0 0 3px;
  background-position: 0 -60px;
}
.move_area .left_btn:hover, .move_area .right_btn:hover{
  background-color: rgba(0, 0, 0, 0.65);
}
.move_box{
  position: absolute;
  width:20000px;/*偷懶直接給很寬的寬度*/
  left:0px;
}



/*● temp_1.html*/
.temp1_box {
    clear: both;
    background-color: #fff;
    margin-bottom:20px;
    margin-top: 5px;
}
.temp1_box .m_tabs{
	position:relative;
}
.temp1_box .ktip{
	content:"";
	border-bottom: 3px solid #e90013;
	position:absolute;
	bottom: -3px;
}
.temp1_box .m_tabs .m_tabs_area{
    border-bottom:2px solid #888;
}
.temp1_box .m_tabs .m_tabs_area li{
    margin-right: 4px;
}
.temp1_box .m_tabs .m_tabs_area li h3 {
    border:0px;
    width:114px;
    height: 30px;
    text-align: left;
    line-height: 16px;
    padding: 2px 3px 3px 5px;
    font-weight: bold;
    z-index: 1;
}
.temp1_box .vice{
    font-size: 11px;
    display: block;
    font-weight: normal;
    color: #a3a3a3;
    overflow: hidden;
    height: 15px;
}
.temp1_box .m_tabs_content_area{
    position: relative;
    width: 960px;
    overflow: hidden;
    height: 340px;
    border:0px; 
}
.temp1_box .forthis_tabs_content_body{
    width:10000px; /*實際的內容空間*/
    position:absolute;
}
.temp1_box .m_tabs_content_area .m_tabs_content{
    padding-top: 0px;
    display: block;
	width: 970px;
    height: 340px;
	overflow: hidden;
	position: relative;
    float: left;
}
.temp1_box .m_tabs_content_area .m_tabs_content a{
	position: absolute;
	top:0;
}
.temp1_box .m_tabs_content_area .m_tabs_content img{
	width: 970px;
	height: 340px;
    border:0px;
}
/*單個頁籤顏色色定*/
.temp1_box .m_tabs .m_tabs_area{
  border: 0px solid #dedede; /*清掉預設值*/
  border-top: 3px solid #ffe1b3;
  background-color: #fff;
}
.temp1_box .m_tabs .m_tabs_area li { 
  z-index: 1; 
  margin: 0px;
}
.temp1_box .m_tabs .m_tabs_area li .in{
  color: #e90013;
  background-color: #fff;
  line-height: 26px;
}
.temp1_box .m_tabs .m_tabs_area li .tabsinicon{
  position: absolute;
  height:0;
  top:0;
  left:0;
  right:0;
  overflow:hidden;
}
.temp1_box .m_tabs .m_tabs_area li .in .tabsinicon{
  transition: all 0.3s ease 0s;
  position: absolute;
  height:28px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px 6px 0 0 ;
  top:-28px;
  left:0;
  right:0;
  z-index: 2;
  border: 0px solid #dedede; /*清掉預設值*/
  padding:0;
  margin:0;
}
.temp1_box .m_tabs .m_tabs_area li .tabsinicon a{
	border-radius: 12px;
    color: #666;
    display: inline-block;
    line-height: 20px;
    margin: 0 6px;
    text-align: center;
    width: 20px;
}
.temp1_box .m_tabs .m_tabs_area li .tabsinicon a.act{
	background-color:#fff;
	color: #e90013;
}
.temp1_box .m_tabs .m_tabs_area li h3.in{
  background-image:none;
}
.temp1_box .m_tabs .m_tabs_area li h3{
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  padding: 0px; 
  width:138px;
  height: 29px;
  background: #fdf9ed url("../images/ui_line.png") no-repeat scroll left center;
  margin-left: 0;
}
.temp1_box .m_tabs .m_tabs_area li:first-child h3 {
  background-image:none;
}


/*● temp_2.html*/
.temp2_box {
	clear: both;
	width:196px; 
	height:326px; 
	position:absolute; 
	right:9px; 
	top:0px; 
	background-color:#e50014;
	color:#fff;
}
.temp2_box .dahead{
	height:24px;
}
.temp2_box .dahead strong{
	line-height:24px; 
	margin-left:7px; 
	float:left; 
	width:80px; 
	font-size:0.938em; 
	font-weight:800;
}
.temp2_box .dahead ul{
	margin:6px 8px 0 0; 
	float:right;
}
.temp2_box .dahead ul li{
	width:12px; 
	height:12px; 
	border:1px #e50014 solid; 
	background-color:#e50014; 
	overflow:hidden; 
	margin-left:6px; 
	color:#fff; 
	float:left; 
	font-size:0.688em; 
	text-align:center; 
	font-family:arial; 
	cursor:pointer;
}
.temp2_box .dahead ul li.over{
	border:1px #f7b401 solid; 
	background-color:#f7b401;
}
.temp2_box .dacontent {
	border:4px solid #e50014; 
  background-color: #e50014;
	border-top-width: 4px; 
	height:304px; 
	overflow:hidden; 
	position:relative;
}
.temp2_box .dacontent ul{
	width:3000px; /*實際的內容空間*/
	position:absolute;
}
.temp2_box .dacontent ul li{
	width:192px; 
	overflow:hidden; 
	float:left;
}
.temp2_box .dacontent ul li img{
  width:190px;
	height:149px; 
	margin-bottom:4px; 
}


/*● temp_3.html*/
.temp3_box {
	clear: both;
	float: left;
	background-color: #fff;
	width:50%;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 4px 0 5px 0;
}
.temp3_box .m_tabs{
	/*上下陰影*/
	box-shadow: 0px -2px 0px 2px white, 0px 2px 3px 0px #ccc, 0px -2px 1px 2px white, 0px -2px 0px 0px #ccc;
}
.temp3_box .m_tabs .m_tabs_area>h3{
	background-image: url("../images/temp3_box_ui_1.jpg");
	width:130px;
	height:48px;
	text-indent: -9999px;
	border-right:1px solid #d5d5d5;
}
.temp3_box .m_tabs .m_tabs_area li .in{
	background-color: #cf9c6a;
	border-color: #cf9c6a; 
	font-weight: normal;
}
.temp3_box .m_tabs .m_tabs_area li .in .tabsinicon{
	border-left-color: #cf9c6a;
}
.temp3_box .m_tabs .m_tabs_area li .forthis{
	width:115px;
	height: 100%;
	overflow: hidden;
	white-space:nowrap;
	display: inline-block;
}
.temp3_box .m_tabs .m_tabs_area li h3{
	font-family: arial;
	border-left-color:#f0f0f0;
	padding: 6px 7px;
	width:115px;
	text-align: left;
}

/*左頁籤專用設定*/
.temp3_box .m_tabs_left .m_tabs_area{
	width:130px;
}

/*內容css*/
.temp3_box .m_tabs .m_tabs_content_area{
	padding: 10px 0px 0px 140px;
	background-color: #ffeeec;
	background-image: url("../images/temp3_box_ui_2.jpg");
	background-repeat: repeat-y;
	background-position: right top;
}
.temp3_box .m_tabs .m_tabs_content .ad{}
.temp3_box .m_tabs .m_tabs_content .ad img{
	box-shadow: 1px 1.5px 2px #d7d3d3;
}
.temp3_box .m_tabs .m_tabs_content li{
	float: left;
	width:100px;
	text-align: center;
	margin: 9px 16px 0 0;
	margin-right: 14px \9;
}
.temp3_box .m_tabs .m_tabs_content li:last-child {
	margin-right:0px;
}
.temp3_box .m_tabs .m_tabs_content li img {
    height: 100px;
    width: 100px;
    overflow: hidden;
}
.temp3_box .m_tabs .m_tabs_content li .product_name {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 100;
    line-height: 12px;
    height: 24px;
    margin: 8px 0 4px;
    overflow: hidden;
    font-family: arial;
}
.temp3_box .m_tabs .m_tabs_content li .dollar_sign{
	font-size: 12px;
}


/*● temp_4.html*/
.temp4_box {
	float: left;
	background-color: #fff;
	width:50%;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 4px 0 5px 0;
}
.temp4_box .m_tabs{
	/*上下陰影*/
	box-shadow: 0px -2px 0px 2px white, 0px 2px 3px 0px #ccc, 0px -2px 1px 2px white, 0px -2px 0px 0px #ccc;
}
.temp4_box .m_tabs .m_tabs_area>h3{
	background-image: url("../images/temp4_box_ui_1.jpg");
	width:130px;
	height:48px;
	text-indent: -9999px;
	border-right:1px solid #d5d5d5;
}
.temp4_box .m_tabs .m_tabs_area li .in{
	background-color: #71839f;
	border-color: #71839f; 
	font-weight: normal;
}
.temp4_box .m_tabs .m_tabs_area li .in .tabsinicon{
	border-left-color: #71839f;
}
.temp4_box .m_tabs .m_tabs_area li .forthis{
	width:115px;
	overflow: hidden;
	white-space:nowrap;
	display: inline-block;
}
.temp4_box .m_tabs .m_tabs_area li h3{
	font-family: arial;
	border-left-color:#f0f0f0;
	padding: 6px 7px;
	width:115px;
	text-align: left;
}

/*左頁籤專用設定*/
.temp4_box .m_tabs_left .m_tabs_area{
	width:130px;
}

/*內容css*/
.temp4_box .m_tabs .m_tabs_content_area{
	padding: 10px 0px 0px 140px;
	background-color: #eeeeee;
}
.temp4_box .m_tabs .m_tabs_content .ad{}
.temp4_box .m_tabs .m_tabs_content .ad img{
	box-shadow: 1px 1.5px 2px #d7d3d3;
}
.temp4_box .m_tabs .m_tabs_content li{
	float: left;
	width:100px;
	text-align: center;
	margin: 9px 16px 0 0;
	margin-right: 14px \9;
}
.temp4_box .m_tabs .m_tabs_content li:last-child {
	margin-right:0px;
}
.temp4_box .m_tabs .m_tabs_content li img {
    height: 100px;
    width: 100px;
    overflow: hidden;
}
.temp4_box .m_tabs .m_tabs_content li .product_name {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 100;
    line-height: 12px;
    height: 24px;
    margin: 8px 0 4px;
    overflow: hidden;
    font-family: arial;
}
.temp4_box .m_tabs .m_tabs_content li .dollar_sign{
	font-size: 12px;
}


/*● temp_5.html*/
.temp5_box {
	margin-bottom: 34px;
}
.temp5_box h2{
	color: #424242;
    font: 800 0.813em/30px Arial,Helvetica,sans-serif;
    margin-left: 6px;
    width: auto;
}
.temp5_box .m_tabs_area li{
	margin-left: 1px;
}
.temp5_box .m_tabs_area li:first-child{
	margin-left: 0px;
}
.temp5_box .m_tabs_area li h3{
	font-size: 13px;
	font-weight: 100;
	width:61px;
	border: 0px;
	border-right: 1px solid #fff;
}
.temp5_box .m_tabs_area li h3.in{
	font-size: 13px;
	font-weight: 100;
	border:0px;
}
.temp5_box #yellow_area, .temp5_box #blue_area, .temp5_box #pink_area {
	width:310px;
	float: left;
	margin-right: 15px;
}
.temp5_box #yellow_area{ background-color: #fff5d9; }
.temp5_box #blue_area{ background-color: #e3eeff; }
.temp5_box #pink_area{ background-color: #ffe6f1; margin-right: 0px;}
.temp5_box #yellow_area .m_tabs_area li h3{ background-color: #fff5d9; }
.temp5_box #blue_area .m_tabs_area li h3{ background-color: #e3eeff; }
.temp5_box #pink_area .m_tabs_area li h3{ background-color: #ffe6f1; }
.temp5_box #yellow_area li h3.in{ background-color: #ff702a; }
.temp5_box #blue_area li h3.in{ background-color: #3e8bff; }
.temp5_box #pink_area li h3.in{ background-color: #d74586; }
.temp5_box .m_tabs_content_area{
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	background-color: transparent;
	padding: 14px;
}
.temp5_box #yellow_area .m_tabs_content_area{ border-color: #ff702a; }
.temp5_box #blue_area .m_tabs_content_area{ border-color: #3e8bff; }
.temp5_box #pink_area .m_tabs_content_area{ border-color: #d74586; }

/*一圖*/
.temp5_box .m_tabs_content_area .one_pic{
	text-align: center;
}
.temp5_box .m_tabs_content_area .one_pic img{
	width:278px;
	height:278px;
	border: 1px solid #edebe5;
	margin-bottom: 5px;
}
.temp5_box .m_tabs_content_area .one_pic h3{
	width:280px;
	height:33px;
	font-size: 16px;
	line-height: 33px;
	color:#fff;
	overflow: hidden;
}
.temp5_box #yellow_area .m_tabs_content_area .one_pic h3{ background-color: #ff702a; }
.temp5_box #blue_area .m_tabs_content_area .one_pic h3{ background-color: #3e8bff; }
.temp5_box #pink_area .m_tabs_content_area .one_pic h3{ background-color: #d74586; }
.temp5_box .m_tabs_content_area .three_pic{
	text-align: center;
	margin-top: 15px;
	height: 100px;
	text-align: left;
}
.temp5_box .m_tabs_content_area .three_pic a{
	display: block;
	height: 100px;
	overflow: hidden;
}
.temp5_box .m_tabs_content_area .three_pic img{
	width:100px;
	height:100px;
	float: left;
}
.temp5_box .m_tabs_content_area .three_pic .product_name{
	padding-top: 5px;
	padding-left: 115px;
	margin-bottom: 15px;
	line-height: 17px;
	font-size: 13px;
}
.temp5_box .m_tabs_content_area .three_pic .dollar_sign{
	padding-left: 15px;
}


/*● temp_6.html*/
.temp6_box {
	clear: both;
	margin-bottom: 27px;
}
.temp6_box .righttab{
	float: right;
	padding-top:7px;
}
.temp6_box .righttab h3{
	display: inline-block;
	padding: 0 5px 0 10px;
	border-left:1px solid #ccc;
}
.temp6_box .righttab h3:first-child{
	border: 0px
}
.temp6_box .righttab h3 a{
	color: #704690;
}
.temp6_box .m_tabs{
	/*上下陰影*/
	box-shadow: 0px -2px 0px 2px white, 0px 2px 3px 0px #ccc, 0px -2px 1px 2px white, 0px -2px 0px 0px #ccc;
}
.temp6_box .m_tabs .m_tabs_area li .in{
	background-color: #704690;
	border-color:#704690;
}
.temp6_box .m_tabs .m_tabs_area li .in .tabsinicon{
	border-top: 0px;/*取消小三角形*/
}
.temp6_box .m_tabs .m_tabs_content_area{
	border-top-color: #704690;
	padding: 10px 0 10px 10px;
}

/*內容資料樣式*/
/*1大圖*/
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content .first_banner{
	float: left;
}
/*3品*/
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content .three_pid{
	float: left;
	height:226px;
	vertical-align:top;
}
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content .three_pid li{
	display: inline-block;
	text-align: center;
	width:140px;
	height:100%;
	margin-left: 7px;
}
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content .three_pid li:hover{
	background-color: #edfbfc;
}
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content li img{
	margin-top:6px;
	width:125px;
	height:125px;
}
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content li .sales_kit{
	color: #717171;
    font-size: 11px;
    font-weight: 100;
    line-height: 13px;

    display: block;
    height: 12px;
    margin: 10px 0;
    overflow: hidden;
}
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content li .product_name {
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 100;
    line-height: 12px;
    height: 24px;
    margin: 0 0 10px;
    overflow: hidden;
}

/*12個logo區*/
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content .logo_area{
	float: right;
	width:130px;
	height:226px;
	border-left:1px solid #e6e6e6;
	margin-right: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content .logo_area .logo_move{
	width:390px;
	height:200px;
	position: absolute;
	z-index: 2;
	left:0px;
	top:0px;
}
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content .logo_area .logo_move .logo_one{
	float: left;
	width:130px;
	height:200px;
}
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content .logo_area .logo_move .logo_one img{
	width:130px;
	height: 50px;
	margin:0px;
	padding: 0px; 
}
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content .logo_area .logo_tabs{
	border-top:1px solid #f7f7f7;
	position: absolute;
	left:10%;
	width:51%;
	bottom: 0px;
	padding-top: 5px;
	padding-left: 29%;
}
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content .logo_area .logo_tabs li{
	background-color: #c7c7c7;
	border-radius: 6px;
	width:8px;
	height:8px;
	float: left;
	cursor: pointer;
	margin-right: 5px;
}
.temp6_box .m_tabs .m_tabs_content_area .m_tabs_content .logo_area .logo_tabs .over{
	background-color: #dc4848;
}


/*● temp_7.html*/
.temp7_box {
	clear: both;
	margin-bottom: 27px;
}
.temp7_box .move_area{
  height:162px;
  width:960px;
  overflow: hidden;
}
.temp7_box .oneGroup{
  height:162px;
  width:960px;
  float:left;
  -moz-background-size:960px 162px;
  -webkit-background-size:960px 162px;
  -o-background-size:960px 162px;
  background-size:960px 162px; 
}
.temp7_box .one_banner_area{
	float: left;
	width:315px;
    height:162px;
}
.temp7_box .one_banner_area img{
	width:315px;
    height:162px;
}
.temp7_box .two_pid_area{
	height: 136px;
	padding-top: 12px;
}
.temp7_box .two_pid_area li{
	float: left;
	position: relative;
	background-color: #fff;
	width:255px;
	height:138px;
	margin-right: 10px;
	padding: 0 26px 0 10px ;
}
.temp7_box .two_pid_area li img{
	width:126px;
	height:126px;
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}
.temp7_box .two_pid_area li .sales_kit{
	color:#ff5e5e;
	margin: 20px 0 10px 0;
  float: left;
  height: 16px;
  width: 110px;
  overflow: hidden;
  line-height: 22px;
}
.temp7_box .two_pid_area li .product_name{
	font-size: 13px;
	margin: 0 0 14px 0;
  border:1px solid #fff;
  float: left;
  height: 45px;
  width: 110px;
  line-height: 22px;
  overflow: hidden;
}
.temp7_box .two_pid_area li .dollar_Area{
  text-align:right;
  float: right;
}
.temp7_box .two_pid_area li .price_txt{
  font-size:22px;
}
.temp7_box .two_pid_area li .othericon{
	background: url("../images/other1.gif") no-repeat scroll 0px 0px;
	position: absolute;
	right:0px;
	bottom: 0px;
	font-size: 12px;
	color:#fff;
	width:14px;
	height:17px;
	padding: 17px 0 0 17px;
}


/*● temp_8.html*/
.temp8_box {}
.temp8_box .content {
    display: inline-block;
    font-size: 0.813em;
    padding: 10px 5px 10px 8px;
}
.temp8_box .content li {
    border-top: 1px dotted #ccc;
    padding: 0;
    text-align: center;
    float: left;
    text-align: left;
}
.temp8_box .content li:first-child {
    border: 0 none;
}
.temp8_box .content li.memberad {
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    width: 204px;
}
.temp8_box .content li.top {
    border-top: 0 none;
}
.temp8_box .content li.memberonly {
    padding: 8px 0;
    overflow: hidden;
    width: 204px;
}
.temp8_box .content li.memberonly img {
    float: left;
    margin-right: 8px;
}
.temp8_box  .content li.memberonly dl {
    display: inline-block;
    float: right;
    width: 144px;
}
.temp8_box .content li.memberonly dl dd {
    background: url("../images/homepage_ui5.png") no-repeat scroll 0 -79px rgba(0, 0, 0, 0);
    display: block;
    margin: 0;
    padding: 0 0 5px 7px;
    white-space: nowrap;
    width: 130px;
    height:13px;
    line-height:22px \9;
    overflow:hidden;
}
.temp8_box .content li.memberonly dl dd a {
    color: #025597;
    text-decoration: none;
}
.temp8_box .content li.otherlink {
    width: 204px;
}
.temp8_box .content li.otherlink p {
    padding: 3px 6px;
}
.temp8_box  .content li.otherlink a {
    border-top: 0 none;
    display: block;
    float: left;
    overflow: hidden;
    padding: 0;
    width:75px;
    height: 16px;
    margin-top: 6px;
    margin-right: 14px;
}
.temp8_box  .content li.otherlink img{
    width: 74px;
    height: 16px;
}
/*以下幾個icon是原本會員區塊的icon圖指示之後變成入稿的就不採用了*/
.temp8_box  .content li.otherlink a.fb_link {
	background-image:url("../images/homepage_ui5.png");
	background-color: rgba(0, 0, 0, 0);
	backgorund-repeat: no-repeat;
	background-position: -226px 0;
    border-top: 0 none;
    display: block;
    height: 16px;
    width: 75px;
    line-height: 100px;
    margin-right: 14px;
    overflow: hidden;
    padding: 0;
}
.temp8_box .content li.otherlink a.line_link {
	background-image:url("../images/homepage_ui5.png");
	background-color: rgba(0, 0, 0, 0);
	backgorund-repeat: no-repeat;
	background-position: -226px -22px;
    border-top: 0 none;
    display: block;
    height: 22px;
    width: 75px;
    line-height: 100px;
    margin-right: 14px;
    overflow: hidden;
    padding: 0;
}
.temp8_box .content li.otherlink a.fedirect_link {
    background-position: -226px -45px;
}
.temp8_box .content li.otherlink a.hg_link {
    background-position: -226px -68px;
}


/*● temp_9.html*/
.temp9_box {}
.temp9_box .head h2 span{
	font-size: 11px;
    font-weight: 100;
    position: absolute;
    right: 6px;
}
.temp9_box .head h2 span a{
	color: #025597;
    text-decoration: none;
}
.temp9_box .content{ padding:6px 0px 6px 0px;}
/*現在時間*/
.temp9_box .now_time{
    float: left;
    width: 202px;
    height: 266px;
    padding:0 0 0 5px;
}
.temp9_box .now_time .title{
    background-image: url("../images/times.png");
    background-repeat: no-repeat;
    background-position:center top;
    height:31px;
    margin-top: 5px;
}
.temp9_box .now_time a{ 
    text-align: center;
    display: block;
    
}
/*其他時間列表*/
.temp9_box .move_area {
    background-image: url("../images/temp9_box_bg.jpg");
    background-repeat: repeat-y;
    background-position:left top;
    font-family:"Verdana,Arial,Helvetica,sans-serif,新細明體";
    font-size: 0.813em;
    float: right;
    width: 746px;
    height: 266px;
    overflow:hidden;
}
.temp9_box .move_area .left_btn, .temp9_box .move_area .right_btn{
    background-position: -6px -6px;
    height: 47px;
    width: 26px;
}
.temp9_box .move_area .right_btn {
    background-position: -4px -66px;
}
.temp9_box .oneGroup{
    width: 746px;
    height: 266px;
    overflow:hidden;
    float: left;
}
.temp9_box .move_area li {
    border-left: 1px solid #eee;
    float: left;
    padding: 0;
    text-align: left;
    width: 182px;
    height: 226;
    overflow: hidden;
    margin-top:5px;
}
.temp9_box .move_area ul li:first-child {
    border-left: 0 none;
    margin-left: 10px;
}
.temp9_box .move_area li .title{
    background-color: #e5e5e5;
    padding: 3px 6px 2px 6px;
    border:1px solid #dedede;
    color:#848484;
    margin-bottom:3px;
}
.temp9_box .move_area li .title span{
    background-color:#000;
    border:1px solid #808080;
    color: #fff;
    font-family: Verdana,​Arial,​Helvetica,​sans-serif,​"新細明體";
    font-size: 12px;
    padding:3px 10px;
    text-align: center;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    
}

/*● temp_10.html*/
.temp10_box {
    clear: both;
    background-color: #fff;
    margin-bottom: 20px;
}
.temp10_box .m_tabs .m_tabs_area{
    border-bottom:2px solid #888;
}
.temp10_box .m_tabs .m_tabs_area li{
    margin-right: 4px;
}
.temp10_box .m_tabs .m_tabs_area li h3 {
    border:0px;
    width:114px;
    height: 30px;
    text-align: left;
    line-height: 16px;
    padding: 2px 3px 3px 5px;
    font-weight: bold;
    z-index: 1;
}
.temp10_box .vice{
    font-size: 11px;
    display: block;
    font-weight: normal;
    color: #a3a3a3;
    overflow: hidden;
    height: 15px;
}

.temp10_box .m_tabs_content_area{
    position: relative;
    width: 970px;
    overflow: hidden;
    height: 340px;
    border:0px; 
}
.temp10_box .forthis_tabs_content_body{
    width:10000px; /*實際的內容空間*/
    position:absolute;
}
.temp10_box .m_tabs_content_area .m_tabs_content{
    padding-top: 0px;
    display: block;
	width: 970px;
    height: 340px;
	overflow: hidden;
    float: left;
}
.temp10_box .m_tabs_content_area .m_tabs_content img{
	width: 970px;
	height: 340px;
    border:0px;
}

/*個頁籤顏色色定*/
.temp10_box .m_tabs .m_tabs_area{
  margin-top: 0px;
  border: 0px solid #dedede;
  background-color: #fff;
}
.temp10_box .m_tabs .m_tabs_area li { 
  z-index: 1; 
  margin: 0px;
  border-top:2px solid #fff;
}
.temp10_box .m_tabs .m_tabs_area li .in{	
  margin-top: -2px;
  background: #fff; 
  color:#e50014; 
  border-top:2px solid #e50014;
  font-weight:800;
}
.temp10_box .m_tabs .m_tabs_area li .in .tabsinicon{	
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #e50014;
  top: -12px;
  bottom: auto;
  display: inline-block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.temp10_box .m_tabs .m_tabs_area li h3{
  text-align: center;
  line-height: 28px;
  font-weight: normal;
  padding: 0px; 
  width:139px;
  background-color:#fff;
}


/*● temp_11.html*/
.temp11_box {
	clear: both;
	width:196px; 
	height:326px; 
	position:absolute; 
	right:9px; 
	top:9px; 
	background-color:#e7485b;
	color:#fff;
}
.temp11_box .dahead{
	height:30px;
}
.temp11_box .dahead strong{
	line-height:30px; 
	margin-left:10px; 
	float:left; 
	width:80px; 
	font-size:0.938em; 
	font-weight:800;
}
.temp11_box .dahead ul{
	margin:12px 8px 0 0; 
	float:right;
}
.temp11_box .dahead ul li{
	width:12px; 
	height:12px; 
	border:1px #dc4b4e solid; 
	background-color:#d20001; 
	overflow:hidden; 
	margin-left:6px; 
	color:#fff; 
	float:left; 
	font-size:0.688em; 
	text-align:center; 
	font-family:arial; 
	cursor:pointer;
}
.temp11_box .dahead ul li.over{
	border:1px #760001 solid; 
	background-color:#760001;
}
.temp11_box .dacontent {
	border:4px #e7485b solid; 
	border-top-width: 4px; 
	height:290px; 
	overflow:hidden; 
	position:relative;
}
.temp11_box .dacontent ul{
	width:768px; /*實際的內容空間*/
	position:absolute;
}
.temp11_box .dacontent ul li{
	width:192px; 
	overflow:hidden; 
	float:left;
}
.temp11_box .dacontent ul li img{
	width:190px;
	height:139px; 
	border-bottom:1px #d2d2d2 solid; 
	margin-bottom:10px; 
}


/*● temp_12.html*/
.temp12_box {}
.temp12_box .caltimesale {
    width:178px; 
    border:1px #dedede solid; 
    margin-bottom:30px;
}
.temp12_box .caltimesale .head{
    height:30px; 
    background:url("../images/homepage_ui5.png") no-repeat 0 -150px; 
    line-height:30px; 
    font-size:15px; 
    font-weight:800; 
    color:#fff; 
    text-align:center;
}
.temp12_box .caltimesale .content{
	overflow:hidden; width:178px;/*暫時使用此設定*/
	/*PhaseI先不使用padding
    padding:8px; 
    *padding:8px 8px 0 8px; */
    display:inline-block;
}
.temp12_box .caltimesale a{
    text-decoration:none;
}
.temp12_box .caltimesale .content h3{
    font-size:13px; 
    max-height:36px; 
    line-height:18px; 
    font-weight:800; 
    overflow:hidden; 
    margin:4px 0;
}
.temp12_box .caltimesale .content span{
    color:#d6468b; 
    display:block; 
    margin-bottom:6px;
}
.temp12_box .caltimesale .content .sprice{
    width:42px; 
    line-height:16px; 
    float:left; 
    font-size:12px; 
    color:#666; 
    overflow:hidden; 
    text-decoration:line-through; 
    font-family:新細明體;
}
.temp12_box .caltimesale .content .tprice{
    width:117px; 
    height:41px; 
    line-height:41px; 
    overflow:hidden; 
    background:url("../images/homepage_ui5.png") no-repeat 0 -191px; 
    text-align:right; 
    float:right; 
    margin-right:-14px;
}
.temp12_box .caltimesale .content .tprice u, .temp12_box .caltimesale .content .tprice span{
    color:#fff;
}
.temp12_box .caltimesale .content .tprice span{
    font-size:22px;
}
.temp12_box .caltimesale .content i {
    font-size:12px; 
    text-decoration:underline; 
    color:#fff; 
    margin:0 6px 0 4px; 
    *font-style:normal; 
    *font-weight:normal;
}
.temp12_box .caltimesale .content img{
	margin-left:-2px;/*暫時使用此設定*/
	/*PhaseI先不使用
    width:160px; 
    height:160px;*/
}


/*● temp_13.html*/
.temp13_box {}
.temp13_box .calhead {
	background-color:#ffe3c7; 
	position:relative; 
	margin-bottom:10px; 
	border:1px #ebebeb solid;
}
.temp13_box .calhead h2 {
	font: 800 0.813em/30px Arial,Helvetica,sans-serif; 
	color:#424242; 
	margin-left:6px; 
	width:auto;
}
.temp13_box .calevent {
	width:168px; 
	padding:0 5px 10px; 
	overflow:hidden;
	border:1px #dedede solid; 
	border-top:5px #f76a01 solid; 
	border-bottom:1px #f76a01 solid; 
	margin:0 auto 20px auto; 
	background-color:#fff;
	text-align:center;  
	display:block;
}
.temp13_box .calevent a{
	text-decoration:none;
}
.temp13_box .calevent img{
	width:160px; 
	height:160px; 
	overflow:hidden;
}
.temp13_box .calevent span{
	height:12px; 
	display:block; 
	margin:6px 0; 
	overflow:hidden; 
	color:#fe0273;
}
.temp13_box .calevent h3{
	font-size:13px; 
	height:44px; 
	line-height:22px; 
	font-weight:100; 
	overflow:hidden; 
	margin:4px 0;
}
.temp13_box .calevent span{
	font-size: 18px;
}
.temp13_box .calevent p .link_car{
	width:80px; 
	height:43px; 
	padding-left:50px; 
	line-height:43px; 
	font-size:12px; 
	background:url("../images/homepage_ui5.png") no-repeat 0 -295px; 
	display:block; 
	text-align:left; 
	margin:0 auto; 
	color:#434343; 
	margin-top:10px;
}
.temp13_box .calevent p:hover .link_car{
	background-position: 0 -401px; 
	color:#fff;
}
.temp13_box .calevent p .link_event{
	width:80px; 
	height:43px; 
	padding-left:50px; 
	line-height:43px; 
	font-size:12px; 
	background:url("../images/homepage_ui5.png") no-repeat 0 -242px; 
	display:block; 
	text-align:left; 
	margin:0 auto; 
	color:#434343; 
	margin-top:10px;
}
.temp13_box .calevent p:hover .link_event{
	background-position: 0 -348px; 
	color:#fff;
}
.temp13_box .calevent .tip{
	width:30px;
	height:30px;
	padding: 3px 3px 3px 3px;
	background-color:#f46c00; 
	text-align:center; 
	line-height:27px; 
	color:#fff; 
	font-size:13px; 
	position:absolute; 
	margin-left:-5px;
	overflow: hidden;
}
.temp13_box .calevent .eventkit{
	font-size:12px; 
	height:16px;
	line-height:20px;
	color:#f46900; 
	font-weight:100;
}


/*● temp_14.html*/
.temp14_box {
	background-color: #fff;
	margin-bottom:25px;
}
.temp14_box .hot_sale {
	width:100%; 
	padding:6px 0px; 
	border:1px #dfdfdf solid; 
	display:inline-block; 
	font:100 0.75em/1.5 Arial;
	box-shadow: 0px 2px 1px 0px #ddd; 
}
.temp14_box .hot_sale li {
	width:80px; 
	float:left; 
	border-left:1px #dfdfdf dotted; 
	padding:2px 8px; 
	height:100px; 
	overflow:hidden; 
	text-align:center;
}
.temp14_box .hot_sale li img {
	width:80px; 
	height:80px;
}
.temp14_box .hot_sale li a {
	text-decoration:none; 
	color:#025597;
}
.temp14_box .hot_sale li h4 {
	font-weight: 100;
	width: 80px;
	height: 20px;
	overflow: hidden;
}
.temp14_box .hot_sale li:first-child {
	border-left:0;
}


/*● temp_15.html*/
.temp15_box {
	clear: both;
	margin-bottom: 27px;
}
.temp15_box .m_tabs{}
.temp15_box .m_tabs .m_tabs_area li{
	overflow: hidden;
}
.temp15_box .m_tabs .m_tabs_area li.in{
	overflow: hidden;
	font-weight: 100;
}
.temp15_box .m_tabs .m_tabs_area li .in{
	color:#fff;
	font-weight: 800;
	background-color: #a6a6a6;
	border-color: #a6a6a6;
}
.temp15_box .m_tabs .m_tabs_area li h3{
	display: block;
	width:150px;
	height:21px;
	line-height:22px;
	padding:0px 6px 0px 4px;
	font-family: "新細明體";
	background-color: transparent;
	border:0px;
	border-left: 2px solid #ccc;
	padding-bottom:5px;
	padding-top:6px;
}
.temp15_box .m_tabs .m_tabs_area li:first-child h3{
  border:0px;
}
.temp15_box .m_tabs .m_tabs_area li .in .tabsinicon{
	border-top: 0px;/*取消小三角形*/
}
.temp15_box .m_tabs .m_tabs_content_area{
	border-top-color: #a6a6a6;
	padding: 15px 0 10px 4px;
	box-shadow: 0 2px 1px 0 #ddd;
	height: 230px;
	overflow: hidden;
}
.temp15_box .m_tabs .m_tabs_content_area .m_tabs_content{}

/*內容資料樣式*/
.temp15_box .calcontent {}
.temp15_box .calcontent ul{}
.temp15_box .calcontent li{
	float:left;
}
.temp15_box .calcontent li:hover{
	background-color:#edfbfc;
}
.temp15_box .calcontent li.calbigprod{
	/*主商品*/ 
	width:360px; 
	height:230px; 
	overflow:hidden; 
	border-right:1px #ddd dotted;
}
.temp15_box .calcontent li.calbigprod img{
	width:180px; 
	height:180px; 
	margin:10px 5px; 
	float:left;
}
.temp15_box .calcontent li.calbigprod span{
	width:170px; 
	font-size:15px; 
	line-height:18px; 
	float:left; 
	margin:10px 0; 
	color:#fe0273;
}
.temp15_box .calcontent li.calbigprod h3{
	width:160px; 
	font-size:15px; 
	line-height:22px; 
	float:left; 
	margin-bottom:15px;
  padding-right:10px;
  height:90px;
  overflow:hidden;
  clear:right;
}
.temp15_box .calcontent li.calbigprod .sales_kit {
	font-size:15px;
  width:160px;
  padding-right:10px;
  height:36px;
  overflow: hidden;
  color: #f56a01;
}
.temp15_box .calcontent li.calbigprod .price_txt{
	font-size: 26px;
}
.temp15_box .calcontent li.calprod{
	/*列表商品*/ 
	width:125px; 
	padding:4px 5px 11px 5px; 
	text-align:center; 
	overflow:hidden;
}
.temp15_box .calcontent li.calprod img {
	width:125px; 
	height:125px;
}
.temp15_box .calcontent li.calprod .sales_kit{
  font-size: 11px;
	height:12px; 
	display:block; 
	margin:6px 0; 
	overflow:hidden; 
	color: #f56a01;
}
.temp15_box .calcontent li.calprod h3{
	height:40px; 
	line-height: 22px; 
	overflow: hidden; 
	margin:0 0 6px 0;
}
.temp15_box .calcontent li.calprod i, .temp15_box .calcontent li.calbigprod i {
	font-size:12px; 
	text-decoration:underline; 
	color:#025597; 
	margin-left:5px; 
	*font-style:normal;
}
.temp15_box .calcontent li.calprod span{
	font-size:18px;
}
.temp15_box .calcontent li.calbigprod span.price_txt{ display:inline; color:#fd0002; width:auto; float: none;}
.temp15_box .calcontent li.calprod span.price_txt{ display:inline; color:#fd0002; width:auto; float: none;}

/*● temp_16.html*/
.temp16_box {
	 box-shadow: 0 2px 1px 0 #ddd;
}
.temp16_box .brand {
	padding:5px; 
	display:inline-block;
}
.temp16_box .brand li{
	width:140px; 
	height:100px; 
	float:left; 
	overflow:hidden; 
	margin:5px; 
	border:1px #eee solid;
}
.temp16_box .brand li img{
	width:130px; 
	margin:3px 5px; 
}
.temp16_box .brand ul li.morehide{
	display:none;
}
.temp16_box p.more{
	background-color:#eee;
	text-align: center;
}
.temp16_box p.more a{
	width:60px; 
	font-size:11px; 
	display:inline-block; 
	padding:4px; 
}


/*● temp_17.html*/
.temp17_box {
	margin-bottom:25px; 
}
/* 館長推薦 */
.temp17_box .calrecom {
	display:inline-block;
}
.temp17_box .calrecom li{
	width: 312px;
	margin-left:17px; 
	float:left; 
	border:1px #dedede solid;
	padding:10px; 
	overflow:hidden; 
	text-align:center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.temp17_box .calrecom li:hover{
	background-color:#edfbfc;
}
.temp17_box .calrecom li:first-child{
	margin-left:0;
}
.temp17_box .calrecom li img{
	width:288px; 
	height:288px; 
	margin-bottom:6px;
}
.temp17_box .calrecom li span{
	width:100%; 
	height:17px; 
	font-size:15px; 
	line-height:16px; 
	line-height:18px \9; 
	color:#fe0273; 
	margin-bottom:6px; 
	overflow:hidden; 
	display:block;
}
.temp17_box .calrecom li h3{
	width:100%; 
	height:42px; 
	font-size:15px; 
	line-height:22px; 
	margin-bottom:12px; 
	overflow:hidden;
}
.temp17_box .calrecom li i{
	font-size:12px; 
	text-decoration:underline; 
	color:#025597; 
	margin-left:5px; 
	*font-style:normal; 
	*font-weight:normal;
}
.temp17_box .calrecom li span{
	font-size:25px;
}
.temp17_box .calrecom li .tip{
	width:30px; 
	height:30px;
	padding: 3px 3px 3px 3px;
	background-color:#f56b00; 
	text-align:center; 
	line-height:14px; 
	color:#fff; 
	font-size:11px; 
	*font-size:10px; 
	position:absolute; 
	margin:-10px 0 0 -10px; 
	padding-top:4px;
}
.temp17_box .calrecom li a{
	text-decoration:none;
}
.temp17_box .calrecom li a .dollar_sign{
	font-size: 13px;
}
.temp17_box .calrecom li .sales_kit{
  color: #f46a00;
  display: block;
  font-size: 15px;
  height: 17px;
  line-height: 16px;
  margin-bottom: 6px;
  overflow: hidden;
}
.temp17_box .calrecom li span.price_txt{
  color: #fd0002;
  display: inline;
  float: none;
  width: auto;
}


/*● temp_18.html*/
.temp18_box {}
.temp18_box .head h2 span {
    font-size: 11px;
    font-weight: 100;
    position: absolute;
    right: 6px;
}
.temp18_box .calwind {
    background: url("../images/homepage_ui5.png") no-repeat scroll 5px -451px;
    padding-left: 15px;
}
.temp18_box .calwind span {
    /* background: url("../images/homepage_ui5.png") no-repeat scroll 0 -490px; */
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    right: 0 !important;
    text-align: right;
    width: 162px;
}
.temp18_box .calwind span a {
    font-size: 13px;
    font-weight: 800;
}

/*內容區塊樣式*/
.temp18_box .calwindcontent{
	display: inline-block;
	width:773px;
	overflow:hidden;
}
.temp18_box .calwindcontent li:first-child {
    border-left: 0 none;
}
.temp18_box .calwindcontent li {
    border-left: 1px dotted #ddd;
    float: left;
    height: 300px;
    overflow: hidden;
    padding: 15px 10px;
    text-align: center;
    width: 193px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.temp18_box .calwindcontent li:hover{
	background-color:#edfbfc;
}
.temp18_box .calwindcontent li a{
	text-decoration:none;
}
.temp18_box .calwindcontent li:first-child{
	border-left:0px
}

.temp18_box .calwindcontent li img, .temp18_box .prodlist_box .array li a img, .temp18_box .addit-box .content img{
	width:160px; 
	height:160px; 
	margin-bottom:8px;
}
.temp18_box .calwindcontent li span, .temp18_box .prodlist_box .array li a span{
	height:14px; 
	font-size:13px; 
	line-height:16px \9; 
	display:block; 
	margin-bottom:6px; 
	overflow:hidden; 
	color:#fe0273;
}
.temp18_box .calwindcontent li h3, .temp18_box .prodlist_box .array li a h3{
	font-size:15px; 
	height:42px; 
	line-height:22px;  
	overflow: hidden; 
	margin-bottom:10px;
}
.temp18_box .calwindcontent li span, .temp18_box .prodlist_box .array li a span, .temp18_box .prodlist_box .list li span{
	font-size:18px;
}
.temp18_box .calwindcontent li i, .temp18_box .prodlist_box .array li a i, .temp18_box .prodlist_box .list li i{
	font-size:12px; 
	text-decoration:underline; 
	color:#025597; 
	margin-left:5px; 
	*font-style:normal;
}
.temp18_box .calwindcontent li a span.sales_kit{
  color: #f46a00;
  display: block;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 6px;
  overflow: hidden;
}
.temp18_box .calwindcontent li a span.price_txt{
  color: #fd0002;
  display: inline;
  float: none;
  width: auto;
}


/*● temp_19.html*/
.temp19_box {
	width:182px; 
	margin: 0 auto;
}
/* 銷售排行 */
.temp19_box .salesranking {
	background-color:#fff; 
	width:180px; 
	position:relative; 
	margin-bottom:20px; 
	border:1px #dedede solid;
}
.temp19_box .salesranking .head{
	background-color:#f1f1f1; 
}
.temp19_box .salesranking .head h2{
	font:800 0.813em/30px Arial,Helvetica,sans-serif; 
	color:#424242; 
	margin-left:10px;
}
.temp19_box .salesranking .content{
	padding:0 10px 0;
}
.temp19_box .salesranking .content li{
	padding:12px 5px; 
	overflow:hidden; 
	text-align:center; 
	border-top:1px #ccc dotted; 
}
.temp19_box .salesranking .content li:first-child{
	border-top:0px
}
.temp19_box .salesranking .content li a{
	text-decoration:none;
}
.temp19_box .salesranking .content li img{
	width:125px; 
	height:125px; 
	overflow:hidden; 
	margin-bottom:6px;
}
.temp19_box .salesranking .content li span{
	display:block;
}
.temp19_box .salesranking .content li h3{
	font-size:13px; 
	max-height:42px; 
	line-height:21px; 
	overflow: hidden; 
	margin-bottom:6px;
}
.temp19_box .salesranking .content li span{
	font-size:14px;
}
.temp19_box .salesranking .content li i{
	font-size:12px; 
	text-decoration:underline; 
	color:#025597; 
	margin-left:5px; 
	*font-style:normal;
}
.temp19_box .salesranking .content .ranknum{
	width:18px; 
	height:18px; 
	background:url("../images/homepage_ui5.png") no-repeat -418px -50px; 
	font-size:12px; color:#fff; 
	font-weight:800; 
	text-align:center; 
	line-height:18px; 
	position:absolute; 
	font-family:Verdana,Arial; 
	margin-top:-3px;
}
.temp19_box .salesranking .content li span.price_txt{
  color: #fd0002;
  display: inline;
  float: none;
  font-size: 19px;
  width: auto;
}


/*● temp_20.html*/
.temp20_box {}
/* 商品列表 */
.temp20_box .prodlist_box{
	width:100%; 
	margin-bottom:30px; 
	display:inline-block;
}
/*控制UI區塊 start*/
.temp20_box .prodlist_box .head{
	height:30px; 
	border:0px #dcdcdc solid; 
	background-color:#f2f2f2;
}
.temp20_box .prodlist_box .head .sort, .temp20_box .prodlist_box .head .filter{
	margin-right:15px; 
	float:left; 
	display:inline-block;
	vertical-align: middle;
}
.temp20_box .prodlist_box .head .sort li{
	width:90px; 
	background:url("../images/homepage_ui5.png") no-repeat -170px -390px; 
	color:#434343; 
	line-height:30px; 
	text-align:center; 
	float:left; 
	font-size:13px; 
	cursor:pointer;
	position: relative;
}
.temp20_box .prodlist_box .head .sort li h6{
	*font-weight:100;
}
.temp20_box .prodlist_box .head .sort li:hover h6{
	color:#f56a01; 
	*font-weight:100;
}
.temp20_box .prodlist_box .head .sort li.over{
	background-position:-170px -350px; 
	color:#f1f1f1; 
	cursor:default;
}
.temp20_box .prodlist_box .head .sort li.over h6{
	font-weight:800;
}
.temp20_box .prodlist_box .head .sort li.over:hover h6{
	color:#f1f1f1;
}
.temp20_box .prodlist_box .head .sort li.over .icon{
	/*小三角形*/
	border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #fe742c;
  bottom: -6px;
  display: inline-block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.temp20_box .prodlist_box .head .sort li:first-child{
	width:45px; 
	background-position:-215px -430px; 
	font-weight:800; 
	color:#434343; 
	cursor:default;
}
.temp20_box .prodlist_box .head .filter li{
	padding:0 2px; 
	float:left; 
	display:inline-block; 
	font-size:13px; 
	color:#434343; 
	line-height:30px;
}
.temp20_box .prodlist_box .head .filter li input{
	vertical-align:text-top; 
	vertical-align:middle \9;
}
.temp20_box .prodlist_box .head .filter li:first-child{
	font-weight:800; 
	color:#434343;
}
.temp20_box .prodlist_box .head .display{
	display:inline-block; 
	float:right; 
	margin-right:5px;
}
.temp20_box .prodlist_box .head .display span{
	font-size:12px; 
	float:left; 
	display:block; 
	width:36px; 
	height:30px; 
	line-height:30px; 
	font-weight:800; 
	color:#434343;
}
.temp20_box .prodlist_box .head .display .icon_array {
	width:13px; 
	height:13px; 
	display:block; 
	overflow:hidden; 
	float:left; 
	margin:8px 12px 0 0; 
	background:url("../images/homepage_ui5.png") no-repeat -280px -350px; 
	cursor:pointer; 
	line-height:9999px;
}
.temp20_box .prodlist_box .head .display .icon_list {
	width:13px; 
	height:13px; 
	display:block; 
	overflow:hidden; 
	float:left; 
	margin:8px 8px 0 0; 
	background:url("../images/homepage_ui5.png") no-repeat -300px -350px; 
	cursor:pointer; 
	line-height:9999px;
}
.temp20_box .prodlist_box .head .display .array_ov{
	background-position:-280px -370px;
}
.temp20_box .prodlist_box .head .display .list_ov{
	background-position:-300px -370px;
}
/*列表區塊 start*/
/*
.array  直排樣式
.list   橫排樣式
*/
.temp20_box .prodlist_box .content{
	padding:8px 0 10px 4px; 
}
.temp20_box .prodlist_box .content li{
	/*單一筆資料*/
	float:left; 
	border-bottom:1px #ccc dotted;
}
/* 直排樣式 start*/
.temp20_box .prodlist_box .array li{
	width:182px; 
	height:315px; 
	width:181px\9; /*ie7,8*/
	text-align:center; 
	border-right:1px #ddd dotted;
	padding:0px 5px 0px 5px;
}
.temp20_box .prodlist_box .array li:nth-child(4n){
	border-right:0px;
}
.temp20_box .prodlist_box .array li a{
	padding: 10px 5px 0 5px;
	margin:5px 0px 2px 0px;
	width:172px; 
	height:295px; 
	display:block; 
}
.temp20_box .prodlist_box .array li a.active{
	background-color:#ffe4ef;
}
.temp20_box .prodlist_box .array li a h4{
	display:none;
}
.temp20_box .prodlist_box .array li:hover a{
	background-color:#edfbfc;
}
.temp20_box .prodlist_box .array .command_box{
	display:none;
}
.temp20_box .prodlist_box .array li a img{
	width:160px; 
	height:160px; 
	margin-bottom:8px;
}
.temp20_box .prodlist_box .array li a span{
	height:14px; 
	font-size:13px; 
	line-height:16px \9; 
	display:block; 
	margin-bottom:6px; 
	overflow:hidden; 
	color:#f46900;
}
.temp20_box .prodlist_box .array li a h3{
	font-size:15px; 
	height:42px; 
	line-height:22px;  
	overflow: hidden; 
	margin-bottom:10px;
}
/* 直排樣式 end*/
/* 橫排樣式 start*/
.temp20_box .prodlist_box .list li{
	width:100%;
}
.temp20_box .prodlist_box .list li a{
	width:600px; 
	padding:12px 8px; 
	overflow:hidden; 
	display:block; 
	text-decoration:none; float:left;
}
.temp20_box .prodlist_box .list li:hover{
	background-color:#edfbfc;
}
.temp20_box .prodlist_box .list li .command_box{
	width:104px; 
	padding:10px 15px 0; 
	float:right;
}
.temp20_box .prodlist_box .list li .command_box a{
	width:104px; 
	height:23px; 
	display:block; 
	overflow:hidden; 
	padding:0; 
	margin-bottom:6px; 
	background:url("../images/homepage_ui5.png") no-repeat; 
	text-indent:-9999px;
}
.temp20_box .prodlist_box .list li .command_box .buy{
	background-position:-375px -235px;
}
.temp20_box .prodlist_box .list li .command_box .buy:hover{
	background-position:-375px -324px;
}
.temp20_box .prodlist_box .list li .command_box .addcart{
	background-position:-375px -265px;
	display:none;//一般小目錄不給加入購車按鈕
}
.temp20_box .prodlist_box .list li .command_box .addcart:hover{
	background-position:-375px -354px;
}
.temp20_box .prodlist_box .list li .command_box .addwish{
	background-position:-375px -294px;
}
.temp20_box .prodlist_box .list li .command_box .addwish:hover{
	background-position:-375px -383px;
}
.temp20_box .prodlist_box .list li img{
	width:125px; 
	height:125px; 
	margin-right:15px; 
	float:left;
}
.temp20_box .prodlist_box .list li span{
	/* max-height:14px; */ 
	font-size:13px;
	line-height:22px; 
  height:22px;
	display:block; 
	margin-bottom:4px; 
	overflow:hidden; 
	color:#f46900;
}
.temp20_box .prodlist_box .list li h3{
	font-size:15px; 
	max-height:32px; 
	line-height:16px; 
	line-height:16px \9; 
	overflow: hidden; 
	margin-bottom:8px;
}
.temp20_box .prodlist_box .list li h4{
	font-size:12px; 
	font-weight:100; 
	line-height:18px; 
	color:#666; 
	max-height:35px; 
	overflow:hidden; 
	margin-bottom:6px; 
	*margin-bottom:0px;
}
.temp20_box .prodlist_box .list li h4 *{font-size:12px; color:#3c3c3c;}/*為了濾掉入搞的html樣式*/
.temp20_box .prodlist_box .list li p{
	display:inline-block; 
	margin-right:10px;
}
/* 橫排樣式 end*/
.temp20_box .prodlist_box li .sales_box{
	*margin-top:6px;
	height:auto;
	margin: 5px -10px 0 -12px;
}
.temp20_box .prodlist_box .array li a span, .temp20_box .prodlist_box .list li span{
	font-size:13px;
}
.temp20_box .prodlist_box .array li a i, .temp20_box .prodlist_box .list li i{
	font-size:12px; 
	text-decoration:underline; 
	color:#025597; 
	margin-left:5px; 
	*font-style:normal;
}
.temp20_box .prodlist_box .array li a span.price_txt, .temp20_box .prodlist_box .list li span.price_txt{
  color: #fd0002;
  display: inline;
  float: none;
  width: auto;
  font-size: 22px;
}
/*列表區塊 end*/
/*頁碼區塊 start*/
.temp20_box .prodlist_box .count{
	/* 統計列 */
	width:100%; 
	margin-bottom:10px; 
	margin-top:15px; 
	font-size:12px; 
	font-family:Verdana,Arial; 
	display:inline-block;
}
.temp20_box .prodlist_box .count .pager{ 
	font-size: 11px; 
	line-height: 20px; 
	float:right;
	margin-top: -3px;
}
.temp20_box .prodlist_box .count .pager a{ 
	display: block; 
	float: left; 
}
.temp20_box .prodlist_box .count .pager .nav{ 
	display: block; 
	float: left; 
}
.temp20_box .prodlist_box .count .pager .nav a{ 
	width: 20px; 
	height: 20px; 
	border: 1px solid #dddddd; 
	border-bottom: 1px solid #cccccc; 
}
.temp20_box .prodlist_box .count .pager .nav a span{ 
	display: block; 
	font-size: 0%; 
	visibility: hidden; 
	text-indent: -9999px; 
}
.temp20_box .prodlist_box .count .pager a.first{ 
	background: url('../images/arrow_leftend_off.png') center center no-repeat; 
	border-right-width: 0px; 
	-moz-border-radius: 3px 0px 0px 3px; 
	-webkit-border-radius: 3px 0px 0px 3px; 
	border-radius: 3px 0px 0px 3px; 
}
.temp20_box .prodlist_box .count .pager a.first:hover{ 
	background: url('../images/arrow_leftend_ovr.png') center center no-repeat; 
}
.temp20_box .prodlist_box .count .pager a.previous{ 
	background: url('../images/arrow_left_off.png') center center no-repeat; 
	border-left-width: 0px; 
	-moz-border-radius: 0px 3px 3px 0px; 
	-webkit-border-radius: 0px 3px 3px 0px; 
	border-radius: 0px 3px 3px 0px; 
}
.temp20_box .prodlist_box .count .pager a.previous:hover{ 
	background: url('../images/arrow_left_ovr.png') center center no-repeat; 
}
.temp20_box .prodlist_box .count .pager a.last{ 
	background: url('../images/arrow_rightend_off.png') center center no-repeat; 
	border-left-width: 0px; 
	border-radius: 0px 3px 3px 0px; 
}
.temp20_box .prodlist_box .count .pager a.last:hover{ 
	background: url('../images/arrow_rightend_ovr.png') center center no-repeat; 
}
.temp20_box .prodlist_box .count .pager a.next{ 
	background: url('../images/arrow_right_off.png') center center no-repeat; 
	border-right-width: 0px; 
	border-radius: 3px 0px 0px 3px; 
}
.temp20_box .prodlist_box .count .pager a.next:hover{ 
	background: url('../images/arrow_right_ovr.png') center center no-repeat; 
}
.temp20_box .pager .pages{ 
	display: block; 
	float: left; 
	margin: 0px 4px 0px 4px; font-weight: bold; 
}
.temp20_box .pager .pages a	{
	min-width: 20px; 
	margin: 0px 1px 0px 1px; 
	background-color: #EEEEEE; 
	text-align: center; 
	border: 1px solid #dddddd; 
	border-bottom: 1px solid #cccccc; 
	color: #333333; 
	text-decoration: none; 
	border-radius: 3px 3px 3px 3px; 
}
.temp20_box .pager .pages a	span{ 
	padding: 0px 2px 0px 2px; 
	*padding: 0px 8px 0px 8px; 
}
.temp20_box .pager .pages a:hover{ 
	background-color: #fff; 
	color: #ff6c07; 
	text-decoration: none; 
}
.temp20_box .pager .pages a.active{ 
	background: url('../images/page_active.gif'); 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
	border-width: 0px; 
	line-height: 22px; 
	min-width: 22px; 
}
/*頁碼區塊 end*/


/*● temp_21.html*/
.temp21_box {}
/* 商品列表 */
.temp21_box .prodlist_box{
	width:100%; 
	margin-bottom:30px; 
	display:inline-block;
}
/*控制UI區塊 start*/
.temp21_box .prodlist_box .head{
	height:30px; 
	border:0px #dcdcdc solid; 
	background-color:#f2f2f2;
}
.temp21_box .prodlist_box .head .sort, .temp21_box .prodlist_box .head .filter{
	margin-right:15px; 
	float:left; 
	display:inline-block;
	vertical-align: middle;
}
.temp21_box .prodlist_box .head .sort li{
	width:90px; 
	background:url("../images/homepage_ui5.png") no-repeat -170px -590px; 
	color:#434343; 
	line-height:30px; 
	text-align:center; 
	float:left; 
	font-size:13px; 
	cursor:pointer;
	position: relative;
}
.temp21_box .prodlist_box .head .sort li h6{
	*font-weight:100;
}
.temp21_box .prodlist_box .head .sort li:hover h6{
	color:#f56a01; 
	*font-weight:100;
}
.temp21_box .prodlist_box .head .sort li.over{
	background-position:-170px -550px; 
	color:#f1f1f1; 
	cursor:default;
}
.temp21_box .prodlist_box .head .sort li.over h6{
	font-weight:800;
}
.temp21_box .prodlist_box .head .sort li.over:hover h6{
	color:#f1f1f1;
}
.temp21_box .prodlist_box .head .sort li.over .icon{
	/*小三角形*/
	border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #fe742c;
    bottom: -6px;
    display: inline-block;
    left: 50%;
    margin-left: -6px;
    position: absolute;
}
.temp21_box .prodlist_box .head .sort li:first-child{
	width:45px; 
	background-position:-215px -430px; 
	font-weight:800; 
	color:#434343; 
	cursor:default;
}
.temp21_box .prodlist_box .head .filter li{
	padding:0 2px; 
	float:left; 
	display:inline-block; 
	font-size:13px; 
	color:#434343; 
	line-height:30px;
}
.temp21_box .prodlist_box .head .filter li input{
	vertical-align:text-top; 
	vertical-align:middle \9;
}
.temp21_box .prodlist_box .head .filter li:first-child{
	font-weight:800; 
	color:#434343;
}
.temp21_box .prodlist_box .head .display{
	display:none; 
	float:right; 
	margin-right:5px;
}
.temp21_box .prodlist_box .head .display span{
	font-size:12px; 
	float:left; 
	display:block; 
	width:36px; 
	height:30px; 
	line-height:30px; 
	font-weight:800; 
	color:#434343;
}
.temp21_box .prodlist_box .head .display .icon_array {
	width:13px; 
	height:13px; 
	display:block; 
	overflow:hidden; 
	float:left; 
	margin:8px 12px 0 0; 
	background:url("../images/homepage_ui5.png") no-repeat -280px -350px; 
	cursor:pointer; 
	line-height:9999px;
}
.temp21_box .prodlist_box .head .display .icon_list {
	width:13px; 
	height:13px; 
	display:block; 
	overflow:hidden; 
	float:left; 
	margin:8px 8px 0 0; 
	background:url("../images/homepage_ui5.png") no-repeat -300px -350px; 
	cursor:pointer; 
	line-height:9999px;
}
.temp21_box .prodlist_box .head .display .array_ov{
	background-position:-280px -370px;
}
.temp21_box .prodlist_box .head .display .list_ov{
	background-position:-300px -370px;
}
.temp21_box span.dollar_sign{
  font-size:12px;
}
.temp21_box span.price_txt{
  font-size:22px;
}
.imeAnimate{
  width:80px;
  height:80px;
  position:absolute;
  z-index:2;
  border:1px solid #ccc;
}

/*列表區塊 start*/
.temp21_box .prodlist_box .content{
	padding:8px 0 10px 4px; 
}
/* 直排樣式 start*/
.temp21_box .prodlist_box .content li{
	width:171px; 
	height:325px;
	/*width:190px\9; ie7,8*/
	text-align:center; 
	border-right:1px #ddd dotted;
	padding:15px 10px 9px 10px;
	display:block;
	float:left; 
	border-bottom:1px #ccc dotted;
	
}
.temp21_box .prodlist_box .content li:nth-child(4n){
	border-right:0px;
}
.temp21_box .prodlist_box .content li a{
	/*單一筆資料*/
	color:#3c3c3c;
}
.temp21_box .prodlist_box .content li a img{
	width:160px; 
	height:160px; 
	margin-bottom:8px;
}
.temp21_box .prodlist_box .content li a span{
	height:14px; 
	font-size:13px; 
	line-height:16px \9; 
	display:block; 
	margin-bottom:6px; 
	overflow:hidden; 
	color:#f46900;
}
.temp21_box .prodlist_box .content li a h3{
	font-size:15px; 
	height:42px; 
	line-height:22px; 
	overflow: hidden; 
	margin-bottom:10px;
}
.temp21_box .prodlist_box .content li .specifi{
	font-size: 12px;
  margin-top: 10px;
  text-align: left;
}
.temp21_box .prodlist_box .content li .specifi select{
	color:#888;
	width:131px;
	width:127px \9;
	height:20px;
}
.temp21_box .prodlist_box .content li .quantity {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    position: relative;
    text-align: left;
    position: relative;
	height:20px;
}
.temp21_box .prodlist_box .content li .quantity select{
	width:45px;
}
.temp21_box .prodlist_box .content li .quantity em{
	position: absolute;
	right:0px;
}
.temp21_box .prodlist_box .content li .addSelectBox_btn{
	border:0px;
	background-color: #fe742c;
	color: #fff;
	float: right;
	border-radius: 3px;
	cursor: pointer;
	padding: 2px 3px;
	width: 73px;
}
/*列表區塊 end*/
.temp21_box .prodlist_box .count{
	/* 統計列 */
	width:100%; 
	margin-bottom:10px; 
	margin-top:15px; 
	font-size:12px; 
	font-family:Verdana,Arial; 
	display:inline-block;
}
.temp21_box .prodlist_box .count .pager{ 
	font-size: 11px; 
	line-height: 20px; 
	float:right;
	margin-top: -3px;
}
.temp21_box .prodlist_box .count .pager a{ 
	display: block; 
	float: left; 
}
.temp21_box .prodlist_box .count .pager .nav{ 
	display: block; 
	float: left; 
}
.temp21_box .prodlist_box .count .pager .nav a{ 
	width: 20px; 
	height: 20px; 
	border: 1px solid #dddddd; 
	border-bottom: 1px solid #cccccc; 
}
.temp21_box .prodlist_box .count .pager .nav a span{ 
	display: block; 
	font-size: 0%; 
	visibility: hidden; 
	text-indent: -9999px; 
}
.temp21_box .prodlist_box .count .pager a.first{ 
	background: url('../images/arrow_leftend_off.png') center center no-repeat; 
	border-right-width: 0px; 
	-moz-border-radius: 3px 0px 0px 3px; 
	-webkit-border-radius: 3px 0px 0px 3px; 
	border-radius: 3px 0px 0px 3px; 
}
.temp21_box .prodlist_box .count .pager a.first:hover{ 
	background: url('../images/arrow_leftend_ovr.png') center center no-repeat; 
}
.temp21_box .prodlist_box .count .pager a.previous{ 
	background: url('../images/arrow_left_off.png') center center no-repeat; 
	border-left-width: 0px; 
	-moz-border-radius: 0px 3px 3px 0px; 
	-webkit-border-radius: 0px 3px 3px 0px; 
	border-radius: 0px 3px 3px 0px; 
}
.temp21_box .prodlist_box .count .pager a.previous:hover{ 
	background: url('../images/arrow_left_ovr.png') center center no-repeat; 
}
.temp21_box .prodlist_box .count .pager a.last{ 
	background: url('../images/arrow_rightend_off.png') center center no-repeat; 
	border-left-width: 0px; 
	border-radius: 0px 3px 3px 0px; 
}
.temp21_box .prodlist_box .count .pager a.last:hover{ 
	background: url('../images/arrow_rightend_ovr.png') center center no-repeat; 
}
.temp21_box .prodlist_box .count .pager a.next{ 
	background: url('../images/arrow_right_off.png') center center no-repeat; 
	border-right-width: 0px; 
	border-radius: 3px 0px 0px 3px; 
}
.temp21_box .prodlist_box .count .pager a.next:hover{ 
	background: url('../images/arrow_right_ovr.png') center center no-repeat; 
}
.temp21_box .soldout-txt{
  display: block;
  font-size: 15px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.temp21_box .soldout{
  background-color: #f9f9f9;
}
.temp21_box li.checked{
  background-color: #ffe7df;
}
/*頁碼區塊 start*/
.temp21_box .pager .pages{ 
	display: block; 
	float: left; 
	margin: 0px 4px 0px 4px; font-weight: bold; 
}
.temp21_box .pager .pages a	{
	min-width: 20px; 
	margin: 0px 1px 0px 1px; 
	background-color: #EEEEEE; 
	text-align: center; 
	border: 1px solid #dddddd; 
	border-bottom: 1px solid #cccccc; 
	color: #333333; 
	text-decoration: none; 
	border-radius: 3px 3px 3px 3px; 
}
.temp21_box .pager .pages a	span{ 
	padding: 0px 2px 0px 2px; 
	*padding: 0px 8px 0px 8px; 
}
.temp21_box .pager .pages a:hover{ 
	background-color: #fff; 
	color: #ff6c07; 
	text-decoration: none; 
}
.temp21_box .pager .pages a.active{ 
	background: url('../images/page_active.gif'); 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
	border-width: 0px; 
	line-height: 22px; 
	min-width: 22px; 
}
/*頁碼區塊 end*/


/*● temp_22.html*/
.main_top{
    /*注意這區塊因為要fixed所以將父層的main_top設定寫在這*/
    z-index: 3;
}
.temp22_box {
    position: relative;
    z-index: 2;
}
/*出貨天數提示區*/
.temp22_box .pre_sale {
    background: url("../images/cart_line.gif") repeat-x scroll center 15px rgba(0, 0, 0, 0);
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
	position: relative;
}
.temp22_box .pre_sale h3 {
    background-image: url("../images/cart_img.gif");
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#fff;
    color: #666;
    display: inline;
    font-family: 'Microsoft JhengHei';
    font-size: 18px;
    padding: 5px 30px 5px 10px;
	
}
.temp22_box .openData_Btn{
	border: 1px solid #666;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: auto;
    line-height: 13px;
    margin: 0 5px;
    padding: 4px;
    vertical-align: text-bottom;
    width: 60px;
	background-image:none;
}
.temp22_box .morePreorderKind{
	background-color: #fff;
	display: inline-block;
	padding:0 2px;
}
.temp22_box .morePreorderKind span{
	background-color: #fff;
    padding: 0px 10px;
	display:none;
}
.temp22_box .morePreorderKind.open{
	display: block;
    margin: 0 auto;
	font-size: 14px;
}
.temp22_box .morePreorderKind.open span{
	display:inline-block;
}

/*已選購商品區塊*/
.temp22_box .choose_area {
	border: 1px solid #fab260;
	margin-bottom: 20px;
  box-shadow:0 2px 1px 0 #ddd;
}
.temp22_box .choose_area .head {
	background: url("../images/cart_head.gif") 0 0 #535353;
    min-height: 31px;
    line-height: 32px;
}
.temp22_box .choose_area .head h2 {
    color: #fff;
    font-family: 'Microsoft JhengHei';
    font-size: 21px;
    font-weight: 800;
    text-align: center;
}
.temp22_box .choose_area .head h2 .rule {
    color: #fcff0c;
}
.temp22_box .choose_area .content {
	background: url("../images/cart_wall.png") repeat scroll 0 0;
    padding: 10px;
    position: relative;
    /* height: 157px; */
}
.temp22_box .choose_area .content .tip {
    color: #333;
    font-size: 15px;
}
.temp22_box .choose_area .content .tip span {
    color: #f00;
    font-weight: 800;
}
/*以勾選統計-左*/
.temp22_box .choose_area .content .left{
	float: left;
	overflow: hidden;
    width: 700px;
    height: 120px;
    position: relative;
    margin-top:15px;
}
.temp22_box .choose_area .content .left .left_btn, .temp22_box .choose_area .content .left .right_btn{
	background: url("../images/homepage_ui6.png") no-repeat;
	cursor: pointer;
	position: absolute;
	text-indent: -9999px;
	height: 120px;
    width: 44px;
    top:0px;
}
.temp22_box .choose_area .content .left .left_btn{
	background-position: -135px 46px;
    left:0px;
}
.temp22_box .choose_area .content .left .left_btn:hover{
	background-position: -135px -84px;
}
.temp22_box .choose_area .content .left .right_btn{
	background-position: -187px 46px;
    right:0px;
}
.temp22_box .choose_area .content .left .right_btn:hover{
	background-position: -187px -84px;
    right:0px;
}
.temp22_box .choose_area .content .left .choosed_box{
	margin: 0 44px 0 44px;
	width:610px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.temp22_box .choose_area .content .left .choosed_box ul{
	position: absolute;
    width: 6000px;/*治標寫法*/
    height: 120px;
    top: 0px;
    left:0px;
    z-index: 1;
}
.temp22_box .choose_area .content .left .choosed_box ul li{
	float: left;
	height: 120px;
    width: 90px;
    overflow: hidden;
	margin: 0 6px;
    text-align: center;
    position: relative;
}
.temp22_box .choose_area .content .left .choosed_box ul li a{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    #margin-bottom: 5px;
	cursor:default;
}
.temp22_box .choose_area .content .left .choosed_box ul li a img{
	width: 80px;
	height: 80px;
}
.temp22_box .choose_area .content .left .choosed_box ul li:hover .del{
    display: block;
    bottom: 0px;
}
.temp22_box .choose_area .content .left .choosed_box ul li .del{
	-moz-user-select: none;
    background-color: #ff742d;
    border-radius: 3px 3px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    margin-top: 6px;
    position: absolute;
    width: 100%;
    bottom: -34px;
    left: 0px;
    z-index: 1;
    transition: 0.2s;
}
.temp22_box .choose_area .content .left .choosed_box ul li .specifi {
    color: #434343;
    font-size: 12px;
    height: 15px;
    margin: 6px 0;
    overflow: hidden;
    font-weight: 100;
    line-height: 19px;
}
.temp22_box .choose_area .content .left .choosed_box ul li .dollar{
	color: #666;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.temp22_box .choose_area .content .left .choosed_box ul li .dollar span {
    color: #ff742d;
    font-size: 15px;
    font-weight: 800;
    margin-right: 3px;
}
.temp22_box .choose_area .content .left .choosed_box ul li.default {
    background-color: #eee;
    border: 1px dashed #ccc;
    color: #666;
    font-size: 13px;
    height: 108px;
    line-height: 18px;
    overflow: hidden;
    padding-top: 10px;
    width: 78px;
}
/*以勾選統計-右*/
.temp22_box .choose_area .content .right{
	border-left: 1px dotted #ccc;
	padding-left: 15px;
	float: right;
	overflow: hidden;
	width: 225px;
	font-size: 13px;
	/* min-height:140px; */
}
.temp22_box .choose_area .content .right li{
	margin-bottom: 10px;
}
.temp22_box .choose_area .content .right li:last-child{
	margin-bottom: 0px;
  vertical-align: text-top;
}
.temp22_box .choose_area .content .right li span {
    font-family:"Microsoft YaHei","微軟正黑體","Microsoft JhengHei","新細明體",STHeiti,Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    margin-left: 3px;
}
.temp22_box .choose_area .content .right li .complete {
    color: #4eb819;
    font-family:"Microsoft YaHei","微軟正黑體","Microsoft JhengHei","新細明體",STHeiti,Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    margin-left: 3px;
}
.temp22_box .choose_area .content .right .price_txt {
  color: #f26522;
  font-size: 22px;
  margin: 0px;
  font-family: Verdana,Arial,Helvetica,sans-serif,"新細明體";
  font-weight:800;
}
.temp22_box .choose_area .content .right .pricing{
	font-size: 12px;
  margin: 0 3px;
  text-decoration: line-through;
  font-family: Verdana,​Arial,​Helvetica,​sans-serif,​"新細明體";
  font-weight:100;
}
.temp22_box .choose_area .content .right li span.dollar_sign{
  color:#f26522;
  font-family: Verdana,Arial,Helvetica,sans-serif,"新細明體";
  font-size: 12px;
}
.temp22_box .choose_area .content .right button.buy {
	box-shadow: 0px 0px 0px;
	margin-right: 0px;
}
.temp22_box .choose_area .content .right button.canNotbuy{
  background-color: #8c8c8c;
  border: #8c8c8c;
}
.choose_area .content .right button.buy span {
	color: #fff;
	font-size: 15px;
}
.temp22_box #waitingIcon{
	width: 30px;
	height: 30px;
	background-image: url("../images/waiting.gif");
	background-position:-8px -8px;
	display: inline-block;
	vertical-align: middle;
	border-radius:16px;
}

/*改為浮動狀態*/
.temp22_box .changeFixed{
    position: fixed;
    width:968px;
    top:0px;
    z-index: 1;
    display: block;
    /* height:119px; */
}
.temp22_box .changeFixed .content{
    min-height: 35px;
}
.temp22_box .changeFixed .content .tip{
    margin-top: 6px;
    float: left;
}
.temp22_box .changeFixed .content .left{
    display: none;
}
.temp22_box .changeFixed .content .right{
    border:0px;
    width:auto;
    min-height:auto;
}
.temp22_box .changeFixed .content .right li{
    float: left;
}
.temp22_box .changeFixed .content .right .complete_box{
    margin-top: 6px;
    margin-bottom: 0px;
}
.temp22_box .changeFixed .content .right .complete_box span{
    font-size: 15px;
}
.temp22_box .changeFixed .content .right .pricing_box{
    display: none;
}
.temp22_box .changeFixed .content .right .dollars_box{
    display: none;
}
.temp22_box .changeFixed .content .right .buy{
    height:28px;
    margin-bottom: 0px;
}
/*浮動狀態滑鼠移入效果*/
.temp22_box .changeFixed:hover{
 /*  height:241px; */
}
.temp22_box .changeFixed:hover .content{
    height: 157px;
}
.temp22_box .changeFixed:hover .content .tip{
    margin-top: 0px;
    float: none;
}
.temp22_box .changeFixed:hover .content .left{
    display: block;
}
.temp22_box .changeFixed:hover .content .right{
    border-left: 1px dotted #ccc;
    width:225px;
    min-height:140px;
}
.temp22_box .changeFixed:hover .content .right li{
    float: none;
}
.temp22_box .changeFixed:hover .content .right .complete_box{
    margin-top: 0px;
    margin-bottom: 10px;
    vertical-align: bottom;
}
.temp22_box .changeFixed:hover .content .right .complete_box span{
    font-size: 20px;
}
.temp22_box .changeFixed:hover .content .right .pricing_box{
    display: block;
}
.temp22_box .changeFixed:hover .content .right .dollars_box{
    display: block;
}
.temp22_box .changeFixed:hover .content .right .buy{
    height:46px;
    margin-bottom: 10px;
}


/*● temp_23.html*/
.temp23_box{}


/*● temp_24.html*/
.temp24_box{}


/*● temp_25.html*/
.temp25_box{}


/*● temp_26.html*/
.temp26_box{}


/*● temp_27.html*/
.temp27_box{}


/*● temp_28.html*/
.temp28_box{}
.temp28_box .detail_box{
   overflow: hidden;
}

/*● temp_29.html*/
.temp29_box{}


/*● temp_30.html*/
.temp30_box{}


/*● temp_31.html*/
.temp31_box{}


/*● temp_32.html*/
.temp32_box{
    float: right;
    margin: 60px 0 0 0;
}
/*海外商品*/
.temp32_box .import_commodity{
    background-color: #ececec;
    padding: 4px;
    float: right;
	display:none;
}
/*關係企業*/
.temp32_box .header_affiliates{
	padding: 0px 3px 4px 3px;
    float: right;
	margin-right: 8px;
}
.temp32_box .bannerbox, .temp32_box .bannerbox{
    background-color: #fff;
    display: block;
}
.temp32_box .header_affiliates .bannerbox li{
    padding: 0 0 3px 0px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
	background-color:#ccc;
	margin-right:4px;
	border:1px solid #ccc;
	border-radius: 3px;
}
.temp32_box .header_affiliates .bannerbox li:first-child{
    background-image:none;
}
.temp32_box .import_commodity .bannerbox li{
	border:1px solid #ccc;
    float: left;
}
.temp32_box .import_commodity .bannerbox li a, .temp32_box .header_affiliates .bannerbox li a{
    height: 31px;
    width: 100px;
    float: left;
    background-repeat:no-repeat;
    background-color:#fff;
}
.temp32_box .header_affiliates .bannerbox li a{
	width: 105px;
	height: 36px;
	background-position:center center;
}
.temp32_box .bannerbox li .FEDS{/*遠百*/
  background-image:url(../images/header_brand6.png);
}
.temp32_box .bannerbox li .SOGO{/*sogo*/
  background-image:url(../images/header_brand5.png);
}
.temp32_box .bannerbox li .CITYSUPER{/*city'super*/
  background-image:url(../images/header_brand4.png);
}
.temp32_box .bannerbox li .AMART{/*愛買*/
  background-image:url(../images/header_brand3.png);
}
.temp32_box .import_commodity li .OUTLET{/*海外商品*/
  background-image:url(../images/header_brand1.png);
}


/*● temp_33.html*/
.temp33_box {
	margin-bottom: 30px;
}
.temp33_box a{
	position: 0px;
	margin: 0px;
	float: left;
	width: 240px;
	height: 68px;
	overflow:hidden;
	text-align: center;
	float:left;
}
.temp33_box img{
	width: 230px;
	height: 68px;
}


/*● temp_35.html*/
.temp35_box {
	clear: both;
	margin-bottom: 35px;
	overflow: hidden;
	padding: 4px 0 5px 0;
	height: 395px;
}
.temp35_box .head{}
.temp35_box .head h2{
  border-bottom: 2px solid #565656;
  padding: 5px;
  margin-bottom: 16px;
}
.temp35_box .head h2 .righttab{
  float: right;
}
.temp35_box .head h2 .righttab a{
  border-left: 1px solid #ccc;
  display: inline-block;
  padding: 0 5px 0 10px;
  font-size: 13px;
}
.temp35_box .head h2 .righttab a:first-child {
    border: 0 none;
}
.temp35_box .m_tabs{}
.temp35_box .m_tabs .m_tabs_area>h3{
	width:130px;
	height:48px;
	text-indent: -9999px;
	border-right:1px solid #d5d5d5;
}
.temp35_box .m_tabs .m_tabs_area li .in{
	background-color: #f9b400;
	border-color: #f9b400; 
	font-weight: normal;
}
.temp35_box .m_tabs .m_tabs_area li .in .tabsinicon{
	border-left-color: #f9b400;
}
.temp35_box .m_tabs .m_tabs_area li .forthis{
	width:105px;
	height: 22px;
	overflow: hidden;
	display: inline-block;
  padding: 7px 7px 14px 12px;
  margin-bottom:10px;
}
.temp35_box .m_tabs .m_tabs_area li h3{
	font-family: arial;
	border-left-color:#f0f0f0;
	width:100%;
  height:58px;
	text-align: left;
  line-height: 20px;
}
.temp35_box .m_tabs .m_tabs_area li:last-child  h3{
  border-bottom:1px solid #d5d5d5;
}
/*左頁籤專用設定*/
.temp35_box .m_tabs_left .m_tabs_area{
	width:130px;
}
/*內容css*/
.temp35_box .m_tabs .m_tabs_content_area{
	padding: 0px 0px 0px 140px;
  border:0px;
}
.temp35_box .m_tabs .m_tabs_content .one_pid{
  border: 1px solid #e3e3e3;
  width: 348px;
  height: 348px;
  overflow: hidden;
  position: relative;
  float: left;
}
.temp35_box .m_tabs .m_tabs_content .one_pid .txtArea{
  position: absolute;
  width:220px;
  height:95px;
  margin-left: -110px;
  left:50%;
  top:220px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
}
.temp35_box .m_tabs .m_tabs_content .one_pid .txtArea .word1, .temp35_box .m_tabs .m_tabs_content .one_pid .txtArea .word2{
  text-align: center;
  padding:10px;
  color:#565656;
  width:200px;
  height:15px;
  overflow:hidden;
  line-height:28px;
  font-weight: bold;
}
.temp35_box .m_tabs .m_tabs_content .one_pid .txtArea .word1{
  font-size:15px;
  font-weight: normal;
}
.temp35_box .m_tabs .m_tabs_content .one_pid .txtArea .word2{
  color: #000;
  font-size: 17px;
}
.temp35_box .m_tabs .m_tabs_content .one_pid img{
  border: 1px solid #fff;
  width: 346px;
  height: 346px;
}
.temp35_box .m_tabs .m_tabs_content .list_pid{
  float: right;
  width:465px;
}
.temp35_box .m_tabs .m_tabs_content .list_pid li{
  padding: 10px 2px;
  border-bottom:1px dotted #ccc;
  width:150px;
  height:154px;
  text-align: center;
  float: left;
}
.temp35_box .m_tabs .m_tabs_content .list_pid li img{
  width: 127px;
  height: 127px;
  margin: 0 5px;
}
.temp35_box .m_tabs .m_tabs_content .list_pid li .dollar_sign{
	font-size: 12px;
}
.temp35_box .m_tabs .m_tabs_content .list_pid li .price_txt{
	font-size: 25px;
}


/*● temp_36.html*/
.temp36_box {
	clear: both;
	margin-bottom: 25px;
	padding: 4px 0 5px 0;
}
.temp36_box.head{}
.temp36_box .head h2{
  border-bottom: 2px solid #565656;
  padding: 5px;
  margin-bottom: 16px;
}
.temp36_box .head h2 .righttab{
  float: right;
}
.temp36_box .head h2 .righttab a{
  border-left: 1px solid #ccc;
  display: inline-block;
  padding: 0 5px 0 10px;
  font-size: 13px;
}
.temp36_box .head h2 .righttab a:first-child {
    border: 0 none;
}
.temp36_box .move_area{
  height:431px;
  width:960px;
  overflow: hidden;
}
.temp36_box .move_area .oneGroup{
  height:431px;
  width:960px;
  overflow: hidden;
  float:left;
}
.temp36_box .move_area .onebrand{
  width:234px;
  height:431px;
  margin: 0 3px;
  float:left;
}
.temp36_box .move_area .onebrand a{
  color:#464646;
}
.temp36_box .move_area .onebrand img{
  width: 234px;
  height: 310px;
}
.temp36_box .move_area .onebrand .breandName{
  text-align:center;
  padding:8px 5px;
  margin:13px 12px 16px 12px;
  border: 1px solid #fff;
  font-size:16px;
  width:198px;
  height:16px;
  overflow:hidden;
  text-overflow : "";
  white-space:nowrap;
}
.temp36_box .move_area .onebrand .word1, .temp36_box .move_area .onebrand .word2{
  padding:3px 5px;
  margin:1px 12px;
  font-size:14px;
  width:200px;
  height:14px;
  overflow:hidden;
  white-space:nowrap;
  line-height:18px\9;
  text-align: center;
  font-family: "Microsoft JhengHei";
}
.temp36_box .move_area .onebrand .word2{
  font-size:12px;
  color: #a5a5a5;
}
.temp36_box .move_area .onebrand:hover, .temp36_box .move_area .onebrand:hover a{
  background-color:#f9b401;
  color:#fff;
}
.temp36_box .move_area .onebrand:hover .breandName{
  border: 1px solid #f9c32f;
}
.temp36_box .move_area .onebrand:hover .word1, .temp36_box .move_area .onebrand:hover .word2{
  color:#fff;
}

/*● temp_37.html*/
.temp37_box {
	clear: both;
	margin-bottom: 27px;
}
.temp37_box .m_tabs .m_tabs_area li h3 {
  color:#fff;
  background-color:#c5c5c5;
  border-color:#fff;
  min-width:100px;
  width:auto;
  padding-left:7px;
  padding-right:7px;
}
.temp37_box .m_tabs .m_tabs_area li:first-child h3{
  border-left:0px;
}
.temp37_box .m_tabs .m_tabs_area li .in{
	background-color: #e70012;
}
.temp37_box .m_tabs .m_tabs_area li .in .tabsinicon{
	border-top: 0px;/*取消小三角形*/
}
.temp37_box .m_tabs .m_tabs_content_area{
	border-top-color: #e70012;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
	padding: 16px 0;
  height: 306px;
}
.temp37_box .move_area{
  height:306px;
  width:960px;
  overflow: hidden;
}
.temp37_box .move_area .oneGroup{
  height:306px;
  width:960px;
  overflow: hidden;
  float:left;
}
.temp37_box .move_area .oneGroup .one_pid_area{
  float:left;
  width:306px;
  height:306px;
  position:relative;
  overflow: hidden;
  margin:0px 6px;
}
.temp37_box .move_area .oneGroup .one_pid_area img{
  width:306px;
  height:306px;
}
.temp37_box .move_area .oneGroup .one_pid_area .txtArea{
  background-color: rgba(255, 255, 255, 0.7);
  height: 95px;
  left: 50%;
  margin-left: -110px;
  padding: 5px;
  position: absolute;
  top:190px;
  width: 215px;
  text-align:center;
}
.temp37_box .move_area .oneGroup .one_pid_area .txtArea .product_name{
  font-size:16px;
  line-height:24px;
  width:200px;
  height:40px;
  border-bottom:1px solid #3c3e3d;
  padding:3px 0 12px 0;
  overflow:hidden;
  margin:0 auto 9px auto;
}
.temp37_box .move_area .oneGroup .one_pid_area .txtArea .price_txt{
  font-size:26px;
}
.temp37_box .move_area .oneGroup .list_pid_area{
  display:inline-block;
}
.temp37_box .move_area .oneGroup .list_pid_area li{
  width:175px;
  height:276px;
  padding:15px 19px;
  text-align:center;
  float:left;
}
.temp37_box .move_area .oneGroup .list_pid_area li  img{
  width:175px;
  height:175px;
}
.temp37_box .move_area .oneGroup .list_pid_area li .product_name{
  width:175px;
  height:43px;
  overflow:hidden;
  line-height:22px;
  font-size:13px;
  margin: 15px 0 10px 0;
}
.temp37_box .move_area .oneGroup .list_pid_area li .price_txt{
  font-size: 22px;
}



/*● temp_38.html*/
.temp38_box {
	clear: both;
	margin-bottom: 27px;
}
.temp38_box .m_tabs .m_tabs_area li h3 {
  color:#fff;
  background-color:#c5c5c5;
  border-color:#fff;
  min-width:100px;
  width:auto;
  padding-left:7px;
  padding-right:7px;
}
.temp38_box .m_tabs .m_tabs_area li:first-child h3{
  border-left:0px;
}
.temp38_box .m_tabs .m_tabs_area li .in{
	background-color: #9dc912;
}
.temp38_box .m_tabs .m_tabs_area li .in .tabsinicon{
	border-top: 0px;/*取消小三角形*/
}
.temp38_box .m_tabs .m_tabs_content_area{
	border-top-color: #9dc912;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
	padding: 16px 0;
  height: 306px;
}
.temp38_box .move_area{
  height:306px;
  width:960px;
  overflow: hidden;
}
.temp38_box .move_area .oneGroup{
  height:306px;
  width:960px;
  overflow: hidden;
  float:left;
}
.temp38_box .move_area .oneGroup .one_pid_area{
  float:left;
  width:306px;
  height:306px;
  position:relative;
  overflow: hidden;
  margin:0px 6px;
}
.temp38_box .move_area .oneGroup .one_pid_area img{
  width:306px;
  height:306px;
}
.temp38_box .move_area .oneGroup .one_pid_area .txtArea{
  background-color: rgba(255, 255, 255, 0.7);
  height: 95px;
  left: 50%;
  margin-left: -110px;
  padding: 5px;
  position: absolute;
  top:190px;
  width: 215px;
  text-align:center;
}
.temp38_box .move_area .oneGroup .one_pid_area .txtArea .product_name{
  font-size:16px;
  line-height:24px;
  width:200px;
  height:40px;
  border-bottom:1px solid #3c3e3d;
  padding:3px 0 12px 0;
  overflow:hidden;
  margin:0 auto 9px auto;
}
.temp38_box .move_area .oneGroup .one_pid_area .txtArea .price_txt{
  font-size:26px;
}
.temp38_box .move_area .oneGroup .list_pid_area{
  display:inline-block;
}
.temp38_box .move_area .oneGroup .list_pid_area li{
  width:175px;
  height:276px;
  padding:15px 19px;
  text-align:center;
  float:left;
}
.temp38_box .move_area .oneGroup .list_pid_area li  img{
  width:175px;
  height:175px;
}
.temp38_box .move_area .oneGroup .list_pid_area li .product_name{
  width:175px;
  height:43px;
  overflow:hidden;
  line-height:22px;
  font-size:13px;
  margin: 15px 0 10px 0;
}
.temp38_box .move_area .oneGroup .list_pid_area li .price_txt{
  font-size: 22px;
}


/*● temp_39.html*/
.temp39_box {
	clear: both;
	margin-bottom: 27px;
}
.temp39_box .m_tabs .m_tabs_area li h3 {
  color:#fff;
  background-color:#c5c5c5;
  border-color:#fff;
  min-width:100px;
  width:auto;
  padding-left:7px;
  padding-right:7px;
}
.temp39_box .m_tabs .m_tabs_area li:first-child h3{
  border-left:0px;
}
.temp39_box .m_tabs .m_tabs_area li .in{
	background-color: #019de8;
}
.temp39_box .m_tabs .m_tabs_area li .in .tabsinicon{
	border-top: 0px;/*取消小三角形*/
}
.temp39_box .m_tabs .m_tabs_content_area{
	border-top-color: #019de8;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
	padding: 16px 0;
  height: 306px;
}
.temp39_box .move_area{
  height:306px;
  width:960px;
  overflow: hidden;
}
.temp39_box .move_area .oneGroup{
  height:306px;
  width:960px;
  overflow: hidden;
  float:left;
}
.temp39_box .move_area .oneGroup .one_pid_area{
  float:left;
  width:306px;
  height:306px;
  position:relative;
  overflow: hidden;
  margin:0px 6px;
}
.temp39_box .move_area .oneGroup .one_pid_area img{
  width:306px;
  height:306px;
}
.temp39_box .move_area .oneGroup .one_pid_area .txtArea{
  background-color: rgba(255, 255, 255, 0.7);
  height: 95px;
  left: 50%;
  margin-left: -110px;
  padding: 5px;
  position: absolute;
  top:190px;
  width: 215px;
  text-align:center;
}
.temp39_box .move_area .oneGroup .one_pid_area .txtArea .product_name{
  font-size:16px;
  line-height:24px;
  width:200px;
  height:40px;
  border-bottom:1px solid #3c3e3d;
  padding:3px 0 12px 0;
  overflow:hidden;
  margin:0 auto 9px auto;
}
.temp39_box .move_area .oneGroup .one_pid_area .txtArea .price_txt{
  font-size:26px;
}
.temp39_box .move_area .oneGroup .list_pid_area{
  display:inline-block;
}
.temp39_box .move_area .oneGroup .list_pid_area li{
  width:175px;
  height:276px;
  padding:15px 19px;
  text-align:center;
  float:left;
}
.temp39_box .move_area .oneGroup .list_pid_area li  img{
  width:175px;
  height:175px;
}
.temp39_box .move_area .oneGroup .list_pid_area li .product_name{
  width:175px;
  height:43px;
  overflow:hidden;
  line-height:22px;
  font-size:13px;
  margin: 15px 0 10px 0;
}
.temp39_box .move_area .oneGroup .list_pid_area li .price_txt{
  font-size: 22px;
}


/*● temp_40.html*/
.temp40_box {
	clear: both;
	margin-bottom: 27px;
}
.temp40_box .m_tabs .m_tabs_area li h3 {
  color:#fff;
  background-color:#c5c5c5;
  border-color:#fff;
  min-width:100px;
  width:auto;
  padding-left:7px;
  padding-right:7px;
}
.temp40_box .m_tabs .m_tabs_area li:first-child h3{
  border-left:0px;
}
.temp40_box .m_tabs .m_tabs_area li .in{
	background-color: #f79800;
}
.temp40_box .m_tabs .m_tabs_area li .in .tabsinicon{
	border-top: 0px;/*取消小三角形*/
}
.temp40_box .m_tabs .m_tabs_content_area{
	border-top-color: #f79800;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
	padding: 16px 0;
  height: 306px;
}
.temp40_box .move_area{
  height:306px;
  width:960px;
  overflow: hidden;
}
.temp40_box .move_area .oneGroup{
  height:306px;
  width:960px;
  overflow: hidden;
  float:left;
}
.temp40_box .move_area .oneGroup .one_pid_area{
  float:left;
  width:306px;
  height:306px;
  position:relative;
  overflow: hidden;
  margin:0px 6px;
}
.temp40_box .move_area .oneGroup .one_pid_area img{
  width:306px;
  height:306px;
}
.temp40_box .move_area .oneGroup .one_pid_area .txtArea{
  background-color: rgba(255, 255, 255, 0.7);
  height: 95px;
  left: 50%;
  margin-left: -110px;
  padding: 5px;
  position: absolute;
  top:190px;
  width: 215px;
  text-align:center;
}
.temp40_box .move_area .oneGroup .one_pid_area .txtArea .product_name{
  font-size:16px;
  line-height:24px;
  width:200px;
  height:36px;
  border-bottom:1px solid #3c3e3d;
  padding:3px 0 12px 0;
  overflow:hidden;
  margin:0 auto 9px auto;
}
.temp40_box .move_area .oneGroup .one_pid_area .txtArea .price_txt{
  font-size:26px;
}
.temp40_box .move_area .oneGroup .list_pid_area{
  display:inline-block;
}
.temp40_box .move_area .oneGroup .list_pid_area li{
  width:175px;
  height:276px;
  padding:15px 19px;
  text-align:center;
  float:left;
}
.temp40_box .move_area .oneGroup .list_pid_area li  img{
  width:175px;
  height:175px;
}
.temp40_box .move_area .oneGroup .list_pid_area li .product_name{
  width:175px;
  height:43px;
  overflow:hidden;
  line-height:22px;
  font-size:13px;
  margin: 15px 0 10px 0;
}
.temp40_box .move_area .oneGroup .list_pid_area li .price_txt{
  font-size: 22px;
}


/*● temp_41.html*/
.temp41_box {
  margin-bottom:0px;
  border-bottom:0px;
}
.temp41_box .content {
    display: inline-block;
    font-size: 0.813em;
    padding: 0px;
}
.temp41_box .move_area{
  height:340px;
  width:220px;
  overflow: hidden;
}
.temp41_box .move_area .ringIcon_area{
  position: absolute;
  bottom:5px;
  left:0px;
  right:0px;
  text-align:center;
  z-index:1;
}
.temp41_box .move_area .ringIcon_area span{
  width:7px;
  height:7px;
  border:2px solid #fff;
  border-radius:7px;
  display:inline-block;
  cursor:initial;
}
.temp41_box .move_area .ringIcon_area .in{
  background-color: #fc8b01;
}
.temp41_box .move_area .left_btn, .temp41_box .move_area .right_btn{
  width:26px;
  height:47px;
  background-position: -6px -6px;
}
.temp41_box .move_area .right_btn{
  background-position: -4px -66px;
}
.temp41_box .move_area a{
  color:#464646;
}
.temp41_box .move_area .oneGroup{
  height:340px;
  width:220px;
  overflow: hidden;
  float: left;
  position: relative;
}
.temp41_box .move_area .oneGroup img{
  height:340px;
  width:220px;
}
.temp41_box .move_area .oneGroup .txtArea{
  background-color: rgba(255, 255, 255, 0.7);
  height: 66px;
  width: 170px;
  left: 50%;
  margin-left: -95px;
  padding: 10px 10px;
  position: absolute;
  bottom: 25px;
}
.temp41_box .move_area .oneGroup .txtArea .word1{
  font-size: 22px;
  text-align: center;
  border-top: 1px solid #464646;
  padding-top:10px;
  width: 170px;
  height:25px;
  overflow:hidden;
  text-overflow : ""; 
  white-space: nowrap;
}
.temp41_box .move_area .oneGroup .txtArea .word2{
  padding-top:0px;
  width: 170px;
  height:24px;
  overflow:hidden;
  text-overflow : ""; 
  white-space: nowrap;
  color:#666666;
}


/*● temp_43.html*/
.temp43_box {
	margin-left: 2px;
  margin-bottom: 30px;
  border:1px solid #dcdcdc;
  border-top:0px;
}
.temp43_box .textLink{
  padding: 12px 0px 26px 7px;
  width:208px;
  height:26px;
  overflow:hidden;
}
.temp43_box .textLink a{
  font-size:12px;
  color:#424242;
  padding-right:3px;
  margin-right:4px;
  margin-bottom:6px;
  margin-top:0px;
  display:inline-block;
  border-right:1px solid #c0c0c0;
  max-width:195px;
  height:18px;
  line-height:18px;
  overflow:hidden;
  text-overflow : ""; 
  white-space: nowrap;
}




/*● temp_indexOnsale.html 站首頁天天兌最大*/
.tempindexOnsale_box {}
.tempindexOnsale_box .head h2 span{
	font-size: 11px;
    font-weight: 100;
    position: absolute;
    right: 6px;
}
.tempindexOnsale_box .head h2 span a{
	color: #025597;
    text-decoration: none;
}
.tempindexOnsale_box .content{ padding:6px 0px 6px 0px;}
/*4品*/
.tempindexOnsale_box .now_time{
    float: left;
    width: 202px;
    height: 288px;
    padding: 0 0 0 5px;
}
.tempindexOnsale_box .now_time .h3title{
	background: url("../images/tempindexOnsale_box_20bg.png") no-repeat 0 0;
	height: 31px;
}
.tempindexOnsale_box .now_time .h3title span{
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding: 8px 0 0 21px;
	font-family: Arial;
}
.tempindexOnsale_box .now_time a{
	margin: 6px auto 6px auto;
	width: 160px;
	height: 160px;
	display: block;
}
.tempindexOnsale_box .now_time img{
	width: 100%;
	height: 100%;
}
.tempindexOnsale_box .now_time h3{
	font-size: 13px;
	line-height:18px;
	margin: 6px auto 6px auto;
	width: 160px;
	height: 36px;
	overflow:hidden;
}
.tempindexOnsale_box .now_time .price{
	margin: 0px auto;
	font-size: 12px;
	color: #b0b0b0;
	width: 160px;
	text-decoration: line-through;
}
.tempindexOnsale_box .now_time .point_price{
	padding: 7px 0 0 21px;
	font-size: 13px;
	width:181px;
	height:25px;
	overflow: hidden;
	white-space: nowrap;
}
.tempindexOnsale_box .now_time .point_price span{
	font-size: 19px;
	font-family: Century Gothic;
	color:#fd0002;
	vertical-align:text-bottom;
	font-weight: bold;
}

/*20品列表*/
.tempindexOnsale_box .move_area {
    background-image: url("../images/temp9_box_bg.png");
	background-color: #fffbe5;
    background-repeat: repeat-y;
    background-position:left top;
    font-family:"Verdana,Arial,Helvetica,sans-serif,新細明體";
    font-size: 0.813em;
    float: right;
    width: 746px;
    height: 288px;
    overflow:hidden;
}
.tempindexOnsale_box .move_area .h3title{
	background: url("../images/tempindexOnsale_box_20bg.png") no-repeat 0 -31px;
	height:31px;
}
.tempindexOnsale_box .move_area .left_btn, .tempindexOnsale_box .move_area .right_btn{
    background-position: -6px -6px;
    height: 47px;
    width: 26px;
}
.tempindexOnsale_box .move_area .right_btn {
    background-position: -4px -66px;
}
.tempindexOnsale_box .oneGroup{
    width: 746px;
    height: 266px;
    overflow:hidden;
    float: left;
}
.tempindexOnsale_box .move_area li {
    float: left;
    padding: 0;
    text-align: left;
    width: 182px;
    height: 257px;
    overflow: hidden;
}
.tempindexOnsale_box .move_area ul li:first-child {
    border-left: 0 none;
    margin-left: 10px;
}
.tempindexOnsale_box .move_area ul li a{
	margin: 6px auto 6px auto;
	width: 160px;
	height: 160px;
	display: block;
}
.tempindexOnsale_box .move_area ul li img{
	width: 100%;
	height: 100%;
}
.tempindexOnsale_box .move_area ul li h3{
	font-size: 13px;
	line-height:18px;
	margin: 6px auto 6px auto;
	width: 160px;
	height: 36px;
	overflow:hidden;
}
.tempindexOnsale_box .move_area ul li .price{
	margin: 0px auto;
	font-size: 12px;
	color: #b0b0b0;
	width: 160px;
	text-decoration: line-through;
}
.tempindexOnsale_box .move_area ul li .point_price{
	padding: 7px 0 0 10px;
	font-size: 13px;
	width:160px;
	height:25px;
	overflow: hidden;
	white-space: nowrap;
}
.tempindexOnsale_box .move_area ul li .point_price span{
	font-size: 19px;
	font-family: Century Gothic;
	color:#fd0002;
	vertical-align:text-bottom;
	font-weight: bold;
}



.tempindexOnsale_box .move_area li .title{
    background-color: #e5e5e5;
    padding: 3px 6px 2px 6px;
    border:1px solid #dedede;
    color:#848484;
    margin-bottom:3px;
}
.tempindexOnsale_box .move_area li .title span{
    background-color:#000;
    border:1px solid #808080;
    color: #fff;
    font-family: Verdana,​Arial,​Helvetica,​sans-serif,​"新細明體";
    font-size: 12px;
    padding:3px 10px;
    text-align: center;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}








