/* CSS Document */

html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}

a img{
	border: 0;
}

.clear{
	clear: both;
	height: 0;
	width: 0;
	font-size: 0;
}

.clickthis{
	font-weight:bold;
	color:#F00;
}

.index_edit_buttom{
	border:#CCC 1px dotted;
	background-color:#636;
	color:#FFF;
	font-weight:bold;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	z-index: 20;
}

#body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #FFF url(../_image/bg_header.jpg) repeat-x;
}

#container{
	width: 950px;
	margin: auto;
	
}

/*  -  header  -  */

#header{
	height: 150px;
}

#functions{
	color: #f05c9d;
	font-size: 12px;
	text-align:right;
	padding: 10px 20px 0px 0px;
	height: 20px;
}

#functions a{
	color: #f05c9d;
	text-decoration: none;
}

#functions a:hover{
	text-decoration: underline;
}

#header_cont{
	margin-top: 0px;
	height: 83px;
}

#logo{
	margin: 0px 10px 0px 0px;
	width: 205px;
	height: 70px;
	float:left;
}

#menu{
	float: left;
	width: 524px;
	height: 48px;
	margin: 0;
	padding: 23px 0 0 0;
}

#menu li{
	float: left;
	list-style:none;
}

#search{
	float:right;
	margin: 0;
	padding: 20px 0 0 0;
}

#hot_search{
	width: 950px;
	height: 27px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 113px;
}

#hot_search .img{
	float:left;
	padding-left: 80px;
}

#hot_search .search_title{
	width: 200px;
	font-size: 12px;
	float:left;
	margin-top: 5px;
	text-align:center;
}

#hot_search a{
	color:#333;
	text-decoration:none;
}

#hot_search a:hover{
	color: #f05c9d;
	text-decoration:underline;
}

/*  -  banner  -  */

#banner{
	width: 950px;
	height: 396px;
}

#today_hot{
	width: 177px;
	height: 396px;
	float:left;
}

#today_hot .content{
	width: 154px;
	position:relative;
	top: 6px;
	left: 10px;
}

#today_hot .content .pic{
	border: #fbdaeb 1px solid;
}

#today_hot .content .name{
	margin-top: 10px;
	font-size: 14px;
	text-align:center;
	color: #d62776;
	font-weight:bold;
}

#today_hot .content .slogan{
	font-size: 13px;
	color:#333;
	font-weight:bold;
	text-align:center;
	margin: 10px 0 10px 0;
}

#today_hot .content .price{
	font-size: 13px;
	text-align:center;
	color:#F00;
	font-weight:bold;
}

#today_hot .content .price span{
	font-size: 22px;
	font-family:Verdana, Geneva, sans-serif;
}

#ad{
	width: 574px;
	height: 353px;
	float:left;
	border: #f34598 4px solid;
	margin: 34px 7px 0 7px;
}

/*  -  大圖輪播  -  */

#ad ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

.num{
	position:absolute;
	right:5px;
	bottom:5px;
}

.num li{
	float: left;
	color: #df5094;
	text-align: center;
	width: 30px;
	height: 28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	padding-top: 2px;
	background-image: url(../_image/bu_banner01.png);
	/*behavior: url("iepngfix.htc");*/
}
.num li.on{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	width: 40px;
	height: 38px;
	font-size: 30px;
	margin: 0 1px;
	border: 0;
	padding-top: 2px;
  background-image: url(../_image/bu_banner02.png);
	/*behavior: url("iepngfix.htc");*/
}

/*  -  end  -  */

#specialist_recommend{
	width: 177px;
	height: 396px;
	float: right;
	background:#FFF url(../_image/bg_specialist_recommend.jpg) no-repeat;
}

#specialist_recommend .title{
	position:absolute;
	z-index: 2;
}

#specialist_recommend .content{
	width: 177px;
	height: 335px;
	position:relative;
	top: 62px;
	margin: 0;
	z-index: 1;
}

/*  -  billboard 人氣排行榜  -  */

#billboard{
	width: 950px;
	height: 270px;
}

#billboard .hotbox{
	padding: 0 0 0 6px;
	float:left;
}

#billboard .hotbox .number{
	float:left;
}

#billboard .hotbox .hot{
	background:#FFF url(../_image/bg_billboard.jpg);
	width: 142px;
	height: 213px;
	float:left;
	font-size: 12px;
}

#billboard .hotbox .hot .pic{
	margin: 22px 0 10px 7px;
}

