/*extra css, to add to main one later*/


/*bit of css to fix the clearing problem with divs containing floats - explained here http://www.positioniseverything.net/easyclearing.html 
might cause some problems? Keep an eye on it, seems to work well though */
.itemlinks:after,.itemBox:after {
	content:"."; 
	display:block; 
	height:0px; 
	clear:both; 
	visibility:hidden}
.itemlinks,.itemBox {display:inline-block}
/* Hides from IE-mac \*/
* html .itemlinks,* html .itemBox {height:1%}
.itemlinks,.itemBox {display:block}
/* End hide from IE-mac */
.itemBox {
	float:none!important;
	
}

ul.itemlinks {
	float:none!important;
}