.wrap #contents {
	margin-top:20px;
}

.wrap #contents h2 {
	font-size: 1.6em;
	border-bottom-width: 2px;
	border-bottom-style:solid;
	border-bottom-color: #F60;
	line-height: 1.4em;
	color:#333;
}

.wrap #contents h2 span {
	font-weight:bold;
	color:#F30;
}


.wrap #contents #scoreLink {
	float:right;
	font-size:120%;
	background-image: url(../img/books/bookicon.png);
	background-repeat: no-repeat;
	padding-left: 22px;
}

.wrap #contents #scoreLink  a {
	font-weight:bold;
}

.wrap #contents p {
	font-size:1.2em;
	margin-bottom:10px;
	background-color:#EFEFEF;
	padding-left:10px;
}

.wrap #contents p span {
	font-weight:bold;
	color:#F30;
}


.wrap #contents #form1 #results dl {
	display: block;
	position: relative;
	float: left;
	width: 163px;
	list-style-type: none;
	height: 210px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAA;
}

.wrap #contents #form1 #results dl dt img {
	height: 110px;
	width: 146px;
	margin-left:0px;
	border-color:#CCC;
}

.wrap #contents #form1 #results dl .ttl {
	margin-top:2px;
	font-size:90%;
	font-weight:bold;
	line-height: 16px;
	margin-bottom:5px;
}

.wrap #contents #form1 #results dl .ttl img {
	margin-right:3px;
}

.wrap #contents #form1 #results dl .ttl a {
	text-decoration:none;
	color:#000;
}

.wrap #contents #form1 #results dl .addr {
	font-size: 80%;
	line-height: 14px;
}
.wrap #contents #form1 #results dl .url {
	font-size: 80%;
	line-height: 14px;
}

.wrap #contents #form1 #results dl .url a {
	color:#36F;
}



/* Page Numbers
------------------------ */
.wrap #contents .pages {
	clear: left;
	font-size: 1.2em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 45px;
	margin-left: 25px;
}
.wrap #contents .pages a {
	display: block;
	float: left;
	color: #F30;
	padding: 5px 7px;
	margin-right: 3px;
	border: 1px solid #F60;
	background-color: #FC9;
	text-decoration: none;
}
.wrap #contents .pages .current {
	border: 1px solid #F60;
	font-weight: bold;
	color: #F30;
	background-color: #F5F5F5;
}

.wrap #contents .pages a:hover {
	color: #FFFFFF;
	background-color: #F60;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
}
.wrap #contents .pages a.nextprev {
	font-weight: bold;
}

