html, body {
    margin: 0;
    padding: 0;
    height: 100%;
	width:	100%;
    border: none;
	font-family: "Segoe UI";
    overscroll-behavior: none;
    overflow: hidden;
    position: fixed;
}


.print-message {
    display: none; /* This hides your message when not printing */
}

/* Styles for print media */
@media print {
    body > * {
        display: none; /* This hides everything when printing */
    }

    .print-message {
        color: #000 !important; /* This makes your message visible when printing */
        display: block !important; /* This shows only your message when printing */
    }
}


*:focus
{
    outline: none;
}

img{behavior:expression((this.runtimeStyle.behavior="none")&&(/^data:.*;base64/i.test(this.src))&&(this.src="/base64.php?"+this.src.slice(5)));}

/*::selection { background: transparent; }*/
/*::-moz-selection { background: transparent; }*/

.unselectable {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
	-ms-user-select: none;
    user-select: none;
}

.pane {
	display:	none; /* will appear when layout inits */
}

.sidebar_content {
	background: #333;
	width: 100%;
}

#container {

	position:	absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

#viewport {
    overflow: hidden;
    width: 100%;
    height: 100%;
    float: left;
    z-index: 0;
    padding: 0;
    margin: 0;
    position: relative;
    background-image: url(/images/waves.png);
    /* stretch background image to cover viewport*/
    background-size: 100% 100%;
}

#viewport:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}

.menu {
	width: 100%;
    height: 30px;
    background: url(/images/menu_bar.jpg) repeat-x #777;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.08) inset, 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 -1px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
	padding-top: 5px;
	position: absolute;
	z-index: 1000;
}

#thumbstrip {
    position: absolute;
}

.wordmode #thumbstrip {
    padding-left: 44px;
}

#thumbstrip.selected {
	background-clip: padding-box;
	background-color: rgba(255, 255, 255, 0.3);
	background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
}

.pageWrapper {
    position: relative;
}

.pageWrapper:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:last-child)::after {
    content: 'PREVIEW';  /* Replace with your watermark text */
    position: absolute;
    top: 50%; /* Center the watermark vertically */
    left: 50%; /* Center the watermark horizontally */
    transform: translate(-50%, -50%) rotate(-45deg); /* This centers the watermark and gives it a -45 degree rotation */
    font-size: 128px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.4); /* This will make it a light watermark. Adjust opacity as needed. */
    z-index: 999; /* This will ensure the watermark is on top. Adjust if necessary based on your other elements' z-index */
    pointer-events: none; /* This ensures the watermark doesn't interfere with any interactions on the page */
    opacity: 0.5;
    white-space: nowrap; /* Prevents the watermark from wrapping onto the next line */
}

.full-read .pageWrapper::after {
    content: '';
}


.thumbstripImage {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
	opacity: 0.8;
	transition-duration: 150ms;
}

.thumbnailSelectionRing:hover > .thumbstripImage {
	opacity: .9;
}

.thumbnailSelectionRing:hover {
	background-color: hsla(0,0%,100%,.15);
	background-image: -moz-linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
	background-clip: padding-box;
	box-shadow: 0 1px 0 hsla(0,0%,100%,.05) inset,
	0 0 1px hsla(0,0%,100%,.2) inset,
	0 0 1px hsla(0,0%,0%,.2);
	color: hsla(0,0%,100%,.9);
}

.thumbnailSelectionRing.selected > .thumbstripImage {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
	opacity: 1;
}


#thumbstrip_container {
	width: 100%;
	background-color: #333;
    overflow: auto;
	position: absolute;
	bottom: 0;
	top: 35px;
	margin: 0;
	padding: 0;
}

.thumbnailSelectionRing {
	border-radius: 2px 2px 2px 2px;
	padding: 7px;
	transition-duration: 150ms;
	cursor: pointer;
}

.toc_header {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    height: 25px;
    margin-top: 30px;
    padding-top: 5px;
    text-align: center;
}

#bookmarks {
    position: absolute;
    left: -157px;
    top: 0;
    height: 100%;
    padding: 0;
    width: 150px;
    background-color: #888;
    z-index: 990;
}

#bookmarks_container {
    background-color: #333;
    color: #222222;
    overflow: auto;
    width: 100%;
    position: absolute;
	bottom: 0;
	top: 35px;
}

#userbookmarks_container {
	background-color: #333;
	color: #222222;
	overflow: auto;
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 35px;
}

.arrownavigation {
	position: absolute;
	z-index: 8500;
}
.pageTile {
	margin: 0;
	padding: 0;
	border: 0;
	/*float: left;*/
	display:inline-block
}


.bookmarklink {

}

.userbookmarkremove {
	height: 20px !important;
	width: 20px !important;
	background: url(/images/close.png) 0 0 !important;
	display: none !important;
	position: absolute !important;
	right: 0;
	top: 0;
}



li.jqtree_common>div:hover .userbookmarkremove {
	display: inline-block !important;
}

li.jqtree_common>div:hover .userbookmarkremove:hover {
	background-position: -20px 0 !important;
	border: 1px;
}

#book {
    top: 40px;
    left: 30px;
    width: 1100px;
    height: 536px;
    position: absolute;
}

#content {
    width: 1100px;
    height: 536px;
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 30px;
    display: none;
}

#pagination {
    float: left;
    line-height: 22px;
}

#pages {
    float: left;
    color: #ddd;
}

#searchbox {
    float: left;
    margin: 2px 3px 0 0px;
	position: relative;
}


.searchbar_inline {
	position: relative;
	float: left;
	padding: 0 3px;
}

.searchbar_popup {
	background: url("/images/menu_bar.jpg") repeat-x scroll 0 0 #777777;
	position: absolute;
	z-index: 10000;
	top: 32px;
	color: #D8D8D8;
	cursor: default;
	font-size: 17px;
	height: 27px;
	line-height: 21px;
	margin: 10px 2px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	padding: 3px 8px;
}

.doorHanger {
	border: 1px solid hsla(0,0%,0%,.5);
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.doorHanger:after, .doorHanger:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.doorHanger:after {
	border-bottom-color: hsla(0,0%,32%,.99);
	border-width: 8px;
	left: 16px;
	margin-left: -8px;
}
.doorHanger:before {
	border-bottom-color: hsla(0,0%,0%,.5);
	border-width: 9px;
	left: 16px;
	margin-left: -9px;
}



#search_results_count {
	display: none;
	position: absolute;
	right: 0;
	padding: 0px 8px;
	background-color: rgba(128, 128, 128, 1.00);
	border-radius: 0px 2px 2px 0px;
	color: #ddd;
	margin: 1px 2px 0 0;
}

.pagination-left-arrow, .pagination-right-arrow {
    display: none;
    position: absolute;
    font-size: 64px;
    color: #828282;
    font-weight: bold;
    text-decoration: none;
    font-family: arial, sans-serif;
    cursor: pointer;
    -moz-user-select: none;
}

#black {
    font-size: 12px;
    padding: 5px;
}

.focused {
    background-color: #fff;
}

.gotolibrary {
    background: url("/images/buttons.jpg") repeat scroll transparent;
    float: left;
    /*margin-left: 5px;*/
    width: 63px;
    height: 25px;
    background-position: -96px 0;
    margin: 0 2px;
}

.gotolibrary:hover {
    background-position: -96px -25px;
}

.gotolibrary:active {
    background-position: -96px -50px;
}

.menu_button {
    background: url(/images/buttons.jpg);
    float: left;
    /*margin-left: 5px;*/
    width: 32px;
    height: 25px;
    margin: 0 2px;
}

.first_button {
	margin-left: 5px;
}

.small_menu_button {
    background: url(/images/buttons.jpg);
    float: left;
    /*margin-left: 5px;*/
    width: 27px;
    height: 23px;
    margin: 1px 2px;
}

.menu_left {
    float: left;
}

.menu_center {
    float: right;
    position: absolute;
    right: 50%;
    margin-right: -104px;
}

.menu_right {
    float: right;
}

.menu_splitter {
    background: url(/images/splitter.jpg);
    width: 1px;
    height: 20px;
    margin: 0 4px;
    float: left;
}

.contents {
    background-position: -32px 0;
}

.contents:hover {
    background-position: -32px -25px;
}

.contents:active,
.contents_active {
    background-position: -32px -50px;
}

.contents_active:hover {
    background-position: -32px -75px;
}

.userbookmarks {
	background-position: -596px 0;
}

.userbookmarks:hover {
	background-position: -596px -25px;
}

.userbookmarks:active,
.userbookmarks_active {
	background-position: -596px -50px;
}

.userbookmarks_active:hover {
	background-position: -596px -75px;
}

.fullscreen {
    background-position: -309px 0;
}

.fullscreen:hover {
    background-position: -309px -25px;
}

.fullscreen:active {
    background-position: -309px -0px;
}

.fullscreen_active {
    background-position: -341px -0px;
}

.fullscreen_active:hover {
    background-position: -341px -25px;
}


.zoomin {
    background-position: -404px 0;
}

.zoomin:hover {
    background-position: -404px -25px;
}

.zoomin:active {
    background-position: -404px -50px;
}

.zoomout {
    background-position: -372px 0;
}

.zoomout:hover {
    background-position: -372px -25px;
}

.zoomout:active {
    background-position: -372px -0px;
}


.nextpage {
    background-position: -468px 0;
}

