@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.rottentomatoes.com") {
/************************************************
*******This modifies the RT homepage*************/
/*Kill Footer*/
#footer_nav_container {display:none!important;}

/*Get rid of trailer sidebar*/
#trailer_sidebar > DIV:last-child,  #trailer_sidebar {display:none !important;}

/*Hides 'News & More,' 'Hot on RT' content, 'Celebrity box,' 'photos,' & 'Spotlight' boxes on mainpage*/
#newsnav, #newsmore,#features_sidebar, #homepage_celebrity_main, #pictures_sidebar, #Spotlight {display:none!important;}

/*Hide 'Around Community' crap */
#around_the_community {display:none!important;}
/*Hides 'RT Current TV stuff'*/
#current_sidebar{display:none!important;}

/*Hide 'Fresh Links' on left*/
#freshlinks_sidebar {display:none!important;}

/*Also, ads suck. Gets rid of IGN network links, too.*/
#billboard_ad, #ad-bdy, #halfpage_ad, #promos_sidebar, #header_leaderboard_ad_container,#spotlightrt_ad, #ign_top_links, #interstitial_ad, #mdf_ad, #text_ad, #sponsored_links,.sidebar_ad,#ad_sponsored_links_box, #FLASH_AD, .sleaderboard_ad,.sbillboard_ad {display:none !important;}

}

@-moz-document url-prefix(http://www.rottentomatoes.com/movie/) {
/****************movies page**************/
/*Kill 'Latest User Reviews'*/
#latestuserreviewsTbl, .dialog_content  /*'.dialog_content also erases some other stuff besides user reviews. if the blanks spaces bug you, then you know what to do.*/ {display:none!important;}
.thumbnail {display:none!important;}
}


/****************************************************
*** This stuff affects actual movie review pages ****/

@-moz-document url-prefix(http://www.rottentomatoes.com/m/) {

/*Kill 'Trailer/Pictures' module, 'My Friends' review tab*/
#trailers_pictures_nav,#multimedia_thumbnails_empty, #contentReviews {display:none!important;}

/*Sorry. Not looking to buy a dvd through RottenTomatoes...*/
#sell_thru_main {display:none!important;}

/*'What's Hot,' 'Site Widget,' 'Around the Network'*/
#features_sidebar, #rt_widget_sidebar, #aroundthenetwork_sidebar {display: none!important;}

/*Kills 'Latest News' for movie page*/
#contentNews {display:none!Important;}

/*Kill Forum links...*/
#forum_component_main {display:none!important;}

/*Make reviews more readable*/
.quoteBubble * {font: 8pt/1.5em Arial, Helvetica, Verdana !important;}

#contentReviews {display:inline !important;}

}
