div.homecat-table {
	width: 650px;
	float: left;
	padding: 0;
} 


div.homecat-item {
	width: 212px;
	height: 60px;
	float: left;
	border: solid #eeeeee 1px;
	padding: 1px;
}

div.homecat-photo {
	width: 70px;
	height: 50px;
	float: left;
	padding: 4px;
}

.homecat-image {
	width: 70px;
	height: 50px;
	border: 0px;
}

div.homecat-name {
	width: 130px;
	float: left;
	height: 20px;
	padding: 3px 0 0 0;
} /* Product name */
.homecat-name a:link, .homecat-name a:visited {
	font-family: Arial;
	color: #D60101;
	font-size: 14px;
	line-height: 20px;
	display: block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
} /* Product name */

.homecat-name a:hover , .homecat-name a:active {
	color: #333333;
	text-decoration: none;
} /* Product name */


div.homecat-desc {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	width: 100px;
	float: left;
	height: 30px;
} /* Description text */
.homecat-desc a:link, .homecat-desc a:visited {
	color: #000000;
	text-decoration: none;
} /* Description text */
