.box_product{
	width: 302px;
	height: 310px;
	display: block;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
.box_product_img{
	width: 302px;
	height: 310px;
	display: block;
	position: absolute;
	z-index: 1;
	background-color: #FFFFFF;
}
.box_product_name{
	width: 302px;
	height: 35px;
	display: block;
	position: absolute;
	padding-top: 15px;
	background-color: #000000;
	z-index: 2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	top: 261px;
}
.box_product:HOVER .box_product_name{
	background-color:#24c4d2;
}

.box_product_list{
	width: 339px;
	height: 310px;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 36px;
}
.box_product_list_r{
	width: 302px;
	height: 310px;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 36px;
}

/*-- size product 175 --*/
.box_product_list_175{
	width: 195px;
	height: 175px;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 36px;
}
.box_product_175{
	width: 175px;
	height: 175px;
	display: block;
	position: relative;
	cursor: pointer;
}
.box_product_img_175{
	width: 175px;
	height: 175px;
	display: block;
	position: absolute;
	z-index: 1;
	background-color: #FFFFFF;
}
.box_product_name_175{
	width: 175px;
	height: 25px;
	display: block;
	position: absolute;
	padding-top: 10px;
	background-color: #999899;
	z-index: 2;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	top: 150px;
}
.box_product_list_175:HOVER .box_product_name_175{
	background-color:#000000;
}

/*-- product_list --*/
.box_product_view{
	width: 302px;
	height: 310px;
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.box_product_add{
	width: 302px;
	height: 35px;
	display: block;
	position: absolute;
	padding-top: 15px;
	background-color: #9a9a9a;
	z-index: 2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	top: 261px;
}

.box_product_view:HOVER .box_product_add{
	width: 302px;
	height: 96px;
	display: block;
	position: absolute;
	padding-top: 15px;
	background-color: #000000;
	opacity: 0.7;
	z-index: 2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	top: 200px;
}
.box_product_view .box_product_add a{
	display: none;
}
.box_product_view:HOVER .box_product_add .btn_view{
	margin-bottom: 10px;
}
.box_product_view:HOVER .box_product_add a{
	display: block;
}

/*-- page productlist --*/
.main_name{
	color: #8a8a8a;
	text-transform: uppercase;
}
.sub_name{
	color: #318fb3;
	text-transform: uppercase;
}

/*-- page productdetail --*/
.box_product_detail_img{
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.product_detail_img{
	width: 490px;
	height: 566px;
	display: block;
	position: relative;
	overflow: hidden;
}
.product_detail_txt{
	width: 490px;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	margin-left: 20px;
	/*font-family:ITCFranklinGothicStdMdCn;*/
}
.product_name{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 2.8em;
	/*font-weight: bold;*/
}
.price{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 3.2em;
	color:#23c3d1;
}
.size_txt{
	float: left;
	width: 50%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 18px;
}
.size_chart{
	float: left;
	width: 50%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 18px;
}
.box_description{
	width: 410px;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	margin-left: 80px;
	padding-top:33px;
}
.box_detail_product{
	width: 410px;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	margin-left: 80px;
}
.description_detail{
	 background-color: #F1F1F1;
    border-radius: 15px 15px 15px 15px;
    color: #333333;
    display: block;
    font-family: Tahoma;
    font-size: 13px;
    height: auto;
    margin-top: 5px;
    overflow: hidden;
    padding: 18px;
    position: relative;
    width: 365px;
}
.box_item{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}