/* Home page */

h3 {
	font-size:125%;
	margin:10px;
}

#featuredBooks {
	width:350px;
	float:right;
}
#featuredBooks img {
	margin-top:0;
	margin-right:20px;
}
#featuredBooks li {
	list-style:none;
	overflow:auto;
	padding-bottom:10px;
}
#featuredBooks li .product {
	float:right;
}
#featuredBooks li p {
	margin:0;
	padding:0;
}

#featuredAuthors {
	width:350px;
	float:left;
}
#featuredAuthors li {
	list-style:none;
	overflow:auto;
	padding-bottom:10px;
}
#featuredAuthors li a img {
	border:solid 3px #ADBFCB;
	margin-right: 5px;
	margin-top:0;
}
