a.productlink {
	color: #800000;
}
a.productlink:hover {
	text-decoration: underline;
	color: blue;
}
a.productlink div.border1 {
	height: 8px;
	overflow: hidden;
	background-image: url(../_site_images/border1.png);
}
a.productlink div.border2 {
	height: 8px;
	overflow: hidden;
	background-image: url(../_site_images/border2.png);
}
a.productlink:hover div.border1 {
	background-image: url(../_site_images/border3.png);
}
a.productlink:hover div.border2 {
	background-image: url(../_site_images/border4.png);
}
