﻿.newsList{
	width:			615px;
}

.newsListTitle{
	float:			right;
	width:			450px;
	background:		url(../images/archive.gif) left no-repeat;
	padding:		5px 0px 5px 15px;
}
	
	.newsListTitle a:link,
	.newsListTitle a:visited{
		text-decoration:none;
	}
	
	.newsListTitle a:hover,
	.newsListTitle a:active{
		text-decoration:underline;
	}
	
.newsListSummary{
	display:		none;
}

.newsListPostInfo{
	float:			left;
	color:			#FF5F00;
	padding:		5px 0 0 0;
	width:			150px;
}

.newsListSeperator{
	border-top:		1px dotted #74328D;
	clear:			both;
	font-size:		1px;
}
