﻿.lastnews
{
	position: relative; 
	top: -13px;
	text-align: center;

	padding: 8px;

	width: 100%;
}

.lastnews-title
{
	color: #1d0080;
	font: 200 22px Georgia, Times New Roman, Serif;
	text-align: right;

	padding: 0 15px 0 5px;
	margin-bottom: 15px;
	margin-top: 0;
}

.lastnews-container
{
	border: 1px solid #c4c4c4;

	padding: 4px;
	margin-left: auto;
	margin-right: auto;

	width: 100%;
}

.lastnews-list
{
	border: 1px solid #afb4bd;
	border-top: 1px solid #969696;
	border-bottom: 3px solid #636d86;

	width: 98%;
}

.lastnews-list a:hover
{
	text-decoration: none;
	cursor: pointer;
}

.lastnews-list a:hover *
{
	color: #00f;
}

.lastnews-list-item
{
	background: #d6dff0 repeat-x;
	border-bottom: 1px solid #414858;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #243a65;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	text-align: justify;
}
