/* Стили для блока "последние комментарии" на главной */
.lastComments {
	width: 235px;;
	padding: 10px;
	border: 1px solid #d1ecf5;
	margin-bottom: 10px;
}

.lastComments .commentHolder {
	color: #5D5D5D;
	padding: 10px 0px 10px 0;
	background: transparent url(/images/vmain/commentline.gif) repeat-x 0px
		100%;
	border-top: 1px solid #92b1c4;
}

.lastComments .userName,.lastComments .date {
	width: 50%;
	float: left;
	text-align: left;
	color: #3F9DD1;
	font-size: 11px;
}

.commentsText {
	padding: 2px 0px 3px 0px;
}

.lastComments .userName span {
	font-size: 11px;
	color: gray;
}

.lastComments .header,.lastComments h2 a {
	color: #6890A6;
	font-weight: 400;
}

.lastComments h2 {
	line-height: 70%;
}

.lastComments .header {
	font-size: 15px;
	font-family: Verdana;
	padding-bottom: 10px;
}

.lastComments h2 a {
	font-size: 12px;
	font-family: Verdana;
}

.lastComments .comments {
	margin: 15px 5px;
	padding: 0px 10px 30px 0;
}

.lastComments .comments h2 a {
	font-size: 12px;
}

.lastComments .date {
	text-align: right;
}

/* FOR ALL COMMENTS PAGE */
.allComments {
	padding: 10px;
	border: 1px solid #d1ecf5;
	margin-bottom: 10px;
}

.allComments .commentHolder {
	color: #5D5D5D;
	padding: 10px 0px 10px 0;
	background: transparent url(/images/vmain/commentline.gif) repeat-x 0px
		100%;
	border-top: 1px solid #92b1c4;
}

.allComments .userName,.allComments .date {
	width: 50%;
	float: left;
	text-align: left;
	color: #3F9DD1;
	font-size: 11px;
}

.allComments .userName span {
	font-size: 11px;
	color: gray;
}

.allComments .header,.allComments h2 a {
	color: #6890A6;
	font-weight: 400;
}

.allComments h2 {
	line-height: 70%;
}

.allComments .header {
	font-size: 15px;
	font-family: Verdana;
	padding-bottom: 10px;
}

.allComments h2 a {
	font-size: 12px;
	font-family: Verdana;
}

.allComments .comments {
	margin: 15px 5px;
	padding: 0px 10px 30px 0;
}

.allComments .comments h2 a {
	font-size: 12px;
}

.allComments .date {
	text-align: right;
}

/* Стили блока комментарии места */
#placeComments ul {
	list-style-type: none;
}

#placeComments ul li.comment {
	padding: 8px;
	border-top: 1px solid #B5C3CF;
}

#placeComments ul li.comment .userName {
	color: #3F9DD1;
	font-size: 15px;
}

#placeComments ul li.comment .userName span {
	font-size: 12px;
	color: #98A646;
}

#placeComments ul li.comment .date {
	margin-left: 5px;
	font-size: 11px;
	color: #909090;
}

.addComment {
	border: 1px solid #B5C3CF;
	padding: 8px;
}

.addComment div {
	padding-top: 8px;
	color: gray;
	font-size: 13px;
}

.addComment textarea#commentText {
	width: 100%;
	background: #FFF url(/images/comments/commentTextareaBg.png) repeat-x
		scroll 0 0;
	font-size: 13px;
}

.addComment .buttons {
	padding: 10px 0;
}