@charset "utf-8";
/* CSS Document */
/*THESE FIRST STYLES ARE ERIC CONLON'S STYLES FOR THE BOOKLIST EDITOR - SHOWBOOKLIST 
WHICH ACTUALLY USES TABLES */
.booklist{
	width: 500px !important;
}

.booklist_name{
	color: #333333;
	/*margin-bottom: 20px;*/
}

.booklist_entries{
	/*list-style-type: none;
	clear: both;*/
}

.booklist_entry{
	/*float: left;
	clear: both;*/
	/*margin-bottom: 5px;
	margin-top: 5px;*/
	width: 500px !important;
	height: 110px !important;
}

.booklist_image{
	/*float: left;*/
	/*width: 100px !important;*/
	width:20%;
	text-align:center;
	vertical-align: top;
}

.booklist_image_obj{
	/*float: left;*/
}

.booklist_meta{
	/*float: left;*/
	/*margin-left: 20px;
	margin-bottom: 20px;*/
	width: 450px !important;
	vertical-align: top;
	text-align:left;
}

.booklist_entry_author{
}

.booklist_entry_href:hover{
	border: 0;
}
.booklist_entry_href:hover img{
	border: 0;
}

.booklist_entry_title{
	font-weight: bold;
}

.booklist_entry_desc{
}

/* SECTION FOR THE BOOK LIST USING DIV TAGS NOT TABLES, DERIVED FROM THE STYLES OF THE MAIN SITE /css/style.css */

.booklist-book { /*container class for each resource item on a topics page*/
	clear:both;
}

.booklist-book-img { /*container class for images of selected resources*/
	float:left;
	/*padding: 5px 20px 5px 5px; */
	width:20%;
	text-align:center;
	font-size:90%;
}

.booklist-book-txt { /*container class for images of selected resources*/
	line-height:16px;
	/*float:right;
	width:80%;
	clear:right;
	vertical-align: top;*/
}

.booklist-book-txt a {
	font-weight:bold;
}

/* thin white line that separates each book */
.booklist-line {
	width:100%;
	border-top: 1px solid #FFF;
	border-width:1px;
	height:5px;
	margin-top:5px;
	clear:both;
}
/* end section for booklists */
