
body{
	padding:95px 0px 30px 0px;
}

#header_placeholder{
	height:95px;
}
#header {
	border-bottom:1px solid #CECECE;
	color:#b2b1b2;
	height:95px;
	text-align:left;
}

#header > .content {
	padding:0px 20px;
}

.header_menu{
	width:85%;
}
.header_menu  a{
	color:#b2b1b2;
	text-decoration:none;
}
.header_menu  a:hover{
	color:#5b5b5b;
	text-decoration:none;
}

#logo{
	width:240px;
}
#logo img{
	height:40px;
}

#menu{
	height:45px;
}
/* 260312文字加大 */
#menu > li{
	color:#b2b1b2;
	font-size:13px;
	height:45px;
	line-height:18px;
	padding:0px 20px;
	position:relative;
	text-align:left;
}


#menu  li.focus , #menu  li.focus > a , #menu  li.focus > a:hover{
	color:#5b5b5b;
}


.sub_menu{
	background-color:white;

	border-bottom:1px solid #CECECE;
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
	left:0px;
	padding:10px;
	position:absolute;
	text-align:left;
	top:100%;
	width:150px;
}

.sub_menu > li{
	line-height:100%;
	padding:10px 0px;
}
.header_info{
	width:15%;
	text-align:right;
}
.header_info > li{
	font-size:13px;
	height:40px;
	line-height:18px;
	width:80px;
}
.header_info  a{
	color:#b2b1b2;
	text-decoration:none;
}
.header_info  a:hover{
	color:#5b5b5b;
	text-decoration:none;
}

.list_title{
	margin:0px auto;
	width:1000px;
}


/****** search ******/
#search_bar{
	background-color:white;
	height:95px;
	text-align:left;
}
#search_container{
	height:70px;
	padding-top:25px;
	padding-left:16%;
}
#search_txt{
	height:45px;
	width:60%;
}
#search_btn{
	border:1px solid #999999;
	background-color:#488AC7;
	color:white;
	cursor:pointer;
	font-size:18px;
	height:45px;
	margin:0px 0px 0px 20px;
	padding:0px;
	vertical-align:top;
	width:95px;

}
#search_close_btn{
	border:1px solid #333333;
	background-color:#5B5B5B;
	color:white;
	cursor:pointer;
	font-size:24px;
	height:45px;
	margin:0px 0px 0px 20px;
	padding:0px;
	vertical-align:top;
	width:48px;

}


/************** header end ****************/

#footer{
	bottom:0px;
	left:0px;
	position:fixed;
}
#footer_menu{
	text-align:left;
}

#footer_menu , #footer_social{
	width:50%;
}

#footer_social {
	text-align:right;
}
.footer_contact{
	/* height:0px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}


/***** brands ****/



.brands_list {
	margin:20px auto;
	text-align:left;
	width:1000px;
}
.brands_list > li{
	margin:0px 1% 40px 1%;
	width:23%;
}
.brands_list > li .photo{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
}
.brands_list > li .photo img{
	width:100%;
}
.brands_list > li p{
	font-size:15px;
	line-height:30px;
	margin:5px 0px;
	padding:0px;
	text-align:center;
}
.brands_list > li a{
	color:black;
	text-decoration:none;
}

.brands_list > li a:hover{
	color:#666666;
	text-decoration:none;
}
/****  商品列表 ***/
#swipeslider{
	margin:0px auto;
	width:1000px;
}
#swipeslider .point{
	text-align:right;
}
#swipeslider .point > li{
	background-color:rgba(0,0,0,0.6);
	border:0px;
	border-radius:0px;
	color:white;
	font-size:12px;
	height:20px;
	line-height:20px;
	margin:0px 10px 0px 0px;
	width:20px;
	text-align:center;
}
#swipeslider .point > li.focus{
	background-color:rgba(232, 163, 23,0.6);
}

.pd_list_container{
	border:1px solid #AAAAAA;
	margin:30px auto;
	width:1000px;
}
.pd_list_container h1 , .relate_list_container h2{
	background-color:#AAAAAA;
	color:white;
	line-height:150%;
	margin:0px 0px 20px 0px;
	padding:0px ;
	text-indent:20px;
}

