/* news.articleList.tpl.php */
div.icmsLatestNews{
	width: 220px;
}

div#right_content_start div.icmsLatestNews{
	width: 300px;
}
div.articleListItem{
	margin-top:10px;	
	padding-bottom:5px;	
	border-bottom:1px dotted #CCC;
	padding-bottom: 10px;
}
div.imageWrapper img {
	margin: 10px;
	margin-top: 0;
}

div.icmsLatestNews h2.news_title {
	margin: 0 0 1em 0;
}
div.readmore{
	color:#666;
	margin-top:10px;
	float:right;	
}
div.readmore a{
	color:#122f4c;
	font-size: 1.1em;
}

/* news.articleRead.tpl.php */
div.newsWrapper{

}
div.newsWrapper h2{

}
div.newsWrapper span.newsitem_created{

}
