#ebooks-list{
	float:left;
	width:47%;
	margin-bottom:10px;
}
#ebooks-list h2 a{
	color:#0D3A7B;
}
#ebooks-list h2 a:visited{
	color:#0D3A7B;
}
#ebooks-list h2 a:hover{
	color:#006600;
}
#ebooks-list h2 a, #ebooks-list h2 a:hover, #ebooks-list h2 a:visited{
	text-decoration:none;
}
.ebook-body img{
	width:100px;
	height:133px;
}
.ebook-body p{
	margin-top: 0px;
}
.ebook-details{
	margin-top:10px;
	font-size: 14px;
}
.ebook-download{
	font-size:11px;
}
#cover {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90;
}
#popmoreinfo{
 	background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    z-index: 1000;
}
#popmoreinfo #closebt {
    cursor: pointer;
    position: absolute;
    right: -8px;
    top: -8px;
}
#popmoreinfo #contentpreview {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #333333;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
}