.form_change{
	font-size:12px;
	padding:2px;
	color:grey;
	font-family:verdana;
}
.page_numbers_holder{
	/* background-color:#f5f2f2; */
	padding:5px;
	color:#696969;
}
.page_numbers_holder a{
	color:red;
	text-decoration:none;
	padding-right:2px;
	padding-left:2px;
}
.page_numbers{
	background-color:red;
	text-decoration:none;
}
.smaller-item{
	width:130px;
	float:left;
	margin-bottom:2px;
	margin-top:2px;
}
.bestseller-item{
	width:128px;
	height: 260px;
	float:left;
	margin-bottom:20px;
	margin-top:2px;
}
.bestseller-item a{
	text-decoration:none;
	color:#ccc;
}
.smaller-item a{
	text-decoration:none;
	color:#ccc;
}
.small-item{
	width:151px;
	/* background-color:#f5f2f2; */
	margin-bottom:10px;
	position: relative;
}
.small-item img {
	display: block;
	margin: 0 auto;
}
.small-item a{
	text-decoration:none;
	display: block;
}
/* Product sizes */
.hover-details {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.85;
  filter: alpha(opacity='85');
  zoom: 1;
  width: 100%;
  padding: 3px 0;
}
.hover-details a {
  color: #444;
}
.small-item:hover .hover-details {
  display: block;
}
.bestseller-item {
  position: relative;
}
.bestseller-item:hover .hover-details {
  display: block;
  text-align: center;
}


.product-name{
	color:#323232;
	font-size:12px;
	font-weight:bold;
}
.product-price{
	color:#696969;
	font-size:12px;
}
.product-price a{
	color:#696969;
	font-size:12px;
	text-decoration:none;
}
itemname{
	font-size:13px;
}
.itempage_price{
	margin-top:5px;
	margin-bottom:10px;
	color:green;
	font-size:12px;
	font-weight:bold;
}
.more-links{
	color:#696969;
	margin-bottom:10px;
	font-size:12px;
}
.more-links a{
	color:#463c3c;
	text-decoration:none;
}
.red{
	color:red;
	font-weight:bold;
}

.complemented-items {
	width: 100%;
	overflow: hidden;
}

.complemented-items .small-item {
	float: left;
	width: 151px;
	margin: 0 10px 10px 0;
	height: 220px;
	text-align: center;
}

.bestseller-item table a img,
.small-item a img,
.smaller-item a img {
  width: 120px;
  height: auto;
}

td.image-td {
  height: 185px;
  vertical-align: top;
}
div.image-container {
  height: 185px;
  overflow: hidden;
}

