
.header-listcontrol {
  padding: 20px 20px 15px 20px;
  height: 1%;
  overflow: hidden;
  font-size: 12px;
  text-align:center;
}

.header-listcontrol .sortby {
  width: 65%;
  float: left;
}

.header-listcontrol .perpage {
  width: 35%;
  float: right;
  text-align: right;
}

.header-listcontrol div * {
  margin: 0 .1em;
  border: 1px solid #e5e5e5;
  padding: 2px .6em; color: #5f6775;
  background-color: #fff;
  text-decoration: none;
}

.header-listcontrol div a:hover {
  text-decoration: none;
  color: #333;
  background-color: #f7f6f0;
}

.header-listcontrol a.current {
  border-color: #b6b6b6;
  background: #f3f3f3;
}

