@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { 
	font-family:"微軟正黑體", "新細明體", Arial;
	color:#222222;
	letter-spacing:0.06em;
	}
a{
	font-family:"微軟正黑體", "新細明體", Arial;
	text-decoration:none;
	color:#222222;}
a:hover{
	font-family:"微軟正黑體", "新細明體", Arial;
	text-decoration:none;
	color:#777777;}

.bkbtn{
	font-size: 1.3em;
	color: #ffffff;
	padding: 6px 12px;
	background:#000000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #6b6b6b;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	margin:6px 1%;
}
/********通用按鈕**********/
input[type=button],input[type=submit] {
	font-family:"微軟正黑體", "新細明體", Arial;
	color: #ffffff;
	background:#000000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #6b6b6b;
	box-shadow:
		1px 1px 4px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.2);
	 cursor:pointer;
}

input[type=button]:hover ,input[type=submit]:hover {
	font-family:"微軟正黑體", "新細明體", Arial;
	color: #ffffff;
	background:#444444;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #6b6b6b;
	box-shadow:
		1px 1px 4px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		1px 1px 1px rgba(0,0,0,0.8);
}
input[type=text] ,textarea , input[type=password] , select {
	padding:6px 3px;
	font-size:1.3em;
	box-shadow:1px 1px 1px rgba(100,100,100,0.2) inset;
	border-radius: 4px;
	border:1px solid #CCC;
}

/*按鈕款式2*input[type=button],input[type=submit] {
		color: #000;
	padding: 6px 12px;
	background: -moz-linear-gradient(
		top,
		#e0e0e0 0%,
		#949494);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e0e0e0),
		to(#949494));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #808080;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}*/

	
/*{
	color: #ffffff;
	padding: 6px 12px;
	background: -moz-linear-gradient(
		top,
		#ff2819 0%,
		#ab0000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff2819),
		to(#ab0000));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #7d0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
*/
/*input[name=count][type=button],input[name=detial][type=button]{
	color: #050505;
	padding: 3px 6px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #949494;
	-moz-box-shadow:
		1px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		1px 1px 0px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}*/

	
/****右邊滑出選單****/
.sidebar_click{
	padding:10px;
	line-height:120%;
	width:1.1em;
	font-size:1.1em;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border:1px solid #666;
	box-shadow:
	inset 1px 2.5px 5px 1px rgba(000,000,000,0.2),/**灰色內陰影**/
		inset -2px 2px 5px 1px rgba(255,255,255,0.8),/**白色內陰影**/
		1px 1px 7px rgba(0,0,0,0.5)/***灰色外陰影**/;
	}	
a.menuBtn{
	background-size: 61px 59px !important;
}
.sidebar{
	width:100%;
	height:auto;
	overflow:hidden;
	box-shadow:-2px 3px 10px rgba(0,0,0,0.8);
	border-bottom-right-radius: 6px;	
	}
.mainmenu{
	width:100%;
	height:100%;
	display:block!important;
	float:left;
	}
	
.mainmenu ul{
	margin:0;
	padding:0;
	width:inherit;
	}
.mainmenu ul li a{
	list-style-type:none;
	margin:0;
	}
.mainmenu ul li a:link,
.mainmenu ul li a:visited{
	width:180px;	
	color:#000;
	background-color:rgba(255,255,255,0.9);
	font-size:0.95em;
	text-decoration:none;
	display:block;
	padding:10px 10px 10px 10px;
	text-shadow:1px 1px 2px #FFF;
	font-size:1.05em;
	letter-spacing:0.8px;
	border-top:1px solid rgba(255,255,255,0);
	box-shadow:
	    /*inset 0px 1px 3px rgba(000,000,000,0.2),*/
		inset 1px 0px 10px 5px rgba(130,130,130,0.15),
		inset -1px -2px 3px rgba(000,000,000,0.2)/**灰色內陰影**/;				
	}
.mainmenu ul li a:hover,
.mainmenu ul li a:active
{ background-color:rgba(70,70,70,0.8); color:#FFF; text-shadow:1px 1px 2px #000;
border-left:#000 solid 1px;
border-bottom:#000 solid 1px;
 box-shadow:
        inset 0px 1px 3px rgba(255,255,255,0.2),
        inset -3px -1.5px 3px rgba(255,255,255,0.3);/**白色內陰影**/
		}
ul.level-2 li a:link, ul.level-2 li a:visited{ 
    width:85%;
	font-size:1em;
	padding:8px;
	padding-left:10%;
    padding-right:5%;
	background-color:rgba(255,255,255,0.9);
	border-top:#ccc solid 1px;
	box-shadow:none;
}
ul.level-3 li a:link, ul.level-3 li a:visited{
    width:80%;
	font-size:0.98em;
	padding:8px;
	padding-left:15%;
    padding-right:5%;	
	background-color:rgba(255,255,255,0.9);
	border-top:#999 dotted 1px;
	box-shadow:none;
}		
ul.level-2  li a:hover,ul.level-2  li a:active,
ul.level-3  li a:hover,ul.level-3  li a:active
{ 
background-color:rgba(70,70,70,0.8); color:#FFF; text-shadow:1px 1px 2px #000;
border-left:#000 solid 1px;
border-bottom:#000 solid 1px;
 box-shadow:
        inset 0px 1px 3px rgba(255,255,255,0.2),
        inset -3px -1.5px 3px rgba(255,255,255,0.3);/**白色內陰影**/

}
		
		
.active{
	background-color:#383737;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e1d1d),color-stop(21%,#383737));
	}
.ui-body-c{background-color:#fff;line-height:18px;}
.ui-bar-a{
	background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,rgba(255,255,255,1)),color-stop(100%,rgba(200,200,200,1)));
	border:none!important;
	border-bottom:solid #666666 1px!important;
	color:#000!important;
	text-shadow:1px 1px 1px #fff;
	height:42px!important;}
