nav.comments {
	margin-top: 20px;
	margin-bottom: 20px;
}


.comment {
	border-radius: 7px;
	padding-left: 70px;
	background: #eee !important;
	position: relative;
	margin-bottom: 35px;
	font-family: 'Roboto';
}

.comment img {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 13px;
}

.comment .ct {
	background: #fff;
	padding: 13px 10px 10px;
	
	-webkit-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
}

.comments .tools {
	width: 100%;
	position: absolute;
	bottom: -29px;
	left: 0;
	height: 30px;
	background: url('../img/comment_2.png') no-repeat 725px top;
	z-index: 200;
	
}

.comments .tools div {
	position: absolute;
	top: 5px;
	left: 0;
}

.comments .tools .right {
	right: 50px;
	left: initial;
}


.comments .tools a {
	color: #0d0d0d !important;
	font-size: 12px;
}

.comment.add {
	min-height: 80px;
}

.comment.add .form {
	text-align: left;
	/*padding-left: 10px;*/
}

.comment.add textarea {
	width: 675px;
	height: 70px;
}

.comment.add .form_field {
	padding-bottom: 0;
}

.comment h5 {
	margin-top: 0;
}


.comments .vote a {
	background-image: url('../img/plusminus.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.comments .vote a.minus {
	background-position: -17px center;
}

.comments .vote {
	position: absolute;
	top: 13px;
	right: 18px;
	font-size: 12px;
}
.comments .vote a.plus {
	margin-left: 5px;
}

.comments.reply {
	padding-left: 70px;
	margin-bottom: 0;
}

.comments.reply textarea {
	width: 605px;
}

#comments_2{
	background: #fff;
}