.lastpostavatar {
  width: 35px;
	margin-right: 5px;
	float: left;
  text-align: center;
}
.lastpostavatar img {
	display: inline-block;
}
.topiclist.forums .lastpostavatar img {
	margin-bottom: 0;
}
.rtl .lastpostavatar img {
	margin-right: 0px;
	margin-left: 4px;
	float: right;
}
.lastpostavatar img:hover {
	border-color: #73BCD1;
}