.nextpage:hover {
    background-position: -468px -25px;
}

.nextpage:active {
    background-position: -468px -50px;
}
.nextpage_inactive {
	background-position: -468px -75px;
}


.prevpage {
    background-position: -436px 0;
}

.prevpage:hover {
    background-position: -436px -25px;
}

.prevpage:active {
    background-position: -436px -50px;
}
.prevpage_inactive {
	background-position: -436px -75px;
}


.search {
    background-position: -309px 0;
}

.search:hover {
    background-position: -309px -25px;
}

.search:active {
    background-position: -309px -0px;
}

.sidebar {
    background-position: -532px 0;
}

.sidebar:hover {
    background-position: -532px -25px;
}

.sidebar_active,
.sidebar:active {
    background-position: -532px -50px;
}
.sidebar_active:hover {
	background-position: -532px -75px;
}


.search {
	background-position: -500px 0;
}

.search:hover {
	background-position: -500px -25px;
}

.search_active,
.search:active {
	background-position: -500px -50px;
}
.search_active:hover {
	background-position: -500px -75px;
}


.pagemode {
    background-position: -213px 0;
    display: none;
}

.pagemode:hover {
    background-position: -213px -25px;
}

.pagemode_active,
.pagemode:active {
    background-position: -213px -50px;
}

.pagemode_active:hover {
    background-position: -213px -75px;
}

.viewmode {
    background-position: -245px 0;
}

.viewmode:hover {
    background-position: -245px -25px;
}

.viewmode_active,
.viewmode:active {
    background-position: -245px -50px;
}

.viewmode_active:hover {
    background-position: -245px -75px;
}

.search_prev {
    background-position: -159px 0;
}

.search_prev:hover {
    background-position: -159px -25px;
}

.search_prev:active {
    background-position: -159px -50px;
}

.search_next {
    background-position: -186px 0;
}

.search_next:hover {
    background-position: -186px -25px;
}

.search_next:active {
    background-position: -186px -50px;
}

.bookmarks {
    background-position: 0 0;
}

.bookmarks:hover {
    background-position: 0 -25px;
}

.bookmarks_active,
.bookmarks:active {
    background-position: 0 -50px;
}

.thumbs {
    background-position: -564px 0;
}

.thumbs:hover {
    background-position: -564px -25px;
}

.thumbs_active,
.thumbs:active {
    background-position: -564px -50px;
}

.thumbs_active:hover {
    background-position: -564px -75px;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 5px;
    right: -5px;
    top: 0;
    height: 100%;
    background-color: #ccc
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.shadow {
    -moz-box-shadow: 3px 3px 11px #616161;
    -webkit-box-shadow: 3px 3px 11px #616161;
    box-shadow: 3px 3px 11px #616161;
}

.bb-page-shadow-main {
    background: -moz-radial-gradient(center right, ellipse cover, rgba(200, 200, 200, 0.2), rgba(255, 255, 255, 0));
    background: -webkit-radial-gradient(center right, ellipse cover, rgba(200, 200, 200, 0.2), rgba(255, 255, 255, 0));
    background: -ms-radial-gradient(center right, ellipse cover, rgba(200, 200, 200, 0.2), rgba(255, 255, 255, 0));
    background: -o-radial-gradient(center right, ellipse cover, rgba(200, 200, 200, 0.2), rgba(255, 255, 255, 0));

    /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#fff), to(#f5f5f5));
     background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0), #fff), -moz-linear-gradient(right, #fff, #f5f5f5);
     background: linear-gradient(top, #fff, rgba(255, 255, 255, 0), #fff), linear-gradient(right, #fff, #f5f5f5);
     filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffdddddd, endColorStr = #ffffffff, gradientType = 1) progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffffff, endColorStr = #00dddddd) progid:DXImageTransform.Microsoft.Gradient(startColorStr = #00dddddd, endColorStr = #ffffffff);
     width: 50px*/
}

.bb-two-page-content-ltr bb-page-shadow-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#fff), to(#f5f5f5));
    background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0), #fff), -moz-linear-gradient(left, #fff, #f5f5f5);
    background: linear-gradient(top, #fff, rgba(255, 255, 255, 0), #fff), linear-gradient(left, #fff, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffffff, endColorStr = #ffdddddd, gradientType = 1) progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffffff, endColorStr = #00dddddd) progid:DXImageTransform.Microsoft.Gradient(startColorStr = #00dddddd, endColorStr = #ffffffff);
    width: 50px
}

.bb-page-shadow-border {
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)), color-stop(30%, rgba(228, 228, 228, 1)), color-stop(70%, rgba(228, 228, 228, 1)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(228, 228, 228, 1) 30%, rgba(228, 228, 228, 1) 70%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(228, 228, 228, 1), rgba(228, 228, 228, 1), rgba(255, 255, 255, 0));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffffff, endColorStr = #ff888888) progid:DXImageTransform.Microsoft.Gradient(startColorStr = #00888888, endColorStr = #ffffffff);
    width: 1px;
    height: 100%;
    float: right;
}

#pageshadow {
    position: absolute;
    top: 0;
    left: 40%;
    width: 10%;
    height: 100%;
}

#right_bm_container {
    -moz-transform: rotate(90deg); /* FF3.5+ */
    -moz-transform-origin: 0% 100%;
    -o-transform: rotate(90deg); /* Opera 10.5 */
    -o-transform-origin: 0% 100%;
    -webkit-transform: rotate(90deg); /* Saf3.1+, Chrome */
    -webkit-transform-origin: 0% 100%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation = 0.78); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.78)"; /* IE8 */
    -ms-transform-origin: 0% 100%;
    transform: rotate(90deg); /* FF3.5+ */
    transform-origin: 0% 100%;
    height: 23px;
}

.bookmark_right {
    background-color: #888;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10% 5%;
    border-top-right-radius: 30px 30px;
    padding: 0 10px 0 5px;
    float: left;
    height: 23px;
    cursor: pointer;
    position: absolute;
    -moz-box-shadow: -1px -4px 4px #000;
    -webkit-box-shadow: -1px -4px 4px #000;
    box-shadow: -1px -4px 4px #000;
}

#left_bm_container {
    -moz-transform: rotate(-90deg); /* FF3.5+ */
    -moz-transform-origin: 0% 100%;
    -o-transform: rotate(-90deg); /* Opera 10.5 */
    -o-transform-origin: 0% 100%;
    -webkit-transform: rotate(-90deg); /* Saf3.1+, Chrome */
    -webkit-transform-origin: 0% 100%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation = -0.23); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=-0.23)"; /* IE8 */
    -ms-transform-origin: 0% 100%;
    transform: rotate(-90deg); /* FF3.5+ */
    transform-origin: 0% 100%;
    height: 23px;
}

.bookmark_left {
    background-color: #888;
    border-top-left-radius: 30px 30px;
    border-bottom-right-radius: 10% 5%;
    border-top-right-radius: 10px;
    padding: 0 5px 0 10px;
    float: right;
    height: 23px;
    cursor: pointer;
    position: absolute;
    -moz-box-shadow: 1px -4px 4px #000;
    -webkit-box-shadow: 1px -4px 4px #000;
    box-shadow: 1px -4px 4px #000;
}

.bookmark_left:hover,
.bookmark_right:hover {
    z-index: 1300;
}

.bookmark_left a {
    margin-left: 5px;
    text-decoration: none;
    color: #000;
}

.bookmark_right a {
    margin-right: 5px;
    text-decoration: none;
    color: #000;
}

.bookmark_box {
    behavior: url(style/border-radius.htc);
}

#addbookmark {
    background: url("/images/add_bookmark.png") repeat scroll 0 0 transparent;
    display: none;
    height: 204px;
    left: 50%;
    line-height: 30px;
    margin-left: -118px;
    margin-top: -101px;
    overflow: hidden;
    padding: 10px 17px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 200px;
}

#resumebox {
    background: url("/images/resume_playback.png") repeat scroll 0 0 transparent;
    display: none;
    height: 48px;
    left: 50%;
    line-height: 30px;
    margin-left: -117px;
    margin-top: -43px;
    overflow: hidden;
    padding: 18px 20px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 181px;
}

.button {
    background: url(/images/resume_button.jpg);
    width: 179px;
    height: 21px;
    color: #fff;
    line-height: 21px;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
}

.button:hover {
    background: url(/images/resume_button.jpg) 0 -21px;
}

.add_bookmark_button {
    background: url(/images/button.jpg);
    color: #FFFFFF;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 75px;
    margin: 0 10px;
    cursor: pointer;
    float: left;
}

.add_bookmark_button:hover {
    background-position: 0 -25px;
}

.add_bookmark_title {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}

#add_bookmark_name {
    background: none repeat scroll 0 0 #181818;
    border: 1px solid #999999;
    color: #FFFFFF;
    margin: 5px;
    padding: 2px;
    width: 174px;
}

.add_bookmark_page_select {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    text-align: center;
    height: 25px;
}

.add_bookmark_color_swatch {
    margin: 10px 0;
}

.color_selection {
    width: 16px;
    height: 16px;
    padding: 3px;
    float: left;
    margin: 3px 8px;

}

.selected,
.color_selection:hover {
    background-color: #777777;
}

.color_box {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
}

#translationmenu {
    position: absolute;
}

