@charset "utf-8";
.pager-nav {
  text-align: center;
}
/*a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*border: 0;*/
  /*font: inherit;*/
  /*font-size: 100%;*/
  /*vertical-align: baseline;*/
/*}*/
.pager-nav a.del {
  border-color: #dc4f53;
  background-color: #d8252d;
  background-image: none;
  font-weight: 700;
  font-size:15px;
  color: #fff;
}
.pager-nav a.currentRed {
  border-color: #dc4f53;
  background-color: #d8252d;
  background-image: none;
  font-weight: 700;
  color: #fff;
}
.pager-nav a.currentBlue {
  border-color: #0080ff;
  background-color: #0080c0;
  background-image: none;
  font-weight: 700;
  color: #fff;
}
.pager-nav a {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin-right: 2px;
  border: 1px solid #ccc;
  background-color: #fbfbfb;
  background-image: -webkit-linear-gradient(top,rgba(251,251,251,1) 0,rgba(244,244,244,1) 100%);
  background-image: -moz-linear-gradient(top,rgba(251,251,251,1) 0,rgba(244,244,244,1) 100%);
  background-image: linear-gradient(top,rgba(251,251,251,1) 0,rgba(244,244,244,1) 100%);
}
/*a,a:link, a:visited,a:hover {*/
  	/*text-decoration: none;*/
/*}*/
.pager-nav a:link, .pager-nav a:visited {
  	color: #666;
}
.pager-nav .page-next, .pager-nav .page-pre {
  	width: 63px;
}
.prod-search{
	margin-bottom: 5px;
}
