/* stleysheet controls the Titles Page central colum list of book titles. Title, description and image */

#listing {
width: 100%;
padding: 0;
margin: 0;
}

#listing dl {
float: left;
width: 100%;
margin: 10px 0;
padding: 0;
display: inline;
 }

#listing dd {
margin: 0 0 0 96px;
padding: 0;
line-height: 1.5em;
color: #666;
text-align: left;
}

#listing dl img {
float: left;
margin: 0 8px 0 0;
padding: 2px;
border: 1px solid #D9E0E6;
border-bottom-color: #C8CDD2;
border-right-color: #C8CDD2;
background-color: #E7FFBD;
width: 80px;
height: 80px;
}

#listing dl.img {
margin: 0;
}

#listing h3 {
padding: 0;
padding-bottom: 5px;
margin: 0;
margin-right: 10px;
clear: both;
letter-spacing: 1px;
font-size: 120%;
color: #840000;
border-bottom: 1px #800000 solid; }

/* Left bar child navigation */

ul.menu-top { 
	margin: 10px 0 10px 2px;
	padding: 0 0 12px 0;
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
	}

ul.menu-top li {
	margin: 0;
	padding: 0 0 0.4em 20px;
	list-style: none;
	background: url(arrow_left.gif) no-repeat 0 3px;
	}