a {
	text-decoration: none;
	color: #00A550 /*~ link.color */;
}
a:visited {
	text-decoration: none;
	color: #00a550 /*~ link-visited.color */;
}
a:hover, .upsell table td a:hover {
	text-decoration: underline;
	color: #ed1c24 /*~ link-hover.color */;
}
.navigation1 li a:hover {
	color: #ed1c24 /*~ nav-menu-hover.color */;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left;
}
