/* 
	css management using filters to hide styles sheets from certain browsers ;
	v4 browsers will get none of them 
*/

/* for all browsers */
@import url(allbrowsers.css);

/* 
	following style sheets will only be seen by the specified browsers, 
	overriding the values from allbrowsers.css (when having same specificity)
*/

/* mid pass filter: only for IE 5.x */
@media tty {
 i{content:"\";/*" "*/}} @import 'hacks/ie5x.css'; /*";}
}/* */

/* IE 5.0 mid pass filter: only for IE 5.0 */
@media tty {
 i{content:"\";/*" "*/}}; @import 'hacks/ie50.css'; {;}/*";}
}/* */

/* IE 5.5 mid pass filter: only for IE 5.5 */
@media tty {
 i{content:"\";/*" "*/}}@m; @import 'hacks/ie55win.css'; /*";}
}/* */

/* IE 5 mac band pass filter: only for IE5mac */
/*\*//*/@import "hacks/ie5mac.css";/**/ 
