/* WebToolkit's CSS Clearfix
   http://www.webtoolkit.info/css-clearfix.html */
   
.clearfix:after,
.products li:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix,
.products li {
	display: inline-block;
}
 
html[xmlns] .clearfix,
html[xmlns] .products li {
	display: block;
}

/* IE6 only 
* html .clearfix {
	height: 1%;
}
*/