/*	-------------------------------------------------------------------------------- */
/* 	dates */
/*	-------------------------------------------------------------------------------- */
/*	
	author: cornel boppart
	date: november 2009
	
	description:
	plugin tt_news styles definitions for some browsers
*/
/*	-------------------------------------------------------------------------------- */
/* 	latest */
/*	-------------------------------------------------------------------------------- */

.teaser_news_latest {
	margin: 5px 0 0 0;
	padding: 10px;
	background: #d5dbdf;
}

.news_latest_container {
	line-height: 13px;
}

.news_latest_item {
	margin: 0 0 10px 0;
}

.news_latest_date {
	color: #888;
}

.news_latest_title {
	font-weight: bold;
}

.news_latest_gotoarchive a {
	padding: 0 10px 0 0;
	background: url(../content/icons/arrow.gif) right center no-repeat;
}

/*	-------------------------------------------------------------------------------- */
/* 	list */
/*	-------------------------------------------------------------------------------- */

.news_list_container {
}

.news_list_item {
	margin: 0px 0px 10px 0px;
	padding: 10px 0 0 0;
	border-top: 1px solid #aaa;
}

.news_list_title a {
	font-weight: bold;
}

.news_list_subheader {
	margin: 10px 0 0 0;
}

.news_list_date {
	color: #888;
}

.news_list_morelink a {
	padding: 0 10px 0 0;
	background: url(../content/icons/arrow.gif) right center no-repeat;
}

.news_list_browse {
	margin: 10px 0 0 0;
}

/*	-------------------------------------------------------------------------------- */
/* 	single */
/*	-------------------------------------------------------------------------------- */

.news_single_item {
}

.news_single_timedata {
	color: #888;
}

.news_single_title {
	font-weight: bold;
}

.news_single_content {
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid #aaa;
}

.news_single_backlink a {
	padding: 0 0 0 10px;
	background: url(../content/icons/arrow_back.gif) left center no-repeat;
}

/*	-------------------------------------------------------------------------------- */
/* 	catmenu */
/*	-------------------------------------------------------------------------------- */

.current a {
	color: #333 !important;
}