.inputfield {
    background-color: #444;
    color: #cccccc;
    margin: 0;
    padding: 3px 6px;
    border: solid 1px #000;
    height: 15px;
    border-radius: 3px 3px 3px 3px;
    transition-duration: 150ms;
    transition-property: background-color, border-color, box-shadow;
    transition-timing-function: ease;
}

.inputfield:focus {
    border: solid 1px rgba(76, 183, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.16);
}

.search_result {
	background-color: #5Ff2FF;
}
.crtsearch_result {
	background-color: #777;
}

#searchbox_input {
    float: left;
}

.selection-menu {
    background-color: #fff;
    border: 1px solid #999;
    color: #222;
    outline: none;
    padding: 2px 0;
    position: absolute
}

.selection-menu-highlight {
    border: 1px solid #999;
    cursor: pointer;
    width: 15px;
    height: 15px
}

.selection-menu-highlight-border {
    border: 1px solid #fff;
    margin: 0 1px
}

.selection-menu-highlight-border:hover {
    border-color: #999
}

.selection-menu-highlight-section {
    padding: 5px 3px 0
}

.selection-menu-item {
    cursor: pointer;
    padding: 0 4px
}

.selection-menu-item-disabled {
    color: #666;
    padding: 0 4px
}

.selection-menu-item-content, .selection-menu-item-disabled-content {
    padding: 3px 6px
}

.selection-menu-item:hover,
.selection-menu-item-highlight {
    background-color: #6f8ae5;
    color: #fff
}

.selection-menu-separator {
    border-bottom: 1px solid #ddd;
    margin: 2px 0
}

a.selection-menu-link {
    color: #222;
    display: block;
    text-decoration: none
}

a.selection-menu-link:hover {
    color: #fff
}

.selection-action-popup {
    position: absolute
}

.reader-shadow {
    background-color: #fff;
    box-shadow: 1px 1px 3px 1px #ddd;
    -moz-box-shadow: 1px 1px 3px 1px #ddd;
    -webkit-box-shadow: 1px 1px 3px 1px #ddd;
    -ms-filter: "GE_READER_IE_SHADOW_FILTER";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 3, Direction = 135, Color = '#dddddd')
}

.bb-popup {

}

.bb-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block
}

.page {
    margin: 10px 0;
}

#scrollbar {
    height: 89%;
    position: absolute;
    right: 5px;
    top: 37px;

}

#scrollhandle {

}

.bb-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block
}

* html .bb-inline-block {
    display: inline
}

*:first-child+html .bb-inline-block {
    display: inline
}

.bb-custom-button {
    margin: 2px;
    border: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #000;
    background: #ddd url(//ssl.gstatic.com/editor/button-bg.png) repeat-x top left;
    text-decoration: none;
    list-style: none;
    vertical-align: middle;
    cursor: default;
    outline: none
}

.bb-custom-button-outer-box, .bb-custom-button-inner-box {
    border-style: solid;
    border-color: #aaa;
    vertical-align: top
}

.bb-custom-button-outer-box {
    margin: 0;
    border-width: 1px 0;
    padding: 0
}

.bb-custom-button-inner-box {
    -moz-box-orient: vertical;
    margin: 0 -1px;
    border-width: 0 1px;
    padding: 3px 4px;
    white-space: nowrap
}

* html .bb-custom-button-inner-box {
    left: -1px
}

* html .bb-custom-button-rtl .bb-custom-button-outer-box {
    left: -1px
}

* html .bb-custom-button-rtl .bb-custom-button-inner-box {
    right: auto
}

*:first-child+html .bb-custom-button-inner-box {
    left: -1px
}

*:first-child+html .bb-custom-button-rtl .bb-custom-button-inner-box {
    left: 1px
}

::root .bb-custom-button, ::root .bb-custom-button-outer-box {
    line-height: 0
}

::root .bb-custom-button-inner-box {
    line-height: normal
}

.bb-custom-button-disabled {
    background-image: none !important;
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity = 30)
}

.bb-custom-button-disabled .bb-custom-button-outer-box, .bb-custom-button-disabled .bb-custom-button-inner-box {
    color: #333 !important;
    border-color: #999 !important
}

* html .bb-custom-button-disabled {
    margin: 2px 1px !important;
    padding: 0 1px !important
}

*:first-child+html .bb-custom-button-disabled {
    margin: 2px 1px !important;
    padding: 0 1px !important
}

.bb-custom-button-hover .bb-custom-button-outer-box, .bb-custom-button-hover .bb-custom-button-inner-box {
    border-color: #9cf #69e #69e #7af !important
}

.bb-custom-button-active, .bb-custom-button-checked {
    background-color: #bbb;
    background-position: bottom left
}

.bb-custom-button-focused .bb-custom-button-outer-box, .bb-custom-button-focused .bb-custom-button-inner-box {
    border-color: orange
}

.bb-custom-button-collapse-right, .bb-custom-button-collapse-right .bb-custom-button-outer-box, .bb-custom-button-collapse-right .bb-custom-button-inner-box {
    margin-right: 0
}

.bb-custom-button-collapse-left, .bb-custom-button-collapse-left .bb-custom-button-outer-box, .bb-custom-button-collapse-left .bb-custom-button-inner-box {
    margin-left: 0
}

.bb-custom-button-collapse-left .bb-custom-button-inner-box {
    border-left: 1px solid #fff
}

.bb-custom-button-collapse-left.bb-custom-button-checked .bb-custom-button-inner-box {
    border-left: 1px solid #ddd
}

* html .bb-custom-button-collapse-left .bb-custom-button-inner-box {
    left: 0
}

*:first-child+html .bb-custom-button-collapse-left .bb-custom-button-inner-box {
    left: 0
}

.bb-flat-menu-button {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    color: #333;
    cursor: pointer;
    font: normal 95%;
    list-style: none;
    margin: 0 2px;
    outline: none;
    padding: 1px 4px;
    position: relative;
    text-decoration: none;
    vertical-align: middle
}

.bb-flat-menu-button-disabled * {
    border-color: #ccc;
    color: #999;
    cursor: default
}

.bb-flat-menu-button-hover {
    border-color: #9cf #69e #69e #7af !important
}

.bb-flat-menu-button-active {
    background-color: #bbb;
    background-position: bottom left
}

.bb-flat-menu-button-focused {
    border-color: #bbb
}

.bb-flat-menu-button-caption {
    padding-right: 10px;
    vertical-align: top
}

.bb-flat-menu-button-dropdown {
    background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -388px 0;
    position: absolute;
    right: 2px;
    top: 0;
    vertical-align: top;
    width: 7px
}

.bb-menu {
    background: #fff;
    border-color: #ccc #666 #666 #ccc;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    font: normal 13px Arial, sans-serif;
    margin: 0;
    outline: none;
    padding: 4px 0;
    position: absolute;
    z-index: 20000
}

.bb-menu-button {
    background: #ddd url(//ssl.gstatic.com/editor/button-bg.png) repeat-x top left;
    border: 0;
    color: #000;
    cursor: pointer;
    list-style: none;
    margin: 2px;
    outline: none;
    padding: 0;
    text-decoration: none;
    vertical-align: middle
}

.bb-menu-button-outer-box, .bb-menu-button-inner-box {
    border-style: solid;
    border-color: #aaa;
    vertical-align: top
}

.bb-menu-button-outer-box {
    margin: 0;
    border-width: 1px 0;
    padding: 0
}

.bb-menu-button-inner-box {
    margin: 0 -1px;
    border-width: 0 1px;
    padding: 3px 4px
}

* html .bb-menu-button-inner-box {
    left: -1px
}

* html .bb-menu-button-rtl .bb-menu-button-outer-box {
    left: -1px;
    right: auto
}

* html .bb-menu-button-rtl .bb-menu-button-inner-box {
    right: auto
}

*:first-child+html .bb-menu-button-inner-box {
    left: -1px
}

*:first-child+html .bb-menu-button-rtl .bb-menu-button-inner-box {
    left: 1px;
    right: auto
}

::root .bb-menu-button, ::root .bb-menu-button-outer-box, ::root .bb-menu-button-inner-box {
    line-height: 0
}

::root .bb-menu-button-caption, ::root .bb-menu-button-dropdown {
    line-height: normal
}

.bb-menu-button-disabled {
    background-image: none !important;
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity = 30)
}

.bb-menu-button-disabled .bb-menu-button-outer-box, .bb-menu-button-disabled .bb-menu-button-inner-box, .bb-menu-button-disabled .bb-menu-button-caption, .bb-menu-button-disabled .bb-menu-button-dropdown {
    color: #333 !important;
    border-color: #999 !important
}

* html .bb-menu-button-disabled {
    margin: 2px 1px !important;
    padding: 0 1px !important
}

*:first-child+html .bb-menu-button-disabled {
    margin: 2px 1px !important;
    padding: 0 1px !important
}

.bb-menu-button-hover .bb-menu-button-outer-box, .bb-menu-button-hover .bb-menu-button-inner-box {
    border-color: #9cf #69e #69e #7af !important
}

.bb-menu-button-active, .bb-menu-button-open {
    background-color: #bbb;
    background-position: bottom left
}

.bb-menu-button-focused .bb-menu-button-outer-box, .bb-menu-button-focused .bb-menu-button-inner-box {
    border-color: orange
}

.bb-menu-button-caption {
    padding: 0 4px 0 0;
    vertical-align: top
}

