.pagination {
  font-size: 90%;
}
.pagination ul {
  border: 0;
}
.pagination ul li {
  border: 0;
}
.pagination ul li a {
  background: #a63749;
  color: #fff;
  border: 0;
  margin: 0 0px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 90%;
  line-height: 3em;
}
.pagination ul li a:hover {
  background: #1f6072;
}
.pagination ul li.disabled a {
  background: #fff;
}
.pagination ul li.disabled a:hover {
  background: #fff;
}
.pagination .pagination-list {
  background: #a63749;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-right: 10px;
}
.pagination .counter {
  font-size: 90%;
  font-style: italic;
  color: #999;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span,
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
ul.pagenav li {
  display: inline-block;
}
.pager li > a {
  border-radius: 0;
  border: 0;
  background: none !important;
  padding: 0;
}
.pager li > a:hover {
  background: none;
}
.pager a {
  background: none;
  border-radius: 0;
}
div.items-more {
  background-position: left top !important;
  padding-top: 30px;
}
div.items-more .nav-tabs {
  margin: 0;
}
div.items-more .nav-tabs li {
  margin: 0;
  padding: 0;
}
div.items-more .nav-tabs li a {
  margin: 0;
  padding: 8px 0;
  background: none;
  color: #1f6072;
}
div.items-more .nav-tabs li a:hover {
  color: #a63749;
}
dl.tabs {
  padding-bottom: 20px;
  border: 0 !important;
  *zoom: 1;
}
dl.tabs:before,
dl.tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
dl.tabs:after {
  clear: both;
}
dl.tabs h3 {
  float: left;
  margin-right: 4%;
  font-size: 1.7em;
  font-weight: normal;
}
dl.tabs a:hover,
dl.tabs li:hover a {
  background: #1f6072 !important;
  color: #fff;
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
dl.tabs .open a {
  background: #a63749;
  color: #fff !important;
  border: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}