/*
  Pages_BookBlurb.css
  Version: 1
  Author: M Baynger
  Description: Styles for home page channel selectors  
*/

#bl_book_blurb {
  position: absolute;
  background: #fff;
/*  top: 386px;
  right: 195px;  */
  width: 596px;
  height: 372px;  
/*  border: 2px solid #5A919F;   */
}

#bl_blurb_header {
  position: relative;
  background: #fcc;
  width: 592px;  
  /* height: 55px; */
}

#bl_bb_hdr_left {
  position: absolute;
  background: #82C7DB;
  left: 0px;
  top: 0px;
  width: 432px;
  height: 50px;
  padding-top: 8px;      
  padding-bottom: 8px;    
  border-right: 2px solid #5A919F;    
}

#bl_bb_hdr_chip{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
  height: 45px;
}

.clickable
{
  display: block;
  cursor: pointer;  
}
  
#bl_bb_hdr_title {
  position: absolute;
  left: 17px;
  top: 0px;
  width: 410px;
  height: 45px;
  border-left: 1px solid #5A919F;
  padding-top: 4px;
  padding-left: 4px;  
  color: #121D1F;
  font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    letter-spacing:.05em;    
}


#bl_publisher_hdr
{
  background: #FFF;
  width: 400px; 
  padding-top: 12px;
  padding-bottom: 10px;  
  text-align: center;
  font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    letter-spacing:.2em;    
  
}

#bl_bb_body_left {
  position: absolute;
  background: #FFF;
  left: 0px;
  top: 50px;
  width: 430px; /* 412px;  */
  height: 322px;
	overflow: auto;
  border-right: 2px solid #5A919F;       
}

#bl_bb_book_details 
{
  text-align: center;
  font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    letter-spacing:.2em;    
	padding-top: 15px;
	padding-bottom: 10px;	
  color: #4A5052;  /* super dark Cho color */
  border-top: 2px solid #82C7DB;    /* light cho color */  
}

div#bl_bb_body_left iframe{
    width: 99%; 
    height: 99%; 
    padding: 0; 
    line-height: 0.6; 
}

#bl_bb_hdr_right {
  position: absolute; 
  background: #FFFFFF;
  right: 0px;
  top: 0px;
  width: 162px; 
  height: 374px;   
  border-right: 2px solid #5A919F;		 
}

#bl_bb_hdr_image {
  position: absolute;
  background: #AAF url(res/sec_image_poetry.jpg) repeat-x;
  left: 0px;
  top: 0px;
  width: 162px;
  height: 120px;
}

#bl_bb_hdr_sign {
  position: absolute;
  background: #FFFFFF url(res/sec_sign_poetry.jpg) no-repeat;
  left: 0px;
  top: 120px;
  width: 162px;
  height: 52px;
}

#bl_bb_hdr_close {
  position: absolute;
  left: 10px;
  top: 300px;
  width: 140px;
  
  color: #333;
  padding-left: 8px;  
  padding-right: 8px;  
  font-size: 10px;
  text-align: left;
    font-family: Verdana;
    letter-spacing:.05em; 
	line-height: 1.8;
  
}

#bl_body_text
{
  color: #333;
  padding-left: 8px;  
  padding-right: 8px;  
  font-size: 12px;
  text-align: left;
    font-family: Verdana;
    letter-spacing:.05em; 
	line-height: 1.8;

}

#bl_body_image
{
	float: left;
	margin-left: 8px;		
	margin-top: 25px;	
	margin-right: 8px;
	margin-bottom: 4px;	
}
