/* LISTINGS */
.listings{
  float: right;
  height: 18px;
  font-size: x-small;
  border: 1px solid #595959;
  background-color: white;
  margin: 6px 0 6px 0;
  padding: 1px 0 1px 1px;
}
.listings .page{
  float: left;
  width: 100px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: rgb(60, 60, 60);
  background-color: #eee;
  border-right: 1px solid white;
  margin: 0;
  padding: 0 3px 0 3px;
  font-weight: bold;
}
.listings a.first{
  float: left;
  width: 70px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: rgb(60, 60, 60);
  text-decoration: none;
  text-align: center;
  background-color: rgb(240, 244, 245);
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a:hover.first{
  float: left;
  width: 70px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: rgb(60, 60, 60);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #800;
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a.last{
  float: left;
  width: 70px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: rgb(60, 60, 60);
  text-decoration: none;
  text-align: center;
  background-color: rgb(240, 244, 245);
  border-right: 1px solid white;
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a:hover.last{
  float: left;
  width: 70px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: rgb(60, 60, 60);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #999;
  border-right: 1px solid white;
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a{
  float: left;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgb(60, 60, 60);
  background-color: #eee;
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a:hover{
  float: left;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: rgb(60, 60, 60);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #999;
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a.active{
  float: left;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgb(60, 60, 60);
  font-weight: bold;
  /*background-color: rgb(218, 242, 154);*/
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}

