﻿@charset "utf-8";
/* CSS Document */
/*首頁---------------------------------------------------------------------------*/
/*輪播*/
#Outside {
	background-image: url(../img/img_none.jpg);
	height:300px;
	margin: 0 auto 20px;
	position:relative;
	width:670px;
	z-index:100;
}
#Outside img{
	height:300px;
	width:670px;
}
#Outside.no-ad {
	width: 1000px;
	height: 457px;
	overflow: hidden;
}
#Outside.no-ad img {
	width: 1000px;
	height: auto
}
#prev,#next{
	background-image: url(../img/slide_btn.png);
	background-repeat: no-repeat;
	height: 33px;
	top: 50%;
	margin-top: -16px;
	position:absolute;
	text-indent: -9999px;
	width:33px;
	z-index: 101;
	cursor: pointer;
}
#prev{
	margin-left: 10px;
}
#prev:hover{
	background-position: -66px 0;
}
#next{
	background-position: -33px 0;
	right: 10px;
}
#next:hover{
	background-position: -99px 0;
}
.cycle-pager{
	color: #fff;
	font-size: 36px;
	position: absolute;
	bottom: 5px;
	z-index: 101;
	left: 50%;
	margin-left: -35px;
	opacity: .9;
	height: 35px;
}
.cycle-pager span{
	cursor: pointer;
}
.cycle-pager-active{
	color: #fe735d;
}
/*本月主題*/
#Theme{
	background-color: #fefefe;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	height: 220px;
	margin-bottom: 10px;
	width: 670px;
}
#Theme h2{
	background-color: #212121;
	padding: 10px 0 2px 5px;
	color: #fff;
	font-family: Trajan Pro;
	font-size: 21px;
	letter-spacing: 0;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	margin: 0;
}
#Theme h2 small{
	color: #ffebd0;
	font-size: 12px;
	font-weight: normal;
}
#Theme .doble_line::after{
	width: 265px;
}
#Theme .img_w200h130{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	height: 130px;
	margin: 25px 10px 0 20px;
	overflow: hidden;
	width: 200px;
}
#Theme .img_w200h130 img{
	width: 200px;
}
#Theme h5.title{
	border-left:5px solid #fe735d;
	font-size: 18px;
	height: 18px;
	margin: 25px 0 5px 0;
	padding-left: 5px;
	width: 420px;
}
#Theme .intro{
	border-bottom: 1px dashed #ccc;
	font-size: 15px;
	float: left;
	height: 85px;
	line-height: 22px;
	margin: 5px 0 5px 10px;
	padding-bottom: 5px;
	width: 410px;
}
#Theme .more{
	float: right;
	font-size: 13px;
	margin-right: 20px;
}
#Theme .more:hover{
	text-decoration: underline;
}
/*右方廣告*/
#IndexRightSide{
	float: right;
}
#RightAD_w340h95 img{
	width: 340px;
	height: 95px;
}
#RightAD_1 ,#RightAD_2{
	background-image: url(../img/img_none.jpg);
	margin-bottom: 7px;
}
#RightAD_3 {
	background-image: url(../img/img_none.jpg);
	margin-bottom: 21px;
}
#RightAD_w340h220 img{
	border-radius: 10px;
	height: 220px;
	width: 340px;
}
/*商品共同設定*/
.goods {
	position: relative;
}
.goods img:hover{
	opacity: .8;
	transition:opacity .5s;
}
/*推薦商品、暢銷商品*/
#Recommend h2,#Promotinal h2{
	background-color:#ececec;
	border-bottom: 3px solid  #212121;
	color: #212121;
	display:inline-block;
	font-size: 21px;
	height: 28px;
	padding:11px 0 5px 15px;
	width: 1005px;
	margin: 0 ;
}
#Recommend h2::before,#Promotinal h2::before{
	content: '';
	background-color: #212121;
	position: absolute;
	border-left: 8px solid #212121;
	border-top: 8px solid #eee;
	border-bottom: 8px solid #eee;
	margin-left: -13px;
	margin-top: 3px;
}
#Recommend .buy_btn, #Promotinal .buy_btn{
	float: right;
	margin-right: 10px;
}
#Recommend .goods h5.title,
#Promotinal .goods h5.title{
	height: 52px;
	margin: 5px auto;
	font-size: 14px;
}
#Recommend .goods h5.title p,
#Promotinal .goods h5.title p{
	padding: 0;
	margin: 0;
}
#Recommend,#Promotinal{
	margin-bottom: 20px;
	background: #fff;
}
#Recommend,#Promotinal dd{
	overflow: hidden;
	position: relative;
}
#Recommend .goods,#Promotinal .goods{
	float: left;
	display: inline;
	padding-bottom: 820px;
	margin-bottom: -805px;
	background-color: #fff;
}
.goods .category{
	margin-bottom: 3px;
	margin-top: 0;
	display: inline-block;
}
/*推薦商品:產品*/

#Recommend .goods{
	width: 215px;
	height: 100%;
	border-right: 2px solid #ededed;
	padding-left: 19px;
	padding-right: 19px;
}

