/* Pagination num links -- Start */
a.page_num {
  font-size: 12px;
  font-weight: normal; 
  letter-spacing: 1px; 
  line-height: 17px;
}

a.page_num:link { 
  color: #bfb34b; 
  text-decoration: none; 
} 

a.page_num:visited {
  color: #a79b40; 
  text-decoration: none; 
}

a.page_num:active {
  color: #a79b40;
  text-decoration: none;
}

a.page_num:hover {
  color: #a79b40;
  text-decoration: underline;
}
/* Pagination num links -- End */

/* Current page num link */
.page_cur {
  font-size: 12px; 
  color: #a79b40;
  text-decoration: none; 
  font-weight: bolder; 
  letter-spacing: 1px; 
  line-height: 17px;
}

/* Page num link separator */
.page_separator {
  display: inline-block;
  background: transparent url('../images/grey_break_page.gif') no-repeat scroll center center;
  width: 9px;
  height: 17px;
  margin: 0 3px;
}

/* First link */
.page_first {
  display: inline-block;
  background: transparent url('../images/green_start.gif') no-repeat scroll center center;
  width: 14px;
  height: 17px;
  text-decoration: none !important;
}

/* Previous link */
.page_prev {
  display: inline-block;
  background: transparent url('../images/green_back10.gif') no-repeat scroll center center;
  width: 14px;
  height: 17px;
  text-decoration: none !important;
  margin-right: 10px;
}

/* Next link */
.page_next {
  display: inline-block;
  background: transparent url('../images/green_next10.gif') no-repeat scroll center center;
  width: 14px;
  height: 17px;
  text-decoration: none !important;
  margin-left: 10px;
}

/* Last link */
.page_last {
  display: inline-block;
  background: transparent url('../images/green_end.gif') no-repeat scroll center center;
  width: 14px;
  height: 17px;
  text-decoration: none !important;
}