#comments .null{
	display: block;
	padding: 10px 0;
	text-align: center;
}

#comments ul.commentList {
	padding-left: 0;
}

#comments li.comment {
	padding: 15px 15px 0 170px;
	display: block;
	min-height: 80px;
}

#comments .userinfo {
	float: left;
	_display: inline;
	margin-left: -170px;
	width: 150px;
	padding: 0 5px;
	text-align: center;
	line-height: 18px;
	color: #666;
}

#comments .userinfo .face {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 1px;
	padding: 4px 5px 5px 4px;
	background: url(../../img/goodsDetail/remark.png) no-repeat;
	background-position: -53px -115px;
}

#comments .feed_box {
	position: relative;
	zoom: 1;
	padding: 0 8px 20px;
	border: 1px solid #B4B4B4;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #FFF;
}

#comments .fico {
	position: absolute;
	left: -9px;
	top: 25px;
	width: 9px;
	height: 17px;
	background: url(../../img/goodsDetail/remark.png) no-repeat;
	background-position: -23px -171px;
}

#comments div.comment {
	margin: 5px;
	font-size: 14px;
	line-height: 22px;
	color: black;
	min-height: 70px;
}

#comments .date {
	position: absolute;
	right: 20px;
	bottom: 3px;
	color: #979797;
}

#comments .businessNo{
	position: absolute;
	left:10px;
	bottom:3px;
	color: #979797;
}