/*自己修改用
#Recommend .goods{
	width: 215px;
	height: 90%;
	border-right: 2px solid #ededed;
	padding-left: 19px;
	padding-right: 19px;
}
*/
#Recommend .goods:last-child, #Promotinal .goods:last-child{
	border:none;
}
#Recommend .goods .img_w140h140{
	margin: 15px auto;
}
#Recommend .intro{
	height: 54px;
	margin: 5px auto 7px;
	line-height: 18px;
	font-size: 13px;
}
/*暢銷商品:產品*/
#Promotinal .goods{
	border-right: 2px solid #ececec;
	border-bottom: 2px solid #ededed;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	width: 172px;
}
#Promotinal .goods .img_w120h120{
	margin: 15px auto;
}
/*內頁-----------------------------------------------*/
/*左邊 暢銷商品*/
#Goodsale{
	background-color: #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#Goodsale dt{
	margin-bottom: 4px;
	background-color: #fe735d;
}
.leftgoods{
	padding: 5px;
	margin: 0 5px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.leftgoods:last-child{
	border-bottom: none;
}
.leftgoods .img_w70h70{
	border: 1px solid #ccc;
	margin: 3px auto;
}
.leftgoods .title{
	font-size: 13px;
	margin: 5px auto;
	height: 35px;
	width: 176px;
	overflow: hidden;
}
.leftgoods .title a{
	color: #212121;
}
.leftgoods .title a:hover{
	color: #fe735d;
}
.leftgoods .title .price{
	font-size: 14px;
	letter-spacing: 0;
	right: 25px;
	bottom: 14px;/*價錢固定在右下*/
	position: absolute;
	z-index: 100;
}
/*最多人瀏覽 產品介紹 精選文章 使用見證*/
.leftlist{
	border-bottom: 1px dashed #666;
	overflow: auto;
	padding: 2px;
	margin: 0 10px;
	letter-spacing: 0;
}
.leftlist:hover{
	opacity: .8
}
.leftlist:last-child{
	border-bottom: none;
}
.leftlist h3{
	font-size: 13px;
	font-weight: normal;
	color: #212121;
	width: 183px;
	overflow: hidden;
	height: 18px;
	margin-left: 4px;
	float: left;
}
.rank{
	background-color: #666;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	font-family: Calibri;
	float: left;
	line-height: 12px;
	margin-top: 13px;
	padding: 2px;
	width: 15px;
	text-align: center;
}
/*右方區塊*/
h5.title{
	margin: 3px auto;
	font-size: 13px
}
/*推薦產品*/
#ProductRecommend{
	background: #fff;
	margin-bottom: 20px;
	list-style: none;
}
#ProductRecommend dd{
	margin:0 auto;
}
#ProductRecommend .goods{
	float: left;
	position: relative;
	width: 222px;
	height: 350px;
	padding: 0 18px 15px;
	border-right: 2px solid #ededed;
}
#ProductRecommend .goods:last-child{
	border: none;
}
#ProductRecommend .goods .img_w220h220 img{
	margin: 10px auto;
}
#ProductRecommend .goods h5.title{
	margin-bottom: 5px;
	height: 36px;
}
#ProductRecommend .goods .intro{
	height: 31px;
}
#ProductRecommend .goods .buy_btn{
	float: right;
}
/*系列商品 最新商品*/
#NewGoods{
	list-style: none;
	margin: 0 auto;
}
#NewGoods dt{
	color: #212121;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#NewGoods dd{
	overflow: auto;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
#NewGoods dd:last-child{
	border:none;
}
#NewGoods li{
	float: left;
	width: 184px;
	height: 255px;
	border-right: 1px solid #ccc;
	padding: 5px 5px 10px;
}
#NewGoods li:hover{
	background: #efefef;
	transition:background .5s;
}
#NewGoods li:nth-child(4),#NewGoods li:last-child{
	border-right: none;
	width: 185px;
}
#NewGoods .title{
	height: 36px;
	width: 170px;
	margin: 5px auto;
}
#NewGoods .smallbuy_btn{
	margin-right: 10px;
}
#NewGoods .sale{
	float: left;
	margin-left: 8px;
}
/*商品次分類---------------------------------------------------------------*/
#ProductFilter{
	border-bottom: 2px solid #ededed;
	padding:8px 10px;
	font-size:13px;
	background: #fff; /* Old browsers */
}
.listgrid{
	float: right;
	list-style: none;
}
.listgrid li{
	display: inline-block;
	text-indent: -9999px;
}
.listgrid li a{
	display: block;
	background-image: url(../img/listgrid.jpg);
	background-repeat:  no-repeat;
	width: 24px;
	height: 23px;
}
.listgrid li.list a:hover,
.listgrid li.list a.active{
	background-position: -24px 0;
}
.listgrid li.grid a{
	background-position: -48px 0;
}
.listgrid li.grid a:hover,
.listgrid li.grid a.active{
	background-position: -72px 0;
}
/*thumbnails-list圖片排列*/
#ListGoods{
	list-style: none;
	text-align: center;
	background-color: #fff;
	width: 780px;
}
#ListGoods > li{
	border-bottom: 1px solid #ccc;
	padding:10px;
	float: left;
	width: 174px;
	height: 285px;
	border-right: 1px solid #ccc;
	position: relative;
}
#ListGoods > li:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
#ListGoods > li:nth-child(4n+0){
	border-right: none;
	width: 175px;
}
#ListGoods img.series_img{
	margin-bottom: 5px;
	width: 170px;/*圖片排列IMG尺寸170*170*/
	height: 170px;
}
#ListGoods .list_content{
	float: none;
	width: auto;
	margin-left: 0;
}
#ListGoods .title{
	margin-bottom: 5px;
	height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#ListGoods .intro,
