
@import url('/css/index.css');

h1 a {
	border-bottom: 2px solid #C4C4C4;
	text-decoration: none;
	color: #C4C4C4;
}
h1 a:hover {
	border-bottom: none;
}
h1 span {
	color: #C4C4C4;
}

#product {
	margin-left: -16px;
	width: 880px;
	overflow: hidden;
}
#product .item {
	margin-right: 15px;
	height: 240px;
	float: left;
	text-align: center;
}
#product .item-frame {
	width: 205px;
	height: 206px;
	position: relative;
	background: url('/img/bg/product-frame.png') no-repeat;
}
#product .item-frame a {
	display: block;
	width: 182px;
	max-height: 204px;
	position: absolute;
	left: 12px;
	bottom: 1px;
	overflow: hidden;
}
#product .item-frame img {
	vertical-align: top;
}

#product-item {
	width: 832px;
	height: 466px;
	position: relative;
	background: url('/img/bg/item-frame.png') no-repeat;
}
#product-item a {
	display: block;
	width: 808px;
	max-height: 464px;
	position: absolute;
	left: 12px;
	bottom: 1px;
	overflow: hidden;
	text-align: center;
}
#product-item img {
	vertical-align: top;
}
