/*
-----------------------------------------------
Local STYLE SHEET (books.css)

Site: WadeRouse.com
Company:  AuthorsOnTheWeb.com
Author:   Eric P. Rhodes (eric@bookreporter.com)
Version:  20 August 2007
File Path: ../css/books.css
----------------------------------------------- */

#books_item {
	margin: 0px 0px 20px 0px;
	padding-bottom 20px;
	border-bottom: 1px dashed #BFB794;
	}
/* IE Fix  */
*:first-child+html #books_item {padding-top: 20px;} *html #books_item { margin-bottom: 20px; padding-top: 20px; }	
/* end IE Fix */
	
	
/*
#books_lcol {
	width:370px; 
	float: left; 
	padding-right: 10px;
	}

#books_rcol {
	width:370px; 
	float: left;  
	padding-left: 10px;
	}
*/
	
.books_title {
 	font-size: 16px; 
	font-weight: bold;
	}


