﻿/* ----- Comments ----- */
.comment
{
	background: #fff url(images/comment_normal_bg.gif) no-repeat left 17px;
	margin-bottom: 20px;
}
.comment .commentfooter
{
	clear: both;
	height: 10px;
	background: #fff url(images/comment_normal_bg.gif) no-repeat left bottom;
}
.commentbody
{
	/* padding: 10px 15px 0 15px; */
	padding: 0px 0px 0 0px;
	margin-bottom: 0px;
}
.comment p
{
	line-height: 1.6em;
}
.comment img
{
	float: left;
	width: 64px;
	height: 64px;
/*	padding: 3px;
	background-color: #FFFFFF;
	border: solid 2px #eeeeee;
	margin: 0 10px 0 0; /* background: #fff url(images/administrator_dumy.png) no-repeat; */
	padding: 5px;
	border: solid 1px #EFEFEF;
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
.commentheader
{
	padding-left: 10px;
	height: 18px;
	font-size: .88em;
	color: #9b9b9b;
	text-align: left;
	padding-bottom:10px;
}
.commentauthor
{
	padding-right: 14px;
	background: url(images/comment_normal_hdl.gif) no-repeat right 8px;
	height: 18px;
	float: left;
	font-size: 1.1em;
	color: #333;
	padding-bottom:10px;
}
.selfcomment
{
	background-image: url(images/comment_self_bg.gif);
}
.selfcomment .commentfooter
{
	background-image: url(images/comment_self_bg.gif);
}
.selfcomment .commentauthor
{
	background-image: url(images/comment_self_hdl.gif);
}
#commentlist
{
	padding-bottom: 20px;
}



