#detailContent{
	width: 960px;
	margin: 120px auto;
}
/*-- top Str--*/
.detail-top{
	height: 520px;
	width: 100%;
	margin-top: 40px;
}
/*top-img*/
.top-img{
	width: 420px;
	height: 500px;
	float: left;
	margin-left: 20px;
}
.big{
	width: 100%;
	height: 420px;
}
.big li{
	width: 100%;
	height: 100%;
}
.big img{
	width: 100%;
	height: 100%;
}
.small{
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
}
.small li{
	margin: 10px 10px 0 0;
	padding: 0;
	width: 60px;
	height: 60px;
	float: left;
}
.small li img{
	width: 100%;
	height: 100%;
}
.img-transform{border: 1.5px solid #9f825d;}
/*top-description*/
.top-description{
	width: 320px;
	height: 500px;
	float: right;
	margin-right: 20px;
	position: relative;
	box-shadow: 5px 0px 20px 0 rgba(195,195,195,0.30);
}
.title{
	margin-left: 20px;
	margin-top: 10px;
	height: 85px;
	width: 280px;
}
.title h2{
	font-size: 26px;
    letter-spacing:2px;
    margin-top: 15px;
}
.title h4{
	font-size: 18px;
    font-family: -webkit-pictograph;
}
.selection{
	width: 100%;
	height: 150px;
	margin-left: 20px;
}
.selection>span{
	display: block;
	margin-top: 5px;
	font-size: 16px;
	color: #684029;
}

.price p{
	display: block;
	width: 50%;
}

.price span{
	font-size: 26px;
	color: #ff4001;
}
.selection ul{
	margin-left: -10px;
}
.selection li{
	display: block;
	float: left;
	width: 58px;
	height: 29px;
	margin: 10px 0 0 10px;
	font-size: 14px;
	text-align: center;
	line-height:30px;
	color: #684029;
	border: 1px solid #eff2f9;
	background: #eff2f9;
	cursor: pointer;
}
.point{
	margin:20px 0 0 20px;
}
.point p,.point i,.point span{
	margin-top: 10px;
	font-size: 14px;
	color: #9f825d;
}
.point-specific{
	margin-left: 10px;
}
.sweet{
	margin-top: 5px;
}
.sweet span{
	padding-top: 5px;
	font-size: 12px;
	color: #684029;
}

.btn{
	width: 90%;
	position: absolute;
	bottom: 15px;
	margin-left:20px;
}
.btn-buy{
	width: 42%;
	height: 30px;
	border:none;
	outline:none;
	color: #684029;
	background: -webkit-linear-gradient(left, #F4F4F4 , #e2dfdd);
 	background: -o-linear-gradient(right, #F4F4F4, #e2dfdd);
    background: -moz-linear-gradient(right, #F4F4F4, #e2dfdd);
    background: linear-gradient(to right, #F4F4F4 , #e2dfdd);
}
.btn-buy:hover{
	background:#d6d3d1;
}
.btn-cart{
	width: 42%;
	height: 30px;
	margin-left: 15px;
	border:none;
	outline:none;
	color: #FFFFFF;
	background: -webkit-linear-gradient(left, #a78068, #684029);
 	background: -o-linear-gradient(right,#a78068, #684029);
    background: -moz-linear-gradient(right, #a78068, #684029);
    background: linear-gradient(to right, #a78068, #684029);
}
.btn-cart:hover{
	background: #684029;
}
/*-- top End--*/