/* LISTINGS */
.listings{
  text-align:center;
  float:right;
  clear:both;
  font-family:Myriad Pro, Arial;
  height: 18px;
  width:100%;
  font-size: x-small;
  border: 1px solid #000000;
  background-color: white;
  background:#CCCCCC;
  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: #000000;
  background:#CCCCCC;  
  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: #000000;
  text-decoration: none;
  text-align: center;
  background:#CCCCCC;
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a:hover.first{
  float: left;
  width: 70px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background:#FFFFFF;
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a.last{
  float: left;
  width: 70px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: #000000;
  text-decoration: none;
  text-align: center;
  color: #000000;
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a:hover.last{
  float: left;
  width: 70px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background:#FFFFFF;
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a{
  float: left;
  width: 10px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000000;
  background:#CCCCCC;
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a:hover{
  float: left;
  width: 10px;
  height: 18px;
  line-height: 18px;
  display: block;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background:#FFFFFF;
  margin: 0;
  padding: 0 3px 0 3px;
}
.listings a.active{
  float: left;
  width: 10px;
  height: 18px;
  line-height: 18px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000000;
  font-weight: bold;
  background:#FFFFFF;
  margin: 0;
  padding: 0 3px 0 3px;
}
