div.comments
{
/*	background-color: #Ff0033; */
/*	background-color: #00FFFF; */
	border:0pt;
	display: block;
	width: 100%;
	float: right;
}

div.comments_pages
{
	display: block;
	position: relative;
	float: right;
	width: 100%;
	margin-bottom:10px;

}

div.comment, div.comment_admin
{
	display: block;
	border:0;
	border-bottom: 1pt dotted #666;
	background-color: #F3F3F3;
	position: relative;
	margin-bottom:3px;
	margin-left:0px;
	top: 0;
	left: 0;
	float: right;
	padding:5px;
	clear:both;
}

div.comment_admin
{
	background-color: #E3E3EC;
}



div.comments_new{
/*	background-color: #00FFFF; */
	display: block;
	width: 100%;
	float: right;
	margin-left:20px;
	margin-top:20px;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:10pt;
}







div.comment_userpic {margin:4px; float: left; border-width:4pt; border-color:#fff; border-style: solid;}

div.comment_info {display: block;}

span.comment_info_username, span.comment_info_username_admin
{    font-size: 12pt;
    font-weight: bold;
    padding: 0;
}

span.comment_info_username_admin a
{
    color: #ff6600;
}

span.comment_info_username_admin sup
{
    font-size: 7pt;
    font-weight: normal;
margin-left:3px;
}

span.comment_info_date {
	display: block;
	position: relative;
	font-size:6pt;
	color:#666666;
/*	float: right; */
}

.comment_text {font-size:10pt; margin-right:10px; margin-left:115px; min-height:50px;}
.comment_links {font-size:8pt; margin:10px;}
.comment_reply {font-size:20pt; margin:10px;}


DIV.comments_bbcode_quote{
	display: block;
	background-color: #c9c9c9;
	font-size:9pt;
	color: #333333;
	padding:6px;
	margin-left:10px;
/*	margin-left:108px; */
/*	border:4pt solid #333333; */
/*	font-weight: bold; */
/* 	margin:10px; */
}


.comments_bbcode_spoiler {
	display: inline;
	margin-left:10px;
	color:#F3f3f3;
	border-left-width:1pt;
	border-left-color:#ff0000;

}

.comments_pages_current {font-size:12pt; color:#F00;}
.comments_pages_extreme {font-size:8pt; padding:4pt; border:1pt solid #999;}
.comments_pages_page {font-size:8pt; padding:4pt; border:1pt solid #999; background-color:#ddd;}