#ListGoods .state,
#ListGoods .list_buy_btn,
#ListGoods .list_intro_btn{
	display: none;
}
#ListGoods .sale{
	float: left;
	margin-left: 5px;
}
#ListGoods .smallbuy_btn {
	font-size:12px;
	width: 38px;
	padding-left: 1px;
	bottom: 5px;
	background-color: #fe735d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fd8471), to(#fe735d)); 
	background-image: -webkit-linear-gradient(top, #fd8471, #fe735d); 
	background-image:    -moz-linear-gradient(top, #fd8471, #fe735d); 
	background-image:     -ms-linear-gradient(top, #fd8471, #fe735d); 
	background-image:      -o-linear-gradient(top, #fd8471, #fe735d); 
	-pie-background: linear-gradient(#fd8471, #fe735d);
		color:#ffffff;
	display:inline-block;
	text-align: center; 
	border: 1px solid #e64f36;
}
#ListGoods .smallbuy_btn::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: 4px;
	top: 7px;
}
#ListGoods .smallbuy_btn:hover{
	background-color: #fe735d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fe735d), to(#fd8471)); 
	background-image: -webkit-linear-gradient(top, #fe735d, #fd8471); 
	background-image:    -moz-linear-gradient(top, #fe735d, #fd8471); 
	background-image:     -ms-linear-gradient(top, #fe735d, #fd8471); 
	background-image:      -o-linear-gradient(top, #fe735d, #fd8471); 
	-pie-background: linear-gradient(#fe735d, #fd8471);
}

.grid_out_of_stock {
	background-color: #d20707 !important;
	padding: 5px 4px 5px 8px;
	color: #e5e1de;
	position: relative;
	font-size: 13px;
	bottom: 4px
}

.grid_out_of_stock_A {
	background-color: #c0c0c0 !important;
	padding: 5px 4px 5px 8px;
	color: #e5e1de;
	position: relative;
	font-size: 13px;
	bottom: 4px
}

#ListGoods.detailsview .grid_out_of_stock {
	display: none;
}
/*details-list圖文排列*/
#ListGoods.detailsview{
	list-style: none;
	text-align: left;
}
#ListGoods.detailsview .title{
	font-size: 15px;
	color: #34495e;
	margin-bottom: 8px;
	letter-spacing: 0;
	height: 20px;
}
#ListGoods.detailsview > li{
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding:15px 0;
	overflow: auto;
	width: 100%;
	height: auto;
}
#ListGoods.detailsview > li .ribbon-wrapper-red{
	display: none;
}
#ListGoods.detailsview img.series_img{
	float: left;
	width: 140px;/*圖文排列IMG尺寸140*140*/
	height: 140px;
	margin-left: 15px;
}
#ListGoods.detailsview .list_content{
	float: left;
	width: 590px;
	margin-left: 20px;
}
#ListGoods.detailsview .intro{
	color: #5f5f5f;
	font-size: 13px;
	margin: 10px 0 17px 0;
	height: 40px;

	display: block;
}
#ListGoods.detailsview .state{
	float: right;
	display: block;
}
#ListGoods.detailsview .state > span{
	background-color: #848484;
	padding: 3px 4px 4px 7px;
	font-size: 13px;
	color: #e5e1de;
	cursor: default;
}
span.out_of_stock{
	background-color: #d20707 !important;
}
#ListGoods.detailsview .sale{
	float: none;
	margin: 0;
}
#ListGoods.detailsview .smallbuy_btn{
	display: none;
	z-index: -1;
}
#ListGoods.detailsview .list_buy_btn,
#ListGoods.detailsview .list_intro_btn{
	color: #4e3f55;
	font-weight: bold;
	padding-left: 20px;
	font-size: 15px;
}
#ListGoods.detailsview .list_buy_btn{
	background: url(../img/listgrid_icon_01.jpg) 0 2px no-repeat;
}
#ListGoods .list_intro_btn{
background: url(../img/listgrid_icon_02.jpg) 0 2px no-repeat;
}
#ListGoods.detailsview .list_buy_btn:hover,
#ListGoods.detailsview .list_intro_btn:hover{
	opacity: .8;
}
#ListGoods.detailsview a.list_buy_btn,#ListGoods.detailsview .list_intro_btn{
	display: inline;
}
#ListGoods.detailsview .list_intro_btn{
	margin-left: 15px;
}
#ListGoods.detailsview .list_intro_btn::before{
	background-position:  -17px 0;
}
/*商品介紹-----------------------------------------------------------------*/
#SeriesDetail{
	background-color: #fff;
	padding: 15px 10px;
	overflow: auto;
}
/*商品左側大圖區*/
#ProductPreview{
	width: 350px;
	text-align: center;
	float: left;
	position: relative;
}
#ProductPreview .img_w350h350{border: 1px solid #ccc;}
.img_w350h350{
	width: 350px;
	height: 350px;
	margin: 0 auto;
	overflow: hidden;
}
.preview_list{list-style: none;}
.preview_list li{
	display: inline-block;
	*float: left;
	margin: 5px 2px 0;
}
.preview_list li.img_w75h75{
	border: 1px solid #ccc;
	width: 75px;
	overflow: hidden;
}
/*商品右側資料區*/
#ProductInfo {
	float: right;
	width: 370px;
	margin: 5px 10px 0 0;
	overflow: auto;
	position: relative;
}
#ProductInfo ul{list-style: none;}
#ProductInfo ul li{
	padding: 8px 10px ;
	border-bottom: 1px dotted #bbb;
	font-size: 12px;
	overflow: auto;
	color: #666;
}
#ProductInfo ul li:last-child{
	border-bottom: none;
}
/*20141111新增*/
#ProductInfo ul li .cost{ line-height: 35px; }
#ProductInfo ul li dt,#ProductInfo ul li dd{
	display: inline-block;
}
#ProductInfo ul li dd{
	margin-left: 5px;
}
#ProductInfo ul li dd select{
	width: 275px;
}
#ProductInfo ul li dt{
	width: 70px;
	float: left;
}
#ProductInfo dd.stock{
	/*庫存狀況-有庫存*/
	background-color: #fe735d;
	color: #fff;
	padding:1px 5px;
}
#ProductInfo dd.none_stock{
	/*庫存狀況-無庫存*/
	background-color: #666;
	color: #fff;
	padding:1px 5px;
}
#ProductInfo dd.price{
	/*價格*/
	color: #f65f46;
	font-family: Helvetica, arial;
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
	font-size: 22px;
}
.category{
	background-color: #999;
	color: #fff;
	border-radius: 3px;
	padding: 3px 3px 3px 5px;
	width: auto;	
	display: block;
	margin-top: 7px;
	line-height: 14px;
	font-size: 12px;
	
	height: 14px;
}
.category.vip{
	background-color: #fe735d;
}
.category.diamond{
	background-color: #875fd2;
}
#ProductInfo .category{
	float: left;
}
/*觀看商品詳細介紹*/
#ProductInfo .more{position: absolute;line-height: 32px;right: 0;}
#ProductInfo .more a{color: #525252;padding-left: 18px;}
#ProductInfo .more a:hover{border-bottom: 1px solid #525252;}
#ProductInfo .more .info,
#ProductInfo .more .additional
{
	background-image: url(../img/about.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
}
#ProductInfo .more .additional{
	background-image: url(../img/basket.png);
}
#ProductInfo .bigbuy_btn,
#ProductInfo .ask_stock_btn{float: right;}
#ProductInfo #num{
	width: 40px;
	padding: 10px 5px;
	border-right: none;
	height: 20px;
}
#ProductInfo .quantity-wrapper{
	width: 30px;
	float: right;
	border: none;
}
#ProductInfo input{border: 1px solid #ccc;}
#ProductInfo #add,#ProductInfo #jian{ 
	width: 100%;
	height: 21px;
	background:#fff; 
	font-size: 16px;
	font-weight: bold;
	line-height: 12px;
	cursor:pointer;
}
#ProductInfo #jian{
	border-top: none;
}
/*加購商品區*/
#OtherProduct{
	display: block;
	list-style: none;
	border: 1px solid #ccc;
	margin: 20px auto;
	background-color: #fff;
	overflow: auto;
	letter-spacing: 0;
}
#OtherProduct dt{
	background: #ededed;
	padding: 5px 0 7px 10px;
	font-weight: bold;
	margin: 1px;
}
#OtherProduct li{
	font-size: 15px;
	margin: 10px;
	padding: 5px;
	overflow: auto;
	border-bottom: 1px solid #ccc;
}
#OtherProduct li:last-child{
	border: none;
}
#OtherProduct .img_w120h120{
	float: left;
	margin-right: 10px
}
#OtherProduct .title{
	max-height: 15px;
	font-size: 16px;
	font-weight: bold;
}
#OtherProduct label {
	cursor:pointer; 
}
#OtherProduct label:hover{
	text-decoration: underline;
}
#OtherProduct .pink{
	font-weight: bold;
	font-size: 18px;
}
#OtherProduct .list_content{
	margin: 15px 0;
}
#OtherProduct .intro{
	margin-top: 10px;
}
#SeriesDetail .ask_stock_btn{
	width: 85px;
}
/*商品介紹*/
#ProductIntroduction{
	margin-top: 10px;
}
#ProductIntroduction dt{
	background-color: #fff;
	color: #666;
	width: 90px;
	font-size: 18px;
	height: 26px;
	padding: 9px 0 0 15px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
	z-index: 5;
	letter-spacing: 0;
}
#ProductIntroduction dl{
	padding-bottom: 20px;
	margin: 0 auto ;
}
#ProductIntroduction dd{
	font-size: 13px;
	color: #5f5f5f;
	border: 1px solid #ccc;
	margin-top: -1px;
	padding: 30px 15px;
}
#ProductIntroduction dd p{
	margin: 5px;
}
#ProductIntroduction .bigbuy_btn,
#ProductIntroduction .ask_stock_btn{
	margin:0 auto;
}
#ProductIntroduction dl dd img{
	/*商品介紹圖片最大650px*/
	display: block;
	max-width: 650px;
	margin: 10px auto;
}
/*使用者見證*/
#User{
	overflow: auto;
	list-style: none;
	width: 780px;
	margin: 15px auto
}
#User .img_w210h140{
	margin: 5px auto 10px auto;
}
#User a{
	color: #444;
}
#User a:hover{
	transition: .5s;
	color: #f65f46;
}
#User li{
	float: left;
	width: 258px;
	font-size: 13px;
	height: 300px;
	position: relative;
	margin: 1px;
	background-color: #fff;
}
#User li:hover{
	background: #eee;
	transition: .5s;
}
#User li .title{
	max-height: 36px;
	margin: 5px auto 0 auto;
	width: 200px;
}
#User li .intro{
	width: 200px;
	margin: 0 auto;
	max-height: 60px;
}
/*大區塊使用者見證&精選文章&產品介紹*/
#Newsbig{
	width: 750px;
	margin: 0 auto 20px auto;
	padding: 15px 10px 15px 20px ;
	background-color: #fff;
	position: relative;
}
#Newsbig .img_w220h220{
	padding: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	float: left;
	background-color: #fff;
}
#Newsbig .img_w220h220::before,
#Newsbig .img_w220h220::after{
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	left:  10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
#Newsbig .img_w220h220::after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}
#Newsbig span.intro{
	margin-left: 10px;
	margin-top: 7px;
	padding-left: 10px;
	float: left;
	width: 470px;
	height: 225px;
}
#Newsbig h5{
	font-size: 18px;
	border-bottom: 3px double #666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 8px;
	display: block;
	height: 18px;
	overflow: hidden;
	line-height: 24px;
}
#Newsbig span.text{
	font-size: 15px;
 	line-height: 24px;
 	padding-bottom: 3px;
 	letter-spacing: 0;
}
#Newsbig span.text:hover{
	border-bottom: 1px dashed #686868;
}
#Newsbig .more_btn{
	float: right;
	margin-right: 10px;
}
/*次分類使用者見證*/
#ListUser{
	background-color: #fff;
	padding: 10px;
}
#ListUser .useritem{
	display: inline-block;
	*float: left;
	width: 180px;
	margin:  5px 1px 5px 2px;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 15px;
	height: 320px;
	position: relative;
}
.useritem .img_w180h155{
	margin-bottom: 10px;
}
.useritem .day{
	margin-left: 15px;
}
.useritem .title{
	width: 150px;
	margin: 5px auto ;
	max-height: 36px;
}
.useritem .intro{
	width: 150px;
	margin: 0 auto;
	height: 60px;
}

