#loginArea {
	background-color: #EBEBEB;
	background-image: none;
	border: 0px;
	margin: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

#loginArea td {
	color: #000000;
}

.button {
	background-color: #993300;
}

.fakebutton {
	background-color: transparent;
	border: none;
	color: #000000;
	cursor: pointer;
}

#pageTitle {
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	text-align: right;
	width: auto;
}

#productList {
	margin: 0px;
	margin-top: 10px;
	width: auto;
}

#productList td {
	padding: 0px;
	padding-bottom: 20px;
}

.content {
	color: #000000;
	font-size: 11px;
	line-height: 120%;
	margin: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	height: auto;
	width: auto;
}

.chapter {
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	z-index: -100;
}

