/* IE 11 etc */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  

	@font-face {
		font-family: adi;
		src: url("../fonts/AdihausDIN-Regular.eot") !important;
		src: url("../fonts/AdihausDIN-Regular.woff") format("woff"), url("../fonts/AdihausDIN-Regular.ttf") format("truetype"), url("../fonts/AdihausDIN-Regular.svg") format("svg") !important;
		font-weight: lighter !important;
		font-style: normal;
	}

	#search_terms {
		margin-top: 23px !important;
	}

	.ie-s-fix {
		margin-top: -26px;
	}

	.tab-menu-left {
		float: left;
		width: 745px;
	}
		
	.tab-menu-right {
		float: right;
		width: 451px;
	}

	.left_two {
		width: 600px !important;
	}
	
	.left_three {
		width: 227px !important;
	}

	.price {
		margin-bottom: 0 !important;
	}

	.newsItemLeft {
		float: left;
		width: 200px;
	}
	
	.newsItemRight {
		float: left;
		width: 900px;
		margin-left: 20px;
	}
}


/* IE Edge */
@supports (-ms-ime-align:auto) {
	
	.tab-menu-right {
		float: right;
		width: 455px;
	}
	
}