/*-------- Reader --------*/

/* In this file, !important is a hack for IE */




.page_reader_container_menuhidden
{
    /* This "special" class is used to hide the left menu in the book reader.
     * The javascript adds this class to the page_reader_container div when the
     * user clicks on the close button.
     * And it removes it when the user clicks on the open button.
     *
     * See also classes that redefine this class.
     */
}




/*---------------------------------------*/
/* Header                                */
/* ------                                */
/* title, addnote, highlight, zoom, etc. */

.page_header_reader_fixed
{
    position:fixed;
    z-index:20000;
    left:0;
    top:0;
    right:0;
    width:100%;
}

.page_header_reader
{
    background-color:#012043;
    min-width:960px;
    width:expression(document.body.clientWidth < 900 ? '900px' : '100%');
    height:50px;
}

/* Left div (Title) */
.page_header_reader_left
{
    float:left;
    height:50px;
}

.page_header_reader_left .h1
{
    margin-top:2px;
    padding:10px 0 0 10px;
    color:#FFFFFF;
    font-size:18px;
    font-weight:bold;
}

/* Right div (Buttons) */
.page_header_reader_right
{
    float:right;
    height:50px;
}

.page_header_reader_right .pages,
.page_header_reader_right .goto
{
    padding-left:5px;
    padding-right:5px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    text-align:left;
    height:20px;
    vertical-align:middle;
}

.page_header_reader_right .goto
{
    padding-top:0;
    padding-bottom:0;
}

.page_header_reader_right .availablepages
{
    padding:5px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    text-align:center;
}

/* The goto textbox */
.form_textfield_reader
{
    width:46px;
    font-size:11px;
    color:#333333;
}

