dl.noicon dt .list-inner {
	padding-left: 5px;	/* Space for folder icon */
}
.rtl dl.noicon dt .list-inner {
	padding-left: 5px;
	padding-right: 5px;	/* Space for folder icon */
}

/* max dimensions of icons, change as you like */
dl.noicon .forum-image img {
	max-width: 42px;
	max-height: 42px;
}

/* hide standard icons */
dl.noicon.forum_link,
dl.noicon.forum_read,
dl.noicon.forum_read_locked,
dl.noicon.forum_read_subforum,
dl.noicon.forum_unread,
dl.noicon.forum_unread_locked,
dl.noicon.forum_unread_subforum {
	background-image: none;
}

dl.noicon.forum_read .forum-image{
   background-color: rgb(245,245,245);
}
dl.noicon.forum_unread .forum-image{
   background-color: rgb(245,245,245);
}

dl.noicon.forum_link .forum-image{
   background-color: rgb(245,245,245);
}
dl.noicon.forum_unread:before{
	background-color: transparent;
}
dl.noicon.forum_unread:before{
	color: transparent;
}