.comments{
	width:100%;
}
.comments .row{
	clear:left;
	width: 100%;
	padding-bottom: 8px;
}
.comments .row .image{
	width: 200px;
	float:left;
}
.comments .row .image img{
	border:0;
	min-height: 120px;
}
.comments .row .info{
	min-height: 120px;
}
.comments .row .info div{
	font-size: 12px;
}
.comments .row .info .user a{
	color: White;
	font-style: italic;
	text-decoration: none;
}
.comments .row .info .title a{
	color: #98C6D8;
	text-decoration: none;
}
.comments .row .info .text{
	padding: 10px 0 10px 0;
}
.comments .row_separator{
	clear:left;
	width: 100%;
	height: 1px;
	font-size:1px;
	line-height: 1px;
	background-color: White;
	margin-bottom: 10px;
}
.copyright .pages{
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.copyright .pages a{
	text-decoration: none;
	color: White;
	padding: 0 2px 0 2px;
}
.copyright .pages .active{
	color: #98C6D8;
}