/* PRODUCT LISTING STYLES */
.prodname {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.prodname a:link {
	color: #000000;
	text-decoration: none;
}
.prodname a:visited {
	color: #000000;
	text-decoration: none;
}


.proddetails {
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.prodhilite {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF7700;
	text-align: center;
}