@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
	background: #333333;
}


/*Code for the roll overs on the images*/

.highlightit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

.highlightit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

a:link, a:active, a:visited{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



a:hover {
	color: #FF0000;
}



/*Code for news*/

.ContentSummary, .ContentBreakingNews
{
	position:relative;
	width:720px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


.ContentSummaryTitle, .ContentBreakingNewsTitle
{
	position: relative;
	font-weight:bold;
	font-size: 15px;
	font-weight: bold;
}

a.ContentSummaryTitle:link, a.ContentSummaryTitle:active, a.ContentSummaryTitle:visited {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

a.ContentSummaryTitle:hover {
	color: #FF0000;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

.ContentSummarySummary, .ContentBreakingNewsSummary
{
	position: relative;
	color:#FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}

.ContentSummaryImage, .ContentBreakingNewsImage
{
	position: relative;
	margin-left:5px;
	margin-bottom:5px;
}

.ContentSummaryMore, .ContentBreakingNewsMore
{
	background: #000000 url(http://www.aprilia-merseyside.co.uk/2008/assets/news-Read-article.gif) no-repeat;
	height: 20px;
	width: 115px;
}

.ContentSummaryDate, .ContentBreakingNewsDate
{
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 10px;
}

.NewsItemBackButton{
	background: #FFFFFF url(http://www.aprilia-merseyside.co.uk/2008/assets/news-Return.gif) no-repeat;
	height: 20px;
	width: 115px;
	margin-left: 7px;
	margin-top: 7px;
}





