@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("amazon.com") {


/* "Want it delivered [by]...?" */
#fast-track-message { display: none; }

/* Share / Tell a Friend */
#tell-a-friend { display: none; }

/* "Get it by..." if you choose expensive shipping (on search results page) */
.toeFastTrack { display: none; }

/* Low stock warning on search results page */
.lowStock { display: none; }

/* "Tell the Publisher!" to put it in the Kindle store */
.fionaPublishBox { display: none; }

/* Book trade-in box (redundant w/ sell back box/price on right) */
.qpDivTop { display: none; }

/* "Yes, I want ... [sign up for Prime when you order]" */
#prime-rcx-subs-checkbox-outer { display: none; }

/* Out of Stock "Customers Viewing This... These Sponsored Links" */
#A9AdsOutOfStockWidgetTop  { display: none; }

/* Frequently Bought Together (redundant w/ Customers Who Bought ... Also Bought) */
#AutoBuyXGetY
  { display: none; }

/* Buy this product and related [hah!] accessories */
#aaccessories,
#aaccessories + hr,
.aacc_clearfix + hr
  { display: none; }

/* Add Accessories */
#abbBox { display: none; }

/* Sign in to turn on 1-Click... */
#oneClickDivId { display: none !important; }

/* Prime trial */
#prime_buybox_lower_div { display: none !important; }

/* Payphrase widget */
.pphWidget { display: none !important; } 

/* E-mail gift card */
#product-gc { display: none; }

/* Available Warranties for This Item */
#services-widget-1_feature_div,
#services-widget-2_feature_div
 { display: none; }

/* Ads: Product Ads from External Websites */
#related_adsLazyLoad { display: none; }

/* Ads: Sponsored Links */
#A9AdsMiddleBoxTop { display: none; } /* in product pages */
#sponsoredLinks { display: none; }    /* in search pages */

/* Ads: Stuff that ends up blocked for me anyway (images by domain or flash by flashblock) */
.advertisingTable { display: none; }

/* Random mini banners up top */
#navSwmSlot, #navSwmHoliday { display: none; }

/* Your Recent History */
#rhf { display: none; }

/* Upsell to Amazon credit card in shopping cart / checkout */
div#cart-upsell, div.cbcc_box { display: none; }

/* SEO junk at bottom */
/* Note: Also drops privacy policy and terms of use links */
.navFooterLine { display: none; }

/* Obnoxious flash overlaying wishlists (when flashblock is enabled) */
#nav-sitewide-msg_585_primary,
#nav-sitewide-msg_585_movie
  { display: none; }

}