.pageNumber {
  font-family: verdana;
  font-size: 12px;
  text-decoration: none;
  color: #000;
}
.pageNumberSelected {
  color: #888 !important;
}
.productsList {
  list-style-type: none;
  margin:0;
  padding:0;
}
.productsListLi {
  float: left;
  padding: 5px;
}
productsListLiLast {
  padding: 5px;
  clear: both;
}
.productThumb {
  width: 225px;
  height: 225px;
  text-align: center;
  font-family: verdana;
  font-size: 10px;
  border: 1px solid #9b231c;
}

.paginareContainer {
  text-align: center;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  height: 10px;
}
.productImageThumb {
  width: 220px;
  height: 194px;
  margin: 2px;
}
.productThumb p{
 padding: 10px 0 10px 0;
}
.productThumbName {
  color: #000;
  font-weight: bold;
  font-family: verdana;
  font-size: 10px;
  text-decoration: none;
}
.productsThumbsContainer {
  min-height: 350px;
}
.productThumbPromo {
  width: 218px;
  height: 192px;
  background: transparent url('/uploads/promo.png') no-repeat center center;
}
.productThumbPrice {
  font-size: 12px;
  color: #FFF
  width: 150px;
  height: 100px;
  background: transparent url('/uploads/priceBack.gif') no-repeat top left;
}
.productDetailsSubtitle {
  font-family: verdana;
  font-weight: bold;
  color: #202020;
  font-size: 12px;
  padding-left: 10px;
}
.productTitleContainer {
  height: 15px;
}
.productPriceContainer {

}
.productDetailsContainter {
  min-height: 360px;
}
.productColorsContainer {
}
.productColorsContainer img {
  display: inline !important;
}
.priceTag {
  font-family: verdana;
  font-weight: bold;
  color: #202020;
  font-size: 16px;
  padding-left: 10px;
}
.priceTagPromo {
  text-decoration: line-through;
  font-family: verdana;
  font-weight: bold;
  color: #202020;
  font-size: 16px;
  padding-left: 10px;
}