.active{
	color:#fff;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,29,29,1)),color-stop(21%,rgba(56,55,55,1)));
	text-shadow:0 1px 1px #000;}
.ui-btn-corner-all{
	-webkit-border-radius:0!important;
	border-radius:0!important;}
		
	
	
	
/*CSS*/	
.wrap{
	width:100%;
	 /*min-width: 720px;*/
	 margin:0 auto;
	 height:auto;
	 overflow:hidden;
	}
.col{
	margin-left:2%;
	padding-right:1%;
	padding-left:1%;
	}
.row{
	margin-left:0;
	padding-right:1%;
	padding-left:1%;}
.cow{
	margin-left:2%;
	}
	
.language{
	width:98%;
	padding:6px 1%;
	text-align:right;
	border-bottom:1px solid #CCC;
	}
	
.mininews{
	float:left;
	/*width:40%;*/
	width:45%;
	padding-top:5px;
	padding-bottom:5px;
	font:0.65em;
	margin-left:1%;	
	}
.quicklink{
	float:right;
	width:55%;
	height:auto;
	overflow:hidden;
	margin-left:0;
	padding-top:5px;
	padding-bottom:5px;
	font:0.70em;
	margin-left:2%;
	}
	
.bag{
	padding:0% 4% 0% 2%;
	float:right;
	text-align:center;	
	}
.account{
	/*width:23.5%;*/
	float:right;
	text-align:center;
	padding:0px 3%;	
	}
.search-btn{
	/*width:23.5%;*/
	float:right;
	text-align:center;
	padding:0px 5px;
	}
.search{
	width:75%;
	float:right;
	text-align:right;
	background-color:#ececec;
	padding:5px 0px;	
	}
.search input[type=text]{
	width:60%;
	}
	
.logo{
	clear:both;
	width:100.0%;
/* 	height:80px; */
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	border-top: 1px solid #ccc;
	margin-bottom:36px;
	}
.logo img{
/*
	width:274px;
	height:85px;
*/
	width:100%;
	height: 100%;
	}	
.topnav{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:3px 0px;
	}
	
.topnav li{
	
	float:left;
	display:block;
	padding: 0px 20px;
	}	
	
.topnav a{
	display:block;
	width:100%;
	text-align:center;
	font:0.95em;
	text-decoration:none;
	padding:3px 0;
	}
	
.topnav a:hover{
	display:block;
	width:100%;
	background:#CCC;
	color:#FFF;
	padding:3px 0;
	}
.lanw{
	width:125px;}


/*content*/
.rightwrap{
	width:98%;
	margin:0 auto;
	padding:12px 1% 0 1%;
	}	
.indexcnt{
	width:100%;
	height:auto;
	overflow:hidden;
	}	
.indexcnt h2{
	width:100%;
	font:1.15em;
	padding-top:6px;
	border-bottom:#CCC 1px solid;
	margin-bottom:3px;	
	}	
.pd{
	width:232px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:12px 6px ;
	text-align:center;
	}
.pd img{
	width:232px;
	height:232px;
	/*margin-left:1.5%;*/
	}
.pdimgSS{
	text-align:center;}

.pdname14p{
	font:0.75em;
	text-align:left;
	overflow:hidden;
	}
.pdname16p{
	font:0.8em;
	color:#C00;
	text-align:left;
	}
	
.price16p {
color: #D84227;
font-weight: bold;
text-shadow: 0px 0px rgb(230,245,255),1px 1px 3px rgba(30%,30%,36%,0.4);
text-align:left;
width:90%;
height:48px
}	

	
	
.price16p a {
color: #D84227;
font-weight: bold;
text-shadow: 0px 0px rgb(230,245,255),1px 1px 3px rgba(30%,30%,36%,0.4);
text-align:left;
}	

.price16p s {
display: block;
width: 100%;
color: #888;
font-size: 0.85em;
font-weight: 100;
text-shadow: 0px 0px rgb(0,0,0),0px 0px 0px rgba(0%,0%,0%,0);
text-align:left;
}

.downads img{
	width:47%;
	margin-top:12px;
	margin-left:2%;
	height:auto;
	overflow:hidden;
	float:left;
	}
/*.downads ul{
	margin-top:15px;
	} 
.downads li{
	display:block;
	height:150px;
	float:left;
	width:49%;
	margin:2px;
	background-color:#DDDDDD;
	}*/
	
footer{
	clear:both;
	width:100%;
	margin-top:12px;
	margin-bottom:12px;
	}	
.footer_menu{
	width:98%;
	padding:0 1%;
	}
.footer_menu li{
	float:left;
	display:block;
	width:23.5%;
	margin-top:12px;
	margin-bottom:12px;	
	}	
.login a{
	display:block;
	width:100%;
	text-align:center;
	background:url(../images/account.png) no-repeat 10% 50%;
	padding-top:6px;
	padding-bottom:6px;
	}	
.login a:hover{
	display:block;
	width:100%;
	background:#c8c8c8 url(../images/account.png) no-repeat 10% 50%;
	}

.store a{
	display:block;
	width:100%;
	text-align:center;
	background:url(../images/store.png) no-repeat 10% 50%;
	padding-top:6px;
	padding-bottom:6px;
	}
	
.store a:hover{
	display:block;
	width:100%;
	background:#c8c8c8 url(../images/store.png) no-repeat 10% 50%;
	}

.delivery a{
	display:block;
	width:100%;
	text-align:center;
	background:url(../images/car.png) no-repeat 10% 50%;
	padding-top:6px;
	padding-bottom:6px;
	}
	
.delivery a:hover{
	display:block;
	width:100%;
	background:#c8c8c8 url(../images/car.png) no-repeat 10% 50%;
	}
.size a{
	display:block;
	width:100%;
	text-align:center;
	background:url(../images/size.png) no-repeat 10% 50%;
	padding-top:6px;
	padding-bottom:6px;
	margin-right:0;
	}
	
.size a:hover{
	display:block;
	width:100%;
	background:#c8c8c8 url(../images/size.png) no-repeat 10% 50%;
	margin-right:0;
	}
	
/*.share{
	clear:both;
	width:98%;
	margin-top:12px;
	margin-bottom:0;}*/
.share{
	display:block;
	clear:both;
	width:100%;
	text-align:left;
	overflow:hidden;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:0px;
	line-height:200%;
	background-color:#EEE;
	border-radius: 3px;}
.share a{
	margin-left:2%;}
.addthis{
	float: right;
	width:78%;
	overflow:hidden;
	}
	
.contact_but{
	clear:both;
	width:98%;
	height:36px;
	margin-top:12px;
	margin-bottom:12px;
	padding:0 1%;
	}
.contact_but a:hover{
	color:#FFF;
	}
.mailus{
	width:47%;
	height:36px;
	line-height:36px;
	float:left;
	text-align:center;
	background:#CCC;
	}
	
.callus{
	width:47%;
	height:36px;
	line-height:36px;
	float:right;
	text-align:center;
	background:#CCC;
	}

.copyright{
	clear:both;
	width:98%;
	height:auto;
	overflow:hidden;
	padding:6px 1%;
	}
.contact{
	width:47%;
	height:auto;
	overflow:hidden;
	}

.contact h4{
	font:0.8em;
	border-bottom:1px solid #CCC;}
	
.contact p{
	font:0.7em;
	line-height:180%;}
	
.contact p span{
	line-height:110%;
	}
	
	
/*內頁*/

.maincnt{
	width:100%;
	height:auto;
	overflow:hidden;
	}
	
.maincnt h2{
	width:100%;
	font:1.5em;
	padding:5px 0;
	border-bottom:#CCC 1px solid;
	margin-bottom:6px;
	}
	
.bread {
	/*border-top:1px solid #CCCCCC;*/
	border-bottom:1px solid #CCCCCC;
	margin-top:5px;
	margin-bottom:5px;
	font-size:1em;
	}
.sortby{
	font-size:1em;
	margin-top:8px;
	margin-bottom:8px;
	}
	
.sortby p{
	padding:6px 0 0 0;
	}	
.right{
	float:right;}
.maincnt div.pd{
	margin-bottom:25x;
	}
.btn_list{	
	width:100%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;}
.btn_list input{
	margin:5px auto 15px auto;
	width:88%;
	font-size:1em;
	padding:3px;}
.btn{
	/*width:87px;*/
 text-align:center;
 border:1px solid #999;
 border-radius: 3px;
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));

	}
