.listname {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	width: 98px;
	height: 50px;
	float: left;
	padding: 5px 0;
} /* Product name */
.listname a:link, .listname a:visited {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
} /* Product name */

.listname a:hover {
	color: #003333;
	text-decoration: underline;
} /* Product name */


.listtext {
	font-size: 11px;
	color: #000000;
	font-family: Arial;
} /* Description text */
div.cattable {
	width: 168px;
	margin: 0px;
	border: 0px;
	text-align: left;
} /* Border around each product */
.nomargin {
	width: 168px;
	margin: 0px;
	border: 0px;
}
.imagediv {
	width: 65px;
	height: 50px;
	float: left;
	padding: 5px 5px 5px 0;
}

.image {
	width: 65px;
	height: 50px;
}
