@charset "utf-8";
/* CSS Document */
div#akdMain {
	width:100%;
	background:#FFF;
}
div.akdMain {
	min-height:700px;
	height:auto !important;
	height:700px;
}
div#akdMainWindows {
	float:left;
	width:800px;
}
div#announBottom {
	width:100%;
	height:4px;
	background:url(../../resources/images/announ_s.jpg) repeat-x;
}
div#neighbor {
	margin:10px 0px;
	border:1px #CCC dashed;
}
div#neighbor div.neighbor {
	margin:2px;
	padding:4px 0px 4px 20px;
	background-position:left center;
}
div#prebook {
	background:url(../../resources/images/pre_atc.jpg) no-repeat;	
}
div#nextbook {
	background:url(../../resources/images/next_atc.jpg) no-repeat;
}
div#books {
	margin:20px 0px 10px;
}

div.books {
	width:100%;
}

div#booklist {
	margin:10px;
}
div#booklist li.booklist {
	height:120px;
	border-bottom:1px dashed #CCC;
}
div#booklist li.booklist div.cover {
	height:110px;
	width:80px;
	margin:5px;
	float:left;
	display:inline;
}
div#booklist li.booklist div.cover img {
	height:100%;
	width:100%;
}
div#booklist li.booklist div.bookInfo {
	height:110px;
	width:300px;
	margin:5px;
	float:left;
	display:inline;
}
div#bookDetails div.cover {
	width:180px;
	float:left;
	display:inline;
}
div#bookDetails div.cover img {
	padding:4px;
	width:170px;
	height:240px;
	border:1px dashed #CCC;
}
div#bookDetails div.bookInfo {
	padding:5px;
	padding-left:10px;
	width:350px;
	float:left;
	display:inline;
}
div.bookInfo h1.bookTitle a {
	font-size:12px;
	color:#930;
}
div.bookInfo h1.bookTitle a:link,div.bookInfo h1.bookTitle a:visited {
	color:#930;
}
div.bookInfo h1.bookTitle a:hover,div.bookInfo h1.bookTitle a:active {
	color:#990;
}
div#other {
	padding:5px;
	border:1px dashed #CCC;
}
div#other h1 {
	border-bottom:1px solid #990;
	font-weight:normal;
}
div#other h1 span {
	float:left;
}
div#other h1 span.author {
	font-weight:bolder;
	color:#960; 
}
div#other h1 span.more {
	float:right;
}
div#other h1 span.more a {
	font-weight:bolder;
	color:#036;
}
div#other h1 span.more a:link, div#other h1 span.more a:visited {
	color:#036;
}
div#other h1 span.more a:hover, div#other h1 span.more a:active {
	color:#990;
}
div#other ul {
	margin-top:5px;
}
div#other li {
	width:110px;
	height:150px;
	float:left;
}
div#other li img {
	padding:5px;
	width:100px;
	height:140px;
}
