﻿#contentwrapper li a.newsitem_bullet_closed
{
	background-image: url(../img/newsitem_closed.gif);
	background-repeat: no-repeat;
	background-position: center left;
	height: 11px;
	width: 11px;
	float: left;
	padding-top: 6px;
	padding-right: 5px;
}
#contentwrapper li:hover a.newsitem_bullet_closed
{
	background-image: url(../img/newsitem_closed_hover.gif);
}

#contentwrapper li a.newsitem_bullet_open
{
	background-image: url(../img/newsitem_open.gif);
	background-repeat: no-repeat;
	background-position: center left;
	height: 11px;
	width: 11px;
	float: left;
	padding-top: 6px;
	padding-right: 5px;
}
#contentwrapper li:hover a.newsitem_bullet_open
{
	background-image: url(../img/newsitem_open_hover.gif);
}

#contentwrapper li a.newsitem_title
{
	font-weight: bold;
	text-decoration: none;
}
#contentwrapper li a.newsitem_title:hover
{
	text-decoration: none;
}

#contentwrapper li a.newsitemlink
{
	display: inline;
}

#contentwrapper li .newsitem_desc
{
	padding: 5px 0px 5px 16px;
	border-top: 1px dotted #565656;
	border-bottom: 1px dotted #565656;
}

#contentwrapper li .newsitem_desc a
{
	color:#242424;
	text-decoration: none;
	border-bottom: 1px dotted #242424;
}
#contentwrapper li .newsitem_desc a:hover
{
	color:#242424;
	text-decoration: none;
	border-bottom: 1px solid #242424;
}