@font-face {
	font-family: 'ekuIcons';
    
	src:url('fonts/ekuIcons.eot?-7pdg04');
	src:url('fonts/ekuIcons.eot?#iefix-7pdg04') format('embedded-opentype'),
        url('fonts/ekuIcons.svg?-7pdg04') format('svg'),
		url('fonts/ekuIcons.woff?-7pdg04') format('woff'),
		url('fonts/ekuIcons.ttf?-7pdg04') format('truetype')
		;
	font-weight: normal;
	font-style: normal;
}

/* fix for smooth icon rendering http://stackoverflow.com/questions/13674808/chrome-svg-font-rendering-breaks-layout/14345363#14345363 */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
	    font-family: 'ekuIcons';
	    src: url('fonts/ekuIcons.svg?-7pdg04') format('svg');
    }
}*/
.iconEku, [class^="iconEku_"], [class*=" iconEku_"] {
	font-family: 'ekuIcons';
	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;
}


.iconEku_time:before {
	content: "\e600";
}
.iconEku_shipping:before {
	content: "\e601";
}
.iconEku_phone:before {
	content: "\e602";
}
.iconEku_money:before {
	content: "\e603";
}
.iconEku_mail:before {
	content: "\e604";
}
.iconEku_input:before {
	content: "\e605";
}
.iconEku_fax:before {
	content: "\e606";
}
.iconEku_ekulogotype:before {
	content: "\e607";
}
.iconEku_ekulogo:before {
	content: "\e608";
}
.iconEku_cart:before {
	content: "\e609";
}