.commentParent
{
	width:627px;
	float:left;
}

.comments
{
	border-right:4px solid #BED4D9;
	border-top:4px solid #BED4D9;
	border-bottom:4px solid #BED4D9;
	margin-bottom:10px;
}

.nested
{
	margin:10px 0 0 0;
}

.comment
{
	position:relative;
    padding:10px;
    min-height:80px;
	border-left:66px solid #BED4D9;
}

.comment .author
{
	font-size:14pt;
    font-weight:bold;
	display:block;
}

.comment span.author img.avatar {
    position:absolute;
    left:-58px;
    top:10px;
	border:none;
}

.comment span.time {
	font-size:11px;
}

.comment div.body {
    margin-top:10px;
	word-wrap: break-word;
	-moz-binding: url('./wordwrap.xml#wordwrap');
	overflow:auto;
}

.comment div.body a {
	color:#007AC1;
}

.comment div.body a:hover {
   text-decoration:underline;
}

.comment div.karma {
    position:absolute;
    top:70px;
    left:-58px;
}

.comment div.karma a.tu {
    background:url(/templates/default/images/icons/thumb_up.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	width:14px;
	height:14px;
	margin:0 5px 0 6px;
}

.comment div.karma a.td {
    background:url(/templates/default/images/icons/thumb_down.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	width:14px;
	height:14px;
	margin:0 6px 0 5px;
}

.comment div.karma a.inactive {
	background-position:bottom center;
	cursor:default;
}

.comment div.karma span.tt {
	clear:both;
	float:left;
	margin-top:2px;
	width:45px;
	text-align:center;
	font-size:10px;
	font-family:tahoma;
}

.comments div.reply {
    font-size:11px;
	font-weight:bold;
	background-color:#BED4D9;
	text-align:right;
	padding:0px 3px 0 3px;
}

.commentForm
{
	clear:both;
	margin:35px 0 0 0;
	padding:0;
}

.commentForm form
{
	margin:0;
	padding:0;
	text-align:right;
}

.commentForm h3
{
	margin:0 0 5px 0;
	border-bottom:1px solid #EBCA4F;
	padding:0 5px;
}

.commentForm textarea
{
	/*10px 0px 10px 45px;*/
}

p.commentcaptcha
{
	margin-top:5px;
	margin-bottom:0;
}

img.commentcaptcha
{
	vertical-align:top;
}

input.commentcaptcha
{
	/*width:120px;
	height:26px;
	font-size:20px;
	padding:10px;*/
}

.commentForm .rules
{
	width:400px;
	float:left;
	text-align:left;
}

.commentForm .submitButton
{
	float:right;
	clear:right;
}

.commentForm #commentsLoginMsg a
{
	color:#007AC1;
}

.mtop
{
	margin-top:10px;
}

.commentParent .paging ul li a
{
	background:url(/templates/default/images/paging_left_comment.jpg) no-repeat left top;
	
}

.commentParent .paging ul li a span
{
	background:url(/templates/default/images/paging_right_comment.jpg) no-repeat right top;
	
}

.commentParent .paging ul li.currentpage a, .paging ul li a:hover
{
	background:url(/templates/default/images/paging_left_h_comment.jpg) no-repeat left top;
	
}

.commentParent .paging ul li.currentpage a span, .paging ul li a:hover span
{
	background:url(/templates/default/images/paging_right_h_comment.jpg) no-repeat right top;
}
