﻿body 
{
}

.BookSorterNav
{
	left: 0px; 
	top: 0px;
	border-right: 1px dotted Silver;
	border-bottom: 1px dotted Silver;
	background-color: #fafafa;
	
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}

.BookSorterNav a
{
	text-decoration: none;
	color: #d98f05;
}

.BookSorterNav a:hover
{
	color: #4b4082;
}

.BookSorterContent
{
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.BookSorterContent h2
{
	text-align: left;
	color: White;
	background-color: #88ace1;
}

.BookSorterDown
{
	height: 60px;
	vertical-align: middle;
}

.BookSorterDown img
{
	float: left;
	margin: 2px 4px 2px 8px;
	border: 0px;
}

.BookSorterDown a
{
	text-decoration: none;
	vertical-align: middle;
}

.BookSorterFeaturesHeader
{
	color: Blue;
}

.BookSorterCreditsHeader
{
	color: #638c9c;
	margin-left: -4px;
}

