/*
 * Tweakers.net NGv2 (by BTB)
 *
 * Author: BTB
 * Version 0.2
 * Updated: July 07 2008
 * Description: Some small additions to tweakers.net. This style removes all advertisement and unneeded navigation buttons.
 * Usage: Use with the 'Stylish' Firefox extension 
 * 
 * Feel free to submit all bug reports, comments and requests.
 * 
 */

@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix(http://tweakers.net) {

/* remove ads */
.frontpageAdItem, 
.textadContainer,
.b_re {
display: none !important;
}

/* remove channel navigation */
#channelNav {
height: 10px !important;
}
#channelNav fieldset {
display: none !important;
}
#utracker {
top: 110px !important;
}

/* remove breadcrum */
#contentWrapper {
padding-top: 7px !important;
}
#contentWrapper .sponsorlogo,
#contentWrapper .breadCrumb {
display: none;
}

/* remove channel indicator */
body.core #header div.hr, 
body.pro #header div.hr,
body.games #header div.hr,
body.electronics #header div.hr,
body.mobile #header div.hr {
display: none;
}
}