﻿/* @group comments */

.commentArea{
	min-height:100px;
*	height:auto;
}
	.commentArea h2 {
		margin-bottom:10px;
	}
	div> .commentArea{height:auto;}
.comments {
	background:#F9FAF5;
	padding:5px;
}
	.commentpost {height:110px;margin-bottom:15px;}
		.commentpost li {
			color: #F8650E;
			list-style:none;
			padding:5px 0;
		}
		.commentpost textarea {
			width:340px;
			height:36px;
			padding:2px 2px;
			border:1px solid #ccc;
			background:#fafafa;
		}
		.commentpost textarea:hover { background: #fff; }
		.submitcomment { float:right; }
	.comment {
		border-top: 1px solid #DDDDDD;
		padding:15px 0;
	}
		.comment div {
			float:right;
			width:380px;
			line-height:150%;
		}
		.comment li {
			padding-bottom:8px;
		}
		.comment span {
			float:right;
		}
	.commentface {
		float:left;
		width:45px;
		border: 1px solid #ccc;
		padding:3px;
		background:#fff;
	}
	.commentBody, .comment p {
		padding-top:8px;
		word-wrap: break-word;word-break: break-all;
	}
	.commentd {
		background:#efefef;
		color:#333;
		padding:15px;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}
		.commentd div { width:350px; }
		.commenting { background: url(/static/lexrus/styles_images/global/loading_ico.gif) no-repeat center 20px; }
	.ajaxReply {
		float:right;
		width:240px;
		background:#fff;
		display:none;
	}
.commentChild {;
	border:1px solid #ccc;
	margin:0 10px 15px 10px;
	padding:10px 13px;
	background:#fcfcfc;
}
	.commentChild div {
		width:330px;
	}
	.commentdChild {
		background:#efefef;
	}
.commentInput {	
	border:none;
	background:transparent;
	text-align:right;
}
	.commentInput textarea {
		border:1px solid #ccc;
		background: #FFFFCC;
		width:380px;
		height:40px;
		margin:5px 0;
	}
	.sendingReply { 
		background: url(/static/lexrus/styles_images/global/loading_ico.gif) no-repeat top center; 
		height:74px;	
	}
#postDelete {
	background: #FF3300;
	border-color:#CC0000;
	color:#fff;
}
.deleted {
	text-decoration:line-through;
	color:#ccc;
}
.deleteReason {
	color: #990000;
	margin-top:-8px;
}

/* @end */