michael@0: michael@0: BookSet { michael@0: display: block; michael@0: } michael@0: michael@0: Book { michael@0: display: list-item; michael@0: float: none; michael@0: border: none; michael@0: background: inherit; michael@0: } michael@0: michael@0: BookCover { michael@0: display: none; michael@0: } michael@0: michael@0: Title { michael@0: display: block; michael@0: font-weight: bold; michael@0: color: blue; michael@0: text-decoration: underline; michael@0: cursor: pointer; michael@0: } michael@0: michael@0: Author { michael@0: display: block; michael@0: font-style: italic; michael@0: } michael@0: michael@0: Synopsis { michael@0: display: none; michael@0: } michael@0: michael@0: michael@0: ListPrice { michael@0: display: none; michael@0: text-align: right; michael@0: padding-right: 15px; michael@0: text-decoration: line-through; michael@0: } michael@0: michael@0: michael@0: Price { michael@0: display: block; michael@0: color: rgb(20,100,0); michael@0: font-weight: bold; michael@0: text-align:left; michael@0: } michael@0: michael@0: michael@0: Price:before { michael@0: content: "Our Price: "; michael@0: } michael@0: michael@0: ISBN { michael@0: display: block; michael@0: font-family: monospace; michael@0: font-size: 8pt; michael@0: } michael@0: michael@0: