body {
	background-color: #f2f3f5;
}
.bottom {
	margin-top: 10px;
}
.max_goods_pic {
	background-color: #fff;
	text-align: center;
}
.max_goods_pic .pic {
	width: 320px;
	height: 320px;
	margin: 0px auto;
}
.max_goods_pic .pic img {
	width: 320px;
	height: 320px;
	float: left;
}
.goods_title {
	position: relative;
	background-color: #fff;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 1px 3px 0px #ccc;
	padding-right: 80px;
	padding-left: 10px;
}
.goods_title .name {
	border-right: 1px solid #e4e2e2;
	height: 40px;
	line-height: 20px;
	padding: 10px 0px;
}
.goods_title .tab {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80px;
	height: 60px;
	text-align: center;
}
.goods_title .tab a {
	display: block;
	margin: 0px auto;
	padding: 10px 0px;
	width: 80px;
	height: 40px;
}
.goods_title .tab img {
	width: 40px;
	height: 40px;
}
.goods_detail {
	padding: 0px 8px;
}
.price_info ul {
	padding: 0px 10px;
}
.price_info li {
	position: relative;
	border-bottom: 1px dotted #dbdbdb;
	line-height: 40px;
	height: 40px;
	padding-left: 100px;
}
.price_info li:last-child {
	border-bottom: none;
}
.price_info .name {
	position: absolute;
	width: 100%;
	left: 0px;
}
.price_info .param {
	float: right;
}
.sale_gift li{
	border-bottom: 1px dotted #dbdbdb;
}
.sale_gift li:last-child {
	border-bottom: none;
}
.goods_type .detail {
	padding: 8px;
}
.goods_type .detail .name {
	line-height: 26px;
}
.goods_type .detail .tag a {
	display: inline-block;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	margin: 3px;
	height: 30px;
	line-height: 30px;
}
.goods_type .detail .tag a.hover {
	padding: 5px;
	border: 2px solid #a0d8d4;
	background: url(../image/goods_type.png) right bottom no-repeat;
}
.goods_type .number {
	display: block;
}
.goods_type .number .num_btn {
	border: 1px solid #dbdbdb;
	background-color: #fff;
	padding: 10px 15px;
	font-weight: bold;
}
.goods_type .number .num_val {
	border: 1px solid #dbdbdb;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.shop_btn {
	position: relative;
	margin-top: 10px;
	height: 50px;
	padding-right: 60px;
}
.shop_btn .btn {
	display: block;
	float: left;
}
.shop_btn .btn a {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	*/
	/*
	text-shadow: 0 1px 0 #892d28;
	*/
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	text-align: center;
	padding: 10px 14px;
}
.shop_btn a.red {
	background-color: #ff4f49;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6651), to(#ff4c50));
	background-image: -webkit-linear-gradient(top, #ff6651, #ff4c50);
	background-image: -moz-linear-gradient(top, #ff6651, #ff4c50);
	background-image: -ms-linear-gradient(top, #ff6651, #ff4c50);
	background-image: -o-linear-gradient(top, #ff6651, #ff4c50);
	background-image: linear-gradient(top, #ff6651, #ff4c50);
	border-color: #f71721;
}
.shop_btn a.yellow {
	background-color: #ffaf56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc05b), to(#ffa657));
	background-image: -webkit-linear-gradient(top, #ffc05b, #ffa657);
	background-image: -moz-linear-gradient(top, #ffc05b, #ffa657);
	background-image: -ms-linear-gradient(top, #ffc05b, #ffa657);
	background-image: -o-linear-gradient(top, #ffc05b, #ffa657);
	background-image: linear-gradient(top, #ffc05b, #ffa657);
	border-color: #f78525;
}
.shop_btn .buy {
	width: 40%;
	margin-right: 1%;
}
.shop_btn .shopcart {
	width: 58%;
	margin-right: 1%;
}
.shop_btn .shopcart a img {
	vertical-align: sub;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.shop_btn .share {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	/*width: 60px;*/
	height: 40px;
}
.shop_btn .share a {
	/*display: block;
	padding: 0px;
	width: 60px;
	height: 44px;*/
}
.member_msg .detail {
	padding: 5px 10px;
}
.member_msg .detail li {
	border-bottom: 1px dotted #dbdbdb;
}
.member_msg .detail li:last-child {
	border-bottom: none;
	text-align: center;
	line-height: 40px;
}
.member_msg .detail .avatar {
	display: block;
	line-height: 30px;
	width: 100%;
	margin-top: 5px;
}
.member_msg .detail .avatar img {
	vertical-align: middle;
	border: 1px solid #dbdbdb;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}
.member_msg .detail .msg {
	display: block;
	line-height: 26px;
}

/*
添加心愿 2013-11-7
*/
.wish .title .icon {
	vertical-align: middle;
	margin-right: 5px;
}
.wish form {
	display: block;
}
.wish form ul {
	border-top: 1px solid #dbdbdb;
	padding: 5px;
}
.wish form ul li {
	border-bottom: 1px dotted #dbdbdb;
	line-height: 36px;
}
.wish form ul .more {
	text-align: center;
}
.wish form ul .more a {
	color: #72c6bf;
}
.wish form ul li:last-child {
	border-bottom: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.wish form ul li:last-child textarea {
	border: 1px solid #72c6bf;
	width: 100%;
	height: 100px;
}
.wish form ul li:last-child label {
	width: 100%;
	display: block;
	text-align: center;
}
.wish form ul li:last-child .submit {
	width: 150px;
	height: 30px;
	background-image: none;
	border:none;
	background-color: #72c6bf;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin: 0px auto;
}