/****產品跳出框框***/
.pd-pop{
	clear:both;
	width:660px;
	overflow:hidden;}
.pd-pop div{
	overflow:hidden;
	}
.pd-pop h2.pdname{
	margin-bottom:0px;
	padding:5px 0px;
	}
.pd-pop #pdPop-price{
	width:100%;
	font-size:1.1em;
	margin-bottom:10px;
	}
#pdPop-price s{
	float:left;
	width:auto;
	font-size:0.98em;
	margin-right:2%;
	overflow:hidden;
	}
#pdPop-img{
	padding-right:2%;
	overflow:hidden;}
#pdPop-img{
	width:320px;
	height:320px;
	overflow:hidden;}
.pop_right{
	width:320px;
	margin-left:10px;
	overflow:hidden;text-align:center;
	}
.pop_right div{
	padding:7px 0px ;
	text-align:left;
	border-bottom:1px dotted #CCC;}	
.pd-pop h2.pdname{
	margin-bottom:0px;
	padding:10px 0px;
	border-bottom:1px dotted #CCC ;
	text-align:left;
	}
span#pdPop-color {
	box-shadow:none !important ;}	
.pop_right input{
	font-size:1em;
	padding:5px;
	margin:5px 2px;}
.quantity p	input{
	width:20px;
	padding:0px;
	margin:0px ;
	text-align:center;
	}
