@namespace url(http://www.w3.org/1999/xhtml);
/* Templated upon:
 * http://userstyles.org/styles/341
 */

@-moz-document domain(theregister.co.uk),
               domain(theregister.com) 
{

 #LeftNav, 
 #MastheadStrap,
 #MastheadTop,
 #Related,
 #RelatedStuff,
 #Sponsor,
 .Ad,
 .IconsBtm,
 .IconsTop,
 .TextAdCol
  {
    display: none !important; 
  }

 html
  {
    margin: 0 !important;
  }

 body
  {
    margin: 0 !important;
    border-right: 2px solid red !important;
    text-align: left !important;
  }

 #SectionMenu li,
 #SubsectionMenu li
  {
    font-size: 10.5pt !important;
  }

 #Content
  {
    width: 100% !important; 
  }

 #Footer ul.Menu
  {
    border: none !important;
  }
}


@-moz-document domain(channelregister.co.uk)
 {
 a[target="_blank"] > img,
 #LeaderBoard,
 #LeftColumn,
 #LeftNav, 
 #MastheadStrap,
 #MastheadTop,
 #PrevNextTable,
 #Related,
 #RelatedStories,
 #RelatedStuff,
 #RightColumn,
 #Sponsor,
 .Ad,
 .HeadedBox,
 .IconsBtm,
 .IconsTop,
 .MidArticleAd,
 .TextAdCol,
 .TrackIt
  {
    display:none !important; 
  }

 html
  {
    margin: 0 !important;
  }

 body
  {
    margin: 0 !important;
  }

 #SectionMenu li,
 #SubsectionMenu li
  {
    font-size: 10.5pt !important;
  }

 #Article
  {
    width: 100% !important; 
  }

 #Footer ul.Menu
  {
    border: none !important;
  }
}


@-moz-document domain(reghardware.co.uk) 
{
 #RightNav,
 #RelatedProducts,
 #RelatedStories, 
 .SocialBookmarking 
  {
    display: none !important; 
  }

 #Page
  {
    width: 100% !important; 
  }

}