/* CSS Document */
body {
 	background-color: #F9F5D7;
		margin-left: 0px;
		margin-top: 0px;
 }
ul{
	list-style-type: none;
	padding: 0;
}
li{
clear: both;
}
#heading{
	width: 812px;
	padding-bottom: 10px;
}
#spine{
	width: 182px;
	float: left;
	clear: both;
	}
	
#main{
	padding: 10px;
	width: 433px;
	float: left;

}
#nav{
	width: 183px;
	float: left;
}
.aButton{
	float: left;
	clear:both;
	padding-bottom: 5px;
	padding-top: 5px;
}
 #theBookList{ 
 padding: 10px;
	margin-right: 3px;
 height: 556px; 
 width: 430px; 
 overflow: auto;
 font: 12px Verdana;
 float: left;
} 
  
.coverImage{
	width: 60px;
	float: left;
	clear: both;
}
.aLine{
	width: 320px;
	float: left;
}

.theTitle{
	float: left;
	width: 320px;
	background-color: #8c2e48;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.authorPrice{
	float: left;
	width: 120px;
	margin-top: 10px;
}

.notes{
	float: left;
	width: 200px;
	height:76px;
	overflow:hidden;
} 
.style1 {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 15px;
	margin-left: 10px;
}
.contactDetails {
    margin-left: 15px;
	color: #8C2E48;
    font-size: 11px;
	font-weight: bold;
}
.style2 {

	list-style-type: circle;
	list-style-position: outside;
	padding-left: 15px;
	margin-left: 10px;
}
img{
	border-style: none;

}

REMOVED from style1—
color: #8C2E48;
font-weight: bold;
	