.quantity p	input[type=text]{
	width:30px;
	text-align:center;
	padding:3px;}
.quantity p	input[type=button]{
	width:25px;
	height:25px;
	border-radius:5px;text-indent:-4px;}
.pop_right input{
	width:40%;
	padding:5px;
	margin:15px 2px 15px 2px;}
.pd-pop #pdPop-price{
	width:100%;
	margin-bottom:0px;
	}
	
/***產品列表頁碼**/
#pager{
	margin-bottom:20px;}
.pages{
	clear:both;
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	}

/********PD細節*********/
.maincnt{
	margin-top:10px;}
.left{
	float:left;
	width: 380px;
	}
.half{
	width:47%;}
.half{
	width: auto;}
.pdimg{
	margin-bottom:20px;
	padding:3px;}
.pdimg img, .recommend img, .alsolike img, .additional img{
	box-shadow:0px 1px 3px rgba(0,0,0,0.2);
	margin:2px;
	}
div.pdimgLS{
	padding:0px !important;}
.pdimgLS{
	width:340px;
	height:340px;
	overflow:hidden;}
.pdimgLS img{
	margin-left:1px;
	width:338px;
	height:338px;
	}		
.pdimgXSS li{
	float:left;
	margin-left:0px;
	margin-right:1.5px;
	padding-top:3px;
	}
