/* pod: latest news */

div.podWrapperLatestNews { width: 415px; }

div.podWrapperLatestNews ul.latestNews
{
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
	width: 214px;
	height: 165px;
	list-style: none;
	border-left: 1px solid #fff;
}

div.podWrapperLatestNews ul.latestNews li
{
	margin: 0 0 1px 0;
	padding: 0;
	width: 214px;
	height: 54px;
	font-size: 1.2em;
	color: #fff;
	background: #d3a7a8;
}

div.podWrapperLatestNews ul.latestNews li img
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: -201px;
	top: 0;
	display: block;
	z-index: 1;
}

div.podWrapperLatestNews ul.latestNews li.active img { z-index: 2; }

div.podWrapperLatestNews ul.latestNews li a
{
	margin: 0;
	padding: 5px 5px 0 5px;
	width: 204px;
	height: 49px;
	color: #fff;
	text-decoration: none;
	background: #d3a7a8;
	display: block;
}

div.podWrapperLatestNews ul.latestNews li.active a,
div.podWrapperLatestNews ul.latestNews li a.hover,
div.podWrapperLatestNews ul.latestNews li a:hover
{
	color: #fff;
	text-decoration: none;
	background: #7d1010 url(../../../images/a/home/latest-news-active.png) repeat-x left bottom;
}