@charset "utf-8";
/* CSS Document */

/*THIS IS A CLASS FOR THE WHOLE BOOKLIST*/
.booklist{
	/*float:left;*/
	width:100%;
}

/* SECTION FOR THE BOOK LIST USING DIV TAGS NOT TABLES, DERIVED FROM THE STYLES OF THE TEEN SITE AND MAIN SITE /css/style.css */

.booklist-book { /*container class for each resource item on a topics page*/
	clear:both;
	float:left;
	width:100%;
	margin-bottom:10px;	
}

/*THIS IS ONLY FOR THE SHOWBOOKLIST FUNCTION*/
.booklist-book-img { /*container class for images of selected resources*/
	float:left;
	margin:0 20px 0 0;
	padding:0;
	text-align:center;
}

/* THIS IS THE AUTHOR, TITLE, DESCRIPTION ON THE RIGHT SIDE OF THE BOOK ENTRY */
.booklist-book-txt { 
	/*float:right;*/
	/*text-align:left;*/
	line-height:16px;
	/*width:72%;	THIS MAKES THE TEXT A SINGLE NONWRAPPING BLOCK*/
}

/*THIS MAKES ANY LINKS IN THE TEXT SIDE BOLD*/
.booklist-book-txt a {
	font-weight:bold;
}

.booklist_entry_author{
}

.booklist_entry_href:hover{
	border: 0;
}

/* IF THE BORDER IS 1, THE PICTURE GETS BIGGER */
.booklist_entry_href:hover img{
	border: 0;
}

.booklist_entry_title{
	font-weight: bold;
}

.booklist_entry_desc{
}

.booklist_name{
	color: #333333;
}

/*THIS POSITIONS THE RSS FEED ICON AT THE TOP OF THE BOOKLIST*/
#booklist_rssfeed	{
	width:80px; 
	float:right; 
	text-align:right; 
	margin-top:3%;
}

/* ------------------- BEGIN ShowBookListMini FUNCTION STYLES ---------- */
.booklist_entries{
	/*list-style-type: none;
	clear: both;*/
}

/*THIS RESTRICTS THE SIZE FOR THE ShowBookListMini FUNCTION*/
.booklist_entry{
	width: 500px !important;
	height: 110px !important;
}
.booklist_image{
	/*float: left;*/
	width: 100px !important;
	text-align:center;
	vertical-align: top;
}

/*	// ------------------- END ShowBookListMini FUNCTION STYLES -----------------  */

/*THIS IS AN EMPTY CLASS FOR BOTH SHOWBOOKLIST AND SHOWBOOKLIST MINI*/
.booklist_image_obj{
	/*float: left;*/
}

/*THIS STYLE DOES NOT APPEAR TO BE USED ANYWHERE IN booklist_inc.cfm or showbooklist.cfm*/
.booklist_meta{
	width: 450px !important;
	vertical-align: top;
	text-align:left;
}


