
 /**********************************************************************************/
 /* books                                                                          */
 /**********************************************************************************/

 .exposure
 {
  width : 800px;
  border : 0px;
  margin : 0px 0px 0px 0px;
  padding : 0px;
 }


 .exposure .item
 {
  width : 256px;


  font-size : 11px;
  font-style : normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 14px;
  color : #444444;
  text-decoration : none;


  float : left;
  margin : 0px 16px 0px 0px;
  padding : 0px;
  background : url('../images/misc/exposure_separator.gif') no-repeat right top;
 }





 .exposure .last
 {
  width : 256px;
  border : 0px;
  margin : 0px;
  padding : 0px;
  background : #FFFFFF;
 }


 .exposure .item a
 {
  text-decoration : none;
  display: block;
  margin : 0px;
  padding : 0px;
 }


 .exposure .item a:hover
 {
  display: block;
  text-decoration : none;
  margin : 0px;
  padding : 0px;
  background-color : #EEEEEE;
 }


 .exposure .item .top
 {
  background : url('../images/misc/link_background_top.png') no-repeat top left;
  padding : 5px 0px 0px 0px;
  display: block;
 }



 .exposure .item .content
 {
  width : 245px;
  font-size : 11px;
  font-style : normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 14px;
  color : #444444;
  text-decoration : none;
  margin : 0px;
  padding : 0px 0px 0px 5px;
  display: block;
 }

 .exposure .item .bottom
 {
  background : url('../images/misc/link_background_bottom.png') no-repeat bottom left;
  padding : 0px 0px 5px 0px;
  display: block;
 }




 .exposure .item .book
 {
  background : url('../images/misc/icon_book.gif') no-repeat left top;
 }


 .exposure .item .lecture
 {
  background : url('../images/misc/icon_lecture.gif') no-repeat left top;
 }


 .exposure .item .web
 {
  background : url('../images/misc/icon_web.gif') no-repeat left top;
 }


 .exposure .item .tutorial
 {
  background : url('../images/misc/icon_tutorial.gif') no-repeat left top;
 }



 .exposure .item .title
 {
  font-size : 11px;
  font-style : normal;  
  font-family: Arial, Helvetica, sans-serif;
  line-height: 13px;
  color : #000000;
  display : block;
  padding : 0px 0px 0px 25px;
 }







