@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("last.fm"),
domain("lastfm.es"),
domain("lastfm.de"),
domain("lastfm.fr"),
domain("lastfm.jp"),
domain("lastfm.it"),
domain("lastfm.pl"),
domain("lastfm.com.br"),
domain("lastfm.se"),
domain("lastfm.tr"),
domain("lastfm.ru"),
domain("cn.last.fm") {

div.fixed {max-width: 100% !Important;
width: 90% !important;
}

div#charts #content, div.fixed #content {
  margin: -1px 0 0 0 !important;
  border-bottom: none !important;
}

div.sic #content, div.fiflufi #content {
  margin: -1px 0 0 0 !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;

  }

#LastFooter{
  margin: -1px 0 0 0 !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

/*secondary nav*/
#secondaryNavigation {
  position: relative !important;
  display: inline !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;  
  }

#secondaryNavigation ul {
  border: none !important;
  padding-top: 4px !important;
  }

#secondaryNavigation li {
  display: inline  !important;
  }
#secondaryNavigation li.first a {
  border-left: none !important;
-moz-border-radius-bottomleft: 0px !important;
  }
#secondaryNavigation li a {
  font-size: 12px !important;
  display: inline !important;
  margin: 0 !important;
  padding: 2px 5px 4px 6px !important;
  background: none !important;
  border: 5px !important;
  border-left: 1px solid #ccc !important;
  color: black !important;
  }

#secondaryNavigation li.first a {
  border-left: none !important;
-moz-border-radius-bottomleft: 0px !important;
  }

#secondaryNavigation li a:hover {
  background: none !important;
color: white !important;
border-top: 7px solid red !important;
border-bottom: 10px  red !important;
background-color: red !important;
-moz-border-radius-bottomright: 4px !important;
-moz-border-radius-bottomleft:4px !important;
}

#secondaryNavigation li.current a {
  font-weight: 700 !important;
color: white !important;
border-top: 7px solid #000000 !important;
border-bottom: 10px  #000000 !important;
border-right: 7px solid #000000 !important;
background-color: #000000 !important;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
  }

}