.relate_list_container{
	border:1px solid #AAAAAA;
	margin:30px 20px;
}



.product_list {
	max-width:1000px;
}

.product_list > li{
	margin:0px 2% 20px 0px;
	width:23%;
}

.related_list > li{
	margin:0px 2% ;
	padding-bottom:20px;
	width:16%;
}

.related_list > li h3{
	line-height:150%;
	font-size:15px;
	margin:0px;
	padding:0px;
}
@media screen and (max-width: 1500px) {
	#pd_rel_6{
		display:none;
	}
}
@media screen and (min-width: 1501px) and  (max-width: 1920px)  {
	.related_list > li{
		margin:0px 1% 0px 0px;
		width:15%;
	}
}

@media screen and (min-width: 1921px) {
	.related_list > li{
		margin:0px 2% 0px 0px;
		width:13%;
	}
}

/****  商品列表  end  ***/


/****  商品細節  ***/



.product_detail  {
	color:#666666;
	margin:20px;
}

.product_detail h1{
	color:#333333;
	font-weight:normal;
	font-size:18px;
	line-height:150%;
	margin:0px;
	padding:0px;
}

.product_detail h2{
	color:#999999;
	font-size:13px;
	line-height:150%;
	margin:0px;
	padding:0px;
}
.product_detail h4{
	font-size:15px;
	font-weight:normal;
	line-height:100%;
	margin:0px;
	padding:0px;
}
.product_detail .info {
	width:50%;
	text-align:left;
}

.product_detail .info .block_left , .product_detail .info .block_right{
	font-size:15px;
	line-height:35px;
	margin:15px 0px;
}
.product_detail .info .block_left{
	text-align:left;
	width:20%;
}
.product_detail .price .block_left {
	font-size:16px;
}
.product_detail .info .block_right{
	text-align:right;
	width:80%;
}


.product_detail .info select{
	background-color:white;
	border:1px solid #CCCCCC;
	border-radius:4px;
	color:#555555;
	font-size:15px;
	line-height:32px;
	height:32px;
	margin:0px 0px 0px 10px;
	width:30%;
}

.product_detail .info .x3 select{
	width:20%;
}


.product_detail .info .more{
	padding-top:40px;
}

.product_detail .info .more_list > li{
	font-size:15px;
	line-height:24px;
	margin-right:20px;
}
.more_list{
	width:60%;
}
.social_list{

	text-align:right;
}
.social_list > li{
	margin-left:20px;
}
.product_detail .info  .plus{
	font-weight:bolder;
	font-size:18px;
}
.product_detail .info  .pager{
	height:100px;
}

.product_detail #pd_gallery{
	margin-left:5%;
	text-align:left;
	width:45%;
}

.product_detail #pd_gallery .main_photo{
	width:99%;
}

.product_detail .gallery > li{
	background-size:cover;
	background-position:center;
	margin:1% 1% 0px 0px;
	width:24%;
}
.product_detail .gallery > li img{
	width:100%;
}
/****  商品細節  end ***/



/****** 媒體報導 ******/
.media{
	margin:0px auto;
	width:1000px;
}
.media img{
	width:500px;
}
/*****  登入  ****/


#login_lightbox  {
	left:50%;
	margin-top:5%;
	margin-left:-290px;
	width:580px;
}

#login_lightbox .content_block{
	display:inline-block;
	*display:inline;
	text-align:left;
	width:40%;
	padding:0px 5%;
	vertical-align:top;
	*zoom:1;
}



#login_lightbox .input_style{
	border:1px solid #CECECE;
	background-color:white;
	font-size:12px;
	height:24px;
	line-height:24px;
	margin:0px;
	padding:0px 2%;
	width:95%;

}


/*****  登入 end  ****/

/*****  contact  ****/


#contact_lightbox  {
	left:50%;
	margin-top:5%;
	margin-left:-300px;
	width:600px;
}


#contact_lightbox .content_block{
	padding:0px 5%;
	text-align:left;
}