/*最新精選文章*/
#NewsArticle{
	list-style: none;
	margin-top:10px; 
}
#NewsArticle li{
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: #fff;
	font-size: 15px;
    margin: 7px auto;
    overflow: auto;
    padding: 10px;
    width: 765px;
}
#NewsArticle .day{
	font-size: 15px;
	width: 85px;
	float: left;
}
#NewsArticle .article_category{
	background-color: #7c6c83;
	font-size: 13px;
	color: #fff;
	padding: 2px 0;
	margin-right: 10px;
	width: 60px;
	border-radius: 3px;
	text-align: center;
}
#NewsArticle h3 {
	display: block;
	width: 600px;
	overflow: hidden;
	height: 16px;
	margin-top: 3px;
	font-size: 14px;
	margin: 0
}
#NewsArticle h3 a{
	color: #212121;
	font-weight: normal;
}
#NewsArticle h3 a:hover{
	color: #f65f46;
	transition: .5s;
}
#NewsArticle span.date,
#NewsArticle .article_category,
#NewsArticle h3{
	letter-spacing: 0;
	float: left;
}
/*精選文章次分類*/
.articlelist{
	border-bottom: 1px solid #ccc;
	padding: 15px 10px;
	background-color: #fff;
}
.articlelist .img_w75h75{
	float: left;
	margin-right:15px;
}
.articlelist .day, .articlelist .viewer{
	margin-right: 10px;
	display: inline-block;
}
.articlelist h5{
	margin-top: 3px;
	height: 18px;
	font-weight: bold;
}
.articlelist .intro{
	height: 75px;
}

