/* START: Last forum posts */
#forum_posts ul,
#forum_posts li,
#forum_posts h1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#forum_posts h1 {
	font-weight: normal;
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#forum_posts A:link, visited, active {
	color: #000000;
	text-decoration: none;
}

#forum_posts A:hover {
	color: #0f3da1;
	text-decoration: underline;
}

#forum_posts li {
	display: block;
	color: #848484;
	background-color: transparent;
	background-image: url(../images/arrow_last_comments.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 4px;
	padding: 0 0 8px 13px;
}

#forum_posts .username {
	font-size: 11px;
	font-weight: bold;
	color: #848484;

}
/* END: Last forum posts */
