div.main_cat_header {
  background-color: #C0A37D;
  font-size: 150%;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

div.main_cat_header a {
  color: #6F3E0A;
}

div.main_cat_header a:hover {
  text-decoration: none;
  color: #6F3E0A;
}

div.cur_cat_side_header {
  text-align: center;
  background-color: #C0A37D;
  height: 30px;
  width: 240px;
  font-size: 120%;
}

div.cur_cat_side_header a {
  color: #6F3E0A;
}

div.cur_cat_side_header a:hover {
  text-decoration: none;
}

.recommended_cats-separator {
    margin: 0 0 1em;
}

div.side-category-title a {
  color: #6F3E0A;
  position: relative;
  bottom: 27px;
  right: 70px;
  font-weight: normal;
  font-size: 120%;
  text-decoration: none;
}

.view-display-id-recommended_cat_side .view-header {
  background-color: #C0A37D;
  height: 30px;
}

div.side-category-title a:hover {
  color: #E7E2DB;
}

div.recommended-cat-side-row {
  position: relative;
  z-index: 1;
  padding-right: 10px;
}

.views-row-even.recommended-cat-side-row {
  background-color: #E0E0E0;
}

div.recommended-cat-side-row a:hover {
  text-decoration:none;
  color: black;
}

.view-display-id-recommended_cat_side,
.view-display-id-recommended_cur_cat_side {
  background-color: #EAEAEA;
  width: 240px;
}

/* Category Term button */
/* Text style */
div.term-button-text
{
  text-align: center;
  font-weight: bold;
  font-size:120%;
}

div.term-button-text a:hover
{
  text-decoration:none;
  color: black;
}

/* Image style */
div.term-button-image
{
  text-align: center;
}

/* Temporary work around to not display category term twice in term title
   See issue #1 */
h1.term-title-hide {
  display:none;
}

/* category buttons */
table.cols-4,
table.cols-5,
table.cols-6,
table.cols-7 {
  width: 100%;
  margin-bottom: 15px;
}
