﻿div.newsPage div.newsItem
{
	position: relative;
	margin: 20px 0;
}
div.newsPage h3
{
	width: 480px;
}
div.newsPage div.pubDate
{
	font-size: 10px;
}
div.newsPage div.story
{
	display: none;
}
div.newsPage hr
{
	width: 300px;
	margin: 20px auto;
	background-color: #7a7a7a;
}

div.newsPage a.expander
{
	display: block;
	float: right;
	text-transform: lowercase;
	font-size: 10px;
	margin-right: 10px;
	padding-right: 25px;
	background: #666 url(img/expand.gif) no-repeat right center;
	border: none 0;
}
div.newsPage a.expander.expanded
{
	background-image: url(img/collapse.gif);
}
