﻿body
{
	margin: 0px; padding: 0; overflow: hidden;
}

#searchBox
{
	width: 200px; margin: 0; padding: 0;
}

#searchBoxHolder
{
	position: absolute; top: 12px; right: 105px; float: right; margin: 0; padding: 0;
}

#displayText
{
	background: transparent url(../images/textBg.gif) no-repeat left; position: absolute; left: 60px; 
	top: 25px; width: 320px; height: 385px; margin: 0; padding: 0; display: none
}

#displayTextHolder
{
	background-color: #fff; left: 60px; top: 50px; width: 300px; height: 310px;
    margin: 5px 10px 10px 10px; padding: 0; overflow: auto;
}

#displayBookTitle
{
	margin: 5px 15px; padding: 0; color: #000; font-family: sans-serif;	
}

#displayBookText
{
	margin: 5px 15px; padding: 0; color: #000; height: auto; font-family: sans-serif;	
}

#displayText2
{
	background: transparent url(../images/textBg.gif) no-repeat left; position: absolute; left: 390px; 
	top: 25px; width: 320px; height: 385px; margin: 0; padding: 0; display: none;
}

#displayText2Holder
{
	background-color: #fff; left: 60px; top: 50px; width: 300px; height: 310px;
    margin: 5px 10px 10px 10px; padding: 0; overflow: auto;
}

#displayBookTitle2
{
	margin: 5px 15px; padding: 0; color: #000; font-family: sans-serif;	
}

#displayBookText2
{
	margin: 5px 15px; padding: 0; color: #000; height: auto; font-family: sans-serif;	
}

.textTitle
{
	margin: 15px 0 0 10px; padding: 0; font-size: 20px; font-family: sans-serif;
}

#displayHelp
{
	background: transparent url(../images/textBg.gif) no-repeat left; position: absolute; 
	left: 390px; top: 25px; width: 320px; height: 385px; margin: 0; padding: 0; display: none
}

#displayHelpHolder
{
	background-color: #fff; left: 60px; top: 50px; width: 300px; height: 310px; 
	margin: 5px 10px 10px 10px; padding: 0; font-size: 16px; overflow: auto;
}

#displayHelpText
{
	margin: 5px 15px 0 15px; padding: 0; color: #000; height: auto; font-family: sans-serif;
}

.textSizeBox a
{
	text-decoration: none;
	font-size: 20px;
}

.textSizeBox a:hover
{
	text-decoration: underline;
}

.textSizeBox img
{
	border: none;
}
