#layout div.paginator{
	margin: 10px 0;
  clear: both;
}
#layout div.paginator table {
  
}
#layout div.paginator td, 
#layout div.paginator th {
  
}
.paginator td, .paginator th {
  text-align: center;
  padding: 0;
}
.paginator a, 
.paginator span {
  padding: 0 0.45em;
  color: #FFF;
  font-weight: normal;
  line-height: 21px;
  text-decoration: none;
}
.paginator th.prev a, 
.paginator th.next a{
  font-size: 125%;
  line-height: 10px;
}

.paginator td{
  background: url('../siteimg/paging/page-cold.gif') repeat-x top;
}
.paginator span.paginator-selected {
  background: url('../siteimg/paging/page-hot.gif') repeat-x top;
  font-weight: bold;
  display: block;
}
.paginator th.prev{
  background: url('../siteimg/paging/page-left.gif') no-repeat top center;
  width: 28px;
  
}
.paginator th.next{
  background: url('../siteimg/paging/page-right.gif') no-repeat top center;
  width: 31px;
}

#search div.paginator-up table,
#basket div.paginator-up table,
#photos div.paginator-up table {
  margin-top: -2.25em;
  //margin-top: -3.25em;
}
