@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("gametrailers.com") {

/* www.gametrailers.com Ad Removal */
.ad_box_div, #ad_right, .rightthin_content, HTML > BODY > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV > DIV:last-child > DIV:first-child, HTML > BODY > DIV > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + SCRIPT + SCRIPT + DIV + DIV + DIV > DIV:last-child > DIV:first-child, HTML > BODY > DIV > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:last-child > DIV:first-child + DIV + DIV, HTML > BODY > DIV > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV + DIV > DIV:last-child > DIV:first-child {
   display: none !important;
}

/* Remove the big bar at the top with the ad in it */
.logo_container {
   display: none !important;
}

/* forums.gametrailers.com Ad Removal */
HTML > BODY > DIV:first-child + TABLE + TABLE + TABLE + TABLE > TBODY > TR:first-child > TD > DIV:first-child, HTML > BODY > DIV:first-child + TABLE + TABLE + TABLE + TABLE > TBODY > TR:last-child > TD > DIV > TABLE {
   display: none !important;
}

/* Remove background image and set background color to be similar to the background-image */
HTML > BODY {
   background-image: none !important;
   background-color: #EEEEEE !important;
}


}