#billboard .hotbox .hot .name{
	text-align: center;
	color:#333;
	height: 30px;
	line-height: 15px;
	overflow:hidden;
}

#billboard .hotbox .hot .name a{
	color:#333;
	text-decoration: none;
}

#billboard .hotbox .hot .name a:hover{
	color: #f05c9d;
	text-decoration: underline;
}

#billboard .hotbox .hot .slogan{
	text-align: center;
	color:#333;
}

#billboard .hotbox .hot .price{
	color: #ff3366;
	font-weight: bold;
	text-align: center;
}

/*  -  what_hot 今日我最夯  -  */

#what_hot{
	width: 950px;
	height: 577px;
}

#what_hot #left{
	background:#FFF url(../_image/bg_hot_left.gif) no-repeat;
	width: 470px;
	height: 557px;
	float: left;
}

#left .b_pic{
	position:relative;
	width: 447px;
	height: 187px;
	top: 60px;
	left: 8px;
}

#left .s_pic{
	position:relative;
	width: 447px;
	height: 136px;
	top: 69px;
	left: 7px;
	margin-bottom: 9px;
}

#what_hot #right{
	background:#FFF url(../_image/bg_hot_right.jpg) no-repeat;
	width: 470px;
	height: 557px;
	float:right;
}

#main{
	width: 930px;
	text-align:center;
	margin: auto;
	position:relative;
}

#main .banner{
	width: 438px;
	height: 255px;
	background-color: #FFF;
	text-align:left;
	overflow: hidden;
}

#main .title{
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	height: 25px;
	margin-top: 5px;
}

#main .title span{
	color:#F00;
}

#main .slogan{	
	font-size: 12px;
	color:#F00;
	letter-spacing: 1px;
	text-align:left;
	height: 25px;
	margin-top: 5px;
}

#main .product{
	background-color:#FFF;
	width: 142px;
	float:left;
	font-size: 12px;
	margin-left: 3px;
}

#main .product .pic{
	width: 140px;
	height: 140px;
	margin-bottom:5px;
}

#main .product .name{
	text-align: center;
	color:#333;
	height: 13px;
	overflow:hidden;
	line-height: 14px;
	padding-top: 1px;
}

#main .product .name a{
	color:#333;
	text-decoration: none;
}

#main .product .name a:hover{
	color: #f05c9d;
	text-decoration: underline;
}

#main .product .slogan{
	text-align: center;
	color:#f05c9d;
	height: 12px;
	overflow:hidden;
	line-height: 13px;
	padding-top: 1px;
}

#main  .product .price{
	color: #ff3366;
	font-weight: bold;
	text-align: center;
	margin: 3px 0 5px 0;
}


/*  -  保健養身  -  */

#health{
	width: 460px;
	float: left;
}

#health .health_border{
	border: #77b900 solid 5px;
	height: 520px;
	padding: 5px;
	background-color: #eeeeee;
}

/* - 美容保養 - */
 
#beauty{
	width: 460px;
	float:right;
}

#beauty .beauty_border{
	border: #d850b6 solid 5px;
	height: 520px;
	padding: 5px;
	background-color: #eeeeee;
}

/*  -  流行時尚  -  */

#fashion{
	width: 460px;
	float: left;
}

#fashion .fashion_border{
	border: #58cbd0 solid 5px;
	height: 520px;
	padding: 5px;
	background-color: #eeeeee;
}

/* - 精緻生活 - */
  
#life{
	width: 460px;
	float: right;
}

#life .life_border{
	border: #9e48dd solid 5px;
	height: 520px;
	padding: 5px;
	background-color: #eeeeee;
}

/*  -  favorite  達人區  -  */

#elsie{
	width: 460px;
	float: left;
}

#elsie .elsie_border{
	border: #df81d7 solid 5px;
	height: 520px;
	padding: 5px;
	background-color: #eeeeee;
}

#arron{
	width: 460px;
	float:right;
}

#arron .arron_border{
	border: #fe8ba4 solid 5px;
	height: 520px;
	padding: 5px;
	background-color: #eeeeee;
}

/*  -  arrival 新到貨  -  */

#arrival{
	margin: 0 0 10px 0;
}

#arrival .newbox{
	padding: 0 0 0 6px;
	float:left;
}

#arrival .newbox .number{
	float:left;
}

#arrival .newbox .new{
	background:#FFF url(../_image/bg_arrival.jpg);
	width: 141px;
	height: 143px;
	float:left;
}

#arrival .newbox .new img{
	width: 127px;
	height: 127;
	margin: 9px 0 0 7px;
}

