@import url("forum_theme_lista.css");
@import url("forum_theme_detail.css");

.forum_last_comments {

}

.forum_last_comments ul {
	margin: 2px;
	padding: 0px;
}

.forum_last_comments ul li {
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	list-style: none;
	position: relative;
}

.forum_last_comments ul li div.date_creation {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 9px;
	font-family: monospace;
}

.forum_last_comments ul li div.creator_name {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 10px;
	font-weight: bold;
}

.forum_last_comments ul li div.comment {
	font-size: 10px;
	height: 60px;
	overflow: hidden;
	padding-top: 2px;
}

.forum_last_comments ul li a {
	color: #222222;
}

.forum_last_comments ul li a:hover {
	color: #0000ff;
	cursor: pointer;
}