.InfoWrapper
{
	position: relative;
	float: left;
}

.InfoWrapper:hover { cursor: pointer; }

/**************************************************************************************************/
.BookR, .BookL,
.BookAltL,
.BooklistBook
{
	display: none;
	width: 252px;
	top: 3px;
	background-image: url('../media/rl_book_arrows.gif');
	background-repeat: no-repeat;
}

.BookL { background-position: 230px 0; }
.BookR { background-position: 4px 0; }

.BookR .Inner, .BookL .Inner
{
	position: relative;
	width: 240px;
	font-size: 90%;
	background-color: #edf3db;
}

.BookR .Inner { float: right; }
.BookL .Inner { float: left; }

.BookR .Border, .BookL .Border
{
	float: none;
	border-width: 0;
}

/**************************************************************************************************/
.BookAltL
{
	position: absolute;
	top: 0;
	width: 120px;
	background-image: none;
}

.BookAltL .Inner
{
	position: relative;
	float: left;
	width: 120px;
	font-size: 90%;
	background-color: #edf3db;
}

/**************************************************************************************************/
.BookAltL .InfoBox h1, .BookAltL .InfoBox h2
{
	font-size: 110%;
	line-height: 1.25em;
}

.BookAltL .InfoBox h3
{
	font-size: 100%;
	line-height: 1em;
}

.BookAltL .InfoBox h4
{
	font-size: 95%;
	line-height: 1em;
}

.BookAltL .InfoBox h5 { width: 100px; }

/**************************************************************************************************/
.BooklistBook
{
	width: 202px;
	background-position: 180px 0;
}

.BooklistBook .Inner
{
	position: relative;
	float: left;
	width: 190px;
	font-size: 90%;
	background-color: #edf3db;
}

/**************************************************************************************************/
.InfoBox
{
	position: relative;
	float: none;
	text-align: left;
	width: auto;
	padding: 10px;
	margin: 0;
}

.InfoBox h1, .InfoBox h2, .InfoBox h3, .InfoBox h4, .InfoBox h5
{
	padding: 0;
	margin: 0;
}

.InfoBox h1, .InfoBox h2, .InfoBox h3, .InfoBox h4, .InfoBox h5
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border-width: 0;
	font-weight: normal;
	color: #000;
}

.InfoBox h1, .InfoBox h3 { font-weight: bold; }

.InfoBox h1, .InfoBox h2
{
	display: inline;
	font-size: 130%;
	line-height: 1.25em;
	margin: 0 0 2px 0;
}

.InfoBox h3
{
	font-size: 105%;
	line-height: 1em;
	margin: 5px 0 5px 0;
	color: #b21b27;
	text-transform: uppercase;
}

.InfoBox h4
{
	font-size: 100%;
	line-height: 1em;
	margin: 15px 0 15px 0;
	letter-spacing: .025em;
}

.InfoBox h5
{
	font-size: 95%;
	line-height: 1.2em;
	width: 200px;
	text-transform: none;
}

.InfoBox h5 a, .InfoBox h5 a:visited, .InfoBox h5 a:hover, .InfoBox h5 a:active { color: #006994; }
.InfoBox a, .InfoBox a:visited { text-decoration: underline; }
.InfoBox a:hover, .InfoBox a:active { text-decoration: none; }
