#prices {
	margin: auto;
	text-align: center;
}

#prices th {
	text-decoration: underline;
}

#prices tfoot td {
	font: italic bold 100% sans-serif;
}

#prices td {
	font-weight: bold;
}

#prices td:first-child {
	text-align: left;
}

#prices tbody tr:nth-child(odd) {
	background-color: #ffffef;
}

#jerseys p {
	margin: 1.5em auto;
	text-align: center;
	font-weight: bold;
}

#jerseys > p {
	float: left;
	width: 50%;
}

#jerseys > br {
	clear: both;
}

img[src^="jersey2004/"] {
	border: none;
	width: 250px;
	height: 217px;
}

#content > br, #jerseys > br {
	clear: both;
}

#inventory {
	width: 93%;
	height: 200px;
	margin: 0;
	border: thin solid black;
	padding: 0;
}
