div#user_comments {
	
}

	div#user_comments div.comment {
		margin-bottom: 35px;
		/*padding-bottom: 10px;*/
		/*border-bottom: #E5E5E5 1px solid;*/
	}
	
		div#user_comments div.comment div.comment_deleted {
			color: #BBBBBB;
		}
	
		div#user_comments div.comment div.header {
			margin-bottom: 10px;
		}
		
			div#user_comments div.comment div.header span.date {
				color: #bbbbbb;
			}
			
			div#user_comments div.comment div.header span.rating {
				margin-left: 15px;
				color: #bbbbbb;
				font-weight: bold;
				/*float: right;*/
			}
			
			div#user_comments div.comment div.header span.bad {
				color: #fe8433;
			}
			
			div#user_comments div.comment div.header span.good {
				color: #A4D139;
			}
			
			div#user_comments div.comment div.header a.link {
				margin-left: 15px;
			}
		
		div#user_comments div.comment div.body {}
		
div#comments_owner_bar {
	display: table;
	width: 100%;
	margin: 0px 0px 40px 0px;
}

	div#owner_avatar {
		float: left;
		width: 70px;
		text-align: center;
		background: #F2F2F2;
		padding: 5px 0px;
		/*margin-top: 20px;*/
	}
	
		div#owner_avatar img {
			background: #fff;
			padding: 3px;
			border: 1px solid #B5B5B5;
		}
	
	div#owner_info {
		margin-left: 70px;
	}
	
		div#owner_info h3 {
			font-size: 14pt;
			padding: 0px 0px 0px 10px;
			margin: 7px 0px 15px 0px;
		}
		
		div#owner_info div {
			padding: 5px 0px 5px 10px;
			background: #F2F2F2;
		}
		
			div#owner_info div a, div#owner_info div a:hover {
				color: #000;
				text-decoration: none;
				margin-right: 7px;
			}
			
			div#owner_info div a.selected, div#owner_info div a.selected:hover {
				color: #EA1EA0;
			}