/* Review Block */


.commentList{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	float: left;
	padding-bottom: 5px;
}
.commentList h2{
	color: #C51100;
	font-size: 15px;
	display: inline;
	float: left;
}
.allComment{
	float: right;
	display: block;
}
.comment{
	width: 100%;
	float: left;
	text-align: left;
}
.commentDetail{
	float: right;
	padding-bottom: 10px;
}
.commentDetail h3{
	background-color: #F7F7F7;
	padding-top: 2px;
	padding-bottom: 2px;
}
.commentDetail h3 a{
	font-size: 15px;
	line-height: 140%;
}
.shopData{
	color: #601111;
}
a.aReply:link,a.aReply:visited{
	color: #999999;
}
a.aReply:hover,a.aReply:active{
    color:#FFFFFF;
	background-color: #999999;
}
.userHead{
	float: left;
}
.moreComment{
	float: left;
	text-align: right;
	width: 100%;
	color: #5552CB;
}
.moreComment a{
	font-size: 15px;
	text-decoration: underline;
}
#rightColumn li
{
	line-height:20px;
}