#hr{
	width: 930px;
	height: 10px;
	background:#FFF url(../_image/bg_hr.jpg) repeat-x;
	margin: 10px 10px 0 10px;
}

/*  -  adv  -  */

#adv{
	width: 950px;
	height: 100px;
}

#adv img{
	margin: 5px 0 5px 10px;
}

/*  -  footer  -  */

#footer{
	width: 950px;
	height: 49px;
	position: relative;
	margin-bottom: 30px;
	font-size: 12px;
	color:#333;
	text-align:center;
	margin:auto;
}

#footer_link{
	height: 21px;
}

#footer_link a{
	color:#333;
	text-decoration:none;
}

#footer_link a:hover{
	color:#f05c9d;
	text-decoration:underline;
}

#copyright{
	padding-top: 5px;
	height: 28px;
	background: #FFF url(../_image/bg_footer.jpg) no-repeat;
}

/*  - html css -  */

.text_class{
	border: 1px solid #f05c9d;
	font-size: 12px;
	color:#333;
}

.button_class_search{
	background:#FFF url(../_image/buttom_search.jpg) no-repeat;
	width: 57px;
	height: 23px;
	border: 0px;
	cursor:pointer;
}




/*  -- 商品內頁 product_inner --  */

#product_inner{
	width: 730px;
	position: relative;
}

#product_inner .main_image{
	float:left;
}

#product_inner .main_image_l{
	width: 345px;
	height: 345px;
	background:url(../_image/bg_p_inner_l.jpg) no-repeat #FFF;
	padding: 1px 0 0 1px;
	margin-bottom: 10px;
}

#product_inner .main_image_s{
	width: 340px;
}

#product_inner .main_image_s .img_s{
	background:url(../_image/bg_p_inner_s.jpg) no-repeat #FFF;
	float:left;
	width: 80px;
	height: 80px;
	padding: 1px 0 0 1px;
}

#product_inner .product_info{
	margin-left: 10px;
	float:left;
	width: 370px;
}

.product_info .name{
	color:#000;
	font-size: 17px;
	font-weight:bold;
	margin-top: 10px;
	font-family:"新細明體";
}

.product_info .brief{
	color:#000;
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
}

.product_info .original_price{
	float:left;
	color: #999999;
	font-size: 14px;
	margin: 33px 0 0 0;
}

.product_info .original_price span{
	text-decoration:line-through;
}

.product_info .original_price2{
	float:left;
	color: #F00;
	font-size: 14px;
	margin: 33px 0 0 0;
}

.product_info .original_price2 span{
	text-decoration:line-through;
}

.product_info .special_price{
	float:left;
	color: #666666;
	font-size: 15px;
	margin: 10px 0 0 0;
	font-weight:bold;
}

.product_info .special_price span{
	color: #ee5895;
	font-size: 40px;
	font-family:Arial, Helvetica, sans-serif;
}

.product_info .price2{
	float:left;
	color: #F00;
	font-size: 15px;
	margin: 33px 0 0 0;
}

.product_info .price2 span{
	text-decoration:line-through;
}

.product_info .special_price2{
	float:left;
	color: #666666;
	font-size: 15px;
	margin: 10px 0 0 0;
	font-weight:bold;
}

.product_info .special_price2 span{
	color: #ee5895;
	font-size: 40px;
	font-family:Arial, Helvetica, sans-serif;
}

.product_info .sale_date{
	color: #ee5895;
	font-size: 15px;
	margin: 10px 0 10px 0;
}

.product_info .sale_date span{
	color: #ee5895;
	font-size: 20px;
	font-weight:bold;
}

.product_info .card{
	font-size: 12px;
	border-collapse:collapse;
	border: 1px solid #cccccc;
	width: 180px;
}

.product_info .card td{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	height: 30px;
	text-align:center;
}

.product_info .card td span{
	font-size: 18px;
	font-weight:bold;
	color: #ee5895;
}

.product_info .remarks{
	margin: 10px 0 0 0;
	font-size: 12px;
}

.product_info .spec{
	margin: 10px 0 0 0;
}

.product_info .buy{
	margin: 20px 0 0 0;
}

.product_info .gift_product{
	margin: 10px 0 0 0;
}

.product_info .gift_product table{
	border-collapse:collapse;
	border: 1px solid #cccccc;
	font-size: 12px;
	width: 100%;
}

.product_info .gift_product table th{
	height: 25px;
	border: 1px solid #cccccc;
	background-color:#FCF;
}

