@import url("base.css");

/*++++++++++++++++
	wrapper
++++++++++++++++*/
#wrapper{
	padding:64px 0 49px;
}
#hairstyle_title{
	width:320px;
	height:100%;
	margin:0 auto;
	background:url(../img/hairstyle/hairstyle_title_bg.png) left top no-repeat;
	background-size: 320px 38px;
	-webkit-background-size: 320px 38px;
	-moz-background-size: 320px 38px;
	-o-background-size: 320px 38px;
	-ms-background-size: 320px 38px;
}
#hairstyle_title .title{
	float:left;
}
#hairstyle_title .btn{
	float:right;
	padding:14px 6px 0 0;
}
#hairstyle_menu{
}
#hairstyle_menu .list{
	padding:10px 0 10px 10px;
}
#hairstyle_menu .list .item{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
#hairstyle_menu .list .item a{
	display:block;
}
#hairstyle_menu .list .item .photo{
	display:block;
}
#hairstyle_menu .list .item .title{
	display:block;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	padding:2px 0 4px;
	text-align:center;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #999999;
	background:#F4ACBE;
	border-top:solid 2px #EC7892;
}
#hairstyle_menu .btn{
	text-align:center;
}

#hairstyle{
	height:100%;
}
#hairstyle .no_list{
	font-size:12px;
	line-height:160%;
	color:#666666;
	text-align:center;
	padding:50px 0 40px;
}
#hairstyle .list{
	height:100%;
	padding:0 0 25px;
}
#hairstyle .list .item{
	float:left;
	width:50%;
}
#hairstyle .list .item .photo{
	display:block;
	text-align:center;
	height:185px;
}
#hairstyle .list .item .text_area{
	display:block;
	font-size:9px;
	font-weight:bold;
	line-height:12px;
	height:36px;
	overflow:hidden;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #999999;
	padding:3px 5px 4px;
	border-top:solid 3px #B3AE75;
	background:#CFCCA9;
}
#hairstyle .list .item1 .text_area{
	border-right:solid 1px #B3AE75;
}
#hairstyle .list .item .text_area .name{
	width:100%;
	display:block;
	height:12px;
	overflow:hidden;
}
#search_footer{
	font-size:12px;
	color:#FFFFFF;
	line-height:17px;
	padding:7px 18px 10px;
	background:url(../img/hairstyle/search_footer_bg.jpg) left bottom repeat-x;
	background-size: 3px 40px;
	-webkit-background-size: 3px 40px;
	-moz-background-size: 3px 40px;
	-o-background-size: 3px 40px;
	-ms-background-size: 3px 40px;
}
#search_footer .prev{
	float:left;
	width:49px;
	height:24px;
}
#search_footer .next{
	float:right;
	width:49px;
	height:24px;
}
#search_footer .pager{
	text-align:center;
	font-weight:bold;
	padding:4px 0 0;
}