@charset "UTF-8";

/* import screen layout */

@import url(screen/content_final.css);
@import url(screen/uni-form.css);

/* only used on category pages*/
@import url(screen/content_category.css);
/* only used on profile & messages pages*/
@import url(screen/content_profile.css);
/* only used on singleview pages*/
@import url(screen/content_singleview.css);

/* only used for print layout */

@media print
{
	
  body{
  	background: none;
  }
  
  #header, #topnav, #hlist, #search, #footer, #footer_2, #rightAd, #recoHead, #rating, .adSense, #communityLinks, #nudge1, #nudge2, #nudge3, #nudge4 { display: none; }
  
  p.headerInfMedium {
   z-index: 9999; !important;
  }
  

}

