a.nvsProduct {
	display: block;
	padding: 3px;
	margin: 8px 24px;
	text-decoration: none;
}

a.nvsProduct:hover {
	background-image: url('/nvs/images/backgrounds/nvs_product_btn_bg-hl.png');
	background-position: top left;
	background-repeat: repeat-y;
	text-decoration: none;
}

a.nvsProduct td.borderRight {
	border-right: solid 1px #00ccff;
}

a.nvsProduct td.borderLeft {
	border-left: solid 1px #00ccff;
}

a.nvsProduct p.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ffd24c;
	padding: 3px 4px 3px 10px;
	border-bottom: solid 1px #00ccff;
}

a.nvsProduct p.summary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 133%;
	color: #ffffff;
	padding: 4px 4px 2px 10px;
}

a.nvsProduct img.nvsProduct {
	padding: 1px;
	background-color: #091f30;
	border: solid 1px #00ccff;
	border-right: none;
}