/*產品介紹*/
#Newintroduction ul{
	list-style: none;
}
#Newintroduction .goods{
	background-color: #fff;
	float: left;
	padding: 7px 15px 10px;
	margin: 0 7px 14px ;
	width: 216px;
	height: 318px;
	overflow: hidden;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
#Newintroduction .goods:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
#Newintroduction .goods .title{
	margin: 0 auto 5px auto;
	height: 52px;
}
#Newintroduction .goods .intro{
	margin: 0;
	height: 55px;
}
/*產品介紹 次分類*/
#IntroductionDetail{
	background-color: #fff;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}
#IntroductionDetail .goods{
	background-color: #fff;
	position: relative;
	float: left;
	border: 1px solid #ccc;
	width:340px;
	margin: 20px 0 0 13px;
	padding: 10px 14px;
	height: 170px;
	border-radius: 3px;
}
#IntroductionDetail ul li::before{
	content: '';
	position: absolute;
	width: 330px;
	height: 178px;
	border-radius: 100% / 33px;
	box-shadow: 0 3px 7px rgba(0,0,0,.8);
	z-index: -1;
}
#IntroductionDetail .img_w170h170{
	float: left;
	margin: 0 10px 0 0;
}
#IntroductionDetail .title{
	height: 36px;
}
#IntroductionDetail .intro{
	font-size: 13px;
	height: 115px;
}
/*問與答*/
#QnA form{
	background-color: #fff;
	padding: 8px 5px;
	border-bottom: 2px solid #ededed;
	background: #fff; 
}
/*購物需知*/
#QnA, .RefundContent{
	margin-bottom: 10px;
}
.RefundContent .qa_group, 
.Shippingfee-title,
#qaContent h5.qa_group{
	color: #f14d32;
	padding: 5px 10px;
	border-radius: 5px;
	margin: 10px auto;
	font-size: 18px;
}
#qaContent ul.accordionPart,
.RefundContent ul.accordionPart{
	list-style: none;
	font-size: 13px;
	margin-bottom: 20px;padding-bottom: 10px;
	border-bottom: 1px dashed #212121;
}
#qaContent ul.accordionPart li,
.RefundContent ul.accordionPart li{
	position: relative;
	margin-bottom: 10px;
}
.RefundContent ul.accordionPart li .refund_title,
#qaContent ul.accordionPart li .qa_title,
#qaContent ul.accordionPart li .qa_title_short{
	color: #fff;
	cursor: pointer;
	background-color: #222;
	padding: 8px 20px;
}
.RefundContent ul.accordionPart li .refund_title_on{
	background-color: #f65f46;
}
.RefundContent ul.accordionPart li .refund_content,
.RefundContent ul.accordionPart li .refund_content_short{
	position: relative;
	margin: 0 5px 0 15px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #333;
}
/*最新消息*/
#Centertside h2#title{
	display: inline-block;
	margin-left:10px;
}
#News form{
	margin: 0 10px 15px 10px;
	float: right;
	overflow: auto;
}
#News ul{
	list-style: none;
	padding: 5px 0;
}
#News ul li{
	padding:9px;
}
#News ul li:nth-child(odd){
	background-color: #fafafa;
}
#News ul li a{
	font-size: 13px;
	color: #212121;
}
#News ul li a:hover{
	color: #f65f46;
	transition:.5s;
}
#News ul li .day{
	display: inline-block;
	width: 90px;
	font-size: 15px;
	font-family: Calibri;
}
/*最新消息內文*/
#Centertside .technorati{
	background-color: transparent;
}
#Centertside #TextDetail{
	background-color: transparent;
}
#Centertside #TextContent{
	width: 980px;
}
/*留言板*/
#Messages{
	padding: 10px 0;
}
#MiddleBar .go_btn{
	float: right;
}
/*留言板搜尋*/
#Messages .search{
	width: 238px;
	background: url(../img/message_search.png)  no-repeat;
	padding: 3px 0;
}
#Messages .search input[name="q"] {
	width: 173px;
	height: 17px;
	padding-left: 4px;
	border: none;
	background: none;
	color: #000000;
	font-family: Arial;
	outline:none;
	font-size:12px;
	display: inline-block;
}
#Messages .search input[type="submit"] {
	width: 48px;
	height: 17px;
	padding-bottom: 2px;
	cursor: pointer;
	display: inline-block;
	border: none;
	background: none;
	outline:none;
}
.mesContent {
	font-size: 13px;
}
.mesHeading {
	color: #fff;
	background-color: #222;
	overflow: auto;
	text-align: center;
	padding: 5px 0;
}
.mesInner div {
	padding: 10px 0;
}
.mesInner {
	text-align: center;
}
.mesInner li {
	overflow: auto;
	list-style: none;
}
.mesInner > li {
	box-shadow: 0 0 1px #999;
	background-color: #f1f1f1;
}
div.mes-content {
	clear: both;
	padding: 0 15px 15px;
	overflow: auto;
	text-align: left;
}
.mes-title {
	text-align: left;
	color: #313131;
	/*text-decoration: underline;
	cursor: pointer;*/
}
/*.mes-title:hover{
	color: #f65f46;
	transition:.5s;
}*/
.mes-que {
	padding: 5px 10px 15px
}
.mes-ans{
	background-color: #fff;
	padding: 10px 15px;
	margin-bottom: 10px;
	margin-left: 60px;
	border-radius: 8px;
	box-shadow: 0 0 1px #aaa;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.mes-ans h6{
	margin: 10px auto;
	color: #f65f46;
	background-image: url(../img/chat-alt-3.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	font-weight: normal;
}
.mes-ans h6:hover{
	cursor: pointer;
	text-decoration: underline;
}
.mes-ans li{
	padding: 2px 0
}
.mes-ans dd{
	margin: 5px;
}
.mes-time{
	float: right;
	margin-top: 5px;
}
.mes-ans .person{
	font-size: 13px;
	color: #6f6f6f;
}
.mes-ans .person span{
	margin-right: 5px;
}
/*留言表格*/
#MessageForm{
	margin-bottom: 10px;
	margin-top: 20px;
}
.message-title{
	background-color:#ddd;
	padding: 8px 10px;
	font-size: 18px;
	color: #f65f46;
	border-left: 5px solid #f65f46;
}
#MessageForm ul{
	list-style: none;
	margin: 0 auto;
	overflow: auto;
}
#MessageForm ul li{
	padding: 5px 20px;
}
#MessageForm ul li:nth-child(even){
	background-color: #ddd;
}
#MessageForm ul li dt{
	font-size: 15px;
}
#MessageForm dd {
	padding-left: 100px
}
.form-style-a dt{
	float: left;
	margin-top: 5px;
	margin-left: 10px
}
.form-style-a dd{
	padding-left: 70px;
}
.form-style-a input,.form-style-a textarea{
	padding: 5px;
}
.form-style-a small{
	color: #7f7f7f;
}
.form-style-a #email,
.form-style-a #mes_title{
	width: 230px
}
.form-style-a #num_check{
	width: 80px
}
/*聯絡我們*/
#Contactus{
	background-color: #fff;
	overflow: auto;
}
#Contactus img{
	margin: 10px
}
#Contactus div {
	line-height: 21px;
	color: #444;
	font-weight: bold;
	font-size: 16px;
}
#Contactus div a{
	color: #f65f46;
	text-decoration: underline;
}
#Contactus div a:hover{
	color: #444;
}
#Contactus .info{
	padding: 10px 20px 20px;
}
#Contactus table{
	margin: 10px 0
}
#Contactus div.remark{
	margin: 0 15px 10px ;
	padding: 15px;
	background-color: #ececec;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 24px;
}
#Contactus .tel{
	background: url(../img/contact_icon_01.png) 0 5px no-repeat;
}
#Contactus .fax{
	background: url(../img/contact_icon_02.png) 0 5px no-repeat;
}
#Contactus .email{
	background: url(../img/contact_icon_03.png) 0 5px no-repeat;
}
#Contactus .adress{
	background: url(../img/contact_icon_04.png) 0 5px no-repeat;
}

