/***********************************************************
 * Styles for the general listing
 */

div.column {
  width: 70%;
}

form#booksearch li	{
	list-style-type: none;
}

form#booksearch button	{
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
}

div.bookbrief {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: black;
}

div.bookgone, div.bookgone a, div.bookgone a:visited 	{
	font-style: italic;
	color: red;
	border-bottom-color: black;
}

div#booklist p	{
	margin-top: 6px;
	margin-bottom: 6px;
}

div#booklist .title	{
	font-weight: bold;
}
div#booklist .edition	{
}
div#booklist .author	{
}
div#booklist .desc	{
	font-style: italic;
}
div#booklist .section	{
	font-weight: bold;
	font-style: italic;
	float: right;
}

/***********************************************************
 * Styles for the specific listings
 */

div#bookdetail .title	{
	font-size: x-large;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}
div#bookdetail .author	{

}
div#bookdetail .desc	{

}
div#bookdetail .section	{
	font-weight: bold;
}


