.rollover
{
	display:block;
}
.rollover:hover {
	background-position:
	100% /* Смещение по горизонтали */
	0px; /* Смещение вверх по вертикали */
}

td.plus a {
	background: url("../images/plus.gif") no-repeat scroll 0 0 transparent;
}

td.minus a {
	background: url("../images/minus.gif") no-repeat scroll 0 0 transparent;
}

td.plus a, td.minus a {
	cursor: pointer;
	display: block;
	float: left;
	height: 16px;
	margin: 0 20px 0 0;
	text-decoration: none;
	width: 180px;
}

td.plus a:hover, td.minus a:hover {
	background-position:0px -16px;
}

.content_add_comment table td, .content_add_comment table th {
	border: none !important;
	padding: 0px !important;
}

.content_add_comment
{
    margin-bottom:5px;
}

.links, .comm_form{
    text-align:left;
}

.comm_form{
    display:none;
}

/* coments */
.comment-title {
	/* background-color: #65a514;
	color: #ffffff; 
	padding:5px; 
	text-decoration: underline;*/
	font: 12px/14px "Tahoma";
	font-weight: bold;
}

div.comment-meta span.gb_author {
	/* color: #ddd; */
	font-size: 12px;
}
.comment-text {
	padding:5px 0;
}

#comment_table {
	margin-top:10px;
}

.comments ol {
	padding:0px;
	margin:0px;
}

.comments .comment {
	/* border-bottom: 1px solid #57B619; */
	clear: both;
}

.comments h3 {
	text-align: center;
	font-size: 15px;
}

.comment-meta {
	font-size:10px;
	/*color:#ddd; 
	background-color: #ddd; */
	padding-right: 20px;
    position:relative;
}

li.comment {
	border-bottom: 1px solid #57B619;
	margin-top: 5px;
}

.content_add_comment p {
	text-indent:0px !important;
}
