-/*.book-wide-box.search-result .book-box-inner, .book-wide-box.search-result blockquote {
- height: auto !important;
-}*/
+
+/*
+ * ingenous float containment hack
+ * http://www.mikepadgett.com/technology/technical/alternative-to-the-pie-clearfix-hack/
+ */
+.search-result .book-box-inner {
+ height: 1%;
+ overflow: hidden;
+}