@charset "UTF-8";
/* CSS Document */
.tx-ttnews-browsebox p{
	display:inline;
}
.tx-ttnews-browsebox-strong{
	color:#996699;
}

.news-latest-container,
.news-list-container{
	width:510px;
	margin:0px 0px 30px 0px;
}

.news-latest-item,
.news-list-item{
	width:516px;
	margin-bottom:15px;
	border:1px solid #EEEEEE;
}

.news-latest-item .bodytext,
.news-list-item .bodytext{
	padding:0px 5px 0px 5px;
}

.news-list-title{
	margin:0px;
	display:block;
	background-color:#EEEEEE;
}
.news-latest-morelink,
.news-list-morelink{
	padding:5px;
	border-top:1px dashed #EEEEEE;
}
.news-latest-title h1,
.news-list-title h1{
	margin:0px;
	padding:4px;
	font-size:13px;
	display:inline;
	background-color:#EEEEEE;
	font-weight:bold;
	float:left;
}
.news-list-title p{
	display:inline;
	margin:auto;
	font-size:11px;
	float:right;
}
.news-latest-title h1 a:link,
.news-latest-title h1 a:visited,
.news-latest-title h1 a:active,
.news-list-title h1 a:link,
.news-list-title h1 a:visited,
.news-list-title h1 a:active{
	color:#996699;
	text-decoration:none;
}
.news-latest-title h1 a:hover,
.news-list-title h1 a:hover{
	color:#333333;
}



.news-single-item{
	width:516px;
	margin-bottom:10px;
}
.news-single-item h3{
	font-size:12px;
}
.news-single-timedata{
	float:right;
	font-size:11px;
}