div.catname {
	padding: 5px 0;
} /* Product name */
.catname a:link, .catname a:visited{
	font-family: "Trebuchet MS";
	color: #729FD8;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
} /* Product name */

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


div.catdesc {
	font-size: 12px;
	color: #333333;
	font-family: Arial;
	float: left;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0;
	font-weight: normal;
} /* Description text */
.catdesc a:link, .catdesc a:visited {
	text-decoration: none;
} /* Description text */

td.cattable {
} /* Border around each product */
/*.nomargin {
	margin: 5px 3px 0px 3px;
}*/
.catimage {
	width: 140px;
	margin: 2px;
}
.catimage2 {
}
.catmsg {
	font-size: 18px;
	font-family: tahoma;
	color: #FD8D5C;
	line-height: 25px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	display: block;
	border-bottom: solid #FD8D5C 1px;
}
