@import "books-imp.css";

#bookwrap {
	clear:left;
	padding-top: 1px;
}

.author {
	font-size: 13px;
	font-weight: bold;
}

.aprice {
	font-size: 14px;
}

.rrp {
	font-size: 12px;
	color: #444;
	padding: 3px 0 3px 0;
}

.not {
	text-decoration: line-through;
}

.catbox {
	border: 1px #888 solid;
	margin: 2em;
	padding-bottom: 2em;
	background: #f7fff7;
	-moz-border-radius: 20px;
	width: 74%;
}

h3.catname {
	text-align: center;
	font-size: 20px;
	padding-top: 0px;
	color: #000;
}

#amaznote {
	float: left;
	position: relative;
	font-size: 15px;
	background: #eef;
	padding: 12px;
	width: 300px;
	text-align: justify;
	margin-left: 10px ;
	-moz-border-radius: 20px;
}

#amaz-cont {
	float: right;
	position: relative;
	padding-right: 5%;
}

#amaz-box {
	border: 1px solid #000;
	background: #fff;
	width: 205px;
	text-align:center;
	
}

#amaz-srch {
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	color: #000;
	background: #fff;
	padding-top: 4px;
}

#amaz-inp {
	padding-bottom: 8px;
}

#amaz-adv {
	background: #000;
}

.bookdiv {
	padding: 10px 20px 20px 80px;
}

img.bookpic {
	height: 110px;
	width: 80px;
	margin: 60px 20px 0 10px ;
	display: inline;
}

h4.bookname {
	font-size: 14px;
	margin-bottom: 5px;
	color: #00f;
}

.related {
	margin-left: 200px;
	font-weight: normal;
	font-size: 11px;
	display: inline;
}