h2.comments {
	margin: 20px 0 10px 0;
}

a.comments-material-url {
	display: block;
	padding: 5px 0 5px 0;
}

div.empty-comments {
	border: 1px dotted #ded;
	margin: 20px 0 20px 0;
	padding: 10px;
	text-align: center;
	color: #666;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
}


div.comments-tree {
	border: 1px dotted #ded;
	background-color: #f6f6f6;
	margin: 10px 0 10px 0;
	padding: 10px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.comments-message {
	padding: 10px 0 0 0;
}

div.comments-level-0 {
	padding-top: 0;
}


div.comments-message-header {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 0 30px;
}

	div.comments-message-header .line {
		position: relative;
		background-color: #ddd;
		padding: 5px 0 5px 5px;
		height: 15px;
	}

		div.comments-message-header .line .rating-control {
			position: absolute;
			top: 5px;
			right: 5px;
		}


	div.comments-message-header a.user {
		font-size: 11px;
	}

	div.comments-message-header .date {
		font-size: 10px;
		color: #888;
	}

div.comments-body {
	border-left: 1px solid #ddd;
	padding: 0 0 0 5px;
}


div.comments-body p {
	font-size: 12px !important;
}

div.comments-body blockquote {
	margin      : 1.5em 10px;
	padding     : 0.5em 10px;
	border-left : 1px solid #bbb;
	font-style  : italic;
}
div.comments-body blockquote:before {
	margin-right   : 0.2em;
	color          : #bbb;
	content        : "\201C"; /* Непечатаемый символ слева */
	vertical-align : -.4em;
	font-size      : 3em;
	line-height    : 0.1em;
}
div.comments-body blockquote:after {
	color          : #bbb;
	content        : "\201D"; /* Непечатаемый символ справа */
	vertical-align : -.45em;
	font-size      : 3em;
	line-height    : 0.1em;
}
div.comments-body blockquote > p:first-child {
	display : inline;
}

div.comments-page-navigator {
	text-align: right;
	margin: 10px 0 20px 0;
}

div.comments-bottom-panel {
}

	div.comments-bottom-panel a.control {
		font-size: 10px;
	}

	div.comments-edit-form, div.comments-reply-form {
		padding: 3px 0 0 0;
		height: 100%;
		overflow: hidden;
	}

	div.comments-edit-form textarea {
		margin: 0 0 10px;
	}

	div.comments-edit-form .submit_button {
		display      : inline-block;
		margin-right : 5px;
	}

		a.comments-admin-button {
			display: block;
			background-color: #842B5B;
			float: left;
			padding: 3px 10px 3px 10px;
			margin: 2px 2px 0 0;
			color: #fff;
			text-decoration: none;
		}

div.comments-childs {
	padding: 0 0 0 25px;
}
