/* @override 
	http://localhost/picsengine3/dev/admin/public/css/comments.css
	http://localhost/dp/picsengine3/dev/admin/public/css/comments.css?v=3.5
	http://localhost/picsengine3/dev/admin/public/css/comments.css?v=3.5.1
*/

/* @group list */

#comments {
}
#comments_topbar {
	width: 596px;
	overflow: hidden;
}
#comments_nav {
	float: left;
	padding: 6px 0 0 6px;
}

#comments_statut {
	color: #fff;
	font-size: 11px;
	padding: 13px 10px;
	float: left;
}

#comments_filter {
	clear: right;
	float: right;
	font-size: 12px;
	color: #fff;
	padding: 6px 6px 0 0;
	overflow: auto;
}
#comments_filter span, #comments_filter .input {
	float: left;
}
#comments_filter span {
	padding: 6px 8px 6px 0;
}


#comments_list {
	padding: 0 6px 0 6px;
}
.comment {
	margin-bottom: 5px;
}
.comment .bottom {
	padding: 5px;
	overflow: auto;
}
.comment .photo {
	clear: left;
	float: left;
	padding-right: 5px;
}
.comment .photo div div {
	width: 40px;
	height: 40px;
}
.comment .comment_infos {
	float: left;
	width: 420px;
	line-height: 0.8em;
}
.comment .comment_infos strong {
	font-size: 12px;
}
.comment .comment_supp  {
	font-size: 10px;
}
.comment .comment_supp span {
	padding-right: 10px;
}
.comment .comment_infos p {
	padding-top: 5px;
	line-height: 1em;
}
.comment .comment_actions {
	clear: right;
	float: right;
	padding-right: 1px;
}
.comment .comment_actions .button_tiny {
	margin-top: 9px;
}
.comment .photo_link {
	font-size: 11px;
	display: block;
	margin-top: 4px;
	text-decoration: underline;
	color: #b0b0b0;
}
.comment .photo_link:hover {
	color: #ffffff;
}

/* @end */