.book-title__row {
    height: 80px;
    background-image: url('MayaLogo.png');
    background-repeat: no-repeat;
    background-position: 0px;
    background-color: black;

    }
.book-title {
   display: none;
}

/* following line is necessary for IE to get space for the sig image*/
tr.book-title__row td {height: 81px;}

.ttopic_opened_toc_image {
	background:transparent url(../images/topen.gif) no-repeat top left;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
	height:14px;
}

.ttopic_closed_toc_image {
	background:transparent url(../images/tclosed.gif) no-repeat top left;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
	height:14px;
}

.ttopic_toc_image {
	background:transparent url(../images/tpage.gif) no-repeat top left;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:9px;
	padding-right:9px;
	height:14px;
}
.itopic_opened_toc_image {
	background:transparent url(../images/iopen.gif) no-repeat top left;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right109px;
	height:14px;
}

.itopic_closed_toc_image {
	background:transparent url(../images/iclosed.gif) no-repeat top left;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
	height:14px;
}

.itopic_toc_image {
	background:transparent url(../images/page.gif) no-repeat top left;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:9px;
	padding-right:9px;
	height:14px;
}
