﻿/* Module - News list */
.list-item 
{
	margin-bottom:		15px;
}
.list-item .date 
{
	margin:				0;
	color:				#848484;
	font-size:			11px;
	font-weight:		normal;
}
.list-item a:link,
.list-item a:visited,
.list-item a:active 
{
	text-decoration:	none;
}
.list-item a:focus,
.list-item a:hover 
{
	text-decoration:	underline;
}
.list-info 
{
	border-top:			1px solid #848484;
	padding-top:		10px;
}
.list-info .posted 
{
	float:				right;
}