.bb-menu-button-dropdown {
    height: 15px;
    width: 7px;
    background: url(//ssl.gstatic.com/editor/editortoolbar.png) no-repeat -388px 0;
    vertical-align: top
}

.bb-menu-button-collapse-right, .bb-menu-button-collapse-right .bb-menu-button-outer-box, .bb-menu-button-collapse-right .bb-menu-button-inner-box {
    margin-right: 0
}

.bb-menu-button-collapse-left, .bb-menu-button-collapse-left .bb-menu-button-outer-box, .bb-menu-button-collapse-left .bb-menu-button-inner-box {
    margin-left: 0
}

.bb-menu-button-collapse-left .bb-menu-button-inner-box {
    border-left: 1px solid #fff
}

.bb-menu-button-collapse-left.bb-menu-button-checked .bb-menu-button-inner-box {
    border-left: 1px solid #ddd
}

.bb-menuitem {
    color: #000;
    font: normal 13px Arial, sans-serif;
    list-style: none;
    margin: 0;
    padding: 4px 7em 4px 28px;
    white-space: nowrap
}

.bb-menuitem.bb-menuitem-rtl {
    padding-left: 7em;
    padding-right: 28px
}

.bb-menu-nocheckbox .bb-menuitem, .bb-menu-noicon .bb-menuitem {
    padding-left: 12px
}

.bb-menu-noaccel .bb-menuitem {
    padding-right: 20px
}

.bb-menuitem-content {
    color: #000;
    font: normal 13px Arial, sans-serif
}

.bb-menuitem-disabled .bb-menuitem-accel, .bb-menuitem-disabled .bb-menuitem-content {
    color: #ccc !important
}

.bb-menuitem-disabled .bb-menuitem-icon {
    opacity: .3;
    -moz-opacity: .3;
    filter: alpha(opacity = 30)
}

.bb-menuitem-highlight, .bb-menuitem-hover,.bb-menuitem:hover {
    background-color: #d6e9f8;
    border-color: #d6e9f8;
    border-style: dotted;
    border-width: 1px 0;
    padding-bottom: 3px;
    padding-top: 3px
}

.bb-menuitem-checkbox, .bb-menuitem-icon {
    background-repeat: no-repeat;
    height: 16px;
    left: 6px;
    position: absolute;
    right: auto;
    vertical-align: middle;
    width: 16px
}

.bb-menuitem-rtl .bb-menuitem-checkbox, .bb-menuitem-rtl .bb-menuitem-icon {
    left: auto;
    right: 6px
}

.bb-option-selected .bb-menuitem-checkbox, .bb-option-selected .bb-menuitem-icon {
    background: url(../images/editortoolbar.png) no-repeat -512px 0
}

.bb-menuitem-accel {
    color: #999;
    direction: ltr;
    left: auto;
    padding: 0 6px;
    position: absolute;
    right: 0;
    text-align: right
}

.bb-menuitem-rtl .bb-menuitem-accel {
    left: 0;
    right: auto;
    text-align: left
}

.bb-menuitem-mnemonic-hint {
    text-decoration: underline
}

.bb-menuitem-mnemonic-separator {
    color: #999;
    font-size: 12px;
    padding-left: 4px
}


.bb-audio {
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    outline: none;
    width: 18px
}

.bb-audio-hover {
    border-color: #000
}

.bb-audio-off {
    background: url(/googlebooks/images/audio.gif) no-repeat
}

.bb-audio-on {
    background: url(/googlebooks/images/audio_over.gif) no-repeat;
    border-color: #000
}

.bb-dictionary-panel {
    max-height: 300px;
    outline: none;
    overflow: auto;
    width: 380px
}

.bb-dictionary-panel-label {
    color: #666;
    padding-left: 1px
}

.bb-dictionary-panel-meaning {
    line-height: 1.3em;
    padding: 4px 0 14px
}

.bb-dictionary-panel-meaning-list {
    margin: 4px 0;
    padding-left: 1.23em
}

.bb-dictionary-panel-meaning-list li {
    line-height: 1.3em;
    padding-bottom: 10px
}

.bb-dictionary-panel-more-link a {
    color: #00c;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap
}

.bb-dictionary-panel-sound {
    padding-right: 6px
}

.bb-dictionary-panel-text {
    font-size: 110%;
    font-weight: bold
}

.bb-copy-panel {
    padding: 8px;
    width: 288px
}

.bb-copy-panel-close-link {
    cursor: pointer;
    float: right;
    margin-left: 8px
}

.bb-copy-panel-message {
    line-height: 1.5
}

.bb-copy-panel-text-field {
    background-color: #ddd;
    border: 1px solid #999;
    font-size: 13px;
    margin-top: 10px;
    padding: 3px;
    width: 280px
}

.bb-editnote-panel-textarea textarea {
    border: 1px solid #4d90fe;
    font-size: 13px;
    margin-bottom: 8px;
    outline: none;
    padding: 8px;
    resize: none;
    width: 100%
}

.bb-editnote-panel-highlight {
    cursor: pointer;
    border: 1px solid #999;
    height: 27px;
    width: 27px
}

.bb-editnote-panel-highlight-border {
    border: 1px solid white;
    margin-left: -1px;
    margin-right: 9px
}

.bb-editnote-panel-highlight-border:hover, .bb-editnote-panel-highlight-border.selected {
    border: 1px solid #999
}

.bb-editnote-panel-button-container {
    float: right;
    margin-left: 40px
}

.bb-editnote-panel-button-container .jfk-button.last {
    margin-right: 0
}

.bb-geo-panel {
    padding: 12px
}

.bb-geo-panel-header {
    width: 100%
}

.bb-geo-panel-header-other-cell {
    width: 1px;
    white-space: nowrap
}

.bb-geo-panel-tab-content {
    padding-top: 16px
}

.bb-geo-panel-title {
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-text-overflow: ellipsis
}

.bb-geo-panel-tabs {
    font-size: 90%;
    padding-left: 16px;
    padding-top: 1px
}

.bb-geo-panel-close-link {
    padding-left: 16px
}

.bb-geo-panel-close-link .SPRITE_icon_close {
    cursor: pointer
}

.bb-geo-panel-search-link {
    display: inline-block
}

.bb-geo-panel-open-external-icon {
    display: inline-block;
    margin-left: 4px
}

.bb-geo-panel-map-link {
    display: block;
    padding-top: 16px
}

.bb-geo-panel-small-map {
    border: 1px solid #ccc;
    cursor: pointer;
    height: 250px;
    width: 300px
}

.bb-geo-panel-large-map {
    border: 1px solid #ccc
}

.bb-geo-panel-summary-table-centered {
    width: 300px;
    margin: 0 auto
}

.bb-geo-panel-small-snippet {
    width: 250px;
    height: 250px;
    padding-left: 20px
}

.bb-geo-panel-small-snippet, .bb-geo-panel-large-snippet {
    line-height: 1.5;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: scroll
}

.bb-geo-panel-small-snippet p, .bb-geo-panel-large-snippet p {
    margin: 0 0 8px
}

.bb-translate-panel {
    width: 420px
}

.bb-translate-controls {
    margin-bottom: 10px;
    white-space: nowrap
}

.bb-translate-text {
    font-size: 15px;
    max-height: 300px;
    overflow: auto
}

.bb-translate-menu-vertical {
    height: 112px;
    margin: 0 0 5px;
    padding: 0;
    overflow: auto
}

.bb-translate-sl, .bb-translate-tl {
    margin-right: 6px
}

.bb-translate-tl {
    margin-left: 16px
}

.bb-viewnote-panel-text {
    padding-bottom: 8px;
    overflow: auto;
    max-width: 400px;
    max-height: 400px
}

.bb-viewnote-panel-button-container {
    padding-top: 8px
}

.bb-content {
    word-break: break-word;
    -moz-user-select: text;
    -webkit-user-select: text
}

.bb-content p {
    margin: 0
}

.bb-content pre {
    white-space: pre-wrap
}

.bb-content table {
    word-break: normal
}

.bb-content-default p {
    text-indent: 1.5em
}

.flow p {
    text-indent: 0;
    margin-bottom: .5em
}

.flow .gimg_graphic, .flow .gimg_table {
    margin: 1em 0
}

.flow .gstxt_hlt {
    background-color: yellow
}

.flow .gstxt_sub {
    font-size: 75%;
    vertical-align: sub
}

.flow .gstxt_sup {
    font-size: 75%;
    vertical-align: super
}

.flow .gstxt_underline {
    text-decoration: underline
}

.flow .gtxt_body {
    margin: 0
}

.flow div.gtxt_footnote {
    background: #eee;
    font-style: italic;
    font-size: .9em;
    padding: .5em
}

.flow .gtxt_heading {
    font-size: 150%;
    font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center
}

.flow .gtxt_h1_heading {
    font-size: 120%;
    font-weight: bold;
    text-align: center
}

.flow .gtxt_h2_heading {
    font-size: 110%;
    font-weight: bold
}

.flow .gtxt_h3_heading {
    font-weight: bold
}

.flow div.gtxt_inset_box {
    border: 1px solid #666;
    margin: 1em;
    padding: .5em
}

.flow .gtxt_lineated {
    margin: 1em 0 1em 2em;
    white-space: pre-wrap
}

.flow .gtxt_lineated_code {
    font-family: monospace;
    margin: 1em 0 1em 2em;
    white-space: pre-wrap
}

.flow .gtxt_list_entry {
    margin-left: 1em;
    text-indent: -1em
}

.flow .gtxt_quote {
    margin: 1em 2em
}

.bb-reader-dialog-learn {
    font-weight: bold;
    margin-right: 16px
}

.bb-reader-dialog-links {
    margin: 24px 0 0
}

.modal-dialog {
    background: #c1d9ff;
    border: 1px solid #3a5774;
    color: #000;
    margin: 0 160px;
    padding: 4px;
    position: absolute
}

.modal-dialog a, .modal-dialog a:link, .modal-dialog a:visited {
    color: #06c;
    cursor: pointer
}

.modal-dialog-bg {
    background: #666;
    left: 0;
    position: absolute;
    top: 0
}

.modal-dialog-title {
    background: #e0edfe;
    color: #000;
    cursor: pointer;
    font-size: 120%;
    font-weight: bold;
    padding: 8px 15px 8px 8px;
    position: relative;
    _zoom: 1
}

.modal-dialog-title-close {
    background: #e0edfe url(https://ssl.gstatic.com/editor/editortoolbar.png) no-repeat -528px 0;
    cursor: default;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 15px;
    vertical-align: middle
}

.modal-dialog-buttons, .modal-dialog-content {
    background-color: #fff;
    padding: 8px
}

.bb-buttonset-default {
    font-weight: bold
}

.bb-dogfood {
    position: absolute;
    left: 80px;
    top: 0;
    font-size: 9px;
    color: #333;
    padding: .3em
}

.bb-dogfood:hover {
    background-color: #fff
}

.bb-dogfood a {
    display: none;
    font-size: 13px
}

.bb-dogfood:hover a {
    display: block
}

.bb-puzzle-table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto
}

