/* Pagination */
.pagination
{
  text-align: center;
}

.pagination_elements {
  margin: 10px auto;
  font-weight: bold;
  display: inline-block;
}

.pagination_common {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background-color: #D0D0D0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
}

.pagination_title {
  color: #000;
  background-color: inherit;
  width: auto;
  font-size: 1em;
}


.pagination_extreme, .pagination_near, .pagination_dots, .pagination_all {
  color: #D0D0D0;
  background-color: inherit;
}


.pagination_dots {
  width: 18px;
  margin-left: 5px;
  margin-right: -5px;
}

.pagination_all {
  font-size: 1.2em;
}

.pagination_common:first-child {
  margin-left: 0px;
}

.pagination_number:hover {
  background-color: #000;
}

.pagination_near, .pagination_extreme {
  font-size: 1em;
}

.pagination_extreme:hover, .pagination_near:hover, .pagination_all:hover {
  color: #000;
}

.pagination_active {
  background-color: #000;
  cursor: default;
}

.pagination_dots {
  cursor: default;
}

















