body{
	padding-top:120px;
}
.slideshow{
	width:100%;
}
/**********************************************/
#header{
	box-shadow:0px -3px 8px 2px #999999;
	*border-bottom:1px solid #CECECE;
	height:100px;
}
#logo {
	margin:20px auto;
}
#logo img{
	height:30px;
}

.header_member{
	height:20px;
	line-height:20px;
	left:10px;
	text-align:left;
	position:fixed;
	top:70px;
}

.header_info {
	height:20px;
	position:fixed;
	right:10px;
	top:70px;

	z-index:200;
}
.header_info > li{
	font-size:12px;
	line-height:20px;
	margin-left:15px ;
}

.header_info  a{
	color:#b2b1b2;
	text-decoration:none;
}
.header_info  a:hover{
	color:#5b5b5b;
	text-decoration:none;
}


#menu{
	background-color:white;
	box-shadow:0px 2px 5px 2px #999999;
	border-bottom:1px solid #CECECE;
	border-radius:0px 0px 10px 10px;
	display:none;
	font-size:18px;
	height:320px;
	margin:0px auto;
	overflow:auto;
	padding:5% ;
	position:relative;
	text-align:left;
	width:90%;
	z-index:400;

}
#menu > li{
	line-height:50px;
}

#menu > li a , #menu > li a:hover{
	color:#666666;
	text-decoration: none;
}

.sub_menu{

	display:block;
}

.sub_menu > li{
	font-size:12px;
	height:40px;
	line-height:40px;
	padding-right:20px;
}

#menu_button{
	border:1px solid #CECECE;
	border-radius:5px;
	cursor:pointer;
	height:36px;
	top:9px;
	position:absolute;
	left:10px;
	width:45px;
}
#menu_button.focus{
	background-color:#F2F2F2;
}
#menu_button img{
	height:36px;
	width:50px;
}

#menu_button .line{
	padding:6px 0px 0px 0px;
	position:absolute;
	top:0px;
	width:100%;
}
#menu_button .line > li{
	background-color:#CECECE;
	height:2px;
	margin:5px auto;
	width:70%;
}


#footer_menu > li{
	margin:10px 0px;
	padding:0px 5px;
}
#footer_menu > li:first-child{
	display:block;
}
#footer_menu > li:last-child{
	border-right:1px solid black;

}
#footer_social > li{
	padding:10px 0px;
}
#footer_social > li:first-child{
	display:block;
}
.footer_contact{
	height:48px;
}
/****** search ******/
#search_bar{
	background-color:white;
	height:100px;
}
#search_container{
	padding-top:20px;
	text-align:left;
}
#search_txt{
	height:35px;
	margin-left:10%;
	width:40%;
}
#search_btn{
	border:1px solid #999999;
	background-color:#488AC7;
	color:white;
	cursor:pointer;
	font-size:15px;
	height:35px;
	margin:0px 0px 0px 10px;
	padding:0px;
	vertical-align:top;
	width:75px;

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

}


/**** product list ****/
.list_title{
	font-size:18px;
}

.product_list ,.related_list{
	margin:0px auto;
	padding-left:0px;
	width:80%;
}

.product_list > li , .related_list > li{
	margin-bottom:20px;
}



.brands_detail h1.brand_name{
	font-size:16px;
	margin:0px;
	padding:10px 0px;
	text-align:center;

}

/***** brands ****/
.brand_name{
	font-size:24px;
	margin-bottom:40px;
}

.brands_list > li{
	margin:0px auto;
	width:80%;
}
.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;
}


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

.product_detail{

	margin:0px auto;
	width:90%;
}


.product_detail h1{
	font-weight:normal;
	font-size:24px;
	line-height:150%;
	margin:0px 0px 5px 0px;
	padding:0px;
	text-align:left;
}

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

.product_detail .info .block_left , .product_detail .info .block_right{
	font-size:15px;
	line-height:35px;
	margin:5px 0px;
	text-align:left;

}

.product_detail .price  .block_left {
	font-size:18px;
}
/*
.product_detail  .price  .block_left , .product_detail .price .block_right{
	width:40%;
}*/
.product_detail  .pager  .block_left , .product_detail .pager .block_right{
	width:50%;
}

.product_detail .pager .block_right , .product_detail  .price  .block_right {
	text-align:right;
}

.product_detail #pager_pre ,.product_detail  #pager_next{
	width:70%;
	text-align:center;
}
.product_detail .info select{
	background-color:white;
	border:1px solid #CCCCCC;
	border-radius:4px;
	color:#555555;
	display:block;
	font-size:15px;
	line-height:32px;
	height:32px;
	width:100%;
}


