.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.books ul {
  list-style-type: none;
  margin: 0px;
  padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
  margin-left: 15px;
  margin-right: 17px
}
dl {
	margin-bottom: 0px;
}

.books ul li.book_row {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #FAF5F1;
  padding: 4px;
  margin-bottom: 10px;
  border: 1px solid #DAD6CA;
  position: relative;
overflow:hidden;
height:auto;
}

.books ul li.book_row dl dd ul {
  list-style-type: none;
  margin-left: 33px;
}

.books ul li.book_row dl dd ul li {
  height: 20px;
  list-style-type: none;
}

.books ul li.book_row dl dd ul li span {
  font-weight: bold;
  display: block;
  float: left;
  width: 150px;
}

.books ul li.book_row dl dt.thumbnail {
  float: left;
}

.books ul li.book_row dl dt.title {
  margin-left: 55px;
  font-weight: bold;
}

.books ul li.book_row dl dt.subtitle {
  margin-left: 55px;
}

.books ul li.book_row dl dt.author {
  margin-left: 55px;
  margin-bottom: 10px;
}

.books ul li.book_row dl dt.description {
  margin-left: 55px;
}

dt.description p {
	  padding: 0;
		  margin: 0;
} 

.books ul li.book_row dl .more {
  display: block;
  clear: none;
  float: none;
  position: absolute;
  top: 0px;
  right: 0px;
}

#browse_menu #subjects {
  margin-bottom: 25px;
  text-align: center;
}

#seasons {
  text-align: center;
	overflow: hidden;
}

#seasons a {
  font-weight: bold;
  font-size: 16px;
}

#seasons #browse_all {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

#seasons ul {
  margin: 0px;
  padding: 0px;
}

#seasons .season {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

#seasons .season .title {
  display: block;
}

#seasons ul li {
  list-style-type: none;
}

#catalogs {
  text-align: center;
	overflow: hidden;
}

#catalogs a {
  font-weight: bold;
  font-size: 16px;
}

#catalogs #browse_all {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

#catalogs ul {
  margin: 0px;
  padding: 0px;
}

#catalogs .catalog {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

#catalogs .catalog .title {
  display: block;
}

#catalogs ul li {
  list-style-type: none;
}

#browse_menu #subjects label {
  font-weight: bold;
  font-size: 16px;
}

#book_menu {
  text-align: center;
  width: 100%;
}

#book_menu ul {
  margin: 0px;
  padding: 0px;
}

#book_menu ul li {
  list-style-type: none;
  display: inline;
  margin-right: 20px;
}

#book_menu li a {
  font-weight: bold;
  font-size: 18px;
}

#search_order {
  margin-top: 10px;
  text-align: center;
}

#exam_quicklink {
  font-size: 1.5em;
  font-weight: bold;
}

#exam_quicklink_error {
  font-size: 1.5em;
  font-weight: bold;
 color: red;
}

