div.thumb div.text h2 a {

}

div.price a {
	font-size: 20px;
	font-weight: bold;
  color: #6a1f20 !important;
}

div.product_category {
  margin: 12px 0 5px 0;
}

div.product_thumbs {
  width: 100%;

  margin-top: 25px;
}

div.product_thumbs div.thumb {
  float: left;

  width: 197px;
  height: auto;

  margin: 0 0 20px 0;

  text-align: center;
}

div.product_thumbs div.thumb div.img {
  /*margin-top: 5px;
  margin-left: auto;
  margin-right: auto;*/

  border-right: 1px dotted #CCCCCC;

  height: 300px;
}

div.product_thumbs div.thumb div.text {
  border-right: 1px dotted #CCCCCC;
  min-height: 20px;

  padding: 0 15px;
}

div.product_thumbs div.thumb div.buttons {
  width: 100%;
  height: 25px;
}

div.product_thumbs div.thumb div.buttons div.more_info {
  float: left;
}

div.product_thumbs div.thumb div.buttons div.order {
  width: 100%;

  text-align: center;
}

.pages {
	width: 100%;
}

.pages .previousPage {
	width: 100px;
}

.pages .pageSelect {
	text-align: center;
}

.pages .nextPage {
	width: 100px;

	text-align: right;
}