.product_detail .add_bag_btn{
	box-shadow: 2px 2px 3px 1px #999999;
	padding:15px 0px;
	font-size:20px;
	width:100%;

}

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

.product_detail .social_list > li{
	margin: 10px 20px 0px 0px;

}
.product_detail .info .more_list > li{
	font-size:12px;
	line-height:24px;
	margin-right:10px;
}
.product_detail .info  .plus{
	font-weight:bolder;
	font-size:18px;
}
.product_detail .info  .pager{
	height:100px;
}

#pd_gallery{

	text-align:left;

}
#pd_gallery img{
	width:99%;
}

.product_detail .gallery > li{
	background-size:cover;
	background-position:center;
	margin:1% 1% 0px 0px;
	width:24%;
}

#pd_rel_5 ,#pd_rel_6{
	display:none;
}
/****  商品細節  end ***/

/****** 媒體報導 ******/
.media {
	width:90%;
}
.media img{
	width:100%;
}

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


#login_lightbox .lightbox_container{

	margin:3% auto;
	width:94%;

}


#login_lightbox .content_block{
	margin:0px auto;
	text-align:left;
	width:80%;
}


#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%;

}

#login_close_btn{
	height:0px;
}

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


#contact_lightbox .lightbox_container{

	margin:3% auto;
	width:94%;

}


#contact_lightbox .content_block{
	margin:0px auto;
	text-align:left;
	width:80%;
}


#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_close_btn{
	height:0px;
}
/******* cart  *******/

.cart_header{
	display:none;
}
.cart_list{
	font-size:15px;
	line-height:150%;
	margin:0px 20px;
	text-align:left;
}
.cart_list > li{
	border-top:1px solid #CECECE;
	padding:20px 0px;
}

.cart_list h2{
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	margin:0px;
	padding: 0px;
	text-align:left;
}
.cart_list h3{
	font-size:14px;
	line-height:20px;
	margin:0px;
	padding: 0px;
	text-align:left;
}
.cart_list .photo{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width:40%;
}

.cart_list .photo img{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width:100%;
}
.cart_list .pd_info{
	color:#666666;
	margin-left:5%;
	text-align:left;
 	width:55%;
}
.cart_list .info_block{color:black;
	padding-bottom:10px;
}
.cart_list .price_block{
	padding:5px 0px;
}
.cart_list .total_block{
	padding:5px 0px;
}
.cart_list select{
	border:1px solid #CECECE;
	border-radius:5px;
	height:30px;
	width:50%;

}

.cart_list .remove_block{
	background-color:#333333;
	border-radius:5px;
	color:white;
	font-size:15px;
	line-height:30px;
	margin-top:10px;
	height:30px;
	text-align:center;
	width:70%;

}
.cart_list .remove_block  a {
	color:white;
	text-decoration:none;
}

.cart_list .remove_block a:hover{
	color:#daa520;
	text-decoration:none;
}
.cart_end{
	padding-top:30px;
}

.billing_list {
	margin:20px auto;
	width:90%;
}
.payment_button{
	padding-top:20px;
	text-align:right;

}
h1.cart_title{
	font-weight:bold;
	font-size:20px;
	padding:10px 0px;
}
/***** cart end  ****/




/*****  checkout *****/
.payment_btn_container{
	text-align:center;
}
.payment_btn_container > div{
	padding-bottom:20px;
	width:100%;
}
.payment_btn{
	box-shadow: 2px 2px 3px 1px #999999;
	font-size:18px;
	padding:15px 0px;
	width:100%;
}

.checkout_block , .checkout_block_summary{
	margin:0px auto 20px auto;
	width:90%;
}

.checkout_block h1{
	padding:20px 0px;
}

.order_list > li{
	position:relative;
}
.order_list .photo{
	width:20%;
}

.order_list .pd_info{
	font-size:13px;
	position:relative;
	width:100%;
}

.order_list .qty , .order_list .sizecolor{
	font-size:12px;
}
.order_list .price{
	width:100%;
	text-align:left;
}

.order_list .remove_btn {
	margin:0px ;
	position:absolute;
	right:0px;
	top:30px;
}

.order_summary_block .total_price{
	font-size:16px;
}


/***** search ****/
.search_result{
	background-color:white;
	color:#999999;
	text-align:left;
	padding:0px 20px;
}
.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 .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:1%;
	padding:0px 1%;
	width:95%;
	top:100px;
}

#search_container  .search_result > li{
	padding:10px 0px;
}

#search_container .search_result h2{
	font-size:15px;
}
.search_result .brand_name{
	font-size:13px;
}
#search_container .search_result .photo{
	width:25%;
}
#search_container .search_result .content{
	font-size:12px;
	line-height:24px;
	height:54px;
	overflow:hidden;
	width:70%;
}

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