#newsitem-details 
{
}

#newsitem-details h2
{
}

#newsitem-details .date
{
	color:	#EF3124;
}

#newsitem-details .webeditor-content
{
	border : solide 1px red;
}


#newsitem-details .webeditor-content p 
{
	margin :  0;
}


/* Newsitem list on the right site of the page */
div.newsitem-summary
{
	padding-top:10px;
	background-color:#DDD9CD;
	padding-bottom:10px;
	border-bottom:solid 2px #FFF;
}

.newsitem-summary div
{
	
	padding-right:10px;
	margin-bottom:3px;
	padding-left:10px;
	/*
	padding-left:28px;
	background: url(../../../../Data/Graphics/bullet.gif) no-repeat ;
	background-position:+10px 1px;
	*/
	text-indent: 0px;
}

.newsitem-summary div a
{
}


