ul#productscat {
 margin: 0;
   /*border:1px solid green;*/
  padding: 0;
  /*width: 500px; For KHTML*/
  list-style: none;
  font-size:100%;
   float: left;
    margin-top: 20px;
}

ul#productscat li {
	margin: 0;
	border: 0 none;
	padding: 0px 0px 0px 0px;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 120px;
	_height: 120px;
	background: none;
	width: 97px;
	margin-right: 0px;
	text-align: center;
}

ul#productscat li.last {
  width: 97px;
	margin-right: 0px;
}

ul#productscat a {
	border: 0px;
	padding: 0px 0px 0px 0px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #000000;
	kfont: normal 13px tahoma;
	text-decoration: none;
	height: 90px; /*For IE*/
	kline-height: 36px;
	background: none;
	text-align: center;
	width: 97px;
}

ul#productscat li.last a {
  width: 97px;
}

ul#productscat img {
	border: 0px;
	padding: 0px 0px 0px 0px;
	kheight: 82px; /*For IE*/
	background: none;
}

ul#productscat span {
	border: 0px solid #FFF;
	border-right: none;
	border-bottom: none;
	padding: 0px 0px 0px 0px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #0190cc;
	font: normal 11px tahoma;
	text-decoration: none;
	kheight: 13px;
  k_height: 36px; /*For IE*/
  text-align: center;
  width: 97px;
}

ul#productscat li.last span {
  width: 95px;
}
