/*---------- Fixes for IE6 Rendering Engine */

/*----- Give Elements hasLayout */
someId {
	zoom			: 1;
}
/*----- Fix Double Margin */
someId {
	display			: inline;
}
/*----- PNG Fix */

.toolTipWrapper, .toolTipBottom { 
	behavior		: url(/assets/templates/default_tpl/js/iepngfix/iepngfix.htc);
}
