.catname {
	margin: 0px;
} /* Product name */
.catname a:link, .catname a:visited{
	font-size: 13px;
	color: #F65E13;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	margin-left: 2px;
	display: block;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	text-decoration: none;
} /* Product name */

.catname a:hover, .catname a:active  {
	color: #000000;
	text-decoration: underline;
} /* Product name */


.catdesc {
	font-size: 11px;
	color: #2E3E53;
	font-family: tahoma;
	float: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
} /* Description text */
.catdesc a:link, .catdesc a:visited {
	text-decoration: none;
} /* Description text */

td.cattable {
	width: 208px;
	height: 168px;
	padding: 5px;
} /* Border around each product */
/*.nomargin {
	margin: 5px 3px 0px 3px;
}*/
.catimage {
	width: 198px;
	margin: 2px;
	border: solid #2E3E53 1px;
}
.catimage2 {
}
.catmsg {
	font-size: 16px;
	font-family: arial;
	color: #000000;
	line-height: 25px;
	font-weight: bold;
	text-align: left;
}

