/* TVGuide.com cleanup */
@-moz-document domain("tvguide.com") {
  td[width="970"][height="100"],				/* top bottom ad bars */
  td[width="970"][height="1"],					/* thin bars by top/bottom ad bars */
  td[width="182"],						/* ad at right of tvguide.com bar */
  td[width="970"][height="37"],					/* top nav bar */
  td[width="10"],						/* unnecessary horizontal spacers */
  td[width="180"],						/* right side ad */
  td[width="970"][height="18"],					/* bottom nav bar */
  .photocredit							/* bottom copyright */
    { display: none !important }
  input[type="text"]						/* search form input */
    { width: 283px !important }
  td[width="970"][height="40"] table td table			/* tvguide.com top bar part */
    { width: auto !important }
  table[width="970"],						/* main table containing everything */
  td[width="970"][height="40"],					/* tvguide.com top bar */
  td[width="970"][height="40"] table,				/* tvguide.com top bar */
  td[width="570"],						/* grid table */
  td[width="570"] table[height="620"],				/* grid table */
  td[width="570"] table[height="620"] td[width="570"],		/* grid table */
  td[width="570"] table[height="620"] td[width="570"] table,	/* grid table */
  #ifGridOptions,						/* grid top options bar */
  #ifListingsGrid						/* grid main part */
    { width: 100% !important }
  td[width="570"] table[height="620"]				/* grid outer container */
    { height: 610px !important }
  #ifListingsGrid						/* grid main part */
    { height: 552px !important }
  #listingsgrid							/* grid external page */
    { height: 508px !important }
}