@font-face {
	font-family: 'tks';
	font-weight: normal;
	font-style: normal;

	src:url('../fonts/tks/tks.eot?-oxs729');
	src:url('../fonts/tks/tks.eot?#iefix-oxs729') format('embedded-opentype'),
		url('../fonts/tks/tks.woff?-oxs729') format('woff'),
		url('../fonts/tks/tks.ttf?-oxs729') format('truetype'),
		url('../fonts/tks/tks.svg?-oxs729#tks') format('svg');
}

.icon {
	font-family: 'tks';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-comment:before {
	content: "\e600";
}
.icon-more:before {
	content: "\e601";
}


/* ====== IE7 fallback ====== */
.icon-comment {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe600;');
}
.icon-more {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe601;');
}