#contact_lightbox .input_style , #contact_lightbox textarea{
	border:1px solid #CECECE;
	background-color:white;
	font-size:12px;
	height:24px;
	line-height:24px;
	margin:0px;
	padding:0px 2%;
	width:95%;

}

#contact_lightbox textarea{
	height:96px;
}
/*****  contact end  ****/



/******* cart  *******/

.cart_title{
	margin-left:20px;
}
.cart_header{
	font-weight:bold;
}
.cart_list{
	font-size:15px;
	line-height:150%;
	margin:0px 20px;
	text-align:left;
}
.cart_list > li{
	border-bottom:1px solid #CECECE;
	padding:20px 0px;
}
.cart_list > li:first-child{
	border-top:2px solid #CECECE;
}
.cart_list h2{
	color:black;
	font-size:18px;
	font-weight:normal;
	line-height:150%;
	margin:0px;
	padding:5px 0px;
}
.cart_list h3{
	color:#666666;
	font-size:16px;
	line-height:150%;
	margin:0px;
	padding:5px 0px;
}

.material_size{
	color:#999999;
	font-size:15px;
	line-height:24px;

}
.cart_list .photo{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width:10%;
}

.cart_list .photo img{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width:100%;
}
.cart_list .pd_info{
	margin-left:5%;
 	width:85%;
}

.cart_list .info_block{
	width:45%;
	text-align:left;
}

.cart_list .price_block{
	text-align:left;
	width:12%;
}
.cart_list .qty_block{
	width:20%;
}
.cart_list .total_block{
	width:12%;
}

.cart_list .remove_block{

	width:6%;
}
.cart_list .remove_block  a {
	color:black;
	text-decoration:none;
}

.cart_list .remove_block a:hover{
	color:#daa520;
	text-decoration:none;
}
.cart_list select{
	border:1px solid #CECECE;
	border-radius:5px;
	height:36px;
	width:90%;

}
h1.cart_title{
	font-weight:bold;
	font-size:24px;
	padding:20px;
	text-align:left;
}
.sub_total{
	font-weight:bold;
	font-size:24px;
	line-height:100%;
	padding:20px 5%;
	text-align:right;
}

.sub_total i{
	font-weight:normal;
}

.cart_end{
	font-size:15px;
	line-height:100%;
	padding:20px 5%;
	text-align:right;
}

.cart_end  a {
	color:black;
	text-decoration:none;
}

.cart_end  a:hover{
	color:#daa520;
	text-decoration:none;
}

.billing_list {
	margin:0px auto;
	width:720px;

}
.payment_button{
	padding-top:20px;
	text-align:right;

}
/***** cart end  ****/


/***** checkout ****/
.checkout_block{
	padding:20px 0px;
	width:550px;
}

.checkout_block_summary{
	margin-left:60px;
	padding:20px 0px;
	width:450px;
}

.order_summary_block{
	padding:20px 0px;
}


/***** search ****/
.search_result{
	background-color:white;
	color:#999999;
	margin:0px auto;
	text-align:left;
	width:1000px;
}
.search_result > li{
	border-top:1px dotted #CECECE;
	padding:20px 5%;
}
.search_result > li:first-child{
	border:0px;

}

.search_result h2{
	font-size:24px;
	line-height:150%;
	margin:0px;
	padding:5px 0px;
}

.search_result .brand_name{
	font-size:18px;
}
.search_result .photo{
	width:15%;
}
.search_result .photo img{
	width:100%;
}
.search_result .content{
	font-size:15px;
	line-height:150%;
	margin:0px  ;
	padding:0px 0px 0px 5%;
	width:80%;
}

#search_container .search_result{
	border:1px solid #CECECE;
	left:16%;
	width:50%;
	padding:0px 7px;
	top:72px;
}

#search_container .search_result h2{
	font-size:18px;
}
#search_container .search_result .content{
	font-size:12px;
}

.nosesult{
	color:#333333;
	font-size:12px;
	padding:100px 0px;
}


.privacy_content{
	width:900px;
}