/*聯絡我們表單*/
#ContactusForm{
	background-color: #fff;
	padding:10px 0;
	font-size: 15px;
	line-height: 24px;
}
#ContactusForm ul{
	list-style: none;
}
#ContactusForm form li{
	padding: 5px 10px;
}
#ContactusForm form dt{
	float: left;
	width: 85px;
	font-size: 15px;
	margin-top: 3px;
}
#ContactusForm form input{
	width: 180px;
}
#ContactusForm form select{
	width: 188px;
	padding: 5px;
}
#ContactusForm form input,
#ContactusForm form textarea,
#ContactusForm form select{
	padding-left: 2px;
	padding-right: 2px;
	line-height: 24px;
}
#ContactusForm #captcha{
	width: 75px;
}
#ContactusForm form li span{
	margin-left: 5px;
}
/*會員註冊*/
#Register .warning{
	margin-left: 70px;
}
#Register > span{
	font-size: 13px;
	margin: 10px;
}
#Register > span a{
	color: #212121;
	text-decoration: underline;
}
#Register > span a:hover{
	color: #f65f46;
}
#Register ul{
	font-size: 13px;
	list-style: none;
	overflow: auto;
	background-color: #fff;
	margin: 20px  0;
	padding: 10px 0;
}
#Register dl{
	float: left;
	width: 510px;
}
#Register li{
	margin: 10px 25px;
	line-height: 24px;
}
#Register li.privacy{
	text-align: center;
}
#Register li.privacy a{
	color: #212121;
	text-decoration: underline;
}
#Register li.button{
	padding-top: 20px;
	text-align: center;
	border-top: 1px dashed #666;
}
#Register dt{
	float: left;
	width: 70px;
}
#Register input{
	padding: 5px;
	margin-bottom: 5px;
}
#Register select{
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 4px;
}
#Register #postal{
	width: 50px;
}
#Register #address{
	width: 370px;
	margin-left: 70px;
}
#Register #captcha{
	width: 60px;
}
#Register-true{
	background-color: #fff;
	padding: 30px 10px ;
	margin: 0 auto 20px;
	line-height: 24px;
	border: 1px solid #aaa;
	width: 720px;
	color: #666;
}
#Register-true dt{
	color: #f65f46;
	font-size:18px;
	margin-bottom: 15px;
	font-weight: bold;
}
#Register-true .button{
	margin-top: 15px;
}
/*會員登入 忘記密碼*/
#Forgot,
#Login{
	text-align: center;
	overflow: auto;
	width: 844px;
	margin: 0 auto;
}
#Forgot{
	overflow: auto;
}
#Forgot > ul{
	background-color: #fff;
	border: 1px solid #aaa;
	width: 360px;
	min-height: 280px;
	padding: 10px;
	margin: 25px auto;
	color: #666;
	text-align: left;
	list-style: none;
	position: relative;
}
#Forgot ol{
	border-top: 1px solid #ccc;
	padding: 15px 0 0;
}
#Forgot ol li{
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0 8px 30px;
}
#Login div{
	background-color: #fff;
	float: left;
	border: 1px solid #aaa;
	width: 360px;
	height: 280px;
	padding: 10px;
	margin: 25px 20px;
	text-align: left;
	position: relative;
	color: #666;
}
#Forgot ul > dt,
#Login div > dt{
	color: #f65f46;
	font-size:18px;
	margin-bottom: 15px;
	font-weight: bold;
}
#Forgot span,
#Login div span{
	font-size: 15px;
}
#Login div ul{
	list-style: none;
}
#Forgot li,
#Login div li{
	margin-top: 20px;
}
#Forgot li label,
#Login div li label{
	margin-top: 6px;
}
#Forgot li input,
#Login div li input{
	width: 281px;
	height: 30px;
}
#Forgot li input#captcha,
#Login div li input#captcha{
	width: 75px;
}
#Forgot li dt,
#Login div li dt{
	float: left;
	padding-top: 5px;
}
#Login small{
	float: right;
	letter-spacing: 0;
}
#Login small a{
	color: #212121;
}
#Login small a:hover{
	text-decoration: underline;
}
/*#Forgot .go_btn,*/
#Login .go_btn{
	position: absolute;
	bottom: 15px;
	margin: 0 120px;
	width: 200px;
	padding: 10px 0;
}

