.topics{
	margin: 0 325px 0 0;
	width: 595px;
	height: 450px;
	padding: 0 15px;
	background: url(../../gfx/news/topics_back.gif) 0 0 no-repeat;
	color: #666;
	border-bottom: solid 1px #B3B3B3;
	margin-bottom: 10px;
}
.topics ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 285px;
	float: left;
}
.topics ul.two{
	margin-left: 20px;
}

.topics h2{
	margin: 0 -15px 10px -15px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 15px;
	color: #666666;
	font-size: 8pt;
	background: url(../../gfx/news/topics_top.gif) 0 0 no-repeat;
}
.topics h2 span{
	display: block;
	height: 30px;
	margin-right: 490px;
	background: url(../../gfx/news/topics_top_right.gif) 100% 0 no-repeat;
}
.topics a.image{
	display: block;
	background: #FFF;
	padding: 5px;
	margin-left: 10px;
	float: right;
	border: solid 1px #D9D9D9;
}
.topics a.image img{
	border: 0;
	width: 190px;
	height: 125px;
}

.topics h3.title{
	font-size: 16pt;
	font-weight: normal;
	border-bottom: dotted 1px #D9D9D9;
	padding-bottom: 5px;
	margin: 0 0 5px 0;
}
.topics h3.smalltitle{
	font-size: 8pt;
	border-bottom: 0;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	background: url(../../gfx/news/authorcompany_back.gif) 0 2px no-repeat;
	height: 16px;
}
#center_container .topics h3.title a{
	color: #FE5F0F;
	text-decoration: none;
}
.topics a.more{
	color: #FE5F0F;
	text-decoration: none;
}

.topics a:hover, #center_container .topics h3 a:hover{
	text-decoration: underline;
}

.topics .author, .topics .company{
	display: block;
	color: #666;
}
.topics .authorcompany{
	display: block;
	padding: 0 0 10px 20px;
	color: #666;
}
.topics .date_published{
	display: block;
	margin: 0 0 10px 0;
	color: #999;
}
.topics .description{
	display: block;
	border-bottom: dotted 1px #D9D9D9;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	font-size: 9pt;
}
#center_container .topics .description a{
	color: #FE5F0F;
}

.topics p{
	text-align: right;
	margin-top: 0;
}



