.odd{
	background-color:#EFEFEF;
}
.row{
	float:left;
}
.topic{
	clear:both;
	background:url(images/bg-list.jpg) no-repeat;
	background-position:bottom;
	padding:0px 15px 10px 15px;
}
.topic .item{
	padding:5px 0px 5px 3px;
	width:370px;
	float:left;
}
.topic .thumb{
	float:left;
	border:solid 1px #DDD;
	padding:2px;
}
.topic .thumb:hover{
	border-color:#CCCCCC;
	background-color:#EEE;
}
.topic .desc{
	float:right;
	width:280px;
}
.topic .postby{
	color:#666;
	font-size:0.8em;
}