/*
 * Category styles
 */

div#category {
  padding-right: 10px;
}

div#category div#paging-top {
  margin-bottom: 10px;
}
div#paging-top p {
  font-family:Georgia, "Times New Roman", Times, serif;
  color: #0aa8e2;
  margin: 0;
}
div#paging-top p a {
  color: #2c556b;
  text-decoration: underline;
}

div#category ul#products {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#products li.row {
  overflow: hidden;
  height: 100%;
  border-bottom: 1px solid #dedbd8;
  margin-bottom: 18px;
  padding-bottom: 10px;
}
ul#products li.row ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
ul#products li.row ul li {
  float: left;
  margin: 0;
  padding: 0 25px 0 0;
  width: 158px;
}
ul#products li.row ul li.last {
  padding-right: 0;
}
ul#products li.row ul li p.thumbnail {
  /*background: url(/img/category/thumbnail-frame.png) no-repeat;*/
  border: 1px solid #ccc;
  margin: 0 0 3px 0;
  padding: 2px 0 0 2px;
  height: 140px;
}
ul#products li.row ul li p.thumbnail img {
  display: block;
}
ul#products li.row ul li h3 {
  font-size: 0.9em;
  margin: 0 0 2px 0;
}
ul#products li.row ul li h3 a {
  font-family:Georgia, "Times New Roman", Times, serif;
  color: #2c556b;
  font-weight: normal;
}
ul#products li.row ul li p.price {
  color: #0aa8e2;
  font-size: 0.95em;
  font-family: arial, verdana, serif;
  font-weight: bold;
  margin: 0;
}
ul#products li.row ul li p.price em {
  font-style: normal;
}
ul#products li.row ul li p.price span.from {
  font-size: 0.8em;
}

div#category div#paging-bottom {
  margin-top: -7px;
  
}
div#paging-bottom p {
  font-family:Georgia, "Times New Roman", Times, serif;
  text-align: right;
  margin: 0;
}
div#paging-bottom p a {
  color: #2c556b;
}
div#paging-bottom p a.page {
  color: #0aa8e2;
}
div#paging-bottom p a.current {
  text-decoration: underline;
  color: #000;
}