/* Module news latest styles */

.modtitle{
	color: #9A004B;
	font-family: AauxNext-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 3.2em;
	line-height: 1.1em;
	padding: 24px 10px;
	text-transform: uppercase;
}

.newslatest {
	display: block;
	float: left;
	margin: 0;
	padding: 1px 0;
	width: 100%;
}

.newslatest li{
	display: table;
	float:left;
	margin: 0;
	padding: 0 10px;
	width: 300px;
}

.newsdates{
	color: #787878;
	display: table-cell;
	font-family: Arial;
	font-weight: bold; 
	text-shadow: 0px 1px 0px #ffffff;
	padding-top: 9px;
	vertical-align: top;
	width: 40px;
}

.newsdates span{
	display: block;
	line-height: 1.1em;
	text-align: center;
}

.newsdates .newsdaymonth{
	background-color: #e6e6e6;
	border-radius: 2px;
	font-size: 1.6em;
	padding: 3px 0;
}

.newsmonth{
	color: #a0a0a0;
}

.newsyear{
	background-color: #f0f0f0;
	border-radius: 2px;
	font-size: 0.9em;
	margin-top: 1px;
	padding: 5px 0;
}

.newsinfo{
	display: table-cell;
	padding: 4px 0 0 10px;
	vertical-align: top;
	width: 250px;
}

.newstitle{
	color: #9a004b;
	display: block;
	font-family: AauxNext-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
	line-height: 1.2em;
}

.newstitle:hover,
.newstitle:active,
.newstitle:focus{
	color: #4d082a;
}

.newsintro{
	color: #505050;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.45em;
	padding: 13px 0;
}

.newslabel{
	color: #4d082a;
	font-weight: bold;
}	