#tools div.news h3 {
	border: 1px solid #ccc;
	background: #f1f1f1 url(/tridion/images/tools_head_bg_tcm4-808173.gif) repeat-x center top;
	color: #cb0000;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 2px 0 3px 10px;	
}

#tools div.news {
	font-size: 0.7em;
	margin-bottom: 4px;
}

#tools div.news ul {
	list-style: none;
	margin: 0; padding: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#tools div.news ul li {
	border-bottom: 1px solid #ccc;
	background-color: #f7f7f7;
	padding: 5px 10px;
}
#tools div.news ul li.alt {
	background-color: #f2f2f2;
}