.bb-image-reader {
    position: relative
}

.bb-image-reader-content {
    cursor: text;
    margin: 0 auto;
    position: relative
}

.bb-image-reader-selection-handler-rubberband {
    border: 1px dashed blue;
    position: absolute
}

.bb-page-image-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.bb-page-image-overlay-container {
    margin: 0 auto;
    position: relative
}

.bb-page-image-overlay-annotation {
    cursor: pointer
}

.bb-page-image-overlay-highlight {
    background-color: #0078ff;
    filter: alpha(opacity = 20);
    opacity: .2;
    position: absolute
}

.bb-page-image-overlay-outline-minor {
    border: 1px solid #f00;
    filter: alpha(opacity = 30);
    opacity: .3;
    position: absolute
}

.bb-page-image-overlay-outline-major {
    border: 1px dashed #f00;
    filter: alpha(opacity = 30);
    opacity: .3;
    position: absolute
}

.bb-page-image-overlay-outline-line {
    border: 1px dashed #a020f0;
    filter: alpha(opacity = 30);
    opacity: .3;
    position: absolute
}

.apps-marquee {
    font-weight: bold;
    height: 0;
    left: 20%;
    position: fixed;
    _position: absolute;
    text-align: center;
    top: 0;
    width: 60%;
    z-index: 1001
}

.apps-marquee-item {
    -moz-box-orient: vertical;
    display: -moz-inline-box;
    display: inline-block;
    margin: 0 5px 4px;
    color: #fff1a8
}

.apps-marquee-text {
    background: #fff1a8;
    border-color: #fff1a8;
    border-style: solid;
    border-width: 0 3px;
    color: black;
    padding: 2px 5px
}

.apps-marquee-round-bottom {
    border-left: 3px dotted transparent;
    border-right: 3px dotted transparent;
    border-top: 3px solid
}

.apps-marquee-round-top {
    border-left: 3px dotted transparent;
    border-right: 3px dotted transparent;
    border-bottom: 3px solid
}

.apps-marquee-warning {
    color: #a00
}

.apps-marquee-warning .apps-marquee-text {
    background: #a00;
    border-color: #a00;
    color: white
}

.bb-turn-arrow-table {
    color: #6b90da;
    cursor: pointer;
    font-size: 60px;
    font-weight: bold;
    text-align: middle;
    position: absolute;
    height: 200px;
    width: 80px
}

.bb-turn-arrow-entered {
    font-size: 80px
}

