/* - - - - - - - - - - - - - - - - - - -
 * @project: italinux.com
 * @author: Matteo Montanari
 * @modified: 17-10-2008
 * @copyright: 2008
 * @file: njl_not_ie.css
 *
 * - Exclusively for "Not Any" IE v.
 * - - - - - - - - - - - - - - - - - - -
*/
#wrapper #right {width:100%}
/*
 * Ms IE <= 5.01, IE Mac <= 5 require:
 * 1. "* html .etc { float: left;}" otherwise the wrapper does not expand to the
 * necessary height (unless fixed, this problem becomes even more acute
 * weirdness as the method is enhanced
*/
* html #wrapper #right #content #col1 .data {float:left}
#wrapper #right #content #col1 .data {
	position:relative;
	top:0px;
	margin-top:0px;
	padding-top:0px;
	border-top:1px solid transparent;
	display:block;
	overflow:visible;
	clear:both
}
/* Start easy clearing */
#wrapper #right #content #col1 .data:after {
	height:0px;
	display:block;
	overflow:visible;
	clear:both
}
/* End easy clearing */