/*#Forgot .go_btn:active,*/
#Login .go_btn:active{
	position: absolute;
	top: auto;
	bottom: 14px;
}
#Forgot .go_btn{
	margin: 20px 120px;
	width: 200px;
	padding: 10px 0;
}
/*會員專區*/
#Member{
	background-color: #fff;
	padding: 10px;
}
#Member > span{
	font-size: 13px;
	margin: 0 10px 10px 10px;
	display: block;
}
.membercontent ul{
	list-style: none;
	font-size: 13px;
	padding: 10px 30px;
	border: 1px solid #ccc;
	margin: 0 10px 10px;
}
.membercontent ul li{
	display: inline-block;
	margin-right: 25px;
}
.membercontent ul li a{
	color: #444;
	text-decoration: underline;
}
.membercontent ul li a:hover{
	color: #666;
}
/*會員專區 表格*/
#Member table{
	width: 98%;
	margin: 10px auto;
	font-size: 13px;
}
#Member table a{
	font-size: 13px;
}
#Member th{
	background-color: #e1dae4;
	text-align: left;
}
#Member tr,#Member td,#Member th{
	border: 1px solid #ccc;
	padding: 10px 5px;
	vertical-align: middle;
}
#Member .order_icon{
	padding:0 3px;
	text-align: center;
	background-color: #eee;
	border: 1px solid #999;
	border-radius: 5px;
	color: #212121;
	float: left;
	margin-right: 5px;
}
#Member .info_form{
	border: none;
	margin: 0;
}
/*紅利點數*/
.no_data{
	text-align: center;
}
/*購物車*/
/*購買步驟*/
#CartStep01,#CartStep02,#CartStep03{
	background-image: url(../img/cart_step.png);
	width: 700px;
	height: 50px;
	float: left;
	margin: 15px 30px;
}
#CartStep02{
	background-position:  0 -50px;
}
#CartStep03{
	background-position:  0 -100px;
}
/*購物車&下次再買TAB*/
.idTabs{
	margin: 0 15px;
}
.idTabs span { 
	float:left;
	padding: 1px 1px 0 0;
}
.idTabs span a {
	display:block;
	padding:10px 20px;
	text-decoration:none!important;
	margin:1px;
	margin-left:0;
	font-size:15px ;
	color:#fff;
	background:#444;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: -1px
}
.idTabs span a:hover {
	color:#FFF;
	background:#111;
}
.idTabs span a.selected {
	color:#000;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	cursor:default;
}
/*購物車表單*/
#CartForm{
	overflow: auto;
	padding-bottom: 15px;
}
#CartForm h2{
	margin: 22px 15px ;
	float: left;
}
#CartForm table {
	border-collapse: collapse;
	width: 97%;
	margin:0 auto 20px auto;
}
#CartForm table tr,
#CartForm table td {
	font-size: 13px;
	vertical-align: middle;
}
#CartForm table tr.checkbox th{
	text-align: left;
	font-weight: normal;
}
#CartForm table tr th{
	padding: 5px;
}
#CartForm table td{
	padding: 10px 5px;
}
#CartForm ul,#CartForm li{
	list-style: none;
}
/*購物車金額總計*/
#CartForm .total li{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
#CartForm .total dt,
#CartForm .total dd{
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}
#CartForm .total small{
	display: block;
	color: #767676;
	font-weight: normal;
}
#CartForm #Button{
	text-align: right;
	margin: 15px 15px; 
}
/*訂購商品明細*/
.cart_form{
	background-color: #fff;
	text-align: center;
	border: 1px solid #ccc;
}
.cart_form tr th{
	vertical-align: middle;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.cart_form .checkbox{
	color: #666;
}
.cart_form .gray_go_btn,
.cart_form .go_btn{
	float: right;
	margin: 0 5px;
}
.cart_form .cart_title th{
	background-color: #444;
	color: #fff;
}
.cart_form .prod_item{
	border-bottom: 1px solid #ccc;
}
.cart_form .cartimg_w60,.cart_form .cartimg_w60 img{
	width: 60px;
}
.cart_name{
	vertical-align: top;
	text-align: left;
	color: #666;
}
.cart_name a{
	color: #444;
	font-size: 15px;
	text-decoration: underline;
}
.cart_form .change a{
	color: #666;
	text-decoration: underline;
}
.cart_name a:hover,
.cart_form .change a:hover{
	color: #f65f46;
}
/*數量*/
.cart_form #quantity{
	width: 40px;
}
/*加購*/
.cart_form .plus_prod_item{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.plus_icon{
	background-color: #7c6c83;
	font-size: 13px;
	color: #fff;
	text-align: center;
	width: 35px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
	padding: 2px 0 2px 3px;
}
/*優惠券*/
#code li{
	margin-bottom: 5px;
	letter-spacing: 0.02em;
}
#code li a{
	color: #777;
}
#code li a:hover{
	color: #f65f46;
	transition:.5s;
}
/*使用折價優惠券*/
#OtherFunction{
	background-color: #fff;
}
#OtherFunction th{
	background-color: #444;
	color: #fff;
	text-align: left;
}
#OtherFunction tr{
	border: 1px solid #ccc;
}
#OtherFunction td{
	border-bottom: 1px solid #ccc;
	padding: 10px !important;
}
.birth-coupon:after,.e-coupon:after,.bonus:after{
	display: block;
	width: 80px;
	padding-left: 20px;
}
.birth-coupon {
	overflow: visible
}
.birth-coupon:after{
	content: '生日優惠券';
	overflow: visible
}
.e-coupon:after{
	content: '優惠券';
	overflow: visible
}
/*優惠券
.bonus:after{
	content: '紅利點數'
}
#OtherFunction .coupon{
	width: 40%;
}
#OtherFunction .coupon li{
	margin: 20px;
}
#OtherFunction .coupon .more_btn{
	width: 30px;
	padding: 0 0 0 1px;
	margin-left: 5px;
}
#OtherFunction .coupon dt,
#OtherFunction .coupon dd{
	display: inline-block;
}
#OtherFunction .coupon dt{
	width: 135px;
}
#OtherFunction .coupon input[type="text"]{
	width: 150px;
}*/

