.catname {
	margin: 0px;
} /* Product name */
.catname a:link, .catname a:visited, .catname a:active {
	font-family: Arial;
	color: #338BBF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	padding-left: 3px;
} /* Product name */

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


.catdesc {
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	float: left;
	padding-top: 3px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 1px;
} /* Description text */
.catdesc a:link, .catdesc a:visited {
	text-decoration: none;
} /* Description text */

table.cattable {
	width: 96%;
	float: left;
	margin-left: 2px;
} /* Border around each product */
/*.nomargin {
}*/
.catimage {
	width: 350px;
	border: 0px;
}

/* modulo 1/*

.catname-m1 {
	margin: 0px;
} /* Product name */
.catname-m1 a:link, .catname-m1 a:visited, .catname-m1 a:active {
	font-family: Arial;
	color: #338BBF;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-size: 10px;
	background-color: #eeeeee;
	line-height: 20px;
	padding-left: 3px;
} /* Product name */

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


.catdesc-m1 {
	font-size: 10px;
	color: #000000;
	font-family: Arial;
	float: left;
	padding-top: 3px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 1px;
} /* Description text */
.catdesc-m1 a:link, .catdesc-m1 a:visited {
	text-decoration: none;
} /* Description text */

table.cattable-m1 {
	width: 96%;
	float: left;
	margin-left: 2px;
} /* Border around each product */
/*.nomargin {
}*/
.catimage-m1 {
	width: 75px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 0px;
	margin-top: 5px;
}
