/* tt_news CSS Sylye for tt_news_v2_template.html (c) 2007 - <>< MIT Wentzel CSS Document */

/* NEWS LIST */
.news-list-item { 
	float:left; 
	clear:both; 
	margin-bottom: 8px; 
	padding: 5px 5px 5px 5px ; 
	border: 1px solid #ECFAEF;
	border-bottom: 1px dashed #CCCCCC;
	width: 400px !important;
	width: 430px;
	hover:expression(this.onmouseover=new Function("this.style.background='#F8F0B9';this.style.border='1px solid #567D48';"),
	this.onmouseout=new Function("this.style.background='';this.style.border='1px solid #ECFAEF';this.style.borderBottom='1px dashed #CCCCCC';"));
}
.news-list-item:hover { background-color: #F8F0B9; border: 1px solid #567D48}

.news-list-item img { border: 0px; float:left; margin: 0 10px 10px 0;}
.news-list-img {float:left;}
.news-list-item p {}

.content-left h2 .news-list-date {color: #88A166;}
.content-left .news-list-item  h2 { padding: 0em 0 0.5em 0;}
.content-left .news-list-item  a:link,
.content-left .news-list-item  a:visited,
.content-left .news-list-item  a:hover { text-decoration:none;}
.content-left .news-list-item  a:hover { text-decoration: underline;}
.news-list-morelink { font-weight: bold;}

.news-list-browse { float:left; clear:both; width:100%; margin-bottom: 10px;}
.tx-ttnews-browsebox { font-size: 1.2em; padding-bottom: 5px;}
.tx-ttnews-browsebox a { border: 1px solid #999999; padding: 1px 6px; margin: 5px 6px 0 0;}
.tx-ttnews-browsebox a:link,
.tx-ttnews-browsebox a:visited { text-decoration: none;}
.tx-ttnews-browsebox a:hover {background-color: #567D48; color:#FFFFFF;}

/* NEWS SINGLE */

.news-single-item { width: 360px;}
.content-left h1 .news-list-date {color: #88A166}
.news-single-img img { border: 0px;}

.news-single-backlink { width: 360px; border-top: 1px dashed #396829; padding: 10px 0 0 0; margin: 10px 0 0 0;}
.content-left .news-single-backlink  a:link,
.content-left .news-single-backlink  a:visited,
.content-left .news-single-backlink  a:hover { text-decoration:none;}
.content-left .news-single-backlink a:hover { text-decoration: underline;}