.product_info .gift_product table td{
	height: 25px;
	border: 1px solid #cccccc;
	line-height: 20px;
}

.product_info .gift_product table td span{
	color: #ee5895;
}

.buynow{
	background:url(../_image/bu_buynow.jpg);
	width: 171px;
	height: 35px;
	border: 0;
	cursor:pointer;
}

#addbuy .buy{
	margin: 20px 0 5px 0;
}

.addbuy{
	background:url(../_image/bu_addbuy.jpg);
	width: 89px;
	height: 24px;
	border: 0;
}

#addbuy .products{
	/*background-color: #eeeeee;*/
	width: 720px;
	height: 270px;
	/*padding: 10px 0 0 10px;*/
}

#addbuy .products .bg_p_test{
	background-color:#eeeeee;
	width:176px;
	height: 270px;
	padding: 5px 0 0 0;
	float:left;
}

#addbuy .products .product_list{
	background:url(../_image/bg_addbuy_p.jpg) no-repeat;
	width: 176px;
	margin: 0;
	padding: 0;
	float:left;
}

#addbuy .product_list .pic{
	margin: 0;
	padding:0;
}

#addbuy .product_list .price{
	margin-top: 10px;
	font-size: 12px;
	color:#000;
}

#addbuy .product_list .price span{
	font-size: 14px;
	color: #ff0000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#addbuy .product_list .name{
	margin: 5px 0 5px 20px;
	font-size: 12px;
	color:#000;
	text-decoration:underline;
	overflow: hidden;
}

#addbuy .product_list .buy_num{
	margin: 0 0 0 20px;
}



#addgift .buy{
	margin: 20px 0 5px 0;
}

.addgift{
	background:url(../_image/bu_addgift.jpg);
	width: 89px;
	height: 24px;
	border: 0;
}

#addgift .products{
	/*background-color: #eeeeee;*/
	width: 720px;
	height: 270px;
	/*padding: 10px 0 0 10px;*/
}

#addgift .products .bg_p_test{
	background-color:#eeeeee;
	width:176px;
	height: 270px;
	padding: 5px 0 0 0;
	float:left;
}

#addgift .products .product_list{
	background:url(../_image/bg_addbuy_p.jpg) no-repeat;
	width: 176px;
	margin: 0;
	padding: 0;
	float:left;
}

#addgift .product_list .pic{
	margin: 0;
	padding:0;
}

#addgift .product_list .price{
	margin-top: 10px;
	font-size: 12px;
	color:#000;
}

#addgift .product_list .price span{
	font-size: 14px;
	color: #ff0000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#addgift .product_list .name{
	margin: 5px 0 5px 20px;
	font-size: 12px;
	color:#000;
	text-decoration:underline;
	overflow: hidden;
}

#addgift .product_list .buy_num{
	margin: 0 0 0 20px;
}

#choose_p .buy{
	margin: 20px 0 5px 0;
}

.choose_p{
	background:url(../_image/bu_p_choose.jpg);
	width: 89px;
	height: 24px;
	border: 0;
}

#choose_p .products{
	background-color: #eeeeee;
	width: 720px;
	height: 270px;
	padding: 10px 0 0 10px;
}

#choose_p .products .product_list{
	background:url(../_image/bg_addbuy_p.jpg) no-repeat;
	width: 176px;
	margin: 0;
	padding: 0;
	float:left;
}

#choose_p .product_list .pic{
	margin: 0;
	padding:0;
}

#choose_p .product_list .price{
	margin-top: 10px;
	font-size: 12px;
	color:#000;
}

#choose_p .product_list .price span{
	font-size: 14px;
	color: #ff0000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#choose_p .product_list .name{
	margin: 5px 0 5px 20px;
	font-size: 12px;
	color:#000;
	text-decoration:underline;
	overflow: hidden;
}

#choose_p .product_list .buy_num{
	margin: 0 0 0 10px;
}

#product_content{
	width: 730px;
	margin: 20px 0 0 0;
}

#product_content .title{
	background:url(../_image/bg_line.jpg) repeat-x;
}

#product_content .title img{
	position:relative;
	top: -10px;
}

#product_content .p_content{
	margin: -5px 0 20px 10px;
	width: 720px;
	overflow:hidden;
	line-height: 20px;
}

#product_content .p_spec{
	width: 710px;
	margin: -5px 0 20px 10px;
	line-height: 20px;
	letter-spacing: 1px;
	font-size: 12px;
	overflow:hidden;
}

