/* LISTINGS */
.listings{
  float: right;
  height: 15px;
  line-height: 15px;
  /*font-size: x-small;*/
  /*border: 1px solid rgb(110, 110, 110);*/
  background-color: white;
  margin: 6px 0 6px 0;
  padding: 1px 0 1px 1px;
}

.listings .page{
  float: left;
  width: 110px;
  text-align: center;
  color: white;
  background-color: #DB4307;
  border: 1px solid #DB4307;
  margin: 0 2px;
  font-weight: bold;
}

.listings a.first{
  float: left;
  width: 60px;
  display: block;
  color: #DB4307;
  text-decoration: none;
  text-align: center;
  background-color: white;
  border: 1px solid #DB4307;
  margin: 0 2px;
}

.listings a:hover.first{
	float: left;
  width: 60px;
  display: block;
  color: white;
  background-color: #DB4307;
  border: 1px solid #DB4307;
}

.listings a.last{
  float: left;
  width: 70px;
  display: block;
  color: #DB4307;
  text-decoration: none;
  text-align: center;
  background-color: white;
  border: 1px solid #DB4307;
  margin: 0 2px;
}

.listings a:hover.last{
  float: left;
  width: 70px;
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
  background-color: #DB4307;
  border: 1px solid #DB4307;
  margin: 0 2px;
}

.listings a{
  float: left;
  width: 25px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #DB4307;
  background-color: white;
  border: 1px solid #DB4307;  
  margin: 0 2px;
}

.listings a:hover{
  float: left;
  width: 25px;
  display: block;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #DB4307;
  border: 1px solid #DB4307;
  margin: 0 2px;
}

.listings a.active{
  float: left;
  width: 25px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: #DB4307;
  border: 1px solid #DB4307;
  margin: 0 2px;
}