.pdimgXSS img{
	width:80px;
	height:80px;
	}
.pd_detial{
	overflow:hidden;
	margin-bottom:20px;
	float:left;
	padding-right:10px;
	}
.pd_detial div {
	margin:0px;
	padding:5px 0px;
	font-size:1em;
	}
.pd_detial div.price16p{
	height:auto;
	padding:5px 0px;
	margin:0px;
	margin-left:0px;
	font-size:1.1em;
	}
.pd_detial s{
	float:left;
	width:auto;
	font-size:0.99em;
	margin-right:3%;
	overflow:hidden;
	}
.pd_detial div.quantity input#quantity_nums{
	width:30px;
	font-size:1em;
	padding:3px;
	margin:0px;}
.pd_detial div.serials,.pd_detial div.quantity {
	margin:0px;
	}
.pd_detial h2.pdname{
	margin:5px 0px;
	border-bottom:1 solid #CCC;
	line-height:160%;
	}
.pd_detial div{
	}
.pd_detial p{	
	}
/**顏色陰影**/
.color span, .color div {
	box-shadow:
	1px 1px 4px rgba(000,000,000,0.4);
	}
div.pdimg{
 
	padding:3px;
	width:360px;}
.pd_detial div.price16p{
	margin-top:5px;
	width:auto;
	} 
	
/**直接購買和加購物車按鈕**/	
.essay input{
	width:45%;
	font-size:1.2em;
	padding:8px 10px;
	margin:20px 2% 20px 0px;
	}	
.m0{
	margin:0;}
/*****推薦商品.加價購*****/
.alsolike h3, .recommend h3, .additional h3,  .explain h3{
	border-left:2px solid #999999;
	margin-bottom:5px;
	line-height:130%;
	margin:10px 0px;
	padding-left:1%;
	font-size:1.5em;
	text-shadow:1px 1px 2px rgba(80,80,80,0.1);
	letter-spacing:0.5px;
	}
.alsolike, .recommend, .additional, .explain{
	display:block;
	clear:both;
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;}
	
.explain{
	border-bottom:1px dotted #cccccc;
	overflow:hidden;
	padding-bottom:10px;
	margin:5px 0px;
	}
.explain p{
	padding:5px;
	}
.alsolike ul, .recommend ul, .additional ul{
	border-bottom:1px dotted #cccccc;
	overflow:hidden;
	padding-bottom:10px;
	margin:5px 0px;
	}
.alsolike li, .recommend li, .additional li{
	float:left;
	margin:0 1%;
	display:block;
	width:110px;
	height:auto;
	overflow:hidden;}
.alsolike img, .recommend img, .additional img{
	width:106px;
	height:106px;
	/*padding-right:2%;*/
	}

li.last {
	margin-right:0;}
.pdname12p{
	font-size:0.85em;
	height:50px; 
	overflow:hidden;
	etter-spacing:0.3px;
	}
.note{
	display:block;
	clear:both;
	margin-top:20px;
	width:100%;
	overflow:hidden;}
