#teencontent
{
	background-color: white;
	padding: 9px;
}

table#body
{
	margin-top:				10px;
	width:					782px;
	background-image: none;
	background-color: white;
}

td#right
{
	width: 188px;
	padding: 0px;
}

td#content
{
	padding: 0 10px 10px 0;
}


div#teennav
{
	padding-top: 10px;
	background-image: url(/teens/images/teennav-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EAAA12;
	width: 188px;
	overflow: hidden;
	margin-bottom: 10px;
}

div#bookofthemonth
{
	height: 260px;
	background-color: #949494;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 0.70em;
	color: black;
	background-image: url(/images/bookofthemonth_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#bookimage
{
	margin-bottom: 5px;
}
#headlinegraphic
{
	margin-bottom: 20px;
}

td#content div.bodytext, td#content div.listitem
{
	margin-left: 20px;
}

h1
{
	margin:					0px 0px .2em 0px;
	padding:				0px;

	font-family: 			'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding-left:			20px;
	font-weight:			normal;
	font-size:				24px;
	color:					#7E0017;
}

h1 a,h1 a:hover
{
	text-decoration: none;
	color: #7e0017!important;
	font-weight: 100;
}


/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------
//	Menu & Submenu block structure
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	width: 188px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 155px;
	overflow: hidden;
	background-color: #EAAA12;
	border-bottom: 1px solid #EAAA12;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu block, different background color, no border between submenu block and parent item
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub
{
	border-bottom:			0px;
	padding-left:			15px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a,
p#nav-section-top a
{
	width: 188px;
	display: block;
	padding: 6px 10px 6px 25px;
	line-height: 13px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	border: none;
	background-color: none;
}

p#nav-section-top a { border-top:none; }

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indented
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	padding:				4px 10px 4px 26px;
	border-top:				0px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover,
p#nav-section-top a:hover,
p#nav-section-top a.active,
ul#nav-section a.subactive,
li.active
{
	color: #6E0012;
	background-image: url(/teens/images/teennav-arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #EAAA12!important;
}

/*-------------------------------------------------------------------------------------------------------
//	Book list
//-------------------------------------------------------------------------------------------------------*/
div#booklist
{
	padding-left: 20px;
}

#booklist h2
{
	color: #64A0C4;
	font-size: 21px;
	margin-bottom: 10px;
}

div.bookcategory
{
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}

.booklisttable td
{
	width: 104px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:	0.7em;
	color:	black;
}

.booklisttable td h3
{
	margin-top: 5px;
	font-size: 1em;
	line-height: 1.2em;
}

.listitem
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 10px;
	border-bottom:	1px solid #ccc;
}

img.thumbnail
{
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.bodytext
{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}