td.hr {
height:10px;
padding:0px;
}

hr {
	border:none;
	border-top: 1px solid #9DA5AB;
	margin:0px 10px;
  height: 1px;
	line-height:1px;
}

.results {
	margin:20px 0px;
	width:100%;
}

.results .product_image
{
	width:auto;
	height:auto;
	max-width:175px;
	/* IE Image max-width */
	width: expression(this.width > 175 ? 175: true);
	margin:4px 8px 8px 0px;
	float:left;
}

.results th.image {
	height:130px;
	width:200px;
}

.results td.hr {
	height:30px;
	vertical-align:middle;
}
