@charset "utf-8";
.products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	display: block;
	width: 65px;
	margin: 2px;
	padding: 2px;
}
.products td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #535353;
	text-align: left;
	line-height: 10px;
	margin: 2px;
	padding: 2px;
}
.products a {
	font-weight: bold;
	color: #005B5B;
	display: block;
}
.products a:hover {
	color: #660000;
	height: inherit;
}
.pump {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	display: block;
	margin: 2px;
	padding: 2px;
	text-align: left;
	width: 100%;
}
