﻿

div.ProductsListWrapper{
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;
	margin-top: 24px;
}

div.ProductsListWrapper div.productcategory{
	column-break-inside: avoid;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

div.ProductsListWrapper div.productcategory h2{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}

div.ProductsListWrapper div.productcategory h2 span{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
}

div.ProductsListWrapper div.productname{
	clear: both;
	margin-left: 40px;
}



div.ProductsListWrapper div.blcdecoration h2 span{
	background: url('img/blcicons/decorationIcon_40x40.png') no-repeat center center;
}

div.ProductsListWrapper div.blcfireprotection h2 span{
	background: url('img/blcicons/fireprotectionIcon_40x40.png') no-repeat center center;
}

div.ProductsListWrapper div.blcglasssystems h2 span{
	background: url('img/blcicons/glasssystemsIcon_40x40.png') no-repeat center center;
}

div.ProductsListWrapper div.blcnoisecontrol h2 span{
	background: url('img/blcicons/noisecontrolIcon_40x40.png') no-repeat center center;
}

div.ProductsListWrapper div.blcsafetysecurity h2 span{
	background: url('img/blcicons/safetysecurityIcon_40x40.png') no-repeat center center;
}

div.ProductsListWrapper div.blcselfcleaning h2 span{
	background: url('img/blcicons/selfcleaningIcon_40x40.png') no-repeat center center;
}

div.ProductsListWrapper div.blcsolarcontrol h2 span{
	background: url('img/blcicons/solarcontrolIcon_40x40.png') no-repeat center center;
}

div.ProductsListWrapper div.blcsolarenergy h2 span{
	background: url('img/blcicons/solarenergyIcon_40x40.png') no-repeat center center;
}

div.ProductsListWrapper div.blcspecialapplications h2 span{
	background: url('img/blcicons/specialapplicationsIcon_40x40.png') no-repeat center center;
}

div.ProductsListWrapper div.blcthermalinsulation h2 span{
	background: url('img/blcicons/thermalinsulationIcon_40x40.png') no-repeat center center;
}