/* line 5, ../../sass/topic_page.sass */
.topic-page header {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 3px 6px 1px 6px;
  height: 24px;
  background-color: black;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
/* line 16, ../../sass/topic_page.sass */
.topic-page section {
  overflow: hidden;
  *zoom: 1;
}
/* line 19, ../../sass/topic_page.sass */
.topic-page section header {
  margin-top: 0;
}
/* line 22, ../../sass/topic_page.sass */
.topic-page section header .more-link {
  display: block;
  float: right;
  background-color: white;
  color: black;
  font-size: 12px;
  font-weight: normal;
  padding: 0 3px;
  line-height: 16px;
  margin-top: 1px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-right: 4px solid white;
  border-left: 4px solid white;
}
/* line 37, ../../sass/topic_page.sass */
.topic-page section header .more-link:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}
/* line 42, ../../sass/topic_page.sass */
.topic-page .filters {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
/* line 49, ../../sass/topic_page.sass */
.topic-page .filters a:link, .topic-page .filters a:active, .topic-page .filters a:visited {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 1px;
  float: left;
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-right: 5px;
}
/* line 62, ../../sass/topic_page.sass */
.topic-page .filters a:hover {
  color: #cccccc;
}
/* line 66, ../../sass/topic_page.sass */
.topic-page .filters .active:link, .topic-page .filters .active:active, .topic-page .filters .active:visited {
  background-color: black;
  color: white;
}
/* line 72, ../../sass/topic_page.sass */
.topic-page .filters .active:hover {
  color: #cccccc;
}
/* line 75, ../../sass/topic_page.sass */
.topic-page .filters ul.letter-filters {
  list-style: none;
  display: block;
  margin: 0 5px 0 0;
  padding: 0;
  height: 20px;
  float: left;
}
/* line 83, ../../sass/topic_page.sass */
.topic-page .filters ul.letter-filters li {
  margin: 0;
  float: left;
}
/* line 88, ../../sass/topic_page.sass */
.topic-page .filters ul.letter-filters li a:link, .topic-page .filters ul.letter-filters li a:active, .topic-page .filters ul.letter-filters li a:visited {
  margin: 0;
}

/* line 95, ../../sass/topic_page.sass */
ul.item-blocks {
  overflow: hidden;
  *zoom: 1;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}
/* line 102, ../../sass/topic_page.sass */
ul.item-blocks li.item-block {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 140px;
  margin-bottom: 20px;
  height: 160px;
}
/* line 105, ../../sass/topic_page.sass */
ul.item-blocks li.item-block.first {
  margin-left: 0;
}
/* line 107, ../../sass/topic_page.sass */
ul.item-blocks li.item-block.last {
  margin-right: 0;
}
/* line 113, ../../sass/topic_page.sass */
ul.item-blocks li.item-block a {
  line-height: 15px;
  font-size: 13px;
}
/* line 116, ../../sass/topic_page.sass */
ul.item-blocks li.item-block a:link, ul.item-blocks li.item-block a:hover, ul.item-blocks li.item-block a:active {
  text-decoration: none;
  font-weight: bold;
  display: block;
  width: 119px;
}
/* line 124, ../../sass/topic_page.sass */
ul.item-blocks li.item-block img {
  border: 2px solid black;
  margin-bottom: 3px;
}
