table.productTable {
	border-collapse: collapse;
	width: 100%;
	border-bottom: thin solid Black;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.productTable th {
	border-top: 1px solid Black;
	border-bottom: 1px solid black;
}

.bottomTD {
	border-top: 1px solid black;
}

fieldset {
	padding: 5px;
	width: 50%;
}

.productTable p {
	margin: 5px;
}

.productTable ul {
	margin-top: 0px;
	margin-bottom: 0px;
}