@import url(screen.css);
body {
  background-color: #FFF;
  background-image: none;
}
#print { display: inline; }
#header,
#quicksearch,
#topmenu,
#tree,
#adrow,
#adcol,
#adcol2,
#keywords,
.tips,
.print,
#newsletter,
.comments #listocomments .report,
#comments_form { display: none !important; }

#mainframe { width: auto !important; }
#content { width: 74% !important; }
div.addons {
  float: right !important;
  width: 24% !important;
}
ul.addons {
  float: none !important;
  width: auto !important;
}
#footer {
  float: left !important;
  clear: left !important;
}
#comments {
	background: transparent;
	border: 0;
}
#comments .item { padding: 0; }

*:first-child+html #content,
*:first-child+html .addons,
* html #content,
* html .addons { float: none !important; }

