.comments-show-item form {
	display: none;
}

div.comments-show-block
	{
	font-family: Arial;
	width: 100%;
	margin-top: 20px;
	float: left;
	display: inline;
	}
div.comments-show-block-unviewed div.unviewed
    {
   	background-color: yellow;
    }
div.comments-show-block .not-published
    {
   	background-color: #ffeeee;
    }

a.createFirstLevel
	{
	/* display: block; */
	padding-right: 15px;
	background: url('/images/icons/go.jpg') right 2px no-repeat;
	}

div.comments-show-head
	{
	margin-top: 15px;
	margin-bottom: 10px;
	}

div.comments-show-head h2
	{
	display: inline;
	margin: 0 0 7px 0;
	padding: 0;
	}

div.comments-show-head span
	{
	padding-left: 10px;
	}

div.comments-show-head a.showNewCommentaries
	{
	text-decoration: none;
	border-bottom: 1px dotted #ED4040;
	color: #ED4040;
	}

div.comments-show-item
	{
	margin-top: 10px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
	clear: both;
	}

div.comments-show-item-container div.comments-show-item-container
	{
	margin-left: 20px;
	}

table.comments-show-item-info
	{
	float: right;
	display: inline;
	width: 100px;
	margin: 0 20px;
	}

table.comments-show-item-info img
	{
	padding-right: 5px;
	}

table.comments-show-item-info td.time
	{
	vertical-align: bottom;
	}

table.comments-show-item-info td.user-info
	{
	padding-top: 3px;
	}

div.comments-show-item-text
	{
	margin-right: 130px;
	overflow: hidden;
	}

div.comments-actions-container
	{
	margin-top: 8px;
	height: 17px;
	}

div.comments-show-item-hover div.comments-actions
	{
	display: none;
	}

div.comments-show-item-hover:hover div.comments-actions
	{
	display: inline;
	}

div.comments-actions a
	{
	margin: 0 2px;
	}

div.comments-actions a.create
	{
	padding-left: 15px;
	background: url('/images/create-icon.png') left center no-repeat;
	}

div.comments-actions a.complain, a.uncomplain
	{
	padding-left: 15px;
	background: url('/images/complain-icon.png') left center no-repeat;
	}

div.comments-actions a.edit
	{
	padding-left: 17px;
	background: url('/images/edit-icon.png') left center no-repeat;
	}

div.comments-actions a.delete
	{
	padding-left: 17px;
	background: url('/images/delete-icon.png') left center no-repeat;
	}

div.comments-actions a.moderate
	{
	padding-left: 17px;
	background: url('/images/show-all-icon.png') left center no-repeat;
	}

