.wrapper
{
	float:left;
	width:100%;
	margin:4px;
}

.cover
{
	margin-right:80%;
	margin-left:0px;
}

.single .cover
{
	margin:0px 0px 0px 0px;
}

.spacer
{
	float:left;
	width:0px;
	margin-left:-100%;
}



.info
{
	float:left;
	width:80%;
	margin-left:-85%;
}

.single .info
{
	clear:both;
	margin:0px 0px 0px 0px;
}


.info h3
{
	padding:4px 0px 2px 0px;
	margin:0;
	
}


.info .subtext
{
	color:#666;
	font-size:92%
}

.info p
{
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}
.break
{
	clear:both;
}

#summary .odd 
{ 
	background:white; 
}

#summary .even 
{
	background:lightgrey;
}

#summary 
{
	width:80%;
}

#summary .book 
{
	margin:10px 0px 10px 0px;border thin solid black;
}

/* If a single book is to be displayed, this is the div that will hold id. future dev */
.single
{
	margin: 0px 5px 0px 5px;
}

input.check {
	display: none;
}

