@charset "utf-8";
/* CSS Document */
#show-container {
	height: 100%;
	min-height: 500px;
	margin: 0px;
	padding:0px;
}
#breakline {
	border-bottom: 1px solid #ccc;
	clear: right;
	width: 80%;
	margin-top: 3px;
	margin-bottom: 7px;
}

#bigbreakline {
	border-bottom: medium double #587498;
	clear: right;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#showbox {
	width: 525px;
	height: 100%;
	padding-top: 25px;
	margin-left: 75px;
	text-align: left;
}

#showbox ul{
	margin-bottom: 5px;
	padding: 0;
	list-style-type: none;
}

#showbox li{
	margin-bottom: 3px;	
}
.lineindent {
	text-indent: 5%;
}

.showtitle {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-style: oblique;
	font-weight: bold;
	font-size: 12px;
	color: #003366;	
}

.booktitle {
	text-decoration:underline;
}
