body {
	font-family:Tonia,Verdona,Arial,Helvetica,sans-serif;
}

#backToTop ul {
	padding: 0;
	margin: 0;
	font-size: .83em;
	text-align: right;
	list-style: none;
	color: #000000;
	background: transparent;
}

#backToTop a {
	color: #990000;
	background: transparent;
}

#backToTop li {
	padding: 0;
	margin: 0;
	display: inline;
	font-weight: bold;
}

#backToTop li:before {
	content: "| ";
	font-weight: bold;
}

#backToTop li:first-child:before {
	content: "";
}

.dynamicBTT {
	position: fixed;
	right: 65px;
	bottom: 40px;
	border: 1px #cccccc solid;
	padding: 5px !important;
	color: #000000;
	background: #cccccc url("/Images/BTT-gradient.png") repeat-x top left !important;
	z-index: 100;
}

.hiddenBTT {
	display: none !important;
}

