.topicBox {
	width: 630px;
	overflow: hidden;
	padding: 0px;
	margin-top: 10px;
}
.topicBox .topicTitle {
	background-image: url(/img/topicBgrd.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 630px;
	overflow: hidden;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 6px;
}
.topicBox .topicList {
	width: 200px;
	margin: 10px 0px;
	float: left;
	padding: 5px;
}
.topicBox .topicList p.topicGroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
	margin: 0px;
	background-image: url(/img/tackice.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px 0px;
}
.topicBox .topicList p.topicGroup a {
	color: #666666;
	text-decoration: none;
}
.topicBox .topicList p.topicGroup a:hover {
	text-decoration: underline;
}



/* --- crvena slova... verovatno nam nece trebati --- 
.topicBox .topicList p.topicGroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9B2C28;
	text-transform: uppercase;
	margin: 0px;
	background-image: url(/img/tackice.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px 0px;
}
.topicBox .topicList p.topicGroup a {
	color: #9B2C28;
	text-decoration: none;
}
.topicBox .topicList p.topicGroup a:hover {
	text-decoration: underline;
}
*/

/* --- 3 naslova po topiku... verovatno nam nece trebati --- */
.topicBox .topicList table {
	height: 62px;
}
.topicBox .topicList table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	line-height: 120%;
	background-image: url(/img/tackice.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-bottom: 8px;
}
#center .topicBox .topicList table tr td img {
	margin: 0px;
	margin-top: 2px;
}
#center .topicBox .topicList table tr td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}














