﻿.UserCommentView
{
	width: 100%;
	clear: both;
}

.UserCommentView td
{
	padding: 7px; 
}

.UserCommentView .CommentProfile
{
	width: 150px;
	vertical-align: top;
	text-align: center;
}

.CommentProfile .UserName
{
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
}

.CommentProfile .Date 
{
	display: block;
	font-size: 9px;
}

.UserCommentView .CommentContent
{
	vertical-align: top;
/*	padding-left: 20px;
*/
}

.CommentContent .Title
{
    clear: both;
    float:left;
    width:440px;
    padding-bottom:7px;
	font-weight: bold;
	font-size: 14px;
}

.CommentContent .Text
{

	clear: both;
	width:auto;
	padding-top:15px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	line-height:18px;
}

.CommentContent .CommentRatings
{
	float:right;
}

.userCommentListLeft
{
	float:left;
	clear: both;
	padding-top: 5px;
}

.userCommentListRight
{
	float:right;
}