.comments {

}

.comments .post_comment {
	margin-bottom: 3em;
}
.comments .post_comment .comments_not_loged {
	color: #de0006;
	font-size: 1.2em;
}


/* form */
.comments .post_comment form dl dd textarea {
	width: 98%;
	height: 6em;
}
.comments form textarea{
	width:382px;
	height:78px;
}
.comments form ul.submits {
}
.comments form input.button {
	width: 213px;
	height: 37px;
	background: url('/plugins/basket/dsg/form_button.gif') no-repeat top center;
	font-size: 1.4em;
}



/* list */
.comments ul.posts {
	list-style-type: none;
	margin: 0;
}
.comments ul.posts li {
	margin: 0;
	border-top: 5px solid #dfdfdf;
	background: repeat-x top left;
	height: 1%;
}
.comments ul.posts li.blue {
	background-image: url('/dsg/comment_bg_blue.gif');
}
.comments ul.posts li.gold {
	background-image: url('/dsg/comment_bg_gold.gif');
}
.comments ul.posts li .author {
	float: left;
	width: 90px;
	height: 80px;
	padding: 5px 0;
	border-right: 1px solid #fff;
	text-align: center;
}
.comments ul.posts li .author .avatar {
	margin: 0 auto 2px auto;
}
.comments ul.posts li .author .user {
	font-weight: bold;
}
.comments ul.posts li .post {
	padding: 5px;
	margin-left: 90px;
}
.comments ul.posts li .post .datetime_title {
	padding-bottom: 5px;
	border-bottom: 1px solid #bfe0ff;
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #717171;
}
.comments ul.posts li .post .datetime_title span.title {
	padding-left: 2em;
}
.comments ul.posts li .post .datetime_title a.edit,
.comments ul.posts li .post .datetime_title a.delete {
	float: right;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background: url('/dsg/comment_edit.gif') no-repeat center center;
	margin-left: 5px;
}
.comments ul.posts li .post .datetime_title a.delete {
	background-image: url('/dsg/comment_delete.gif');
}
.comments ul.posts li .post .comment {
	font-size: 1.2em;
	line-height: 1.4em;

	min-height: 30px;
	height: auto !important;
	height: 30px;
}
.comments ul.posts li .post .signature {
	font-size: 1.1em;
	color: #717171;
	font-style: italic;
	padding-top: 10px;
}
.comments ul.posts li .post .buttons {
	margin-top: 5px;
	border-top: 1px solid #bfe0ff;
	padding-top: 5px;
	
}
.comments ul.posts li .post .buttons a.pm,
.comments ul.posts li .post .buttons a.quote {
	float: right;
	width: 55px; /*80*/
	height: 14px;
	padding: 0 0 0 25px;
	margin-left: 25px;
	background: url('/plugins/forum/dsg/button_quote.gif') no-repeat top left;
}
.comments ul.posts li .post .buttons a.pm {
	width: 87px; /*112*/
	background-image: url('/plugins/forum/dsg/button_pm.gif');
}