.page_header_reader_right .border_horz_dot
{
	background-image:url(..../images/background_header_br_dottedline_horz.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.page_header_reader_right .border_vert_dot
{
	background-image:url(..../images/background_header_br_dottedline_vert.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:1px;
}

.page_header_reader_right .nav_buttons
{
    height:50px;
    width:59px;
    border-right:1px solid #8090a1;
}




/*------------------------------*/
/* Page reader                  */
/* -----------                  */
/* the parts below the header:  */
/* - book details               */
/* - left menu                  */
/* - book content               */
/* - etc.                       */

.page_reader_container_fixedheader
{
    padding-top:50px;
}

.page_reader_container
{
}

.page_reader_left
{
    padding:5px 0 5px 5px;
    float:left;
    width:172px;
}

.page_reader_right
{
    padding:5px 5px 5px 0;
    padding-left:5px !important;
    padding-left:0;
    
    margin-left:180px;

    /* IE */
    clear:expression(isIE7 ? 'left' : 'right');
    float:expression(true ? 'right' : '');
    margin-left:expression(isIE7 ? '10px' : '0');
}

.page_reader_right .toc_link
{
    font-size:10px;
    font-family: "Arial Unicode MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/*added .page_reader_right_companion for supplements */
.page_reader_container_menuhidden, .page_reader_right_inner, .page_reader_right_companion
{
    padding-left:30px;
}

/*added section for supplements */
.page_reader_right_companion ol, .page_reader_right_companion ul, .page_reader_right_companion li, .page_reader_right_companion p 
{
	font-size:12px;
 }
/* end */

.page_reader_container_menuhidden .page_reader_right
{
    clear:none;
    float:left !important;

    padding:0;
    margin:0 !important;
    width:100%;
}



/*------------------------*/
/* The "Back to ..." link */
.navback
{
    margin-bottom:10px;
}

.navback a
{
    font-size:10px;
    text-decoration: none;
    color: #996600;
}

.navback a:hover
{
    color: #669933;
}




/*--------------------------------------------*/
/* The left box that contains the top box and */
/* the left menu                              */

.page_reader_bkgrd
{
	width:182px;
    position:relative;
    left:-11px;
}

.page_reader_container_menuhidden .page_reader_bkgrd
{
    display:none;
}

.page_reader_bkgrd_top
{
	background-image:url(..../images/background_reader_bkgrd_top.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:182px;
	height:9px;
}

.page_reader_bkgrd_middle
{
	width:182px;
	background-image:url(..../images/background_reader_bkgrd_middle.gif);
	background-repeat:repeat-y;
	background-position: right;
}

.page_reader_bkgrd_bottom
{
	background-image:url(..../images/background_reader_bkgrd_bottom.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	width:182px;
	height:9px;
}

/* The open/close button */
.leftside_closed
{
    clear:both;
	position:absolute;
    z-index:20;
    left:178px;
    top:400px;
}

.page_reader_container_menuhidden .leftside_closed
{
    left:0;
    top:400px;
    position:absolute;
    z-index:20;
}




/*--------------------------------------------------------*/
/* Book information on the left                           */
/* ----------------------------                           */
/* Image, book title, authors, etc.                       */

/* Border top */
.bordertop_reader_currentbook
{
    background:url(..../images/background_reader_currentbook.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}

.bordertop_reader_currentbook div
{
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(..../images/background_reader_currentbook.gif) no-repeat 0 0;
}

/* Border bottom */
.borderbottom_reader_currentbook
{
    background:url(..../images/background_reader_currentbook.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
}

.borderbottom_reader_currentbook div
{
    height:14px;
    width:12px;
    position:relative;
    left:-12px;
    background:url(..../images/background_reader_currentbook.gif) no-repeat 0 100%;
}

/* Border left */
.borderleft_reader_currentbook
{
    padding:0 0 0 10px;
	background:url(..../images/background_reader_currentbook_border.gif) repeat-y 0 0;
}

/* Border right */
.borderright_reader_currentbook
{
	padding:0 10px 0 0;
	background:url(..../images/background_reader_currentbook_border.gif) repeat-y 100% 0;
}

/* Content */
.current_book
{
	font-size:9px;
	color:#010101;
    background-color:#EEF9D7;
	margin:0;
	padding:0;
    width:100%;
}

.current_book .thumb
{
	padding-right:10px;
}

.current_book .button
{
	padding-top:5px;
}

.current_book .etextcell
{
	padding-top:5px;
}

.current_book .etextbook, .current_book .sub
{
	color:#012043;
	font-size:10px;
	font-weight:bold;
}

.current_book .sub
{
	font-size:9px;
	font-weight:normal;
}

.current_book a
{
    font-weight:bold;
    font-size:10px;
    text-decoration: none;
    color: #996600;
}

.current_book a:hover
{
    color: #669933;
}




/*-------------------------------------------------------*/
/* Bookdetails panel                                     */
/* -----------------                                     */
/* The div that appears when the mouse is over the title */

.layer_book
{
	filter:alpha(opacity=90);
	opacity:.90;
    
	position:absolute;
	z-index:20000; /* greater than the z-index of a dialog */
    
    width:200px !important;
	width:220px;
 
/* 
    padding:0 !important;
    padding:0 0 0 20px;
    
    margin:0 !important;
    margin:0 0 0 -15px;
*/

    padding-left:20px;
    
	display:none;
}

.layer_login_nub
{
/*
	position:absolute;
    left:-9px !important;
	left:-19px;
	z-index:5;
    */
    margin-left:-19px;
    position:absolute;
}

.layer_login_top_bookdetails
{
	background-image:url(..../images/background_layer_top_book.gif);
	background-repeat: no-repeat;
    background-position: top;
	height:20px;
    padding:0 10px 0 10px;
}

.layer_login_bottom_bookdetails
{
    background-image: url(..../images/background_layer_bottom_book.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:20px;
    padding: 0 10px 0 10px;
}

.layer_login_middle_bookdetails
{
	background-image:url(..../images/background_layer_middle_book.gif);
	background-repeat: repeat-y;
    padding:0 10px 0 10px;
	position:relative;
    font-size:9px;
}

.layer_login_middle_bookdetails a
{
    font-size:9px;
    color: #996600;
    text-decoration: none;
}

.layer_login_middle_bookdetails .info { color:#333333; }
.layer_login_middle_bookdetails .isbn { color:#333333; font-weight:bold; }




/*------------------------------*/
/* The preview panel            */

/* top border */
.bordertop_reader_preview
{
    background:url(..../images/background_reader_preview.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}

.bordertop_reader_preview div
{
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(..../images/background_reader_preview.gif) no-repeat 0 0;
}

/* bottom border */
.borderbottom_reader_preview
{
    background:url(..../images/background_reader_preview.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
}

.borderbottom_reader_preview div
{
    height:14px;
    width:12px;
    position:relative;
    left:-12px;
    background:url(..../images/background_reader_preview.gif) no-repeat 0 100%;
}

/* left border */
.borderleft_reader_preview
{
    padding:0 0 0 10px;
	background:url(..../images/background_reader_preview_border.gif) repeat-y 0 0;
}

/* right border */
.borderright_reader_preview
{
	padding:0 10px 0 0;
	background:url(..../images/background_reader_preview_border.gif) repeat-y 100% 0;
}

/* content */
.book_preview
{
	background-color:#EEF9D7;
	margin:0;
	padding-left:10px;
	padding-right:10px;
}

.book_preview .h1, .book_preview .h2
{
    font-weight:bold;
	font-size:18px;
	color:#00122a;
}

.book_preview .h2
{
    font-weight:normal;
	color:#73a137;
}

.book_preview a
{
    font-size:18px;
    text-decoration: none;
    color: #996600;
}

.book_preview a:hover
{
    color: #669933;
}




/*----------------------------*/
/* The left menu              */
/* -------------              */
/* Toc, Notes, search and     */
/* chapter elements.          */

.book_info
{
	margin-top:15px;
	padding:0;
}

.book_info_tabs
{
	padding-top:15px;
}

/* Border top */
.bordertop_book_info_contents
{
    background:url(..../images/background_reader_chapter.gif) no-repeat 100% 0;
    margin-left:18px;
	height:17px;
}

.bordertop_book_info_contents div
{
	background:url(..../images/background_reader_chapter.gif) no-repeat 0 0;
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
}

/* Border bottom */
.borderbottom_book_info_contents
{
    background:url(..../images/background_reader_chapter.gif) no-repeat 100% 100%;
	margin-left:18px;
	height:14px;
}

.borderbottom_book_info_contents div
{
    background:url(..../images/background_reader_chapter.gif) no-repeat 0 100%;
    height:14px;
    width:18px;
    position:relative;
    left:-18px;
}

/* Border left */
.borderleft_book_info_contents
{
	background:url(..../images/background_reader_chapter_border.gif) repeat-y 0 0;
    padding:0 0 0 10px;
}

/* Border right */
.borderright_book_info_contents
{
	background:url(..../images/background_reader_chapter_border.gif) repeat-y 100% 0;
    padding:0 10px 0 0;
	
	width:130px;
	overflow-x:auto;
	overflow-y:hidden;
}

/* Content */
.book_info_contents
{
    width:100%;
    background-color:#FFF;
    font-size:9px;

	height:expression((this.scrollHeight + 20) + 'px') !important;
	height:100%;
	min-height:360px;
    
    overflow-x:auto;
}

.book_info_contents .toc_link,
.book_info_contents .toc_text
{
    font-size:9px;
    font-family: "Arial Unicode MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.book_info_contents a
{
    font-size:9px;
    text-decoration: none;
    color: #996600;
}

.book_info_contents a:hover
{
    color: #669933;
}

.book_info_contents .next,
.book_info_contents .button
{
	text-align:right;
	padding-top:5px;
}

.book_info_contents .searchtitle
{
	color:#99cc33;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

.book_info_contents .formcell
{
	padding-top:1px;
	padding-bottom:1px;
}

/* ? */
.book_info_contents .form_textfield_smlsearch
{
    width:120px;
}


/*
.book_info_contents table
{
	width:138px;
}

*/


.book_info_contents .rowgreen
{
	background-color:#eef9d7;
}

.book_info_contents .note
{
	width:85%;
	color:#333333;
	font-size:10px;
    padding:5px 3px 5px 1px;
    font-style:normal;
}

.book_info_contents .searchitem
{
	font-size:10px;
}

.book_info_contents .num
{
	width:15%;
	font-size:10px;
	text-align:right;
    padding:5px 3px 5px 3px;
	vertical-align:bottom;
}

.book_info_contents .separator_dot
{
	height:1px;
}

.book_info_contents .separator_bar
{
	height:1px;
}

.book_info_contents .linktitle
{
	padding-bottom:5px;
}

.book_info_contents a.viewlink,
.book_info_contents a.nextlink
{
    font-size:10px;
    color: #996600;
    font-weight:bold;
}

.book_info_contents a.viewlink:hover,
.book_info_contents a.nextlink:hover
{
    font-size:10px;
    color: #669933;
    font-weight:bold;
}

.book_info_contents a.taglink,
.book_info_contents a.numlink
{
    font-size:10px;
    color: #996600;
}

.book_info_contents a.taglink:hover,
.book_info_contents a.numlink:hover
{
    font-size:10px;
    color: #669933;
}




/*-----------------------------------*/
/* The right part (the book content) */

.book_page
{
	background-color:#fefefe;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
    padding:20px 30px 20px 30px;
}

.book_page_top
{
	background-color:#fefefe;
    border:1px solid #CCC;
    border-bottom:none;
}

.book_page_bottom
{
	background-color:#fefefe;
    border:1px solid #CCC;
    border-top:none;
}

.nav_left
{
	background-color:#eef9d7;
	vertical-align:middle;
	text-align:center;
    border-left:1px solid #CCC;
	cursor:pointer;
}

.nav_right
{
	background-color:#eef9d7;
	vertical-align:middle;
	text-align:center;
    border-right:1px solid #CCC;
	cursor:pointer;
}

.book_page_search
{
	float:right;
	position:relative;
	width:177px;
	height:23px;
    margin:-27px -33px 0 -140px !important;
    margin:-27px -15px 0;
	background-image:url(..../images/background_reader_searchterms.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
    padding-left:3px;
}

.book_page_search img
{
    vertical-align:middle;
}

.book_page_search .space
{
	margin-right:5px;
}




/*----------------*/
/* The book cover */

.section_book,
.section_button,
.section_description,
.section_bottom
{
	margin-left:10px;
}

.section_book
{
	margin-bottom:5px;
}

.section_book .h3
{
	font-size:13px;
	color:#669900;
}

.section_book a
{
    font-size:15px;
    font-weight:bold;
    color: #996600;
    text-decoration: none;
}

.section_book a:hover
{
    font-size:15px;
    font-weight:bold;
    color: #669933;
    text-decoration: none;
}

.section_book .author, .section_book .info, .section_book .info_title
{
	font-size:9px;
	color:#000000;
}

.section_book .info, .section_book .info_title
{
	color:#666666;
}

.section_book .info_link
{
	font-size:9px;
    font-weight:normal;
}

.section_book .info_link:hover
{
    font-size:9px;
    font-weight:normal;
}

.section_book .info_title
{
	color:#012043;
	font-weight:bold;
}

.separator_dot_stud
{
	background-image:url(..../images/background_content_pd_dottedline_horz2.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:5px;
}

.separator_dot_inst
{
	background-image:url(..../images/background_content_pd_dottedline_horz2.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:20px;
}

.section_description
{
    /*width:100%;*/
	font-size:10px;
	color:#333333;
	margin-bottom:10px;
	margin-top:10px;
}

.section_description .title
{
	font-weight:bold;
	color:#012043;
}

.section_button
{
	padding:0;
	font-size:10px;
	color:#012043;
}

.section_button .table
{
	/*width:100%;*/
	margin-left:-10px;
}

.section_button img
{
	margin-top:5px;
}

.section_button .purchase
{
	width:29%;
	font-weight:bold;
	font-size:12px;
	padding-bottom:10px;
	/*padding-left:10px;*/
}

.section_button .sub
{
	font-size:9px;
}

.section_button .price
{
	vertical-align:top;
	width:70%;
	color:#012043;
	font-size:10px;
	font-weight:bold;
}

.section_button a.price:link, 
.section_button a.price:visited, 
.section_button a.price:active { font-weight:normal; color: #996600; text-decoration: none; }
.section_button a.price:hover { font-weight:normal; color: #669933; text-decoration: none; }

.section_button .separator_dot
{
	width:1%;
	background-image:url(..../images/background_content_pd_dottedline_vert.gif);
	background-repeat:repeat-y;
}

.section_bottom
{
	font-size:10px;
	margin-top:5px;
	color:#003333;
}

.section_bottom a,
.section_description a, 
{
    font-weight:bold;
    color: #996600;
    text-decoration: none;
}

.section_bottom a:hover,
.section_description a:hover
{
    font-weight:bold;
    color: #669933;
    text-decoration: none;
}

.relatedmaterial
{
	color:#012043;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
    background-color:#edf8d6;
}

.relatedmaterial .title
{
	font-size:12px;
	color:#669900;
}

.relatedmaterial a:link, 
.relatedmaterial a:visited, 
.relatedmaterial a:active { color: #996600; text-decoration: none; }
.relatedmaterial a:hover { color: #669933; text-decoration: none; }

.relatedmaterial_top
{
    background:url(..../images/background_content_mc.gif) no-repeat 100% 0;
    margin:0 0 0 12px;
    height:14px;
}

.relatedmaterial_top div
{
    height:14px;
    width:12px;
    position:relative;
    left:-12px;
    background:url(..../images/background_content_mc.gif) no-repeat 0 0;
}

.relatedmaterial_bottom
{
    background:url(..../images/background_content_mc.gif) no-repeat 100% 100%;
    margin:0 0 0 12px;
    height:14px;
}

.relatedmaterial_bottom div
{
    height:14px;
    width:12px;
    position:relative;
    left:-12px;
    background:url(..../images/background_content_mc.gif) no-repeat 0 100%;
}

.relatedmaterial_left
{
	padding:0 0 0 10px;
	background:url(..../images/background_content_mc_border.gif) repeat-y 0 0;
}

.relatedmaterial_right
{
	padding:0 10px 0 0;
	background:url(..../images/background_content_mc_border.gif) repeat-y 100% 0;
}

.descriptionshort
{
    width:100%;
    overflow:hidden;
}

.previewbutton
{
	font-size:10px;
	padding-top:7px;
	padding-bottom:7px;
	text-decoration:none;
	font-weight:bold;
	/*text-align:center;*/
}

.link_preview
{
	font-size:10px;
	margin-top:7px;
	margin-bottom:0;
	text-decoration:none;
	/*font-weight:bold;*/
	color:#012043;
}

.link_preview .separator_dot
{
    background-image:url(..../images/background_content_pd_dottedline_horz.gif);
}

.link_preview .sample_title
{
    white-space:nowrap;
    font-weight:bold;
}

.link_preview .chapter_text
{
	padding-top:2px;
	padding-bottom:2px;
}

.link_preview a
{
    font-size:10px;
}

.link_preview .viewtoc
{
    padding-top:2px;
    padding-bottom:2px;
}

.link_preview .viewindex
{
    padding-top:2px;
    padding-bottom:2px;
}

.etextbookicon
{
    float:left;
	position:absolute;
	margin-left:-5px;
	margin-top:-5px;
}


.tellastudentcover
{
	float:right;
	width:350px;
}

.page_reader_right_inner
{
    /*width:expression(if (!isIE7) { '100%' });*/
    width:expression(isIE7 ? '' : '100%');
}

/*-------- End Reader --------*/

