/* default style/style for narrow windows */ body#reading div.narrow dl { border-bottom: 1px solid #ddd; display: block; float: none; height: 170px; margin: 0 0 20px 0; padding: 0 0 0 113px; position: relative; width: auto; } /* style for wide windows */ body#reading div.wide dl { border-bottom: 1px solid #ddd; float: left; height: 170px; margin: 0 25px 20px 0; padding: 0 0 0 113px; position: relative; width: 150px; } /* style the div that contains the book image */ body#reading dl dd div { background: url('/blog/commonpics/bg_image.gif') no-repeat bottom right; left: 5px; position: absolute; top: 5px; }