/*---------------内容页:评论*/
.comment {
	/*border: 1px solid #EBEBEB*/;
	margin-top: 7px;
	text-align: left;
}
.comment .totalComments{
	color: red;
	padding: 0 5px;
}
.comment .commentbox dl {
	width: 98%;
	margin: 10px auto;
	border: 1px solid #C4D0E0;
}
.comment .commentbox dl dt {
	width: 100%;
	background: #E2E2E2;
	line-height: 25px;
	text-indent: 10px;
	color: #333;
	border-bottom: 1px solid #E6ECE3;
}
.comment .commentbox dl dt strong{
	padding-right: 5px;
}
.comment .commentbox dl dt span {
	color: #669933;
	font-size: 11px;
}
.comment .commentbox dl dd {
	padding: 10px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin: 0;
}
.comment .postbox .userbox {
	overflow: hidden;
	margin-top: 10px;
}
.comment .postbox .txtbox textarea {
	border: 1px solid #CCC;
	width: 600px;
	height: 80px;
	padding: 5px;
}
.comment .postbox .userbox .submit {
	width: 100px;
	height: 25px;
	padding-top: 2px;
}

/*comments box*/
.comment .commentsTitle{
	padding: 0 10px;;
	background: url(../../images/bg_left_jb.gif) repeat-x scroll 0 0;
}
.comment .commentsTitle .commentsTitleContent{
	height: 26px;
	line-height: 26px;
}
.comment .commentsTitle .commentsTitleContent strong{
	padding-right: 10px;
}
.comment .boxContentBox{
	margin: 0 0 5px;
	border: 1px solid #EBEBEB;
}
.comment .boxContentBox .link{
	float: right;padding-left: 5px;
}
.comment .boxContentBox .content{
	padding: 5px 1%;
}
