/* Former imageset */
span.imageset {
	display: inline-block !important;	
	background: transparent none 0 0 no-repeat;	
    margin: 0;    
    padding: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    font-size: 0;
}
.imageset:before {	
	font-family: 'subway-icons',Open Sans,sans-serif;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
.imageset.icon_post_target:before {
	content: "\e66f";
	margin-right: 5px;
}	
.imageset.icon_post_target_unread:before {
	content: "\e66f";	
	margin-right: 5px;
}
.imageset.icon_topic_attach:before {
	content: "\e60f";
}
.imageset.icon_topic_latest:before {
	content: "\e66e";
	font-size: 11px;
}
.imageset.icon_topic_newest:before {
	content: "\f058";
}
.imageset.icon_topic_reported:before {
	content: "\e6c4";
	font-size: 12px;
}
.imageset.icon_topic_deleted:before {
	content: "\e6fa";
	font-size: 12px;
}
.imageset.icon_topic_unapproved:before {
	content: "\f059";
}
.imageset.icon_topic_poll:before {
	content: "\e697";
}
.imageset.icon_contact:before {
	content: "\e0e5";
		font-size: 17px !important;
	margin-left:3px;
}
.icon-newspage:before {
	content: "\f0f4";
}



