/* Books
**********************************************************/

#book-box2 {
  background: #A3CDE2 url(../images/homepage/AT_books_bg.jpg) repeat-x bottom left;
  padding:0 0 15px 0;
  width:385px;
}

#book-box h2 {
  height: 29px;
  padding-left: 5px;
  padding-bottom: 15px;
  font-family:geneva,verdana,arial,helvetica,sans-serif; /* Added to style the H2 - D 08/02/10 */
}

#book-box2 .section.hover {
  background: #8CB4C7 url(../images/homepage/books_background_on.jpg) repeat-x top left;
}

#book-box2 .section2 h3 {
font-size:16px;
  margin: 5px 0;
  font-family:geneva,verdana,arial,helvetica,sans-serif
}

#book-box2 .section2 p {
color:white;
margin:0 0 10px 0;
line-height:16px;
/*color:#e5e0bb;  Cream colour */
}

#book-box2 .section2 { /* Updated - DD 08/02/10 */
  color: #fff;  
  float: left;
  width: 160px;
  padding:15px 16px 0 17px;
  }
  
  #book-box2 .section2.colone {
  padding:15px 17px 0 15px;
  }

#book-box2 .section2 .pic { /* Added to place the images on the new 2 col books section - DD 08/02/10 */
width:158px;
height:53px;
border:1px solid white;
margin-bottom:10px;
}

h2#books-title { /* Added to remove the top margin from the 'books etc.' title - DD 08/02/10 */
padding:15px 0 10px 15px;
  height: 21px;
}