/**標籤陰影**/
.note a {
	position:relative;
	box-shadow:
		inset 1px 2.5px 5px rgba(000,000,000,0.2),/**灰色內陰影**/
		inset 3px 3px 3px rgba(255,255,255,0.4),/**白色內陰影**/
		1px -1.5px 2.5px rgba(0,0,0,0.5)/***灰色外陰影**/;
	text-shadow:
		1px 1px 2px rgba(000,000,000,1);
		margin-bottom:-13px;
		z-index:1;
		}
.note-tabs li{	
    width:23%;
	text-align:center;
	margin-right:1.5%;
	float:left;
	}
.note-tabs li a{
	display:block;
	width:100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background-color:#DDDDDD;
	padding-top:8px;
	padding-bottom:5px;	
	}
.note-tabs li a:hover{
	background-color:#333333;
	}
.note-content {
	clear:both;
	width:100%;}
.note-content ul li.content{
	}
#notetab, #shippingtab, #sizetab{
	position:relative;
	width:88%;
	padding:35px 5% 50px 5%;
	box-shadow:
		inset 0px -4px 4px rgba(000,000,000,0.2) ,
		2px 3px 3px rgba(0,0,0,0.15)
		;
		z-index:2;
		margin-bottom:10px;
		border-radius: 5px;
		border-radius-top-left: 0px;
	/*text-shadow:/*0px -5px 3px  rgba(255,255,255,0.5)
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);*/}


#notetab ul{
	width:100%;
	}

h3{
	line-height:170%;
	font-size:19px;}
/**細節頁上下商品的按鈕**/	
.nextpage{
	margin-bottom:30px;}
.nextpage input{
	width:48.8%;
	font-size:1.2em;
	padding:8px 10px;
	margin:10px 0.5% 10px 0px;
	background-color:#F3F3F3;
	color:#333;
	border: 1px solid #AAAAAA;
	border-radius: 3px;
	}
.nextpage input:hover{
	background-color:#dddddd;
	border: 1px solid #AAAAAA;
	color:#333;
	box-shadow:
		1px 1px 4px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.8);
	}

/*******購物車********/
.cartcnt{
	width:90%;
	margin:0 auto;
	}
.shoppingcart td{
	border-bottom:1px solid #CCCCCC;
	padding:10px 5px;
	font-size: 0.85em;}
.itmedesc{
	margin-left:80px;
	padding:5px;}
.subtotal{
	text-align:right;
	padding:15px 5px;
	}
.cart-section{
	width:100%;
	border-top:1px solid #999999;
	padding-top:10px;
	padding-bottom:10px;}
.cart-section span{
	display:block;
	float:right;
	}
.itemlist div.total{
	text-align: center;
	font-size:1.5em;
	padding:15px 3px 5px 3px;
	}
.total h3{
	text-align: right;
	}
.total h3 span{
	margin-left:0%;
	}
input[id^=quantity_nums]{
	text-align:center;
	padding:2px 0px;
	width:30px;
	font-size:1em;}	
#spansubtotal, #spantotal{
	color:#C00;}
.left2{
	float:left;
	}
	
/**購物車刪除按鈕**/
.cart_delet{
	font-size:1.2em;
	padding:4px 10px;}
/**購物車結帳按鈕**/
.checkbtn{
	clear:both;
	margin:10px auto 30px auto;
	text-align:center;
	}
.cart_check{
	width:200px;
	height:40px;
	font-size:1.5em;
	margin:0 auto;}
	
/*****************Check.member*****************/
.leftline{
	overflow:hidden;
	background: none;}
.rightline{
	overflow:hidden;
	background:none;}
.checkcnt, .member, .member2{
	width:95%;
	margin:0 auto;
	margin-bottom:10px;
	font-size:0.85em;
	padding-top:10px;
	overflow:hidden;
	min-height:500px;}
.bill h3, .item h3, .payment h3{
	margin-bottom:5px;
	}
.bill, .member_login{
	display:block;
	width:45%;
	float:left;
	margin-right:5%;
	overflow:hidden;
	margin-bottom:20px;}
.check_login{
	padding:3px 6%;}
