/* <![CDATA[ */

	.books {
		color :  #404040;
	}
	
	/**********************************************************************
	     for Book Display
	 **********************************************************************/
	.BookDisplay{
	    float:left;
		width:79%;
		/*padding: 5em 0 20em 0;*/
		font-size: 12px;
		font-weight: bold;
	}
	
	.BookDisplayRight{
	    text-align:center;
		width:20%;
		float:right;
		/*padding: 5em 0 20em 0;*/
	}
	
	.BookDisplayRight .box{
	    text-align:left;
		background: blue;
		width:90%; 
		color:#fff;
		padding: 4px 8px 4px 8px;
	}
	
	.booksCol1{
	    float:left;
		width:50%;
		/*height:310px;*/
		border-right:
		1px solid blue;
		padding-bottom: 12px;
		/*background: yellow;*/
	}
	
	.booksCol2{
	    float: right;
		/*background: pink;*/
		width:48%;
		/*height:310px;*/
		padding-bottom: 12px;
	}
	
	.bookNav {
	    text-align: right;
		font-size: 12px;
		font-weight: bold;
	}
	
	.bookNavLftArrow {
	    background: transparent;
		width:  20%;
		float:  left;
		text-align:right;
	}
	
	.bookNavMiddle{
	    background: red;
		width: 60%;
		float: left;
		color: #fff;
		text-align: center;
	}
	
	.bookNavRtArrow{
	    width: 20%;
		float: right;
	}
	
	.bookSectionMain {
	    padding:20px 40px 20px 40px;
	}
	
/* ]]> */


-->

