.comment-block {
    clear: both;
    border: 1px solid #CCC;
    padding: 10px;
    margin: 10px 0;
    background-color: #EFEFEF;
}
.comment-block.owned {
    border-color: #07F;
    background-color: #F0F8FF;
}
.comment-block .timestamp {
    color: #666;
}
.comment-body div.col {
    float: left;
}
.comment-body div.avatar {
    width: 50px;
    padding: 0 10px;
}
div.avatar img {
    width: 50px;
    height: 50px;
    border: 1px solid #666;
}
.comment-body p.info {
    margin-bottom: 5px;
}
.comment-body p.info a {
    color: #000;
    font-weight: bold;
}

/*
.comments { float:left; width:100%; }

 .comments .comment-content {
	float: right;
	text-align: left;
	width: 100%; }
 
.comments .comment .comment-content .reply {
	clear: both;
	text-align: right; }
 
.comments .comment .comment-content .feedback p {  }
 
.comments .comment .comment-content .reply .item {
	float: right;
	padding: 0 2px;
	width: 18px;
	height: 18px; }
 
	.comments .comment .comment-content .reply .item button { margin: 0; }
 
		.comments .comment .comment-content .reply .item button:hover {
			border: 0;
			background: none; }
 
.comments .comment .comment-content .submit-report {
	border: 0;
	cursor: pointer;
	width: 18px;
	height: 18px;
	background: transparent; }
 
.comments { list-style-type: none; }
 
	.comments .comment {
		border-color: #ddd;
		border-style: solid;
		border-width: 1px;
		margin-bottom: 10px;
		padding: 5px 10px 5px 200px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px; }
 
		.comments .comment blockquote {
			border-bottom: 1px solid #ddd;
			border-top: 1px solid #ddd;
			clear: both;
			margin: 1.5em 4em 2em; }
 
		.comments .comment h3 {
			border-bottom: 1px solid #ddd;
			margin: .5em 0; }
 
		.comments .comment p { margin: .5em 0; }
 
	.comments .row1 { background-color: #fff; }
 
	.comments .row2 { background-color: #F8F8FF; }
 
	.comments > li.comment > div.feedback > .reply {
		display: inline-block;
		float: right; }
 
	.comments > li.comment > div.feedback img {
		clear: both;
		display: block }
 
	.comments > li.comment > div.meta {
		float: left;
		font-size: .9em;
		margin-left: -200px;
		padding: 10px; }
 
		.comments > li.comment > div.meta > div.details { float: left; }
 
			.comments > li.comment > div.meta > div.details > .author {
				clear: both;
				display: inline-block;
				float: left;
				font-weight: 700; }
 
			.comments > li.comment > div.meta > div.details > .date,.comments > li.comment > div.meta > div.details > .time {
				clear: both;
				display: block;
				float: left; }
 
		.comments > li.comment > div.meta > img {
			border: 1px solid #ddd;
			float: left;
			margin-right: 5px;
			padding: 3px; }
 
	.comments h5 { margin: 1.5em 0; } 

*/