h2 {
	margin: 0 0 2em;
	padding: 0;
	text-align: center;
	clear: both;
}

h2, #tabs {
	font-family: Arial, Verdana, sans-serif;
}
	
#tabs {
	margin-bottom: 3em;
	border-collapse: collapse;
}

#tabs .filler {
	width: 49%;
}

#tabs .spacer {
	width: 20px;
}

#tabs td {
	border-bottom: 1px solid white;
}

#tabs a {
	display: block;
	padding: 0.5em 1em;
	color: white;
	text-decoration: none;
}

#tabs a:hover {
	text-decoration: underline;
}

#tabs .current {
	border: 1px solid white;
	border-bottom: 1px solid #044848;
}

#tabs .current a {
	font-weight: bold;
	text-decoration: none;
}

.buy {
	text-align: center;
}

.error {
	background-color: #FFBFBF;
	border: 1px solid red;
	padding: 10px;
	text-align: center;
	margin: 1em auto;
	width: 50%;
	font-family: Arial;
	color: black;
}