

/* Standard clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}




/* Clearfix only left side */


.clearfix_left:after {
	content: ".";
	display: block;
	clear: left;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix_left {
	display: inline-block;
}
 
html[xmlns] .clearfix_left {
	display: block;
}
 
* html .clearfix_left {
	height: 1%;
}


/* Main wrap clearfix */

#main_wrap:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
#main_wrap {
	display: inline-block;
}
 
html[xmlns] #main_wrap {
	display: block;
}
 
* html #main_wrap {
	height: 1%;
}




/* Main clearfix */

#main:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
#main {
	display: inline-block;
}
 
html[xmlns] #main {
	display: block;
}
 
* html #main {
	height: 1%;
}




/* produkter on produkter page */

.section:after {
	content: ".";
	display: block;
	clear: left;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.section {
	display: inline-block;
}
 
html[xmlns] .section {
	display: block;
}
 
* html #produkter.section {
	height: 1%;
}




/* Red clearfix */

.sidebar .red:after {
	content: ".";
	display: block;
	clear: left;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.sidebar .red {
	display: inline-block;
}
 
html[xmlns] .sidebar .red {
	display: block;
}
 
* html .sidebar .red {
	height: 1%;
}