/*訂購資料*/
#Recipient dl{
	border-bottom: 1px solid #ccc;
}
#Recipient dl:last-child{
	border: none;
}
#Recipient small{
	margin-left:15px;
}
#Recipient #postal{
	width: 90px;
}
#Recipient #oversea_address{
	width: 400px;
}
#Recipient .unit{
	display: block;
	border: 1px solid #ccc;
	margin: 0 15px 20px 15px;
	font-size: 13px;
	background-color: #fff;
}
.unit li{
	overflow: auto;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.unit li:last-child{
	border: none;
}
.unit dt{
	float: left;
	width: 90px;
}
.unit dd{
	float: left;
}
/*網站地圖*/
#Map{
	background-color: #fff;
	overflow: auto;
	padding: 10px 0 15px 15px;
}
#Map dl{
	width: 360px;
	margin: 0 5px;
	float: left;
}
#Map dt a{
	background: rgb(136,136,136); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(136,136,136,1) 0%, rgba(102,102,102,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(136,136,136,1)), color-stop(100%,rgba(102,102,102,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(136,136,136,1) 0%,rgba(102,102,102,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(136,136,136,1) 0%,rgba(102,102,102,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(136,136,136,1) 0%,rgba(102,102,102,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(136,136,136,1) 0%,rgba(102,102,102,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#666666',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px 10px;
	margin: 10px 0;
	width: 320px;
	color: #fff;
	font-size: 15px;
	display: block;
}
#Map dt a:hover{
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(239,239,239,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(239,239,239,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(239,239,239,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(239,239,239,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(239,239,239,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	-pie-background: linear-gradient(135deg,  rgba(239,239,239,1) 0%,rgba(204,204,204,1) 100%);/* for IE*/
	color: #212121;
}
#Map dd{
	margin-left: 25px;
}
#Map dd a{
	font-size: 13px;
	color: #666;
}
#Map dd a:hover{
	color: #f65f46;
}
#Map dd li ul li{
	margin-left: 25px;
}
/*運費說明*/
#Shippingfee{
	background-color: #fff;
	font-size: 13px;
	overflow: auto;
}
#Shippingfee table{
	width: 95%;
	margin: 15px auto
}
#Shippingfee table td,
#Shippingfee table th{
	border: 1px solid #ccc;
}
#Shippingfee table th{
	background-color: #e1dae4;
}
/* clearfix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/*其他*/
.display_none{
	display: none;
}
.clear{
	clear: both;
}