body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 17px;
	color: #333333;
	height: 100%;

}

div {
	margin: 0;
	padding: 0;
	text-align: left;
	/* DO NOT: float: left; Kills IE printing! */

}

* html .midBox {/* IE only */
	float: none;

}

a.info {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

a.info:visited {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

a.info:hover {
	font-size: 11px;
	color: #e90303;
}


a.book {
	font-size : 12px;
	color: #333333;
	text-decoration: underline;
}

a.book:visited {
	font-size : 12px;
	color: #333333;
	text-decoration: underline;
}

a.book:hover {
	font-size : 12px;
	color: #333333;
	text-decoration: underline;
}

ul.a {
	list-style-type:circle;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-top: 30px;
	margin-left: 30px;
}

li.b {
	background-color: #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

li.c {
	background-color: #e7ecec;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}


div.containerEbooksHeader {
	float: left; 
	width: 920px; 
	margin: 20px 0 0 0px;
}


div.containerEbooksBannerArea{
	display: inline; 
	float: left; 
	width: 920px; 
	margin: 5px 0 0px 0px;
}


div.containerEbooksFooter {
	float: left; 
	width: 920px; 
	margin: -2px 0 0 0px;
}


.iconEbook {
	float: left; 
	width: 200px; 
	margin: 0 10px 0 0px;
}


.introBlurb {
	float: left; 
	width: 440px; 
	margin: 25px 0 0 0px; 
	padding: 2px; 
	color: #333333; 
	font-size: 1.1em; 
	line-height: 1.5em;
}


.newsletterSignUp {
	float: right; 
	width: 240px; 
	margin: -15px 0 0px 10px;
}


.containerSearch {
	float: left; 
	display: inline;
	width: 920px; 
	height: 100px; 
	margin: 0 0 0 0px; 
	background: url(../images/bkgrnd_search.gif) no-repeat; 
	background-position: top;
}


.searchBox {
	float: left; 
	width: 440px; 
	margin: 25px 0px 10px 0px;
}


.tagline {
	float: left; 
	width: 480px; 
	margin: 5px 0 0 53px; 
	padding: 2px; 
	color: #e90303; 
	font-size: 1.3em; 
	font-weight: bold;
	line-height: 1.5em;
}



/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:125px;
	width:160px;
	padding:25px;
	color:#fff;	
}




hr {
	height: 1px;
	border: 0;
	padding: 0;
	margin: 4px 0 4px 0;
	border-bottom: 1px solid #8996a0;
	width: 100%;

}




/* Generic styles */

.Serif {font-family: "Times New Roman", Times, serif;}

.Sans {font-family: Verdana, Arial, Helvetica, sans-serif;}

.Mono {font-family: "Courier New", Courier, monospace;}

.Normal {font-weight: normal; font-style: normal;}

.Bold {font-weight: bold;}

.Italic {font-style: italic;}

.Tiny {font-size : 10px; line-height: 14px;}

.Small {font-size : 11px; line-height: 14px;}

.SmallTabber {font-size : 11px; line-height: 16px;}

.Med {font-size : 13px;}

.Big {font-size : 15px;}

.Large {font-size : 18px;}

.Black {color: #000000;}

.Gray {color: #666666;}

.LightGray {color: #cccccc;}

.White {color: #ffffff;}

.Yellow {color: #ffee55;}

.LightYellow {color: #FFFF99;}

.Blue {color: #000099;}

.Green {color: #009900;}

.Red {color: #cc0000;}

.RedEbooks {color: #e90303;}

.Purple {color: #5427a2;}