/*
  pages_book_list.css
  Version: 1
  Author: M Baynger
  Description: Styles for the common book list component  
*/


/* Book selector list classes */

.bookListItemSelected
{
  background: #FFF;
}


#bl_book_list_container{
  position: absolute;
  background: #FFF;
  right: 70px; 
  width: 110px;
}

#bl_book_list_header{
  position: absolute;
  top: 0px;
  width: 110px;
  height: 26px;  
  padding-top: 8px;
  border: 1px solid #99F;  
  text-align: center;                
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.01em;  
  background: #CFDFE3;    /* lighter Cho color  */  
}

#bl_book_list_area{
  position: absolute;
  top: 70px; /* 45px; */
  left: 0px; 
  width: 110px;
}

#booklist_navtable
{
  position: absolute;
  top: -30px;
  left: 0px;
  width: 110px;
  border: none;
  margin: 0px;
  padding-top: 6px; 

  color: #000000;
  font-size: 12px;
  text-decoration: none;
    font-family: Verdana;
    font-weight: bold;
    letter-spacing:.05em;
}

#booklist_navtable_lower
{
  position: absolute;
  left: 0px;
  width: 110px;
  border: none;
  margin: 0px;
  padding-top: 6px; 

  color: #000000;
  font-size: 12px;
  text-decoration: none;
    font-family: Verdana;
    font-weight: bold;
    letter-spacing:.05em;
}


#booklist_table_1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 110px;
  border-top: 2px solid #82C7DB;    /* light cho color */
  margin: 0px;
  padding: 0px; 
}

#booklist_table_2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 110px;
  border-top: 2px solid #82C7DB;    /* light cho color */
  margin: 0px;
  padding: 0px; 
}

.activeLinkX
{
  text-decoration: none;
  font-weight: bold;  
  background: #CFDFE3;  
}

.inactiveLinkX
{
  text-decoration: underline;
  font-weight: normal;  
  background: #FFF;  
}


.bl_booklist_image{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:2px;
    border: 1px solid #82C7DB;    /* light cho color */  
}

#BOOK_LIST_1_ITEM_OFF_0
{
  zoom: 1;		/* I/E Requires this to active the opacity filter	*/
  opacity: 0.0; /* Safari, Opera and Mozilla */
  filter: alpha(opacity=0.0); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
}

#BOOK_LIST_1_ITEM_OFF_1
{
  zoom: 1;		/* I/E Requires this to active the opacity filter */
  opacity: 0.0; /* Safari, Opera and Mozilla */
  filter: alpha(opacity=0.0); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
}

#BOOK_LIST_1_ITEM_OFF_2
{
  zoom: 1;		/* I/E Requires this to active the opacity filter	*/
  opacity: 0.0; /* Safari, Opera and Mozilla */
  filter: alpha(opacity=0.0); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
}

#BOOK_LIST_1_ITEM_OFF_3
{
  zoom: 1;		/* I/E Requires this to active the opacity filter	*/
  opacity: 0.0; /* Safari, Opera and Mozilla */
  filter: alpha(opacity=0.0); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
}

#BOOK_LIST_1_ITEM_OFF_4
{
  zoom: 1;		/* I/E Requires this to active the opacity filter	*/
  opacity: 0.0; /* Safari, Opera and Mozilla */
  filter: alpha(opacity=0.0); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
}

/* We don't do fading on the second set of images.	*/
#BOOK_LIST_2_ITEM_OFF_0
{
  zoom: 1;		/* I/E Requires this to active the opacity filter	*/
  opacity: 1.0; /* Safari, Opera and Mozilla */
  filter: alpha(opacity=100); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
}

#BOOK_LIST_2_ITEM_OFF_1
{
  zoom: 1;		/* I/E Requires this to active the opacity filter	*/
  opacity: 1.0; /* Safari, Opera and Mozilla */
  filter: alpha(opacity=100); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
}

#BOOK_LIST_2_ITEM_OFF_2
{
  zoom: 1;		/* I/E Requires this to active the opacity filter	*/
  opacity: 1.0; /* Safari, Opera and Mozilla */
  filter: alpha(opacity=100); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
}

#BOOK_LIST_2_ITEM_3
{
  zoom: 1;		/* I/E Requires this to active the opacity filter	*/
  opacity: 1.0; /* Safari, Opera and Mozilla */
  filter: alpha(opacity=100); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
}

#BOOK_LIST_2_ITEM_OFF_4
{
  zoom: 1;		/* I/E Requires this to active the opacity filter	*/
  opacity: 1.0; /* Safari, Opera and Mozilla */
  filter: alpha(opacity=100); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
}


.bookListItem
{
  margin: 0px;
  padding: 0px;
  background: #FFF;
  border: none; 
}

td.bookListItem
{
  background: #FFF;
  border-right: 2px solid #82C7DB; 
  width: 110px;
  text-align: center;
}

.bookListItemThumb{
  position: absolute;
  background: #EEE;
  left: 20px;
  top: 0px;
  width: 60px;
  height: 110px;  
}


.img_book_list_item a{
  display: block;
  left: 0px;
  width: 90px;
  padding-top: 2px;
  text-align: center;  
  text-decoration: none;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.01em;
  background: #FFF;    
}

/*  If we do the hover effect it should be on both the image and the text  */
/*
.img_book_list_item a:hover {
  background: #DDD;  
}
*/

.btn_book_list_item a{
  display: block;
  left: 0px;
  width: 90px;
  padding-top: 2px;
  text-align: center;  
  text-decoration: none;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.01em;
  background: #FFF;  
}

.picksHdr
{
  background: #000;  
  width: 100%; 
/*  border: solid 1px #F00; */
  font-size: 20px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.01em;
  height: 75px;
}



.picksSectionImageContainer
{
  position: relative;
  left: 220px;
  height: 60px;
/*  opacity: 0.0; /* Safari, Opera and Mozilla */
/*  filter: alpha(opacity=0); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
  
}

.picksHdrTextContainer_pagespicks
{
  position: relative;
  left: 33px;
  top: 5px;
  height: 60px;
  width: 500px;
  color: #82C7DB;    /* light cho color */
  font-size: 1.4em;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.01em;
  line-height: 1.4em;
}


.picksHdrTextContainer_top100
{
  position: relative;
  left: 33px;
  top: 24px;
  height: 60px;
  width: 400px;
  color: #82C7DB;    /* light cho color */
}

.picksHdrTextContainer_topten
{
  position: relative;
  left: 33px;
  top: 24px;
  height: 60px;
  width: 100px;
  color: #82C7DB;    /* light cho color */
}

.picksHdrTextContainer h1
{
  font-size: 14px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.01em;
}


.picksHdrTextContainer p
{
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.01em;
}
