/* LISTINGS */
.listings{
    margin-bottom:17px;float:right;
  float: right;
	font-family:Arial;
  height: 18px;
  font-size: x-small;
  border: 1px solid rgb(128, 168, 211);
  background-color: white;
  margin: 69px 0 6px 0;
  padding: 1px 0 1px 1px;
}
.listings .page{
  float: left;
  width: 130px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: rgb(60, 60, 60);
  background-color: rgb(198, 213, 234);
  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: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: rgb(128, 168, 211);
  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: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: rgb(128, 168, 211);
  border-right: 1px solid white;
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a{
  float: left;
  width: 25px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgb(60, 60, 60);
  background-color: rgb(198, 213, 234);
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a:hover{
  float: left;
  width: 25px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: rgb(128, 168, 211);
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a.active{
  float: left;
  width: 25px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: rgb(128, 168, 211);
  border-right: 1px solid white;  
  margin: 0;
  padding: 0 3px 0 3px;
}
