/* MEDIAFILE */

div.categories-path {
  position: relative;
  padding-left: 3px;
  font-size: 11px;
  font-weight: bold;
  color: black;
}
div.categories-path a:link, div.categories-path a:visited, div.categories-path a:hover, div.categories-path a:focus, div.categories-path a:active {
  font-weight: bold;
}

a.category:link, a.category:visited, a.category:hover, a.category:focus, a.category:active {
  display: block;
  width: 200px;
  margin: 5px;
  margin-right: 20px;
  margin-left: 0;
  padding: 8px;
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  background-position: right;
  background-repeat: no-repeat;
  float: left;
}

a.button-prev:link, a.button-prev:visited, a.button-prev:hover, a.button-prev:focus, a.button-prev:active, a.button-next:link, a.button-next:visited, a.button-next:hover, a.button-next:focus, a.button-next:active {
  position: relative;
  float: left;
  width: 30px;
  height: 14px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
}

div.button-inactive {
  position: relative;
  float: left;
  width: 30px;
  height: 14px;
  overflow: hidden;
  text-align: center;
}
div.button-inactive img {
  margin: 0;
}

div.pagenav {
    position: relative;
    padding-top: 10px;
}

div.pages {
    position: relative;
    padding: 0;
    float: left;
}

div.range {
    position: relative;
    float: right;
}

div.mediafile-pdf, div.mediafile-doc, div.mediafile-avi, div.mediafile-mpg, div.mediafile-wmv, div.mediafile-zip, div.mediafile-exe, div.mediafile-jpg, div.mediafile-htm {
  position: relative;
  padding: 5px;
  padding-left: 40px;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: 0 3px;
}
div.mediafile-pdf a, div.mediafile-doc a, div.mediafile-avi a, div.mediafile-mpg a, div.mediafile-wmv a, div.mediafile-zip a, div.mediafile-exe a, div.mediafile-jpg a, div.mediafile-htm a {
  font-weight: normal;
}
span.mediafile-type {
  text-transform: uppercase;
}
