div#listings {float: left; margin: 15px auto 6px auto; height: 18px; font-size: x-small; border: 1px solid #C80000; background-color: white; padding: 1px 0 1px 1px; color: white; font-family: verdana;}

div#listings div.page { float: left; width: 110px; height: 18px; line-height: 18px; text-align: center; background-color: #C80000; 
border-right: 1px solid white; margin: 0;  padding: 0 3px 0 3px; }
  
div#listings a.first{
  float: left;
  width: 60px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  background-color: #F33636;
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}
div#listings a:hover.first{
  float: left;
  width: 60px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  background-color: #D07A7A;
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}

div#listings a.last{
  float: left;
  width: 85px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  background-color: #F33636;
  border-right: 1px solid white;
  margin: 0;
  padding: 0 3px 0 3px;
}
div#listings a:hover.last { float: left;
  width: 85px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  background-color: #D07A7A;
  border-right: 1px solid white;
  margin: 0;
  padding: 0 3px 0 3px; }

div#listings a {
  color: white;
  float: left;
  width: 23px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #F33636;
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
  font-size: x-small;
  font-weight: normal;
}
div#listings a:hover{
  float: left;
  width: 23px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #D07A7A;
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}
div#listings a.active{
  float: left;
  width: 23px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #D07A7A;
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}
