@namespace url(http://www.w3.org/1999/xhtml);



/* 

. Hides ads

. Hides advertising banner text

. Hides "Have you..." sidebox

. Hides buddy list

. Hides nickelodeon logo

. Hides link to baby page if the site thinks you're under 13

. Hides a game's useless medal 

. Hides shop suggestions/hints

. 1 click selection of item names in quickstock, safety deposit box, your shop item edit

. Make the move only 70 items warning on quickstock more prominent

. Removes fluff in the May 2009 game room page update

. Removes bloat from the Sept 2009 header update

*/



@-moz-document url-prefix("http://www.neopets.com/auctions.phtml") {

  #game-info { 

    display: none !important; /* remove game info */

  }

  #ban_bottom {

    display: none !important; /* remove bottom banner */

  }

  #ban, #ban_bottom, .adBox, .footerNifty, .ad_wrapper_fixed, .ad_wrapper, .adBox2, #alert_text, #game_preloader_msg #contentHeaderLinks, #game_preloader_msg, #contentHeaderLinks .footOverlay.sf, .yahoo_cmss {

    display: none !important; /* remove various ad and stuff ? */

  }

  hr + br + div[style="text-align: center;"] {

    display: none !important; /* remove various ad and stuff ? */

  }



  a[href="http://www.neopets.com/mini/index.phtml"]{

    display: none !important; /* remove the link to baby page if you entered a birthday under 13yr old */

  }

  img[src="http://images.neopets.com/nkf.png"],

  img[src="http://images.neopets.com/nklogo_k.png"]

{

    display: none !important; /* remove nick logo */

  }

  #ctp_image_pad img, #thumbnail img, .click_icon {

    display: inline !important; /* ? */

  }

  td.contentModuleContent > div > a > img[width="250"],

  td.contentModuleContent > div > div > img[width="250"] {

    display: none !important; /* Hide the image junk on your shop */

  }

  div.rcModuleContent > div > table > tbody > tr > td[width="175"] {

    display: none !important; /* Hide the game's useless medal */

  }

  hr + p + table[cellpadding="3"][border="1"] {

    display: none !important; /* Hide the shop bird hints and suggestions */

  }

  td[width="7"] + td[width="304"] {

    display: none !important; /* Hide the shops ad banner table cell so we can expand the cell before it */

  }

  li.nav_image {

    margin-left: 5px !important;

  }

  td.content div.medText {

/*    height: 14px; */

    overflow: hidden;

  }

  td.content div.medText:hover {

    height: auto;

  }

/*  * {

    -moz-user-select: inherit;

  } */

  td.contentModuleContent > table > tbody > tr > td > b{

    -moz-user-select: all;  /* 1 click select - Neo Stores/Shops */

  }

  td.content > form[action="process_quickstock.phtml"] > table > tbody > tr > td:first-child {

    -moz-user-select: all;   /* 1 click select - Quickstock (fix this) */

  }

  #content > table > tbody > tr > td.content > form > table > tbody > tr > td > b {

    -moz-user-select: all;  /* 1 click select - Edit Your shop item prices page and Safty Deposit Box */

  }

  #content > table > tbody > tr > td.content > table > tbody > tr > td > b {

    -moz-user-select: all;  /* 1 click select - SDB */

  }

  #content > table > tbody > tr > td.content > div[align="center"] > b > span {

    font-size: 2em !important; /* Make the move only 70 items warning on quickstock more prominent */

    letter-spacing: 2px !important;

    background-color: red !important;

    color: yellow !important;

    padding: 0px 10px;

  }

/*  body > div[style~="text-align: center"] {

    height: 100% !important;

  } */

  #gamesRoomLogo {

    display: none !important; /* Hide the games room logo */

  }

  #gamesRoomHeaderText {

    display: none !important; /* Hide the games room logo */

  }

  #gamesHeader {

    position:relative !important;

  }

  #gamesHeader #showAll {

    display: none !important;

  }

  #searchBox {

    z-index: 9999 !important;

    position:relative !important;

    top: -10px !important;

  }

  #gamesRoomContentWrap > table {

    position:relative !important;

    top: -20px !important;

  }

  div.youMayAlsoLike {

    position: relative !important;

    top: 10px !important;

    display: none !important;

  }

  div.youMayAlsoLike div.rcModuleContent div.rcModuleContentInner div {

    height: auto !important;

  }

  div.youMayAlsoLike img {

    display: none !important;

  }

  #gamesRoomContentTopCorners,

  #gamesRoomContentBotCorners,

  #gamesRoomContentWrap

 {

    background: none !important; /* The grey border */

    padding: 0px !important;

  }

  #gamesRoomContentTopCorners,

  #gamesRoomContentBotCorners {

    height: 0px !important;

  }

  embed[src="http://images.neopets.com/flash_version_check_v1.swf"] {

    display: none !important;

 

  }

  div.brand-mamabar { /* Sept 25th 2009 header bloat update */

    display: none !important;

  }

}