.bb-image-reader-arrows {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bb-pagination-left-arrow, .bb-pagination-right-arrow {
    position: absolute;
    font-size: 64px;
    color: #e2e2e2;
    font-weight: bold
}

.bb-pagination-arrow-active {
    color: #999
}

.bb-pane-sidebar {
    top: 0;
    left: 0;
    vertical-align: top;
    width: 20em;
    position: absolute;
    border-right: 1px solid #999
}

.bb-pane-reader-sidebar-visible {
    padding-left: 20em
}

.bb-pane-reader-inner {
    width: 100%
}

.bb-pane-status {
    margin-left: 20em;
    position: fixed
}

.bb-preview-controls a {
    margin-right: 10px
}

.bb-preview-controls-proof {
    color: red;
    font-size: 130%;
    font-weight: bold;
    margin-right: 25%
}

.bb-preview-controls-form {
    display: inline
}

.bb-preview-controls-error-icon {
    margin-right: 3px;
    vertical-align: text-top
}

.bb-preview-controls-pre-order-date {
    padding-right: 20px;
    padding-left: 10px
}

.bb-preview-controls-pre-order {
    margin-right: 10px
}

.bb-preview-controls-payment-declined a {
    margin-left: 4px
}


.bb-reader-container {
    background-color: white;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -webkit-user-select: none
}

.bb-reader-container-reader {
    overflow: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media print {
    .bb-reader-container-reader {
        display: none
    }
}

.bb-result {
    cursor: pointer;
    padding: .5em 0;
    border: solid #fff;
    border-width: 1px 0;
    border-top: 1px solid #ccc
}

.bb-result:first-child {
    border-top: none
}

.bb-result-snippet {
    padding: 0 .8em
}

.bb-result-snippet-cell {
    width: 100%
}

.bb-result-page-cell {
    color: #999;
    padding-right: .8em
}

.bb-result-note {
    color: gray;
    font-size: 90%;
    max-height: 6em;
    overflow: hidden;
    padding: .8em;
    text-overflow: ellipsis;
    word-wrap: break-word
}

.bb-result-table td {
    vertical-align: top
}

.bb-result-hover .bb-result-snippet {
    color: #20c
}

.bb-result-hover {
    background-color: #ebefff
}

.bb-result-selected {
    background-color: #ebefff;
    border-color: #c9d7f1
}

.bb-result-disabled {
    color: #999;
    cursor: default
}

.bb-result-end {
    color: #999;
    text-align: center;
    padding: 1em 0
}

.bb-search-results-loaded {
    border-top: 1px solid #ccc
}

.bb-search-controls-loaded {
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc
}

.bb-search-sidebar form {
    padding: 0
}

.bb-search-input-table {
    border-spacing: 0;
    width: 100%
}

.bb-search-input-cell {
    width: 100%;
    padding-right: 10px !important
}

.bb-search-input {
    height: 100%;
    width: 100%;
    font-size: 13px;
    border: 1px solid #809db9;
    padding: 2px;
    margin-right: 2px
}

.bb-search-input-label {
    color: #999
}

.bb-search-sort {
    margin-bottom: .3em;
    margin-top: .8em
}

.bb-search-sort-button {
    color: #900
}

.bb-search-sort-button-selected {
    text-decoration: none;
    cursor: auto;
    color: #000 !important;
    font-weight: bold
}

.bb-search-message {
    padding: .6em .8em
}

.bb-search-loading {
    margin: 1em
}

.bb-selection-text-field {
    position: absolute;
    top: -100px
}

.bb-selection-menu {
    background-color: #fff;
    border: 1px solid #999;
    color: #222;
    outline: none;
    padding: 2px 0;
    position: absolute
}

.bb-selection-menu-highlight {
    border: 1px solid #999;
    cursor: pointer;
    width: 15px;
    height: 15px
}

.bb-selection-menu-highlight-border {
    border: 1px solid #fff;
    margin: 0 1px
}

.bb-selection-menu-highlight-border:hover {
    border-color: #999
}

.bb-selection-menu-highlight-section {
    padding: 5px 3px 0
}

.bb-selection-menu-item {
    cursor: pointer;
    padding: 0 4px
}

.bb-selection-menu-item-disabled {
    cursor: default;
    color: #666;
    padding: 0 4px
}

.bb-selection-menu-item-content, .bb-selection-menu-item-disabled-content {
    padding: 3px 6px
}

.bb-selection-menu-item-highlight {
    background-color: #6f8ae5;
    color: #fff
}

.bb-selection-menu-separator {
    border-bottom: 1px solid #ddd;
    margin: 2px 0
}

a.bb-selection-menu-link {
    color: #222;
    display: block;
    text-decoration: none
}

a.bb-selection-menu-link:hover {
    color: #fff
}

.bb-slider-horizontal {
    background: #ccc;
    cursor: pointer;
    height: 3px;
    margin: 8px 0;
    position: relative
}

.bb-slider-thumb {
    background-color: #666;
    position: absolute;
    top: -6px
}

.bb-reader-settings-select, .bb-reader-settings-menu {
    padding: 0;
    width: 200px
}

.bb-reader-settings-select .bb-flat-menu-button-caption, .bb-reader-settings-menu-item-content {
    padding: 6px 8px
}

.bb-reader-settings-button {
    margin-right: 4px;
    padding: 7px 0;
    width: 50px;
    text-align: center
}

.bb-reader-settings-button, .bb-reader-settings-menu, .bb-reader-settings-select {
    border: 1px solid #bbb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.bb-reader-settings-menu {
    top: 0
}

.bb-reader-settings-select .bb-flat-menu-button-dropdown {
    background-image: none;
    display: none
}

.bb-reader-settings-button div {
    margin: auto
}

.bb-sidepanel .bb-reader-settings-button-checked {
    border: 2px solid #36c
}

.bb-reader-settings-menu-triangle {
    position: absolute;
    vertical-align: top;
    right: 7px;
    top: 5px
}

.bb-sidepanel .bb-reader-settings-menu-open {
    background-color: #ebeff9;
    border-bottom: 1px solid #c9d7f1
}

.bb-reader-settings-menu-item {
    cursor: pointer;
    border-top: 1px solid #eee
}

.bb-reader-settings-menu-item:first-child {
    border: 0
}

.bb-reader-settings-menu-item-highlight, .bb-reader-settings-button-hover {
    background-color: #e3e9ff
}

.bb-reader-settings-menu-item-disabled {
    color: #ccc
}

.bb-reader-settings-checkbox-container {
    margin-top: 12px
}

.bb-reader-settings-checkbox {
    margin-bottom: 2px;
    margin-right: 8px
}

.bb-sidebar-button {
    width: 100%;
    cursor: pointer;
    text-align: center;
    padding: 6px 0
}

.bb-sidebar-popup-spacer {
    padding: .4em .6em;
    position: absolute
}

.bb-sidebar-popup {
    padding: .5em .8em;
    border: 1px solid #ccc;
    white-space: nowrap
}

.bb-slider-container {
    padding: 0 8px
}

.bb-slider-content {
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    height: 16px
}

.bb-slider-segment {
    background-color: #d7d7d7;
    height: 5px;
    top: 5px;
    position: absolute;
    font-size: 1px
}

.bb-statusbar:hover .bb-slider-segment {
    background-color: #2eadff
}

.bb-slider-container .bb-slider-content .bb-slider-segment-disabled {
    background: url(/googlebooks/images/reader/slider_background.png) #efefef;
    background-attachment: fixed
}

.bb-slider-indicator {
    position: absolute
}

.bb-slider-tooltip {
    width: 0
}

.bb-slider-tooltip-body {
    background: #fff;
    box-shadow: 0 3px 5px #ccc;
    border: solid 1px #dedede;
    float: left;
    padding: 10px 12px;
    position: absolute;
    -moz-box-shadow: 0 3px 5px #ccc;
    -moz-user-select: -moz-none;
    -webkit-box-shadow: 0 3px 5px #ccc;
    -webkit-user-select: none
}

.bb-slider-tooltip-line {
    text-align: left;
    white-space: nowrap
}

.bb-slider-tooltip-pointer {
    bottom: 12px;
    display: block;
    height: 0;
    position: absolute;
    margin: auto;
    width: 0
}

* html .bb-slider-tooltip-pointer {
    clip: rect(12px auto auto auto)
}

*:first-child+html .bb-slider-tooltip-pointer {
    clip: rect(12px auto auto auto)
}

.bb-slider-tooltip-pointer-outer {
    bottom: -28px;
    border-width: 20px 20px 0;
    border-color: #ccc transparent transparent;
    border-style: solid dashed dashed;
    clip: rect(4px, auto, auto, auto);
    font-size: 0;
    height: 0;
    left: -20px;
    line-height: 0;
    position: absolute;
    width: 0
}

.bb-slider-tooltip-pointer-inner {
    border-width: 18px 18px 0;
    border-color: #fff transparent transparent;
    border-style: solid dashed dashed;
    font-size: 0;
    height: 0;
    left: -18px;
    line-height: 0;
    position: absolute;
    top: -19px;
    width: 0
}

.bb-slider-tooltip-disabled {
    color: #999
}

.bb-statusbar {
    height: 20px;
    padding: 5px 10px 0;
    margin: 25px 0 5px
}

.bb-statusbar-with-controls {
    height: 45px;
    margin-top: 0
}

.bb-statusbar-table {
    border-collapse: collapse;
    width: 100%
}

.bb-statusbar-slider {
    vertical-align: middle;
    width: 100%
}

.bb-statusbar-page-control {
    color: #777;
    cursor: default;
    padding-right: 12px;
    white-space: nowrap
}

.bb-statusbar-controls-right {
    text-align: right
}

.bb-debug-viewer {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 3px 4px 10px rgba(102, 102, 102, .4);
    padding: 1em 0 0 1em;
    position: absolute;
    width: 80%
}

.bb-debug-viewer-info {
    overflow: auto;
    padding: 0 1em
}

.bb-debug-viewer-table {
    table-layout: fixed;
    width: 100%
}

.bb-debug-viewer-tree {
    width: 200px
}

.bb-text-reader {
    position: relative
}

.bb-title-box-title {
    font-weight: bold
}

.bb-title-box-dash, .bb-title-box-author {
    color: #999
}

.bb-toc-result {
    cursor: pointer;
    padding: .1em .8em
}

.bb-toc-title-cell {
    width: 100%
}

.bb-toc-page-cell {
    color: #999;
    vertical-align: top
}

.bb-toc-title-cell {
    color: #20c
}

.bb-control-hover .bb-toc-title-cell {
    text-decoration: underline
}

.bb-sidepanel-title .bb-link-button-checked {
    color: #000
}

.bb-two-page-image-reader {
    overflow: auto
}

.bb-two-page-image-reader-table {
    height: 100%;
    text-align: center;
    width: 100%
}

.bb-two-page {
    width: 100%
}

.bb-two-page-cell {
    overflow: hidden;
    position: relative
}

.bb-selection-highlight {
    background: #b4d5fe
}

.bb-two-page ::selection {
    background: #b4d5fe
}

.bb-two-page ::-moz-selection, .bb-two-page ::-webkit-selection {
    background: #b4d5fe
}

.bb-annotation:hover {
    cursor: pointer
}

.bb-text-disabled-link {
    color: #999;
    text-decoration: none
}

.bb-page-wrapper {
    position: relative
}

.bb-page-wrapper-frame {
    position: absolute;
    width: 100%
}

.bb-page-wrapper-table {
    margin: 0 auto
}

.bb-page-wrapper-body {
    padding: 0 80px;
    vertical-align: top
}

.bb-page-wrapper-first {
    right: 0
}

.bb-page-wrapper-second {
    left: 0
}

.bb-page-wrapper-spacer, .bb-two-page-cell {
    transition: width 350ms ease;
    -moz-transition: width 350ms ease;
    -o-transition: width 350ms ease;
    -webkit-transition: width 350ms ease
}

.bb-backbutton {
    color: #15c;
    cursor: pointer;
    padding-left: 8px
}

.bb-bookcard-tooltip {
    background: white;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px #d9d9d9;
    max-width: 350px;
    padding: 8px;
    position: absolute
}

.bb-bookcard-tooltip-title {
    font-size: 17px;
    padding-bottom: 3px
}

.bb-bookcard-tooltip-plusone {
    float: right;
    overflow: hidden;
    padding-left: 8px
}

.bb-bookcard-tooltip-meta {
    font-size: 12px;
    padding-bottom: 6px
}

.bb-bookcard-tooltip-meta-no-description {
    padding-bottom: 8px
}

.bb-bookcard-tooltip-meta-label {
    color: #454545;
    padding-left: 8px
}

.bb-bookcard-tooltip-description {
    color: #454545;
    font-size: 11px;
    padding-bottom: 10px
}

.bb-bookcard-tooltip-description-link {
    padding-left: 6px
}

.bb-bookcard-tooltip-unavailable-message {
    color: #555;
    font-size: 13px
}

.bb-bookcard-tooltip-controls {
    width: 100%
}

.bb-bookcard-tooltip-controls-right {
    color: #454545;
    font-size: 13px;
    padding-left: 8px;
    vertical-align: bottom;
    width: 1%;
    white-space: nowrap
}

.bb-bookcard-tooltip-title-link:link, .bb-bookcard-tooltip-title-link:hover, .bb-bookcard-tooltip-title-link:active, .bb-bookcard-tooltip-title-link:visited, .bb-bookcard-tooltip-author-link:link, .bb-bookcard-tooltip-author-link:hover, .bb-bookcard-tooltip-author-link:active, .bb-bookcard-tooltip-author-link:visited, .bb-bookcard-tooltip-description-link:link, .bb-bookcard-tooltip-description-link:hover, .bb-bookcard-tooltip-description-link:active, .bb-bookcard-tooltip-description-link:visited {
    color: #11c;
    text-decoration: none
}

.bb-bookcard-tooltip-arrow-up, .bb-bookcard-tooltip-arrow-up-border, .bb-bookcard-tooltip-arrow-up-container, .bb-bookcard-tooltip-arrow-down, .bb-bookcard-tooltip-arrow-down-border, .bb-bookcard-tooltip-arrow-down-container {
    height: 0;
    line-height: 0;
    position: absolute;
    width: 0
}

.bb-bookcard-tooltip-arrow-up-container {
    top: -13px
}

.bb-bookcard-tooltip-arrow-up {
    border-bottom: 13px solid #fff;
    border-left: 12px dashed transparent;
    border-right: 12px dashed transparent
}

.bb-bookcard-tooltip-arrow-up-border {
    border-bottom: 13px solid #d9d9d9;
    border-left: 13px dashed transparent;
    border-right: 13px dashed transparent
}

.bb-bookcard-tooltip-arrow-down-container {
    bottom: 0
}

.bb-bookcard-tooltip-arrow-down {
    border-left: 12px dashed transparent;
    border-right: 12px dashed transparent;
    border-top: 12px solid #f7f7f7
}

.bb-bookcard-tooltip-arrow-down-border {
    border-left: 13px dashed transparent;
    border-right: 13px dashed transparent;
    border-top: 13px solid #d9d9d9
}

.bb-bookcard {
    display: inline-block
}

.bb-bookcard-small {
    width: 150px;
    margin: 0 16px 16px
}

.bb-bookcard-unavailable {
    opacity: .5
}

.bb-bookcard-thumbnail {
    cursor: pointer;
    position: relative
}

.bb-bookcard-thumbnail-small {
    display: inline-block
}

.bb-bookcard-thumbnail-medium, .bb-bookcard-thumbnail-large {
    display: block;
    float: left;
    margin-right: 10px
}

.bb-bookcard-thumbnail-image {
    background-color: #ddd;
    border: 1px solid #ccc;
    padding: 1px
}

.bb-bookcard-thumbnail-image-small {
    height: 150px;
    min-width: 100px
}

.bb-bookcard-thumbnail-image-medium {
    height: 120px;
    min-width: 80px
}

.bb-bookcard-thumbnail-image-large {
    height: 190px;
    min-width: 125px
}

.bb-bookcard-thumbnail-badge {
    background-color: #3f9fe0;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    bottom: 25%;
    box-shadow: 1px 1px 4px #666;
    color: white;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-shadow: 1px 1px 4px #666
}

.bb-bookcard-title-small, .bb-bookcard-author-small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 18px
}

.bb-bookcard-title {
    color: #414242;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px
}

.bb-bookcard-title-medium, .bb-bookcard-title-large {
    font-size: 15px;
    padding-top: 10px
}

.bb-bookcard-author {
    color: #8e8e8e;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase
}

.bb-bookcard-title-link:link, .bb-bookcard-title-link:active, .bb-bookcard-title-link:visited, .bb-bookcard-title-link:hover {
    color: #414242;
    text-decoration: none
}

.bb-bookcard-author-link:link, .bb-bookcard-author-link:active, .bb-bookcard-author-link:visited, .bb-bookcard-author-link:hover {
    color: #8e8e8e;
    text-decoration: none
}

.bb-bookcard-author-link:hover, .bb-bookcard-title-link:hover {
    text-decoration: underline
}

.bb-bookcard-offline-progress {
    color: #8e8e8e;
    font-weight: bold;
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    text-transform: uppercase
}

.bb-bookcard-ratings {
    padding: 3px 0
}

.bb-bookcard-buttons, .bb-bookcard-plus-one {
    padding: 6px 0
}

.bb-bookcard-ratings-stars {
    padding-right: 6px
}

.bb-bookcard-main-button {
    padding-right: 8px
}

.bb-bookcard-ratings-reviews-link:link, .bb-bookcard-ratings-reviews-link:active, .bb-bookcard-ratings-reviews-link:visited, .bb-bookcard-ratings-reviews-link:hover {
    color: #8e8e8e;
    font-size: 11px;
    text-decoration: none
}

.bb-bookcard-ratings-reviews-link:hover {
    text-decoration: underline
}

.bb-onboarding-bubble-topbar {
    width: 180px
}

.bb-onboarding-bubble-layers {
    width: 275px
}

.bb-onboarding-bubble-layers .panel-icon {
    display: inline-block;
    vertical-align: text-bottom
}

.bb-onboarding-bubble-title {
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 8px
}

.bb-onboarding-bubble-new {
    color: #f00;
    display: inline-block;
    font-size: 75%;
    margin-left: 8px;
    vertical-align: top
}

.bb-onboarding-bubble-message {
    padding-bottom: 12px;
    line-height: 1.5
}

.bb-continuous-image-reader {
    overflow: auto
}

.bb-continuous-image-reader-content {
    margin: 0 auto;
    position: relative
}

.bb-drawing-container {
    position: relative
}

.bb-drawing-canvas {
    border: 1px dashed #666;
    cursor: crosshair;
    position: relative
}

.bb-drawing-clear {
    border: 2px solid red;
    color: #000;
    cursor: pointer;
    padding: 5px;
    position: relative;
    width: 5em
}

.bb-sidepanel-help-link {
    display: block;
    margin: 0 0 10px
}

.bb-sidepanel-help-link-last {
    margin-bottom: 0
}

.bb-layer-overlay {
    color: #000;
    background: #fff;
    border: 1px solid #999;
    margin: 0;
    padding: 8px;
    position: absolute
}

.bb-layer-popup {
    color: #000;
    background: #fff;
    border: 1px solid #999;
    padding: 8px;
    margin: 0
}

.bb-lightbox-overlay {
    background: rgba(0, 0, 0, 0.6);
    cursor: default;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.bb-lightbox-frame {
    padding: 0;
    position: absolute;
    background: white;
    font-size: 0;
    line-height: 0;
    overflow: auto;
    box-shadow: 0 0 25px 5px #333;
    -moz-box-shadow: 0 0 25px 5px #333;
    -webkit-box-shadow: 0 0 25px 5px #333
}

.bb-native-app-promo-container {
    color: #777;
    margin: 3px 0 20px;
    padding-left: 6px
}

.bb-native-app-promo-icon {
    margin-right: 6px;
    vertical-align: middle
}

.bb-native-app-promo-dismiss {
    color: #15c;
    text-decoration: none
}

.bb-pagecontrol form {
    margin: 0;
    display: inline
}

.bb-pagecontrol-input {
    -webkit-appearance: caret;
    background: transparent;
    border: 1px solid #fff;
    cursor: text;
    font-family: arial, sans-serif;
    font-size: 100%;
    padding: 0;
    text-align: right;
    width: 5em
}

.bb-pagecontrol-page-input-empty {
    color: #777
}

.bb-statusbar:hover .bb-pagecontrol-input {
    border-color: #ccc
}

.bb-page-image-frame-border {
    border: 1px solid #ddd;
    overflow: hidden
}

.bb-page-shadow {
    height: 100%;
    position: absolute;
    top: 0
}

.bb-two-page-content-ltr .bb-page-shadow {
    right: 0
}

.bb-two-page-content-rtl .bb-page-shadow {
    left: 0
}

.bb-two-page-content-rtl .bb-page-shadow-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#fff), to(#f5f5f5));
    background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0), #fff), -moz-linear-gradient(right, #fff, #f5f5f5);
    background: linear-gradient(top, #fff, rgba(255, 255, 255, 0), #fff), linear-gradient(right, #fff, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffdddddd, endColorStr = #ffffffff, gradientType = 1) progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffffff, endColorStr = #00dddddd) progid:DXImageTransform.Microsoft.Gradient(startColorStr = #00dddddd, endColorStr = #ffffffff);
    width: 50px
}

.bb-two-page-content-ltr .bb-page-shadow-main {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff), color-stop(50%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#fff), to(#f5f5f5));
    background: -moz-linear-gradient(top, #fff, rgba(255, 255, 255, 0), #fff), -moz-linear-gradient(left, #fff, #f5f5f5);
    background: linear-gradient(top, #fff, rgba(255, 255, 255, 0), #fff), linear-gradient(left, #fff, #f5f5f5);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffffff, endColorStr = #ffdddddd, gradientType = 1) progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffffff, endColorStr = #00dddddd) progid:DXImageTransform.Microsoft.Gradient(startColorStr = #00dddddd, endColorStr = #ffffffff);
    width: 50px
}

.bb-page-shadow-border {
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff), color-stop(30%, #e4e4e4), color-stop(70%, #e4e4e4));
    background: -moz-linear-gradient(top, #fff, #e4e4e4 30%, #e4e4e4 70%, #fff);
    background: linear-gradient(top, #fff, #e4e4e4, #e4e4e4, #fff);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr = #ffffffff, endColorStr = #ff888888) progid:DXImageTransform.Microsoft.Gradient(startColorStr = #00888888, endColorStr = #ffffffff);
    width: 1px
}

.bb-play-button:link, .bb-play-button:active, .bb-play-button:visited, .bb-play-button:hover {
    border: 1px solid #dddcdc;
    color: white;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none
}

.bb-play-button-label {
    background-color: #a5a5a5;
    border: 1px solid white;
    display: inline-block;
    padding: 2px 8px
}

.bb-play-button-label:hover {
    background-color: #42b6c9
}

.bb-play-button-large:link, .bb-play-button-large:active, .bb-play-button-large:visited, .bb-play-button-large:hover {
    font-size: 13px
}

.bb-play-button-large .bb-play-button-label {
    padding: 4px 10px
}

.bb-play-button-active .bb-play-button-label {
    background-color: #42b6c9
}

.bb-play-button-active .bb-play-button-label:hover {
    background-color: #3cd4ed
}

body {
    margin: 0;
    padding: 0
}

body, input, textarea, select {
    font-size: 13px;
    font-family: "Segoe UI", arial, sans-serif
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    padding: 0
}

.bb-scrollable {
    overflow: auto
}

.bb-reader-shadow {
    background-color: #fff;
    box-shadow: 1px 1px 3px 1px #ddd;
    -moz-box-shadow: 1px 1px 3px 1px #ddd;
    -webkit-box-shadow: 1px 1px 3px 1px #ddd;
    -ms-filter: "GE_READER_IE_SHADOW_FILTER";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 3, Direction = 135, Color = '#dddddd')
}

body.bb-reader-no-focus-outline * {
    outline: none
}

.bb-dragselect-feedback {
    background: rgba(255, 220, 220, 0.2);
    border: 1px dashed #555;
    position: absolute
}

.bb-dragselectable {
    cursor: crosshair
}

.bb-copy-container {
    position: absolute;
    top: -20000px
}

.bb-copy-citation {
    color: red;
    font-size: .5em
}

.bb-reviewcontrol-info {
    color: #777;
    padding-left: 8px
}

.bb-reviewcontrol-link {
    color: #15c;
    text-decoration: none
}

.bb-sidepanel {
    overflow: hidden;
    border: 1px solid #ccc;
    right: 20px;
    position: absolute;
    background-color: #fff
}

.bb-sidepanel-content {
    font-size: 14px;
    overflow: auto;
    margin: 0 16px 16px
}

.bb-sidepanel-header {
    margin: 16px
}

.bb-sidepanel-title-section {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 16px
}

.bb-sidepanel-title-table {
    width: 100%
}

.bb-sidepanel-title {
    width: 100%;
    vertical-align: middle
}

.bb-sidepanel-close {
    cursor: pointer
}

.bb-sidepanel-heading {
    font-weight: bold;
    margin: 10px 0 6px
}

.bb-sidepanel-section-hidden {
    display: none
}

.bb-sidepanel-toggle-button {
    color: #11c;
    cursor: pointer;
    margin: 0 0 10px;
    text-decoration: underline
}

.bb-sidepanel-list-caption {
    color: #999;
    font-size: 80%;
    margin-top: 6px
}

.bb-sidepanel-checkbox {
    margin: 8px 0
}

.bb-sidepanel-checkbox .jfk-checkbox {
    margin-right: 8px;
    margin-bottom: 2px
}

.bb-tab-bar {
    font-size: 14px
}

.bb-tab {
    color: #11c;
    cursor: pointer;
    display: inline-block;
    text-decoration: underline
}

.bb-tab-selected {
    color: #000;
    cursor: default;
    font-weight: bold;
    text-decoration: none
}

.bb-topbar {
    padding-top: 5px
}

.bb-topbar-table {
    width: 100%
}

.bb-topbar-table td {
    padding: 0 10px;
    vertical-align: top
}

.bb-topbar-controls-cell {
    text-align: right
}

.bb-topbar-title-cell {
    width: 100%
}

.bb-topbar-link-cell {
    color: #4272db
}

.bb-topbar-link-cell, .bb-topbar-controls-cell {
    white-space: nowrap
}

.bb-topbar-button {
    cursor: pointer;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    width: 26px
}

.bb-topbar-giant-button {
    position: absolute;
    top: -20px;
    left: 6px
}

.bb-my-ebooks-view-state-without-books .with-books-only, .bb-my-ebooks-view-state-with-books .without-books-only, .bb-my-ebooks-view-state-online .offline-only, .bb-my-ebooks-view-state-offline .online-only {
    display: none
}


.bb-my-ebooks-view-header-container {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    height: 67px;
    width: 100%
}

.bb-my-ebooks-view-header {
    height: 58px;
    margin: 0 auto;
    padding-top: 8px;
    width: 1025px
}

.bb-my-ebooks-view-logo {
    border: none;
    height: 52px;
    margin-left: 22px;
    width: 230px
}

.bb-my-ebooks-view-search-form {
    bottom: 19px;
    left: 45px
}

.bb-my-ebooks-view-search-field {
    border: 1px solid #d9d9d9;
    border-bottom: 1px solid silver;
    font-size: 16px;
    height: 26px;
    padding: 1px 0 1px 8px;
    width: 363px
}

.bb-my-ebooks-view-search-button {
    background-image: url(/googlebooks/images/play_bar_search_button.png);
    border: 0 solid black;
    bottom: 9px;
    height: 29px;
    margin-left: 15px;
    position: relative;
    width: 72px
}

.bb-my-ebooks-view-menu-bar-container {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
    height: 32px;
    width: 100%
}

.bb-my-ebooks-view-menu-bar {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    height: 32px;
    margin: 0 auto;
    width: 1023px;
    font-family: 'Proxima Nova', arial, sans-serif;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase
}

.bb-my-ebooks-view-menu-bar-button {
    cursor: pointer;
    padding: 0
}

.bb-my-ebooks-view-menu-bar-button-link {
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 22px;
    padding: 8px 20px 3px;
    text-decoration: none
}

.bb-my-ebooks-view-menu-bar-button-link:link, .bb-my-ebooks-view-menu-bar-button-link:visited, .bb-my-ebooks-view-menu-bar-button-link:hover, .bb-my-ebooks-view-menu-bar-button-link:active {
    color: #747474
}

.bb-my-ebooks-view-menu-bar-button-link-active:link, .bb-my-ebooks-view-menu-bar-button-link-active:visited, .bb-my-ebooks-view-menu-bar-button-link-active:hover, .bb-my-ebooks-view-menu-bar-button-link-active:active {
    color: #3f9fe0
}

.bb-my-ebooks-view-menu-bar-button-left {
    border-right: 1px solid #e5e5e5;
    float: left
}

.bb-my-ebooks-view-menu-bar-button-right {
    border-left: 1px solid #e5e5e5;
    float: right
}

.bb-my-ebooks-view-footer {
    color: #777;
    line-height: 180%;
    margin: 0 auto;
    padding: 16px 0;
    font-size: 13px;
    text-align: center;
    width: 1025px
}

.bb-my-ebooks-view-footer-link:link, .bb-my-ebooks-view-footer-link:visited, .bb-my-ebooks-view-footer-link:hover, .bb-my-ebooks-view-footer-link:active {
    margin: 0 10px;
    color: #3d3d3d;
    text-decoration: none
}

.bb-my-ebooks-view-footer-link:hover {
    text-decoration: underline
}

.bb-my-ebooks-view-body-container {
    background-color: white;
    margin: 0 auto;
    position: relative;
    width: 1025px
}

.bb-my-ebooks-view-body {
    padding: 24px 48px
}

.bb-pagination-bar {
    margin: 12px 0;
    text-align: center;
    white-space: nowrap
}

.bb-pagination-bar-img {
    background: url(/googlebooks/images/pagination_bar_icons.png) 0 0 no-repeat;
    height: 42px
}

.bb-pagination-bar-num {
    text-align: center;
    vertical-align: top
}

.bb-pagination-bar-num-selected, .bb-pagination-bar-prev, .bb-pagination-bar-next {
    font-weight: bold;
    text-align: center;
    vertical-align: top
}

.bb-pagination-bar-prev {
    text-align: right;
    width: 110px
}

.bb-pagination-bar-next {
    text-align: left;
    width: 90px
}

.bb-pagination-bar-img-first {
    background-position: -24px 0;
    margin-left: 80px;
    width: 28px
}

.bb-pagination-bar-img-last {
    background-position: -96px 0;
    width: 50px
}

.bb-pagination-bar-img-prev {
    margin-left: 53px;
    width: 53px
}

.bb-pagination-bar-text-prev {
    background-position: 0 0;
    margin-right: 53px
}

.bb-pagination-bar-img-next {
    background-position: -96px 0;
    width: 71px
}

.bb-pagination-bar-text-next {
    margin-left: 53px
}

.bb-pagination-bar-img-number {
    background-position: -74px 0;
    width: 20px
}

.bb-pagination-bar-img-selected {
    background-position: -53px 0;
    width: 20px
}

.bb-compatibility-notice {
    line-height: 140%
}

.bb-compatibility-notice .bb-h3 {
    font-size: 18px;
    margin: 0 0 16px
}

.bb-compatibility-notice .bb-h4 {
    font-weight: bold;
    margin: 0 0 10px
}

.bb-compatibility-notice .bb-p {
    margin: 0 0 10px
}

.bb-compatibility-notice .bb-li {
    display: list-item;
    list-style-type: disc;
    margin: 0 0 10px 16px
}

.bb-offline-status {
    position: relative
}

.bb-offline-notice-popup {
    -webkit-box-shadow: 0 3px 12px #aaa;
    -moz-box-shadow: 0 3px 12px #aaa;
    background: #fff;
    box-shadow: 0 3px 12px #aaa;
    border: solid 1px #ddd;
    padding: 12px;
    position: absolute;
    right: 10px;
    text-align: left;
    top: 10px;
    width: 200px
}

.bb-offline-notice-popup-title {
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 10px
}

.bb-offline-notice-popup-message {
    font-size: 13px;
    margin: 0
}

.bb-offline-notice-popup-close {
    background-color: #fff;
    border: none;
    cursor: pointer;
    color: #aaa;
    font-size: 18px;
    padding: 0 3px;
    position: absolute;
    right: 6px;
    top: 6px
}
