﻿.comments
{
	font-family:Arial;
	font-size:14px;
	margin-bottom:30px;
	padding-bottom:30px;
}
.comments a
{
	color:#005B8E;
}



.comments.onpage
{
	margin:30px;
}
.comments.onpage .subject,.comments.onpage .body
{
	width:845px;
}

.comments.popup
{
	margin:30px 0px;
}
.comments.popup .subject,.comments.popup .body
{
	width:400px;
}




.comments.summary
{
	margin:0px;
}
.comments.summary .subject,.comments.summary .body
{
	width:190px;
}



.comments .hide
{
	display:none;
}

.comments .title
{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #EFEFEF;
	height:25px;
	vertical-align:bottom;
	line-height:25px;
}
.comments .title .summary
{
	font-size:12px;
	font-weight:normal;
}
.comments .button.add
{
	float:left;
	width:102px;
	height:24px;
	background:url(../img/btn-comment-add.gif) no-repeat;
}
.comments .item
{
	background:#EDEDED;
	margin:5px 0px;
	padding:5px;
	border-bottom:0px solid #EDEDED;
	color:#585858;
}
.comments .alt .item
{
	background:#ffffff;
}
.comments .item .author
{
	color:#0E71C4;
	float:right;
	margin-left:5px;
}
.comments .item .subject
{
	color:#2A2A2A;
	font-weight:bold;
	margin-bottom:5px;
	word-wrap: break-word;
}
.comments .item .body
{
	word-wrap: break-word;
	
}
.comments .item .add
{
	color:#2A2A2A;
	font-weight:bold;
	margin-bottom:5px;
}
.comments .item .menu
{
	text-align:left;
}
.comments .item .menu input
{
	font-size:12px !important;
}
.comments .item .menu .status1
{
	background-color:#389020;
}
.comments .item .menu .status-1
{
	background-color:red;
}

.comments .form
{
	direction:rtl;
	text-align:right;
}
.comments .form .title
{
	border:none;
	font-size:12px;
}
.comments .form h3
{
	margin:10px 0px;
}
.comments .form .loader
{
	display:none;
	background:url(../img/comments-loader.gif) no-repeat right;
	padding-right:30px;
	color:#0083B1;
	font-size:12px;
	line-height:24px;
	cursor:default;
}
.comments .success,.comments .error
{
	line-height:200px;
}
.comments .error
{
	color:Red;
}

.comments .avatar
{
	width:40px;
	max-width:40px !important;
	max-height:40px;
}
