/**********************/
/* Newstool			  */
/**********************/
			
.news_index_container {
	border-bottom:1px dotted #e5e5e5;
}
.news_index_image{display:none; }
.news_index_date {margin:5px 0px 2px 0px; }
.news_index_title { margin-bottom:3px; }
a.news_index_title_link{}
.news_index_subtitle{margin-bottom:5px; }
.news_index_text{display:none;}
.news_index_buttons{
	text-align:center;
	width:100%;
	margin:10px 0;
}
a.news_index_button_newer{}
a.news_index_button_older{}

.news_details_container{
	float:left;
}
.news_details_image{
	width:160px;
	float:right;
}
.news_details_image_subtitle{
	padding-top:5px;
	text-decoration:italic;
	font-size:10px;
	color:#777;
	line-height:160%;
}
.news_details_date{
	margin-bottom:5px;
}
.news_details_title{
	font-size:24px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	line-height:120%;
	color: #3d4d65;
	margin-bottom:15px;
}
.news_details_subtitle{
	font-weight:bold;
	margin-bottom:10px;
}
.news_details_text{}

.news_details_opmobj {
	padding:10px 0 20px 0;	
}

.news_teaser_container{
	padding-bottom:5px;
}

.news_teaser_date{margin: 5px 0 0 0;}
.news_teaser_title{}
a.news_teaser_title_link{}
.news_teaser_subtitle{}