.logincont{
	padding-top:15px;}
.logincont input{
	margin:10px auto;}

.half3{
	width:43%;}
.full{
	width:96%;
	padding:10px 0;
	-moz-box-shadow:
		inset 4px 4px 3px rgba(59,59,59,0.3);
	-webkit-box-shadow:
		inset 4px 4px 3px rgba(59,59,59,0.3);
	box-shadow:
		inset 4px 4px 3px rgba(59,59,59,0.3);
}

.two-thirds {
	width:70%;}
.payment, .new_member{
	float:left;
	width:48%;}
.payment{
	font-size:1.2em;}
.logincont, .pay_section, .new_section{
	padding:15px 0 ;}
.paycont{
	padding-left:1.5em;
	width:95%;}
.item{
	display:block;
	width:98%;
	clear:both;
	overflow:hidden;
	margin-top:20px;}
.itemlist td{
	border-bottom:1px solid #CCCCCC ;
	padding:5px 0px;}
td.boxline {
	border-bottom:1px solid #CCCCCC ;}
.checkbnt{
	text-align:center;
	margin:20px 0px 30px 0px;}
.checkbnt input{
	width:60%;}
.itemlist img{
	width:70px;
	height:70px;
	margin:5px 10px 5px 5px;
	margin-top:0px;}	
.check_pd td{	
	padding:7px 0px;
	border-top:0px;}
.check_price td, .check_total td{
	border-top:0px;
	padding:5px 10px;
	}
h2{
	font-size:1.6em;
	line-height:120%;
	padding:10px 0;}
.checkcnt h3, .member h3{
	border-bottom:1px solid #AAAAAA;}
.shipinfo h4{
	font-size:1.3em;
	margin-top:15px;
	margin-bottom:10px;
	border-top:1px dotted #CCC;
	padding-top:10px;
	}
/**付款成功**/
.pay_final{
	padding:20px;
	}
/*********修改會員***********/	
/**選單切割線**/
.menuline{
	width:100%;
	overflow:hidden;
	background:url(../images/line.png) repeat-y 75% 0%;}
.membercnt{
	width:73.8%;
	float:left;
	margin-bottom:15px;
	}
.membercnt h2{
	margin-top:10px;
	margin-bottom:0px;
	}
.mpart, .pass{
	margin-bottom:20px;}
.mpart h3, .pass h3{
	border-bottom:0px;
	border-top:1px solid #AAA;
	line-height:200%;
	padding-top:5px;}
.mpart dd, .pass dd{
	display:block;
	width:20%;
	float:left;
	padding:3px 0px ;}
.mpart dt, .pass dt{
	display:block;
	width:70%;
	padding-right:10%;
	float:left;
	padding:3px 0px ;}
dl{
	display:block;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-bottom:10px;
	margin-top:7px;
	overflow:hidden;
	}
.pass{ display:none;}
.on{ display: block;
}
.memberbtn{
	text-align:center;
	width:87%;
	padding:10px 0px 20px 0px;}
.memberbtn2{
	text-align: right;
	width:87%;
	padding:5px 0px 20px 0px;}
.submenu{
	display:block;
	width:24.5%;
	float: right;
	min-height:470px;	
	}
.submenu li a{
	display:block;
	padding:15px 5%;
	margin:1px 0px;
	border-bottom:1px solid #AAA;	
	}
.submenu li a:hover{
	background-color:#EEE;
	}
#membereditform table{
	margin:0 auto;
	}
#membereditform td table{
	margin:0px;
	}
#membereditform td{
	padding:7px 20px 7px 0px;}
#membereditform td input[type=text], #membereditform td input[type=password] {
	width:94%;}
#membereditform  td[colspan=2] input[type=text] {
	width:96%;}
#membereditform td select, #membereditform td input[type=text].text-input2 {
	width:98.5%;}
#membereditform td input[type=text].text-input2 {
	width:97%;}
#membereditform td b{
	display:block;
	font-size:1.3em;
	padding:3px 0px;
	font-weight:100;}