#product_content .p_attention{
	width: 710px;
	margin: -5px 0 20px 10px;
	line-height: 20px;
	letter-spacing: 1px;
	font-size: 12px;
	overflow:hidden;
}

#product_content .p_change{
	margin: 0 0 20px 0;
	background:url(../_image/box_bg.jpg) repeat-y;
}

#product_content .p_freight{
	margin: 0 0 10px 0;
	background:url(../_image/box_bg.jpg) repeat-y;
}

.box_bg{
	margin: 0;
	padding: 0;
}

.box_bg .img{
	float:left;
	margin: 20px;
}

.box_bg .cont{
	letter-spacing: 1px;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	float:right;
	margin: 0 10px 0 5px;
	width: 540px;
}

.box_bg .cont span{
	color:#000;
	font-weight:bold;
}

#product_content .go_shoppingcart{
	text-align:center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.bu_shopping{
	background:url(../_image/bu_shoppingcart.jpg) no-repeat;
	width: 99px;
	height: 23px;
	border: 0;
	cursor:pointer;
}

/*  - moten -  */

#moten{
	width: 102px;
	position:absolute;
	right: 0px;
	top: 150px;
	display: none;
}

#moten .title{
	behavior: url("iepngfix.htc");
}

#moten .slogan{
	background-color: #d7468c;
	color:#FFF;
	font-weight:bold;
	width: 92px;
	margin-left: 3px;
	font-size:12px;
	text-align:center;
	padding: 3px;
}

#moten .banner{
	font-weight:bold;
	width: 98px;
	text-align:center;
	margin: 2px 0 0 3px;
	overflow:hidden;
}

/*  - shoppingcart -  */

#shoppingcart{
	width: 92px;
	height: 89px;
	cursor: pointer;
	overflow: hidden;
	background-image: url(../_image/bg_shopping.png);
	behavior: url("iepngfix.htc");
}

#shoppingcart .paynum{
	color:#F00;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	top: 25px;
	text-align:center;
}

#shoppingcart .buynum{
	color:#4432c4;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	top: 25px;
	width: 62px;
	margin:auto;
}

#shoppingcart .buynum span{
	color:#F00;
}

#shoppingcart .buynum a:link{
	color:#4432c4;
	text-decoration:none;
}

#shoppingcart .buynum a:hover{
	color:#4432c4;
	text-decoration:underline;
}

.text_input_class{
	border: 1px #cdcdcd solid;
	color:#000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

/*  -  每日激安 everyday_sale  -  */

#everyday_sale{
	width: 950px;
	height: 1750px;
	background:url(../_image/bg_everyday_sale.jpg) no-repeat;	
}

#sale_date{
	position:relative;
	left: 30px;
	top: 28px;
	width: 204px;
	color: #0784e5;
	font-size: 40px;
	font-family:"Arial Black", Gadget, sans-serif;
	letter-spacing: 1px;
	text-align:center;
}

#sale_date span{
	font-size: 16px;
}

#everyday_section{
	position:relative;
	top: 240px;
	width: 950px;
	height: 340px;
	margin-bottom: 20px;
}

#everyday_section .title{
	width: 232px;
	height: 318px;
	margin-top: 22px;
	float:left;
}

#everyday_section .contnet{
	float:right;
	width: 698px;
	height: 320px;
	border: 10px #ec83c1 solid;
	background-color:#FFF;
}

#everyday_product{
	width: 349px;
	float:left;
}

#everyday_product .pic{
	text-align:center;
	width: 240px;
	height: 200px;
	overflow:hidden;
	border: 1px #cccccc solid;
	margin: auto;
	margin-top: 10px;
}

#everyday_product .name{
	width: 295px;
	height: 21px;
	margin: 5px 0 0 53px;
	font-size: 16px;
	font-weight:bold;
	color:#000;
	overflow:hidden;
	
}

#everyday_product .price{
	margin: 0 0 0 53px;
	font-size: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	line-height: 20px;
}

#everyday_product .price span{
	color:#F00;
	font-size: 28px;
}

#everyday_product .slogan{
	margin: 3px 0 0 53px;
	color:#999;
	font-size: 12px;
	overflow:hidden;
}

#everyday_product .salenum{
	margin: 5px 0 0 53px;
	color:#999;
	font-size: 12px;
	overflow:hidden;
}

#everyday_product .salenum span{
	color:#F00;
	font-size: 12px;
}

#view a{
	color:#000;
	text-decoration:none;
}

#view a:hover{
	color:#666;
	text-decoration:none;
}


