#product_wrap {
	height: auto;
	width: 97%;
	overflow: auto;
	margin: 20px auto 30px;
}
#product_photo {
	height: 450px;
	width: 30%;
	text-align: center;
	display: block;
	float: left;
	min-width: 320px;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
#product_detail {
	height: auto;
	float: left;
	min-width: 200px;
	width: 59%;
	border-bottom: 1px dashed #666666;
	min-height: 420px;
	margin-right: auto;
	margin-left: auto;
}
.detail_title {
	border-bottom: 1px dashed #666666;
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 115%;
}
.detail_comment {
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
}
.detail_info {
	display: block;
	font-size: 85%;
	padding: 12px;
	border: 1px solid #CCCCCC;
	background: #f0f0f0;
	margin-bottom: 20px;
	overflow: auto;
	line-height: 135%;
	border-radius: 5px;
}
.detail_price {
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	margin-top: 50px;
}
#comment_wrap {
	overflow: auto;
}
.detail_photo img {
	height: auto;
	width: 48%;
}
.detail_photo2 img {
	height: auto;
	width: 100%;
}
.detail_photo {
}
.detail_price input .num{
	font-size: 110%;
	font-weight: normal;
	border: 1px solid #999999;
	padding: 3px;
}
#product_wrap #product_detail #comment_wrap .detail_price.font120 form .num {
	font-size: 100%;
	padding: 2px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#product_wrap #product_detail #comment_wrap .detail_price.font120 form .input {
	background: #E54E91;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	overflow: auto;
	display: block;
	max-width: 400px;
	border: 1px solid #B7376C;
	border-radius: 5px;
}
#product_wrap #product_detail #comment_wrap .detail_price.font120 form .input:hover {
	color: #FFFFFF;
	background: #FF9900;
}
.gift_price {
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	margin-top: 20px;
}
#gift_wrap {
	margin: 30px auto;
	padding: 25px;
	height: auto;
	width: 65%;
	border: 2px solid #DB7F8C;
	min-height: 200px;
	min-width: 700px;
	border-radius: 10px;
	box-shadow: 3px 3px #999999;
}
#gift_title {
	font: 250% 'Oswald', sans-serif;
	color: #666666;
}
#gift_detail {
	display: block;
	overflow: auto;
}
#gift_wrap #gift_detail .gift_price.font120 form .num {
	font-size: 100%;
	padding: 2px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#gift_wrap #gift_detail .gift_price.font120 form .input {
	background: #E54E91;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 15px;
	overflow: auto;
	display: block;
	max-width: 400px;
	border: 1px solid #B7376C;
	border-radius: 5px;
}
#gift_wrap #gift_detail .gift_price.font120 form .input:hover {
	color: #FFFFFF;
	background: #FF9900;
}.itemphoto1 {
	margin-top: 15px;
}
.itemphoto2 {
	margin-top: 35px;
}
