body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	}

div.container {
	width: 770px;
	margin: 30px auto 0px auto;
	}
	

div.listings {
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	}
   

div.clear { clear: both; }
   
div.listingA, div.listingB {
	-border: 1px solid red;
	width: 360px;
	margin-bottom: 25px;
	}
	
div.listingA { float: left; width: 50%; }
div.listingB { float: right;  width: 50%;}

div.listingFull {
	-border: 1px solid red;
	width: 770px;
	margin-bottom: 25px;
  float: left;
	}


div.listings img {
   	float: left;
   	width: 101px;
   	height: 160px;
   	margin-right: 15px;
    border: none;
   	}
  
div.listings div.details {
	-border: 1px solid yellow;
	width: 100%;
	}
   
h3.bookTitle {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	}
	
p.bookSummary {
	font-size: 11px;
	}

span.copyright { float: left; }

ul.bottomNav { margin: 0px; padding: 0px; }

ul.bottomNav li {
	display: inline;
	padding-left: 10px;
	}

a       { color: #6073A4; text-decoration: none;      }
a:hover { color: #6073A4; text-decoration: underline; }

a.more {display:block;}