/*****會員訂單列表*****/
.moder td{
	border-bottom:1px solid #CCC;
	padding:3px 2px;
	}
tr[id^=trdetail_] {
	background-color:#F9F9F9;}
tr[id^=trdetail_] td[id^=detail_] table {
	margin-top:0px;
	margin-bottom:-5px;	
    }
tr[id^=trdetail_] td[id^=detail_] table td{
	margin-top:5px;
	border-bottom:1px dotted #BBB;
	padding:10px 2px;}
.moder td input[type=button]{
	font-size:1em;
	padding:2px 13px;
	margin:5px 1px;}
/**會員中心**/
.membercnt table{
	margin-top:10px;
    }
.membercnt a{
	color:#999;}
.membercnt a:hover{
	color:#666;}
.membercnt td{
	padding:4px 0px;}


/****新聞列表****/
.newscnt{
	width:90%;
	margin:0 auto;}
.newscnt h2{
	width:97%;
	line-height:160%;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;}
.newslist{
	width:97%;
	height:auto;
	padding:8px 0px;
	overflow:hidden;
	border-bottom:1px dotted #CCC;
	/*box-shadow:0px 1px 2px rgba(80,80,80,0.15);*/
	}
div.newslist time{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#666;
	width:20%;
	float:left;
	overflow:hidden;
	padding:8px 0px;
	text-align:center;
	border-right:1px solid #CCC;	
	}
.newslist a{
	display:block;
	width:70%;
	float:left;	
	overflow:hidden;
	padding:10px 0px;
	margin-left:5%;	
	}
.newslist span{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F00;
	color:#FFF;
	padding:2px 8px;
	margin-left:5px;}
.newscnt time{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	padding:10px 0px 0px 0px;
	}
.news_pic{
	text-align:center;}
.news_pic img{
	max-width:768px;
	height:auto;
	}
.news_article{
	padding:0px 0 20px 0;}
.news_btn{
	text-align:center;
	margin:20px 0px 40px 0px;}
.news_btn input{
	font-size:1em;
	padding:5px 10px;}
/*****店鋪資訊*****/
.article div.store{
	width:90%;
	margin:0 auto;
	border-bottom:1px dotted #999;
	padding:10px 0px;
	overflow:hidden;}
.store p {
	width:66%;
	padding:2px 0px;
	float:left;
	clear:right;
	}
.store p a{
	width: auto;
	background:none;
	background-color:#FFF;
	clear:both;
	display:inline;
	padding:0px 0px;
	margin-left:0px;}
.store p a.gmap {
	width:50px;
	background:none;
	background-color:#CCC;
	clear:both;
	display:inline;
	padding:3px 8px;
	margin-left:5px;}

.store p a:hover {
	width:50px;
	background:none;
	background-color:#555;}
.store img{
	width:30%;
	height:auto;
	box-shadow:1px 1px 3px rgb(100,100,100,0.5);
	clear:left;
	margin-left:3%;}

.preOrder {
	text-align: center;
	height: 20px;
	padding: 4px;
 	border-radius: 3px;
	background-color:#C30000;
	box-shadow: 1px 1px 1px 1px silver;
	color: #FFF;
	top: -10px;
	position: relative;
	-webkit-box-shadow: 1px 1px 1px 1px silver;
}
body {
	
overflow-x: hidden !important;
width:100%;
 
}

.panel-open {
	width: 200px;
max-height: 100%;
overflow: hidden;
visibility: visible;
	
}

.panel-close {
	
	width: 0px;
max-height: 100%;
overflow: hidden;
visibility: hidden;
}

.wrap {
left: 0;
min-height: inherit;
border: 0;
z-index: 999;

	-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
 
	-webkit-transition: -webkit-transform 350ms ease;
	-moz-transition: -moz-transform 350ms ease;
	transition: transform 350ms ease;
	left: 0;
right: 0;
}
.panel-openwarp {
	
	-webkit-transform: translate3d(17em,0,0);
	-moz-transition:  translate3d(17em,0,0);
	transform: translate3d(17em,0,0);
	

}

.panel-closewarp {
	
position: static;
}