@charset "utf-8";
/* CSS Document */

.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;
	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{
}