
/* IE Fixes for Fontello due to text-decoration bug */

@media screen and (min-width:0\0) { 

	.solutions ul li a:before, .article-content .more:before , .tx_remateasers_item li a:before { content: none; display: none; }
	
	.cp section .center .csc-textpic a.arrowlink:before, a.arrowlink:before, .news .to-the-archive a:before { display: none; }
	
	
	.solutions ul li a, .article-content .more, .tx_remateasers_item li a, .cp section .center .csc-textpic a.arrowlink, a.arrowlink, 
	.news .to-the-archive a {	 padding-left: 20px; background: url("../images/arrow_more.png") no-repeat left 5px; }
	.news .to-the-archive a { margin-left: 20px; }
	
	.article-content .more { background-position: left 4px; }

	.news-backlink-wrap a { background: url('../images/arrow_back.png') no-repeat center left; padding-left: 20px; text-decoration: underline;  }
    .news-backlink-wrap a:before	{ display: none; }
	
	.global-dummy .gslist li a { background: url('../images/arrow_more.png') no-repeat center left; padding-left: 20px; text-decoration: underline;  }
	.global-dummy .gslist li a:before { display: none; }
	
	a.download:before, .remavideo_single a.download:before, .remagallery_single a.download:before { display: none; }	
	a.download, .remavideo_single a.download, .remagallery_single a.download 
	{ padding-left: 20px; background: url("../images/icons/icon_download.png") no-repeat 0 0; }
	.remavideo_single a.download, .remagallery_single a.download { width: 15px; height: 13px; padding: 0; margin-bottom: 7px; }
	
	
	a.mail:before { display: none; }		
	a.mail { padding-left: 18px; background: url("../images/icons/icon_email.png") no-repeat 0 3px; }
	
	a.affiweb:before { display: none; }
	a.affiweb { padding-left: 18px; background: url("../images/icons/icon_desktop.png") no-repeat 0 2px; }
	
	
	/* To-Do */
	
	
	a.toplink:before { display: none; }
	
	
	
	
	
}


