/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin: 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/* General typography
/*----------------------------------------------------------------------------*/
body {
  color: #433;
  font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
/*   background-color: #fffcf5; */
}

h1,h2,h3,h4,h5,h6 {
  color: #433;
  font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1 { font-size: 20px; line-height: 36px; }
h2 { font-size: 16px; line-height: 36px; }
h3 { font-weight: bold; font-size: 14px; line-height: 36px; }
h4 { font-weight: bold; display: inline-block; }

p { padding-bottom: 18px; }
p.last { padding-bottom: 0px; }

/* 18px looks bad if this is below a header, which is usually the case */
p.first { padding-top: 9px; }

a {
/*   color: #433;  */
/*   color: #039; */
/*   color: #36b; */
/*   color: #4F82BD; */
/*   color: #3465a4; */
/*   color: #259; */
  color: #3B5998;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: underline;
/*   color: #36b; */
  color: #039;
}

th {
  font-weight: bold;
  border-bottom: 1px solid #999;
}

.odd { background-color: #efefef; }

em { font-style: italic; }

.quiet { font-size: 10px; color: #988; font-weight: normal; }

/* default to list-style-type-none; remember to override if needed!! */
ul, ol { list-style-type: none; }

/* more-less text: start off with the full text hidden */
.summary-text { float: left; width: 100%; }
.full-text { 
  float: left;
  width: 100%;
  display: none; 
}

.inline-heading {
  display: inline-block;
  float: left;
  clear: left;
}

.emphasis-block {
  background-color: #dfdfff;
  padding: 18px 20px;
  margin: 0 20px 18px
}

/* Forms
/*----------------------------------------------------------------------------*/
input.text, input.text-sm, input.text-md { width: 200px; margin: 0 5px 5px 0; }

input.text, input.text-sm, input.text-md { 
  border:1px solid #bbb; background:#f6f6f6; padding: 5px; color: #433;
  font-size: 13px;
}

input.instruction {
  color: #888;
  font-style: italic;
}

input.text:focus, input.text-sm:focus, input.text-md:focus { 
  border:1px solid #999; background:#fff; color: #000;
}

input.text-sm { width: 105px; }
input.text-md { width: 150px; }

input.submit { float: right; margin-top: 18px; }

div.submit-area { width: 350px; /* float: left; */ }

label { 
  font-weight: bold;
  margin-right: 9px; 
}

.input label {
  float: left;  
  width: 130px;  
  text-align: right; 
  padding-top: 5px;
}

textarea { 
  width: 340px; height: 100px;
  margin: 0 5px 0 0;
  padding: 5px 0 5px 5px;
  border:1px solid #bbb; background:#eee;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
  font-size: 11px;
}

textarea:focus { border:1px solid #999; background:#fff; }

select { vertical-align: middle; margin-top: -2px; }

form.inline {
  display: inline-block;
}

form.inline input.submit {
  float: none;
  margin-top: 0;
}

form.button-to { display: inline-block; }

#errorExplanation {
  width: 400px;
  border: 2px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 18px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 0 5px 0 15px;
  font-size: 12px;
  margin: -7px -7px 0 -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style-type: disc;
  margin-left: 30px;
}

.fieldWithErrors {
  float: left;
}


/* Global styles
/*----------------------------------------------------------------------------*/
div.container-top, div.container, div.container-bottom { 
  width: 950px;
  margin: 0 auto;
  padding: 0 26px;
}

div.container-top {
  margin-top: 6px;
  height: 8px;
  background: url(/images/shadow_top_bottom.png) 0 0;
}

div.container {
  padding-bottom: 18px;
  background: url(/images/shadow_mid.png);
}

div.container-bottom {
  height: 13px;
  background: url(/images/shadow_top_bottom.png) 0 -8px;
}

div.main-content {
  float: left;
  width: 950px;
}

div.col-a, div.col-a-a, div.col-a-a2, div.col-a2, div.col-a2-a, div.col-a2-a2,
div.col-a2-a3, div.two-col-a {
  float: left;
  padding-right: 10px;
}

div.col-b, div.col-a-b, div.col-a-b2, div.col-b2, div.col-a2-b, div.col-a2-b2,
div.col-a2-b3, div.two-col-b {
  float: left;
  padding-left: 10px;
}

div.col-a { width: 630px; }
div.col-b { width: 300px; }
div.col-a-a { width: 200px; }
div.col-a-b { width: 410px; }
div.col-a-a2 { width: 160px; }
div.col-a-b2 { width: 450px; }
div.col-a2 { width: 770px; }
div.col-b2 { width: 160px; }
div.col-a2-a { width: 160px; }
div.col-a2-b { width: 590px; }
div.col-a2-a2 { width: 240px; }
div.col-a2-b2 { width: 510px; }
div.two-col-a, div.two-col-b { width: 465px;}

#flash div {
  float: left;
  display: none;
  padding: 5px 9px;
  border: 1px solid #ed4;
  background-color: #ffd;
}

#flash #error {
  border: 1px solid #c00;
  background-color: #c00;
  color: #fff;
}

#flash #notice {
  border: 1px solid green;
  background-color: #dfd;
}

/* links in vertical navs */
.v-nav-lnk { font-size: 13px; display: block; float: left; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

.options-nav {
  float: left;
  margin-bottom: 18px;
}

.options-nav-title {
  font-weight: bold;
}

.options-nav ul {
  display: inline;
}

.options-nav li {
  display: inline;
  margin-left: 7px;
  padding: 1px 7px;
}

.options-nav li.selected {
  color: #fff;
  background-color: #877;
}

.hide { display: none; }

.hidden-inline-spinner {
  visibility: hidden;
  vertical-align: middle;
  margin-top: -4px;
}

.two-col-a ul, .two-col-b ul {
  list-style-type: disc;
  margin-left: 30px;
}

.two-col-a li ul, .two-col-b li ul {
  margin-top: 18px;
  list-style-type: circle;
}

.two-col-a li, .two-col-b li {
  margin-bottom: 18px;
}

.underlined-header {
  border-bottom: 1px solid #baa;
}

/* Wrangler error page styles
------------------------------------------------------------------------------*/
.wrangler-dialog {
  border: 1px solid #c00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 9px;
}

.wrangler-dialog h1 {
  background-color: #c00;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
}

.wrangler-dialog p {
  padding: 18px 20px;
}


/* Rounded elements - for now set to 5px outer radius */
/*----------------------------------------------------------------------------*/
.rounded-border {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.rounded-border-top {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

.rounded-border-bottom {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.rounded-inner-top {
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

.rounded-inner-bottom {
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

.rounded-inner-top-left {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 3px;
}

.rounded-inner-top-right {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 3px;
}

.rounded {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.rounded-top {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

.rounded-bottom {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;  
}

/* generic components */
/*----------------------------------------------------------------------------*/
/* TODO: any style to apply to these? */
a.less-text-lnk { }
a.more-text-lnk { }

div.whats-this-popup-content { display: none; }

.role-badge-sm, .role-badge-lg {
  font-weight: normal;
  text-align: center;
  text-shadow: #666666 1px 1px 2px;
}

.role-badge-sm {
  font-size: 9px;
  line-height: 14px;
  width: 50px;
}

.role-badge-lg {
  font-size: 16px;
  line-height: 27px;
  width: 100%;
}

.librarian-badge {
  background-color: rgb(247,147,30);
  color: #fff;  
}

/* more/less text areas */
/*----------------------------------------------------------------------------*/
.more-less-review-container .summary-text {
  clear: left;
}

.more-less-review-container .full-text {
  clear: left;
  display: none; 
}

/* Modal dialogs
/*----------------------------------------------------------------------------*/
div.hidden-modal { display: none; }


/* Pagination
/*----------------------------------------------------------------------------*/
div.results, div#pagination-top, div.pagination-info { float: left; }

div#pagination-top { width: 100%; margin-bottom: 18px; }

div.sort-by { float: right; }

.sort-by label { width: auto; padding-top: 0; }

div.pagination-no-rating-sort { float: right; clear: right; font-size: 11px;}

div#pagination-bottom { float: left; margin-top: 8px; }

div.pagination { font-size: 10px; }

div.pagination span.current, div.pagination a {
  border: 1px solid #8099B3;
/*  padding: .2em .5em .2em .5em; */
  padding: 3px 5px;
}

div.pagination a:hover {
 background: rgb(228, 234, 239);
/*   background-color: #039; */
  border: 1px solid #007;
  text-decoration: none;
}

div.pagination span.current {
/*  background: #8099B3; */
  background-color: #259;
  color: #fff;
  font-weight: bold;
}

div.pagination span.disabled {
  border: 1px solid #999;
  color: #999;
  padding: 3px 9px;
}

div.paginate-next-circular .prev_page {
  margin-right: 9px;
}

div.paginate-next-circular .next_page {
  margin-left: 9px;
}

/* Breadcrumbs
/*----------------------------------------------------------------------------*/
img.breadcrumb { margin: 0 7px; width: 5px; }
h1 img.breadcrumb { margin: 0 9px; width: 7px; }


/* Header
/*----------------------------------------------------------------------------*/
#header {
  margin: 4px 0 6px;
  padding-bottom: 6px;
  width: 950px;
  float: left;
  /* note: forced to change line height in header so the fb_login button 
     lines up..better soln? */
  line-height: 21px;
  border-bottom: 1px solid #baa;
}

#header #logo {
  width: 258px;
  height: 50px;
  float: left;
  padding-top: 4px;
  padding-bottom: 5px;
  margin-left: -6px;
  background-color: #300;
}

#top-nav {
  float: left;
  width: 470px;
  height: 22px;
  background-color: #300;
  padding-top: 28px;
  padding-left: 4px;
  padding-bottom: 9px;
}

.logged-in #top-nav {
  width: 510px;
}

ul.nav li {
  display: inline;
  padding-left: 12px;
  font-size: 14px;
}

ul.nav a {
  color: #cc9;
  text-decoration: none;
}

ul.nav span.disabled-nav-item {
  font-size: 14px;
  color: #774;
}

#login-nav {
  float: right;
  width: 218px;
  height: 22px;
  text-align: right;
  background-color: #300;
  padding-top: 28px;
  padding-bottom: 9px;
  padding-right: 12px;
  margin-right: -6px;
}

.logged-in #login-nav {
  width: 178px;
}

div#search {
  float: left;
  padding-top: 9px;
}

div#search input.text { width: 510px; }

.fb-login-button-sm img { vertical-align: top; }

#modal-login-form { width: 570px; height: 140px; }
#modal-login-form h2 { line-height: 18px; margin-bottom: 13px; }
#modal-login-form label { width: 60px; }
#modal-login-form .submit-area { width: 280px; }
#modal-login-form div.fb-login-option { width: 240px; }

.fb-grant-permissions {
  font-weight: bold;
  color: #3B5998;
  text-decoration: underline;
}

/* Email verification notice */
/*---------------------------------------------------------------------------*/
div#email-verification-notice { float: left; width: 930px; margin-bottom: 9px; }

#email-verification-notice > div {
  float: left;
  width: 100%;
  border: 1px solid #ed4;
  background-color: #ffd;
}

#email-verification-notice div.full {
  padding: 0 9px 9px 9px;
}

#email-verification-notice .full h3 { font-size: 12px; }

#email-verification-notice .collapse, #email-verification-notice .expand {
  float: right;
  font-size: 11px;
}

#email-verification-notice div.minimized {
  padding: 0 9px 0 9px;
}

#email-verification-notice .minimized h3 {
  font-size: 11px;
  line-height: 18px;
  display: inline-block;
  float: left;
}

#email-verification-notice .hide { display: none; }

/* Books
/*----------------------------------------------------------------------------*/

div.book-info {
  float: left;
  width: 510px;
}

.book-actions {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.book-actions > .book-actions-label {
  float: left;
  width: 110px;        /* keep this same as book-medium-cover */
  margin-right: 10px;  /* keep this same as book-medium-cover */
}

.book-actions > .book-actions-label > h4 {
  float: right;
}

.book-actions > .buy-button, .book-actions > .new-user-recommendation-button {
  float: left;
  margin-top: -3px;
  margin-right: 10px;
}

.book-actions > span {
  float: left;
}

.book-actions > span.amazon-search-lnk {
  margin-right: 10px;
  font-size: 10px;
  text-align: center;
}

div.book-medium-cover {
  float: left;
  margin-right: 10px;
  width: 110px;
}

div.book-medium-cover img {
  width: 110px;
  max-height: 160px;
}

div.book-detail-data { 
  width: 392px;
  float: left; 
}

.book-detail-data li {  }

.book-detail-data .list-categories {
  margin-left: 20px;
}

.book-description > h4 { display: block }

div.book-description {
  float: left;
  width: 100%;
}

div.book-description ul {
  padding-left: 25px;
  list-style-type: disc;
}

div.book-description ol {
  padding-left: 25px;
  list-style-type: decimal;
}

img.book-sm {
  width: 40px;
  float: left;
  margin-right: 10px;
}

ul.book-listing-narrow > li {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 9px;
  font-size: 10px;
  border-bottom: 1px solid #BAA;
}

ul.book-listing-narrow > li.last {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

ul.book-listing-narrow > li > div.book-listing-narrow-item a.book-img-lnk {
  height: 100%;
}

ul.book-listing-narrow > li > div.book-listing-narrow-item div.title-author-rating-list {
  float: left;
  width: 234px;
}

ul.book-listing-narrow > li > div.book-listing-narrow-item div.title-author-rating-list > span {
  float: left;
  clear: left;
  width: 100%;
}

ul.book-listing-narrow > li > div.book-listing-narrow-item div.rating {
  float: left;
  padding-left: 0px;
  padding-top: 4px;
}

ul.book-listing-narrow > li > div.book-listing-narrow-item div.add-to-list {
  top: 0px;
}

/* Book Groups */
/*----------------------------------------------------------------------------*/

div.show-editions {
  float: left;
  width: 100%;
}

.editions {
  float: left;
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #baa;
}

.editions-header {
  float: left;
  width: 350px;
}

#discovery-results .editions-header {
  width: 275px;
}

div.editions-header a {
  float: left;
}

div.editions-header > span {
  float: left;
  width: 130px;
}
 
div.editions-expanded {
  /* initially hidden; made visible through js */
  display: none;
  float: left;
  width: 100%;
  margin-top: 18px;
  padding-bottom: 18px;
}

div.editions-expanded > a {
  float: left;
}

div.editions-expanded > span {
  float: left;
  width: 150px;
}

div.books-in-format-container {
  float: left;
  margin-left: 25px;
  clear: left;
}

.col-a .books-in-format-container {
  width: 605px;
}

#discovery-results .books-in-format-container {
  width: 435px;
}

div.books-in-format-collapsed {
  display: none;
}

div.books-in-format-collapsed, div.books-in-format-expanded {
  float: left;
  clear: left;
  width: 100%;
}

div.books-in-format-expanded > a.hide-books-in-format-lnk {
  float: left;
}

.books-in-format-expanded > ul {
  border-top: 1px solid #edd;
  padding-top: 8px;
}

div.books-in-format-expanded > ul > li.book-edition-list-item {
  float: left;
  min-height: 36px;
}

div.books-in-format-expanded > ul > li > img {
  float: left;
  width: 20px;
  margin-left: 30px;
  margin-right: 10px;
  max-height: 30px;
}

div.book-edition-info {
  float: left;
  width: 440px;
  font-size: 10px;
}

div.books-in-format-expanded > div.more-lnk-container {
  margin-left: 60px;
  float: left;
}

div.books-in-format-expanded > ul {
  float: left;
  width: 100%;
}

div.books-in-format-expanded ul > li {
  float: left;
  width: 100%;
}

div.books-in-format-expanded li.book-edition-grid-item {
  width: 100px;
  float: left;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  padding: 5px;
}

div.books-in-format-expanded ul, div.books-in-format-expanded ul {
  float: left;
}

.book-edition-grid-item span.edition-info {
  display: block;
  height: 18px;
}

div.books-in-format-expanded li.book-edition-grid-item img {
  width: 100px;
  max-height: 150px;
}

div.books-index-list div.book-edition-info {
  width: 580px;
  font-size: 12px;
}

div.tabbed-content > span.all-editions-scroll, div.tabbed-content > span.all-editions-view {
  clear: left;
  float: left;
  margin-right: 10px;
}

div.tabbed-content div.books-in-format-container {
  margin-left: 0px;
}

.friends-ratings li {
  float: left;
  border-bottom: 1px solid #edd;
  padding-bottom: 8px;
  margin-bottom: 9px;
}

span.header-edition {
  margin-left: 10px;
  font-size: 14px;
  color: #877
}

span.by-line { font-weight: bold; }

h2.details-by-line { margin-bottom: 18px; }

/* Reviews */
/*----------------------------------------------------------------------------*/
div.my-review, div.visitor-review { 
  float: left; 
  width: 100%; 
  padding-bottom: 9px; /* padding for border purposes */
  border-bottom: 1px solid #baa; 
}

div.visitor-review { margin-top: 10px; }

.my-review h2 { float: left; clear: left; } 

span.review-title { 
  float: left; 
/*   font-weight: bold;  */
  font-size: 14px;
} 

.my-review span.review-title { clear: left; }

.my-review .more-less-review-container { float: left; clear: left; }

.more-less-review-container { float: left; width: 100%; }

.edit-review-modal-container { float: left; }

div.user-review { float: left; position: relative; width: 100%; }

/* in case user puts <ul> or <ol> in their review */
div.user-review ul, div.user-review ol {
  padding-left: 25px;
}

div.user-review ul {
  list-style-type: disc;
}

div.user-review ol {
  list-style-type: decimal;
}

div.edit-review {
  position: absolute; top: 0; right: 0;
  background-color: #ccc; /* this makes the bg opaque */
  border: 1px solid #555;
  padding: 0 5px;
  display: none;
}

a.edit-review-lnk {
  display: block;
  color: #444;
  padding-bottom: -3px;
  font-size: 10px;
}

a.write-review {
  display: inline;
  margin-left: 10px;
  color: #3B5998;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
 
form.edit-review-form {
  float: left;
  margin: 5px 5px 0;
  height: 400px;
  width: 600px;
}

.edit-review-form div.edit-review-form-footer {
  float: left;
  width: 545px;
  margin-right: 5px;
  margin-left: 45px;
}

.edit-review-form label {
  float: left;
  width: 40px;
  text-align: right;
}

.edit-review-form #user_review_title {
  width: 524px;
}

.edit-review-form #user_review_content {
  vertical-align: text-top;
  width: 529px;
  height: 296px;
}

.edit-review-form span { 
  display: block; 
  float: right; 
  margin: 18px 10px 0 0; 
}


.facebook-review-publish {
  float: left;
  margin: 18px 10px 0 0; 
}


div.book-medium-short-cover { 
  float: left; 
  padding-right: 10px; 
  width: 110px; 
  text-align: center; 
}

div.book-medium-short-cover img { max-width: 110px; max-height: 90px; }

div.user-review-with-info { 
  float: left; 
  border-bottom: 1px solid #edd;
  margin-bottom: 8px;
  padding-bottom: 9px;
  width: 100%;
}

.user-review-with-info span.review-title { 
  float: none; 
  display: block; 
  font-weight: bold; 
}

.user-review-with-info div.review-info { float: left; }
.user-review-with-info span { display: block; }

.user-review-with-info .profile-pic-sm {
  margin: 0 10px 4px 0;
}

.user-review-with-info span.reviewer-name {
  font-size: 13px;
  font-weight: bold;
}

.user-review-with-info span.reviewed-date {
  color: #988;
  font-size: 11px;
}

.user-review-with-info div.rating { float: right; }

.reviews-list .book-in-list .book-title-author .title-author {
  width: 360px;
  float: left;
}

.reviews-list .book-in-list .book-title-author .title-author > span {
  float: left;
  clear: left;
  width: 360px;
}

.reviews-list .book-in-list .book-title-author .title-author > .rating {
  padding-left: 0px;
  float: left;
  padding-top: 4px;
}

.reviews-list .book-in-list .book-title-author .title-author > .add-to-list {
  top: 0px;
}


.reviews-list .user-review-with-info span.review-title { font-weight: normal; }
.external-review span.reviewer-name { color: #766; font-weight: normal; }

div.full-review {
  clear: left;
  float: left;
  width: 100%;
  padding-top: 8px;
  margin-top: 9px;
  border-top: 1px solid #baa;
}

/* Ratings
/*----------------------------------------------------------------------------*/
div.rating {
  width: 100px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}

/* hide div with radio buttons till they render as stars */
.wait-for-star-load .rating {
  visibility: hidden;
}


/* Discovery
/*----------------------------------------------------------------------------*/
div#current-query { width: 100%; margin-bottom: 18px; }

div#current-query, div#current-query div.criteria { float: left; }

#criteria-tabs div.criteria {
  float: left;
  margin: 0 0 11px 10px;
}

#current-query .top-left-corner, #current-query .top-right-corner,
#current-query .bottom-left-corner, #current-query .bottom-right-corner {
 width: 15px;
 height: 0px;
}

#current-query .top-left-corner { float: left; border-bottom: 4px solid #bbb; }
#current-query .top-right-corner { float: right; border-bottom: 4px solid #bbb; }

#current-query .bottom-left-corner {
  clear: left;
  float: left;
  border-top: 4px solid #bbb;
}

#current-query .bottom-right-corner { float: right; border-top: 4px solid #bbb; }

#current-query .criteria > div { 
  float: left;
  margin: 0 0 0 10px;
  max-width: 706px;
  border-left: 4px solid #bbb;
  border-right: 4px solid #bbb;
  background-color: #f2f2f2;
}

#current-query .criteria > div > ul {
  clear: left;
  float: left;
  display: block;
  padding: 9px 7px 0 7px;
}

#current-query .criteria > div > ul > li { margin-bottom: 9px; }

#current-query .criteria > div > ul ul { 
  display: inline; 
  vertical-align: top;
}

#current-query .criteria h2 {
  float: left;
  margin-top: 12px;
  line-height: 18px;
  font-size: 14px;
}

#current-query .criteria > div > ul ul li {
  display: inline-block;
  background-color: #dfdfff; 
  border: 1px solid #bbf;
  line-height: 14px;
  padding: 0 0 0 5px;
  font-size: 10px;
}

#current-query .criteria > div > ul ul li span { color: #988; }

#current-query .criteria > div > ul ul li a { 
  border-left: 1px solid #bbf; 
  padding: 1px 5px;
  font-weight: bold;
  text-align: center;
}

#current-query .criteria > div > ul ul li a:hover {
  background-color: #bbf;
}

div.save-discovery {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 9px;
  margin-top: 9px;
}

div.save-discovery > form {
  display: inline-block;
  float: left;
}

div.save-discovery span.login-to-save-discovery {
  margin-left: 15px;
}

a.save-discovery-lnk, a.save-discovery-as-lnk {
  margin-right: 5px;
  cursor: pointer;
}

div#edit-discovery {
  width: 212px;
  overflow: hidden;
}

#edit-discovery form {
  width: 212px;
}

div#edit-discovery input.text {
  margin-right: 0;
}

div#edit-discovery .submit {
  margin-top: 0px;
}

div#edit-discovery a { float: right; margin-right: 7px; cursor: pointer; }

div.discovery-form {
  width: 200px;
  float: left;
}

.discovery-form form, .discovery-form ul { display: inline; }

.col-a2-b2 .book-in-list div.book-title-author > div { 
  float: left;
  width: 460px; 
}

div#keyword-filter {
  float: left;
  width: 100%;
  border: 1px solid #877;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

h2.tool-header {
  line-height: 18px;
  font-size: 13px;
  padding: 6px 7px;
  color: #fff;
  background-color: #877;
  margin-bottom: 6px;
}

form.freetext-criteria-form {
  float: left;
  display: block;
  padding: 0 7px 6px 7px;
}

.freetext-criteria-form label { display: block; }
.freetext-criteria-form input.text { margin-bottom: 0; width: 163px; }

#criteria-tabs { 
  float: left; 
  width: 100%; 
  margin-top: 11px; 
  border: 1px solid #877;
}

#criteria-tabs .ui-tabs-nav {
  padding-top: 6px;
  font-size: 13px;
  color: #fff;
  background-color: #877;
  border: none;
  margin-bottom: 12px;
}

#criteria-tabs .ui-tabs-nav li {
  padding: 0 0 7px 0;
}

#criteria-tabs .ui-tabs-nav li > a {
  padding: 0 12px 0 14px;
  padding-left: 14px;
  border-left: 1px solid #baa;
  color: #edd;
}

#criteria-tabs .ui-tabs-nav li.first > a { 
  margin-left: 7px;
  padding-left: 0;
  border: none;
}

#criteria-tabs .ui-tabs-nav li.ui-tabs-selected {
  background: url(/images/menu_sel_arrow.png) no-repeat center bottom;
}

#criteria-tabs .ui-tabs-nav li.ui-tabs-selected > a {
  font-weight: normal;
  color: #fff;
}

.col-a2-b2 .title-author { float: left; width: 242px; }

.col-a2-b2 div.dd-menu { float: right; }

.existing-discoveries a h2 { display: inline-block; color: #3B5998; line-height: 18px; }

.existing-discoveries > ul > li { float: left; width: 100%; }

.existing-discoveries .discovery-heading a { float: left; }
.existing-discoveries .discovery-heading span { float: right; font-size: 10px; }

.current-discovery-lnk { 
  float: left;
  margin-bottom: 18px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
}

.new-discovery-lnk { margin-bottom: 17px; }

#discovery-results .book-edition-info {
  width: 262px;
}

#discovery-results .book-in-list .rating {
  padding-right: 10px;
}

#discovery-results .search-results .book-in-list .book-title-author .title-author {
  width: 222px;
}


/* Profile
/*----------------------------------------------------------------------------*/

div.profile-user-name {
  float: left;
  width: 100%;
}

div.profile-user-name h1 {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

div.profile-user-name form {
  display: inline-block;
  margin-top: 8px;
  height: 28px;
}

div.profile-user-name a.view-friend-requests-lnk,
div.profile-user-name span.request-sent {
  line-height: 36px;
}

.col-a .book-in-list div.book-title-author { float: left; width: 100%; }
.col-a .book-in-list .book-title-author > div { float: left; width: 270px; }

div.review-in-list { float: left; width: 100%; margin-top: 3px; }
.review-in-list span.review-title { font-size: 11px; }
.review-in-list .user-review { font-size: 11px; }

.reading-list-summary h3 {
  line-height: 18px;
  padding-bottom: 6px;
  margin-bottom: 11px;
  border-bottom: 1px solid #baa;
}

.reading-list-summary .book-in-list div.book-title-author { 
  float: left;
  width: 100%;
  margin-bottom: 18px; 
}

.reading-list-summary .book-in-list div.book-title-author div.title-author {
  float: left;
  width: 250px;
}

div.profile-pic-lg img { margin-top: 6px; display: block; }

.ratings-list .book-in-list .book-title-author .title-author {
  width: 360px;
  float: left;
}

.ratings-list .book-in-list .book-title-author .title-author > span {
  float: left;
  clear: left;
  width: 360px;
}

.ratings-list .book-in-list .book-title-author .title-author > .rating {
  padding-left: 0px;
  float: left;
  padding-top: 4px;
}

.ratings-list .book-in-list .book-title-author .title-author > .add-to-list {
  top: 0px;
}

div#show-recs-tabs ul.ui-tabs-nav {
  float: left;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 18px;
}

div#show-recs-tabs ul.ui-tabs-nav > li {
  font-size: 12px;
  float: left;
  margin: -1px 10px -2px 0;
  padding: 1px 7px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

div#show-recs-tabs ul.ui-tabs-nav > li.last {
  margin-right: 0;
}

#show-recs-tabs .ui-tabs-selected {
  background-color: #877;
}

#show-recs-tabs .ui-tabs-selected a {
  color: #fff;
  font-weight: normal;
}

#show-recs-tabs .count-in-tab {
  font-size: 10px;
}


/* Create User
/*----------------------------------------------------------------------------*/
div#signup-form, div#signup-form-noborder { width: 514px; }

#signup-form .form-inputs li, #signup-form-noborder .form-inputs li {
  float: left;
  width: 100%;
}

#age-verification, #tou-acceptance, #signup-source {
  margin: 18px 0 0 139px;
  float: left;
  width: 375px;
}

div#age-verification > span, div#tou-acceptance > span {
  display: block;
  float: left;
  width: 340px
}

div#age-verification input, div#tou-acceptance input { float: left; } 

div#age-verification input[type=checkbox],
div#tou-acceptance input[type=checkbox] { margin-right: 7px; }

div#age-verification span {
  margin-left: 7px;
}

/* Login and Sign up
/*----------------------------------------------------------------------------*/
h1.signup-email-header {
  display: inline-block;
  width: 514px;
  margin-right: 20px;
}

h1.other-signup-header {
  display: inline-block;
  margin-left: 20px;
}

div#login-form, div#signup-form {
  float: left;
  padding-right: 19px;
  border-right: 1px solid #baa;
}

div#signup-form form#new_user { margin-top: 18px; }

div#signup-form-noborder {
  float: left;
  padding-right: 19px;
}

#signup-form > .signup-openid-msg, #signup-form-noborder > .signup-openid-msg {
  margin-bottom: 18px;
  padding-left: 18px;
  width: 450px;
}

#signup-form input.submit, #signup-form-noborder input.submit {
  float: left;
  margin-left: 139px;
}

form#new_user div#signup-source label {
  font-weight: normal;
  padding: 0;
  width: 180px;
  text-align: right;
}

#signup-source .new-user-other-exp {
  display: none;
  margin-top: 5px;
}

#signup-source input[type=text].new-user-other-exp {
  width: 179px;
}

#login-form a { float: left; margin: 18px 0 0 139px; font-size: 11px; }
div#modal-login-form #login-form a { margin-left: 69px; }

#signup-form span.pwd-help { font-size: 10px; }

div.fb-login-option {
  float: left;
  margin-bottom: 18px;
  padding-left: 22px;
  width: 370px;
  margin-top: 5px;
}

.fb-login-option h4 { display: block; }

.fb-login-option p { 
  padding-bottom: 0px;
  padding-top: 3px;
  font-weight: bold;
}

.fb-login-option ul {
  list-style-type: disc;
  padding-left: 14px;
}

.fb-login-option li { 
  font-size: 11px;
}

div.fb-login-option img { vertical-align: middle; margin: 5px 0; }
div.fb-login-option span { color: #877; }
div.fb-login-option .fb-login-button-lg img { margin: 13px 0 2px; }
div.fb-login-option .fb-login-button-lg ul { margin: 10px 10px 10px 20px; }

div.fb-login-option .fb-login-button-lg > span {
  display: inline-block;
  padding-bottom: 6px;
  vertical-align: bottom;
  margin-left: 7px;
}

#modal-login-form div.fb-login-option .fb-login-button-lg img { margin-top: 8px; }

span.forgot-pwd-fb { display: block; }

#login-nav .feedback-lnk {
  float: right;
  margin-top: -37px;
  margin-right: -7px;
  background-color: #09c;
  color: #fff;
  text-align:center;
  padding: 2px 9px;
  font-size: 11px;
  line-height: 16px
}

#login-nav a.feedback-lnk:hover {
  text-decoration: none;
}

form.age-verification {
  margin-top: 18px;
}

form.age-verification input {
  font-size: 18px;
  margin-right: 9px;
}

/* Footer
/*----------------------------------------------------------------------------*/
div#footer {
  margin: 18px auto 0;
  width: 950px;
  line-height: 24px;
  font-size: 11px;
}

#footer li {
  display: inline-block;
  margin: 0 10px 18px 10px;
}

.copyright { color: #988; font-size: 11px; }

#footer .footer-subnav {
  vertical-align: top;
  border-right: 1px solid #edd;
}

#footer .footer-subnav li {
  color: #baa;
  display: block;
  margin: 0 30px 0 0;
}

#footer .footer-subnav img {
  margin-right: 5px;
  vertical-align: top;
  margin-top: 3px;
}

#admin-footer {
  font-weight: bold;
}

#admin-footer ul {
  font-weight: normal;
}

#footer .feedback-in-nav {
  float: right;
  border: none;
}

#footer .feedback-in-nav li {
  float: right;
  clear: right;
  margin-right: 0;
}

#footer .fb-like {
  height: 24px;
}

#footer .fb-like iframe {
  border: none;
  overflow: hidden;
  width: 75px;
  height: 21px;
  margin-top: -2px;
  vertical-align: middle;
}

/* Ads
/*----------------------------------------------------------------------------*/
span.ad-heading {
  font-size: 10px;
  display: block;
  color: #aaa;
  text-align: center;
}


/* Tabs
/*----------------------------------------------------------------------------*/

.ui-tabs-hide { 
  display: none;
}

ul.ui-tabs-nav {
  font-size: 14px;
/*   font-weight: bold; */
  padding-bottom: 6px;
  margin-bottom: 11px;
  border-bottom: 1px solid #baa;
}

.ui-tabs-nav li {
  display: inline;
  text-align: center;
  padding: 0 12px 7px 0;
}

li.ui-tabs-selected {
  font-weight: bold;
/*   font-weight: normal; */
/*   background: #47c; */
}

li.ui-tabs-selected a {
/*   color: #fff; */
  color: #433;
}

a.ui-tabs-loading, a.ui-tabs-loading em {
  background: none;
  color: #039;
}

/* Categories */
/*---------------------------------------------------------------------------*/
.categories-nav li {
  font-size: 10px;
  line-height: 14px;
  text-indent: -10px;
  margin-left: 10px;
}

span.count-in-tab {
  font-size: 12px;
  font-weight: normal;
}


/* Facebook login */
/*---------------------------------------------------------------------------*/
ol.fb-login-permissions { 
  list-style-type: decimal; 
  margin: 0 0 18px 30px;
}


/* Buttons */
/*---------------------------------------------------------------------------*/
a.button {
  background: url(/images/button_sprite.png) no-repeat right -60px;
  position: relative;
  display: block;
  float: left;
  color: #555;
}

a.button:hover, a.button:active, a.button:focus { text-decoration: none; color: #333; }

a.button:hover { background-position: right -80px; cursor: pointer; }
a.button:active, a.button:focus { background-position: right -100px; }

.button span { 
  display: block;
  position: relative;
  background: url(/images/button_sprite.png) no-repeat 0 0;
  height: 20px;
  padding: 0 7px 0 12px;
  margin-right: 5px;
}

.button span:hover { background-position: 0 -20px; }
.button span:active, .button:focus span { background-position: 0 -40px; }

/* Safari and Google Chrome only - fix line-height 
   http://ajaxian.com/archives/css-browser-hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  a.button { line-height: 20px; margin-top: -1px; }
}

a.button-sm {
  display: inline-block;
  background-color: #e9e9e9;
  border: 1px solid #999;
  color: #444;
  padding: 0 7px;
  font-size: 11px;
  line-height: 14px;
  margin: 1px 5px 1px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

a.button-sm:hover {
  background-color: #3B5998;
  border: 1px solid #3B5998;
  color: #fff;
  text-decoration: none;
}

a.button-sm:active {
  background-color: #aaa;
  border: 1px solid #222;
}

div.button-lg {
  display: inline-block;
  padding: 3px;
  border: 1px solid #09c;
  margin-top: -4px;
  font-size: 16px;
  line-height: 36px;
}

.button-lg a {
  display: block;
  background-color: #09c;
  color: #fff;
  padding: 0 14px;
}
 
.button-lg a:hover {
  text-decoration: none;
}

div.button-md {
  display: inline-block;
  padding: 2px;
  border: 1px solid #09c;
  margin-top: -3px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.button-md a {
  display: block;
  background-color: #09c;
  color: #fff;
  padding: 0 10px;
}
 
.button-md a:hover {
  text-decoration: none;
}


/* Category CheckTree Styles */
/*---------------------------------------------------------------------------*/
.category-checktree {
  width: 230px;
  list-style-type: none;
  margin: 0 0 11px 10px;
}

.category-checktree * {
  list-style-type: none;
  margin: 0;
}

.category-checktree li {
  float: left;
  width: 100%;
}

.category-checktree li ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.category-checktree label {
  display: block;
  width: 180px;
  float: left;
  margin-right: 10px;
  font-weight: normal;
  font-size: 11px;
}

.category-checktree ul label {
  width: 160px;
}

/* NOTE: if we have multi-level trees, we need to change this */
ul.category-checktree > li > label { cursor: pointer; }
ul.category-checktree > li > label.hover { color: #3B5998; }

ul.category-checktree li .arrow, ul.category-checktree li .checkbox,
.criteria .checkbox, .criteria .checked {
  width: 20px;
  height: 18px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  float: left;
}

ul.category-checktree li .collapsed {
  background: url(/images/checktree_sprite.png) no-repeat 0 -54px;
}

ul.category-checktree li .expanded {
  background: url(/images/checktree_sprite.png) no-repeat 0 -72px;
}

ul.category-checktree li .checkbox, .criteria .checkbox {
  background: url(/images/checktree_sprite.png) no-repeat 0 0;
}

ul.category-checktree li .checked, .criteria .checked {
  background: url(/images/checktree_sprite.png) no-repeat 0 -36px;
}

ul.category-checktree li .half_checked {
  background: url(/images/checktree_sprite.png) no-repeat 0 -18px;
}

/* hide the UL off screen while rendering the checktree */
div#criteria-tabs form.loading {
  position: absolute;
  left: -10000px;
}

/* handling noscript case for discoveries */
div.noscript-tab {
  display: none;
}


/* blockUI styles */
/*---------------------------------------------------------------------------*/
div.blockOverlay {
  padding: 7px 7px;
  margin: -7px -7px;
  opacity: 0.4;
  -moz-opacity:0.4;
  -ms-filter: "alpha(opacity=40)";
  background-color: #000;
  cursor: wait;
}

div.blockMsg {
  top: 15%;
  border: none;
  padding: 10px;
  background-color: #000;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  opacity: 0.6;
  -moz-opacity:0.6;
  -ms-filter: "alpha(opacity=60)";
  color: #fff;
}

div.blockMsg img {
  vertical-align: middle;
}

/*----------------------------------------------------------------------------*/
/* generic image stuff
/*----------------------------------------------------------------------------*/

div.expand-arrow {
  display: inline;
  float: left;
  width: 17px;
  height: 17px;
  overflow: hidden;
  margin-right: 2px;
}

/* for the checkbox sprite down and right arrow images */
img.expand-arrow-down-arrow {
  margin-top: -36px;
}
img.expand-arrow-right-arrow {
  margin-top: -72px;
}


/* Endless page
/*----------------------------------------------------------------------------*/
.endless-page-more {
  float: left;
  width: 100%;
  border: 1px solid #8099B3;
  background-color: #e9e9ff;
  padding: 8px 0;
  margin-top: 9px;
  text-align: center;
}


/* Visitor home page
/*----------------------------------------------------------------------------*/
div.home-welcome {
  margin-top: 9px;
  margin-left: 10px;
}

ol.home-steps {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
  height: 198px;
  background-image: url(/images/home-steps.png);
  font-size: 16px;
  list-style-type: decimal;
  list-style-position: inside;
}

.home-steps h2 {
  font-weight: bold;
  display: inline-block;
}

.home-steps > li {
  height: 162px;
  float: left;
  padding-top: 18px;
  margin: 0 20px;
}

.home-steps > li.step-rate {
  width: 175px;
}

.home-steps > li.step-discover {
  width: 207px;
}

.home-steps > li.step-read {
  width: 173px;
}

.home-steps > li.step-share {
  width: 225px;
}

.step-details {
  margin-top: 18px;
  margin-left: 20px;
  font-size: 12px;
  line-height: 18px;
  padding-right: 10px;
}

div.home-signup {
  width: 890px;
  float: left;
  padding: 7px 14px;
  font-size: 16px;
  line-height: 36px;
}

.home-signup .button-lg {
  margin-left: 12px;
  margin-right: 12px;
}

.already-member {
  float: right;
  font-size: 14px;
  line-height: 36px;
}


/* Site tour page
/*----------------------------------------------------------------------------*/
div#tour {
  float: left;
  width: 930px;
  margin: 18px 10px;
  padding-bottom: 9px;
  border: 1px solid #baa;
}

#tour ul.ui-tabs-nav {
  float: left;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 18px;
  font-size: 16px;
}

#tour .ui-tabs-nav li {
  float: left;
  width: 225px;
  padding: 9px 10px 9px 0;
}

#tour .ui-tabs-nav li a {
  color: #433;
}

#tour .ui-tabs-nav li a span {
  font-weight: bold;
}

#tour .ui-tabs-nav li.last {
  padding-right: 0;
}

#tour li.ui-tabs-selected {
  background-color: #09c;
}

#tour li.ui-tabs-selected a {
  color: #fff;
}

#tour li.ui-tabs-selected a span {
  font-weight: normal;
}

div.tour-step {
  float: left;
  width: 100%;
  padding: 0 10px;
}

div.screenshot {
  float: left;
  width: 418px;
  margin-right: 10px;
}

div.tour-msg {
  float: left;
  width: 272px;
  margin: 72px 10px 0;
  font-size: 14px;
}

div.tour-buttons {
  float: left;
  width: 180px;
  margin-top: 72px;
  margin-left: 10px;
}

.tour-buttons .button-lg {
  width: 162px;
  text-align: center;
  margin-bottom: 18px;
}

.tour-buttons .tour-prev, .tour-buttons .tour-next {
  width: 75px;
  font-size: 14px;
}

.tour-buttons .tour-prev {
  border: 1px solid #988;
}

.tour-buttons .tour-prev a {
  background-color: #988;
}

.tour-buttons .tour-next {
  border: 1px solid rgb(247,147,30);
}

.tour-buttons .tour-next a {
  background-color: rgb(247,147,30);
}

.tour-buttons .disabled {
  border: 1px solid #dcc;
}

.tour-buttons .disabled a {
  background-color: #dcc;
}

.tour-buttons .disabled a:hover {
  cursor: text;
}

/* User home page
/*----------------------------------------------------------------------------*/
#rate-books {
  float: left;
  width: 100%;
}

#rate-books h1 {
  display: inline-block;
}

.hide-rating-explanation {
  font-size: 11px;
  line-height: 36px;
  float: right;
}

div.rating-explanation {
  width: 100%;
  float: left;
  height: 72px;
}

div.ratings-countdown {
  float: left;
  width: 74px;
  text-align: center;
  border: 1px solid #09c;
  margin: -1px 20px -1px 10px;
}

.ratings-countdown-top, .ratings-countdown-bottom {
  font-size: 9px;
}

.ratings-countdown .num-ratings {
  line-height: 36px;
  font-size: 24px;
  color: #fff;
  background-color: #09c;
}

.rating-explanation .explanation {
  float: left;
  /* HACK: width should be 524px, but breaks in some cases with FF 3.6 */
  width: 523px;
}

.explanation ul {
  margin-top: 18px;
}

.show-me-recs a {
  font-weight: bold;
  text-decoration: underline;
}

div.help {
  width: 100%;
  float: left;
  margin-bottom: 18px;
  font-size: 11px;
}

.tips-header {
  float: left;
  width: 100%;
}

.tips-header .tips-title {
  float: left;
  font-weight: bold;
}

.tips-header .tips-more-help {
  float: right;
}

.tips {
  float: left;
  width: 290px;
  margin-left: 10px;
}

.tips ul, .tips ul li {
  float: left;
  width: 100%;
}

span.show-help {
  float: left;
}

span.hide-help {
  display: none;
  float: right;
  font-size: 9px;
}

.help table {
  display: none;
  float: left;
  width: 100%;
  border-top: 1px solid #baa;
  padding: 8px 0 9px 0;
  font-size: 10px;
}

.help .expanded { display: block; }

.help td {
  padding-left: 5px;
}

div.star-legend {
  display: inline-block;
  width: 17px;
  height: 16px;
  overflow: hidden;
  vertical-align: text-bottom;
}

.help div.user-rating img { margin-top: -32px; }
.help div.predicted-rating img { margin-top: -16px; }
.help div.avg-rating img { margin-top: -16px; margin-left: -17px; }

div.popular-books {
  width: 100%;
  float: left;
}

div.paginate-next-circular {
  float: right;
  display: inline-block;
}

.popular-books .wait-for-star-load {
  float: left;
  width: 100%;
  border-top: 1px solid #baa;
  border-bottom: 1px solid #baa;
  margin-bottom: 18px;
}

.popular-books div.book-list-item-lg {
  margin: 8px 3px;
}

div.book-row { float: left; width: 100%; }

span.inline-msg {
  display: inline-block;
  float: left;
  clear: left;
  line-height: 36px;
}

h3.search-explanation {
  margin-bottom: 18px;
}

a.search-box-lnk {
  cursor: pointer;
}

div.sample-discoveries {
  width: 100%;
  float: left;
  padding-left: 20px;
}

.sample-discoveries ul {
  width: 100%;
  float: left;
  list-style-type: disc;
}

.sample-discoveries li {
  margin-left: 30px;
  font-size: 13px;
}

div.invite-friends {
  position: relative;
  top: -1px;
  float: left;
  width: 100%;
  border: 1px solid #877;
  padding: 8px 0;
  margin-bottom: 17px;
  background-color: #f6f6f6;
  text-align: center;
}

.invite-friends h4 {
  font-size: 13px;
  margin-bottom: 9px;
}

.invite-friends a.button {
  margin-left: 90px;
  margin-bottom: 8px;
}

.invite-friends .pending-friends {
  width: 222px;
  margin: 0 auto;
}

/* Add to list
/*----------------------------------------------------------------------------*/
div.add-to-list {
  float: right;
  background-color: #fff;
  position: relative;
  top: -4px;
  border: 1px solid #aaa;
  font-size: 12px;
  text-align: left;
}

/* on the reading list page */
.reading-list div.add-to-list {
  opacity: 0.4;
  -ms-filter: "alpha(opacity=40)";
  float: right;
  top: 0px;
}

.reading-list div.book-in-list:hover div.add-to-list {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.add-to-list > ul {
  float: left;
	padding: 0;
  margin: 3px;
}

/* main drop down list */
.add-to-list > ul > li > div.rounded-border-bottom {
  left: -4px;
  z-index: 90;
  display: none;
  width: 116px;
  min-height: 123px;
  position: absolute;
  background-color: #fff;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.add-to-list > ul > li > div > ul {
  margin: 3px;
  background-color: #eee;
}

.add-to-list li {
  float: left;
  position: relative;
}

.add-to-list a { color: #333; }

/* default style for all drop down items, incl title */
.add-to-list > ul > li a, .add-to-list > ul > li span {
	display: block;
	width: 98px;
	text-decoration: none;
}

/* style for drop down title */
.add-to-list > ul > li > a {
	background-color: #ccc;
  padding-left: 12px;
  text-align: left;
  position: relative;
}

/* drop down title styles when a book is in a default reading list */
.add-to-list > ul > li.want-to-read > a {
  background-color: rgb(247,147,30);
  color: #fff;
}

.add-to-list > ul > li.reading-now > a {
  background-color: #09c;
  color: #fff;
}

.add-to-list > ul > li.have-read > a {
  background-color: rgb(153,134,117);
  color: #fff;
}

/* drop down items that aren't the drop down title */
.add-to-list > ul ul > li > a:hover {
  color: #fff;
  background-color: #999; 
}

.add-to-list > ul > li li > a, .add-to-list > ul > li li > span {
  width: 102px;
}

.add-to-list > ul > li li li > a, .add-to-list > ul > li li li > span {
  float: left;
  width: 166px;
}

.add-to-list > ul > li > div > ul > li a, 
.add-to-list > ul > li > div > ul > li span {
  padding: 4px 4px 3px 4px;
}

/* styles for the UL that are below the drop down title  */
.add-to-list > ul > li ul {
  display: none;
  position: absolute;
	z-index: 90;
}

.add-to-list > ul > li > div > ul > li > div {
  display: none;
  position: absolute;
  top: -80px;
  left: 104px;
  width: 180px;
  z-index: 90;
  border: 1px solid #aaa;
  background: #fff;
}

.add-to-list > ul > li > div > ul ul {
  position: relative;
  margin: 3px;
  float: left;
  width: 174px;
  min-height: 100px;
  background: #eee;
}

/* down arrow in drop down title */
.add-to-list > ul > li > a > div {
  position: absolute;
  top: 0;
  right: 1px;
  width: 17px;
  height: 17px;
  overflow: hidden;
}

.add-to-list img.down-arrow {
  margin-top: -36px;
}

.add-to-list .parent-hover img.down-arrow {
  margin-top: -54px;
}

/* right arrow for custom reading lists */
.add-to-list > ul > li > div > ul li a div {
  display: inline;
  float: left;
  width: 17px;
  height: 17px;
  overflow: hidden;
  margin-right: 2px;
}

.add-to-list li.last > a {
  margin-top: 2px;
  border-top: 1px solid #ccc;
}

.add-to-list a div img.checked {
  margin-top: -18px;
}

.add-to-list ul ul > li > .parent-hover {
  background-color: #999;
  color: #fff;
}

.add-to-list a div img.right-arrow {
  margin-top: -72px;
}

.add-to-list ul ul > li > .parent-hover div img.right-arrow {
  margin-top: -90px;
}

/* move to default reading list buttons */
.add-to-list span.reading-list-mv-disabled,
.add-to-list a.reading-list-mv-enabled { 
  height: 17px;
  width: 106px;
  overflow: hidden;
  padding: 0;
  margin: -5px 0;
}

.add-to-list span.reading-list-mv-disabled img,
.add-to-list a.reading-list-mv-enabled img {
  z-index: 100;
  position: relative;
}

.add-to-list a.reading-list-mv-enabled:hover { 
  background-color: #eee;
}

a.reading-list-mv-enabled img { margin-top: -17px; }
a.reading-list-mv-enabled:hover img { margin-top: -34px; }
a.reading-list-mv-enabled:active img { margin-top: -51px; }

/* borders for drop down items under 'Custom lists' */
.add-to-list ul ul ul li > a {
  border-bottom: 1px solid #ccc;
}

/* form to create a new reading list */
form.create-list {
  float: left;
  width: 166px;
  font-size: 10px;
}

form.create-list input.text {
  height: 18px;
  padding: 0;
  margin: 0em;
  width: 163px;
  font-size: 12px;
}

form.create-list input.submit {
  float: right;
  display: inline-block;
  margin-top: 4px;
  margin-left: 7px;
  font-size: 11px;
}

form.create-list a.cancel {
  float: right;
  width: auto;
  cursor: pointer;
  text-decoration: underline;
}


div.buy-button {
  display: inline-block;
  padding: 2px;
  border: 1px solid rgb(47,171,4);
  margin-top: -3px;
  font-size: 10px;
}

.buy-button a {
  display: block;
  background-color: rgb(47,171,4);
  color: #fff;
  padding: 0 5px;
}
 
.buy-button a:hover {
  text-decoration: none;
}

/* buy drop down */
/* -------------------------------------------------------------------------- */
.buy-dd > ul > li > div {
  left: -3px;
  z-index: 90;
  display: none;
  width: 114px;
  position: absolute;
}

.buy-dd > ul ul {
  float: left;
	padding: 0;
}

.buy-dd li {
  float: left;
  position: relative;
}

.buy-dd ul ul li {
  background-color: #fff;
  border-left: 1px solid rgb(47,171,4);
  border-right: 1px solid rgb(47,171,4); 
}

.buy-dd ul ul li.last {
  border-bottom: 1px solid rgb(47,171,4);
  padding-bottom: 2px;
}

.buy-dd ul ul a {
  font-size: 9px;
  color: #433;
  margin: 0 2px;
/* background-color: rgb(203,234,192); */
  background-color: #fff;
}

.buy-dd ul ul li.first a {
  margin-top: 2px;
}

/* default style for all drop down items, incl title */
.buy-dd > ul > li a, .buy-dd > ul > li span {
	display: block;
	width: 104px;
	text-decoration: none;
}

/* style for drop down title */
.buy-dd > ul > li > a {
  text-align: left;
  position: relative;
}

/* drop down items that aren't the drop down title */
.buy-dd > ul > li > div {
  float: left;
}

.buy-dd > ul ul > li > a:hover {
  color: #fff;
  background-color: rgb(47,171,4); 
}

.buy-dd > ul > li li > a, .buy-dd > ul > li li > span {
  width: 104px;
}

/* styles for the UL that are below the drop down title  */
.buy-dd > ul > li ul {
  display: none;
  position: absolute;
	z-index: 90;
}

/* down arrow in drop down title */
.buy-dd > ul > li > a > div {
  position: absolute;
  top: 0;
  right: 1px;
  width: 17px;
  height: 17px;
  overflow: hidden;
}

.buy-dd img.down-arrow {
  margin-top: -36px;
}

.buy-dd .parent-hover img.down-arrow {
  margin-top: -54px;
}

.buy-dd li.first > a {
  margin-top: 2px;
  border-top: 1px solid #ccc;
}

ul.tag-cloud li {
  float: left;
  margin-right: 10px;
  height: 27px;
}

.tag-cloud-1 { font-size: 10px; }
.tag-cloud-2 { font-size: 11px; }
.tag-cloud-3 { font-size: 12px; }
.tag-cloud-4 { font-size: 13px; }
.tag-cloud-5 { font-size: 14px; }
.tag-cloud-6 { font-size: 16px; }
.tag-cloud-7 { font-size: 18px; }
.tag-cloud-8 { font-size: 20px; }
.tag-cloud-9 { font-size: 22px; }
.tag-cloud-10 { font-size: 24px; }

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:16px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/star.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}

/* Rating already entered by user */
.user-rating div.star-rating-on a{background-position:0 -32px!important}

/* When showing average ratings only */
.avg-rating div.star-rating, .avg-rating div.star-rating a{background:url(/images/star.png) no-repeat -17px 0px}
.avg-rating div.star-rating-on a{background-position: -17px -16px!important}
.avg-rating div.star-rating-hover a{background-position: -17px -32px}

/* END jQuery.Rating Plugin CSS */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}


/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
/* #cboxOverlay{background:url(/images/colorbox/overlay.png) 0 0 repeat;} */
#cboxOverlay{background-color:#000}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
/*        #cboxLoadedContent{margin-bottom:28px;} */
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
/*        #cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) center center no-repeat;} */
        #cboxLoadingOverlay{background-color:#ffffff;}
/*        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;} */
        #cboxLoadingGraphic{background:url(/images/modal_spinner.gif) center center no-repeat;}
/*        #cboxLoadingGraphic{background-color:#333} */
/*        #cboxClose{position:absolute; bottom:0; right:0; background:url(/images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;} */
/*        #cboxClose.hover{background-position:-25px -25px;} */


.book-popup {
  font-size: 11px;
  float: left;
  width: 300px;
}

.book-popup .title {
  display: block;
  background-color: #300;
  font-size: 12px;
  padding: 5px 9px;
  margin: -5px -9px 0 -9px;
}

.book-popup .title a {
  color: #cc9;
}

.book-popup .by-line {
  display: block;
  margin-bottom: 9px;
}

.book-popup .popup-top-controls {
  float: left;
  width: 100%;
}

.book-popup div.rating {
  padding-left: 0;
  margin-bottom: 9px;
}

.add-to-list-in-popup {
  position: absolute;
  right: 14px;
}

.book-popup .book-description {
  margin-bottom: 9px;
}

.book-popup .popup-options {
  float: left;
  width: 100%;
  border-top: 1px solid #edd;
  padding-top: 8px;
}

.book-popup .book-details-lnk {
  display: block;
  float: left;
}

.book-popup .book-details-lnk a {
  text-decoration: underline;
}

.book-popup .new-user-recommendation-button {
  display: block;
  float: right;
  margin-top: -3px;
}

div.recommendations-container {
  float: left;
  width: 100%;
}

div.recommendations-right > h2 {
  float: left;
  width: 100%;
}

.recommendations-main > h1 {
  display: inline-block;
}

div.recommendations-main > h2 {
  float: left;
  display: inline;
}

div.recommendations-right {
  float: left;
  background-color: #F6F6F6;
  border: 1px solid #887777;
  padding-top: 0px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  width: 284px;
}

div.recommendations-books {
  float: left;
  width: 100%;
}

.recommendations-books div.book-list-item-lg {
  margin: 8px 3px;
  vertical-align: bottom;
}

div.recommendations-right h3 {
  float: left;
  font-weight: normal;
  margin-bottom: 18px;
}

div.recommendations-right div.recommendations-refresh {
  float: right;
  line-height: 36px;
}

div.recommendations-main > div.recommendations-refresh {
  line-height: 36px;
}

div.recommendations-refresh, div.recommendations-feedback {
  font-size: 10px;
  text-align: right;
  float: right;
}

div.recommendations-feedback {
  width: 100%;
}

div.recommendations-feedback span {
  float: right;
  width: 170px;
}

div.recommendations-main div.recommendations-feedback {
  border-bottom: 1px solid #baa;
  padding-bottom: 9px;
  margin-bottom: 8px;
}

div.recommendations-right div.recommendations-feedback {
  margin-top: 18px;
}

div.recommendations-feedback a.like-button,
div.recommendations-feedback a.dislike-button {
  display: block;
  width: 50px;
  text-align: center;
  line-height: 14px;
  margin-top: 1px;
  float: right;
  background-color: #e9e9e9;
  color: #433;
  border: 1px solid #999;
}

/* don't add a second border */
div.recommendations-feedback a.dislike-button {
  border-left: none;
}

div.recommendations-feedback a.like-button:hover,
div.recommendations-feedback a.dislike-button:hover {
  text-decoration: none;
  background-color: #3B5998;
  border: 1px solid #3B5998;
  color: #fff;
}

/* don't add a second border on hover either */
div.recommendations-feedback a.dislike-button:hover {
  border-left: 0px;
}

div.recommendations-feedback a.like-button {
  margin-left: 10px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}

div.recommendations-feedback a.dislike-button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

div.recommendations-feedback a.comments-email {
  width: 120px;
  float: right;
}


/* browser upgrade notice
/*----------------------------------------------------------------------------*/
.browser-upgrade-notice {
  display: none;
  float: left;
  width: 930px;
  margin-bottom: 8px;
  padding: 0 9px;
  border: 1px solid #ed4;
  background-color: #ffd;
}

.browser-upgrade-notice ul {
  float: left;
  width: 800px;
  margin: 18px 65px 4px;
}

.browser-upgrade-notice li {
  float: left;
  margin: 0 40px;
  width: 120px;
  height: 122px;
  background: url(/images/browsers/background_browser.gif) no-repeat;
}

.browser-upgrade-notice li img {
  display: block;
  margin: 1px 10px;
}

.browser-upgrade-notice li a {
  display: block;
  color: #433;
}

.browser-upgrade-notice li a:hover {
  text-decoration: none;
  color: #039;
}

.browser-upgrade-notice li span {
  display: block;
  width: 118px;
  margin: 0 1px;
  text-align: center;
  font-size: 10px;
}

.browser-upgrade-notice a.hide {
  float: right;
  font-size: 11px;
}

.unread-count {
  display: inline-block;
  font-size: 11px;
  padding: 0 4px;
  vertical-align: top;
  margin-top: 1px;
  line-height: 14px;
}
a.unread-count:hover {
  text-decoration: none;
}
#top-nav .unread-count {
  background-color: #cc9;
  color: #300;
  margin-top: 4px;
}
.news-feeds-nav .unread-count {
  font-weight: normal;
  background-color: #e9e9ff;
  border: 1px solid #8099B3;
  float: right;
}
.news-feeds-nav .selected {
  font-weight: bold;
}
.new-news-item-count {
  float: left;
  width: 100%;
  border-bottom: 1px solid #edd;
  padding-bottom: 8px;
  margin-bottom: 9px;
  color: #988;
}
li.news-item {
  width: 100%;
  float: left;
  border-bottom: 1px solid #edd;
  padding-bottom: 8px;
  margin-bottom: 9px;
}
.news-item-pic {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.news-item-pic .book-sm {
  margin-left: 5px;
}
.col-a .news-items {
  float: left;
  width: 460px;
}
.col-a .news-item-content {
  float: left;
  width: 400px;
}
.news-item-content span.view-friend-requests-txt {
  float: left;
  clear: left;
  font-size: 10px;
}
.news-item-content .thanks-or-ignore {
  float: left;
  width: 100%;
}
.news-item-content .role-badge-sm {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}
.col-b .news-feeds-nav {
  margin-left: 15px;
}
.col-a2-b .news-item-content {
  float: left;
  width: 530px;
}
.news-item .review-title {
  font-weight: bold;
}
.news-item .timestamp {
  float: left;
  width: 100%;
}
.news-item .user-name {
  font-weight: bold;
}
.news-item .book-title {
  text-decoration: underline;
}


/* user recommendation info section */
/*----------------------------------------------------------------------------*/

.rec-byline {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-bottom:18px;
  font-weight: bold;
}

.user-recommendation {
  float: left;
  width: 100%;
}

.book-and-rating {
  width: 110px;
  float: left;
  margin-right: 10px;
}

.book-and-rating > .rating {
  padding-left: 5px;
  padding-bottom: 5px;
}

.user-recommendation > .rec-info {
  width: 510px;
  float:left;
}

.rec-info .message {
  margin: 9px 0;
}

.rec-info .message h4 {
  display: block;
}

/* section for thanks/ignore info/buttons */
/*----------------------------------------------------------------------------*/

.thanks-or-ignore {
  margin-top: 9px;
  margin-bottom: 9px;
}

.thanks-or-ignore form {
  display: inline-block;
}

.thanks-or-ignore a.thanks-button, .thanks-or-ignore a.ignore-button {
  display: inline-block;
  width: 75px;
  line-height: 16px;
  padding: 0 5px;
  text-align: center;
  background-color: #e9e9e9;
  color: #433;
  border: 1px solid #999;
}

.thanks-or-ignore a.thanks-button {
  margin-left: 7px;
  margin-right: 7px;
}

.thanks-or-ignore a.ignore-button {
  margin-left: 7px;
}

a.thanks-button:hover, a.ignore-button:hover {
  text-decoration: none;
  background-color: #3B5998;
  border: 1px solid #3B5998;
  color: #fff;
}

.thanked-or-ignored > span {
  float: left;
  padding-right: 10px;
}

/* user recommendation actions */

.user-recommendation > .actions {
  margin-top: 18px;
  float: left;
  width: 100%;
}

.user-recommendation > .actions > h4 {
  width: 110px;
  margin-right: 10px;
  float: left;
  clear: left;
  text-align: right;
}

.user-recommendation > .actions > .buy-button {
  float: left;
  margin-right: 20px;
}

.user-recommendation > .actions > .add-to-list {
  float: left;
}

.new-user-recommendation-button {
  border: 1px solid #aaaaaa;
  display: inline-block;
  padding: 2px;
  margin-top: -3px;
  font-size: 10px;
  width: 85px;
}

.new-user-recommendation-button > a {
  display: block;
  padding: 0 5px;
  text-align: center;
  background-color: #cccccc;
  color: #333333;
}

.new-user-recommendation-button > a:hover {
  text-decoration: none;
}

/* friends who agree/disagree section: user rec show page */
/*----------------------------------------------------------------------------*/
h2.agree-or-disagree-header {
  float: left;
  width: 100%;
  margin-top: 18px;
}

.agree-or-disagree {
  float: left;
  width: 628px;
  border: 1px solid #877;
}

.agree-or-disagree h3 {
  text-align: center;
  width: 100%;
}

.agree-or-disagree h3 .num-votes {
  font-size: 12px;
  font-weight: normal;
}

.agree-or-disagree > .agree, .agree-or-disagree > .disagree {
  width: 314px;
  float:left;
}

.agree-or-disagree > .agree > ul, .agree-or-disagree > .disagree > ul {
  float: left;
  width: 314px;
  border-top: 1px solid #baa;
}

.agree-or-disagree > .agree > ul.more-votes {
  width: 313px;
  border-right: 1px solid #baa;
}

.agree-or-disagree > .disagree > ul.more-votes {
  width: 313px;
  border-left: 1px solid #baa;
}

.agree-or-disagree > .agree > ul > li, .agree-or-disagree > .disagree > ul > li {
  border-top: 1px solid #edd;
  float: left;
  width: 274px;
  padding: 9px 20px 8px 20px;
}

.agree-or-disagree > .agree > ul > li.first,
.agree-or-disagree > .disagree > ul > li.first {
  border-top: none;
}


.agree-or-disagree > .agree > ul > li.no-one-yet, .agree-or-disagree > .disagree > ul > li.no-one-yet {
  text-align:center;
}

.agree-or-disagree .friend-vote > .profile-pic-sm {
  float:left;
  width: 50px;
  margin-right: 10px;
  clear: left;
}

.agree-or-disagree .friend-vote > .name-and-review-lnk {
  float:left;
  width: 100px;
}

.agree-or-disagree .friend-vote > .rating {
  float: right;
  width: 100px;
}

/* the new user recommendation form/modal */
/*----------------------------------------------------------------------------*/

.new-book-group-rec {
  float: left;
  width: 540px;
  margin: 0 5px;
  padding-bottom: 5px;
}

.new-book-group-rec h3 {
  line-height: 18px;
}

.new-book-group-rec .recommendation-message {
  float: left;
  width: 420px;
  height: 130px;
  margin-top: 18px;
}

.new-book-group-rec .recommendation-message > textarea {
  width: 410px;
  height: 96px;
  float: left;
}

.new-book-group-rec .recommend-to {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.new-book-group-rec .recommend-to > h4 {
  float: left;
  width: 100%;
}

.new-book-group-rec .span {
  float: left;
  clear: left;
}

.new-book-group-rec .recommend-to > .friends,
.new-book-group-rec .recommend-to > .emails {
  float: left;
}

.new-book-group-rec .recommend-to textarea#emails {
  margin-right: 0;
}

.new-book-group-rec .recommend-to > .friends > span,
.new-book-group-rec .recommend-to > .emails > span {
  float:left;
  clear: left;
}

.new-book-group-rec .recommend-to .friends-box {
  width: 320px;
  height: 145px;
  float: left;
  clear: left;
  overflow: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-right: 10px;
  border: 1px solid #aaaaaa;
}

.new-book-group-rec .recommend-to .friends-box > ul {
  width: 305px;
  float: left;
}

ul > li.friends-book-statuses {
  float: left;
  clear: left;
  width: 100%;
}

ul > li.friends-book-statuses > .checkbox {
  width: 25px;
  float: left;
  text-align: center;
}

ul > li.friends-book-statuses > .profile-pic-sm {
  width: 50px;
  margin-right: 10px;
  float: left;
  height: 50px;
}

ul > li.friends-book-statuses > .friend-name {
  width: 140px;
  height: 100%;
  margin-right: 10px;
  float:left;
}

.friends-box .disable-rec {
  color: #baa;
}

ul > li.friends-book-statuses > .status {
  width: 130px;
  float:left;
  text-align: center;
  font-size: 11px;
}

ul > li.friends-book-statuses > .status > .rating {
  padding-left: 0px;
}

.new-book-group-rec .recommend-to .emails > textarea {
  width: 194px;
  height: 145px;
  float: left;
  clear: left;
}

.new-book-group-rec .submit-or-cancel {
  float: right;
  margin-right: 10px;
  margin-top: 18px;
}


/* user rec list on profile page */
/*----------------------------------------------------------------------------*/

.user-recs-list > ol {
  float: left;
  margin-top: -18px;
}

div#show-recs-tabs div.user-recs-list {
  float: left;
  clear: left;
  width: 100%;
}

.user-recs-list > ol > li {
  float: left;
  width: 100%;
  margin-top: 9px;
}

.user-recs-list .thanks-or-ignore {
  margin-top: 18px;
  margin-bottom: 18px;
}


.rec {
  width: 100%;
  float: left;
  border-bottom: 1px solid #edd;
}

.rec .rec-header {
  width: 300px;
  float: left;
  margin-right: 10px;
  line-height: 36px;
  font-size: 14px;
}

.rec-summary {
  float: left;
  width: 350px;
}

.rec-summary ul li {
  float: left;
  width: 100%;
}

.rec-summary .rec-info {
  width: 350px;
  float: left;
}

.rec-summary .rec-info .book-summary {
  width: 350px;
  float: left;
}

.rec-summary .rec-info .book-summary img {
  width: 24px;
  float: left;
}

.rec-summary .rec-info .book-summary > div {
  width: 314px;
  margin-left: 10px;
  float: left;
}

.rec-info .rec-msg {
  margin-top: 9px;
}

.rec-info a.rec-msg-more {
  font-size: 10px;
}

.rec-summary .rating {
  padding-left: 0;
}

.rec-summary .add-to-list {
  float: right;
  margin-bottom: -4px;
}

.rec .time {
  width: 100px;
  float: right;
  text-align: right;
  line-height: 36px;
}

.rec .thanks-or-ignore {
  float: left;
  font-size: 11px;
  width: 100%;
}

.rec .rating-and-list {
  margin-top: 9px;
  float: left;
  width: 100%;
}

.rec span.thanks {
  width: 350px;
  margin-top: 9px;
  float: left;
  font-weight: bold;
}

.rec .rec-summary .recommend-and-details {
  float: left;
  width: 350px;
  margin: 9px 0 18px;
  font-size: 11px;
}

.rec .rec-summary .recommend-and-details .new-user-recommendation-button {
  float: right;
}


/* user rec news feed items */
/*----------------------------------------------------------------------------*/

.feed-rec-book {
  float: left;
  width: 100%;
}

.feed-rec-msg {
  float: left;
  font-size: 10px;
  margin-left: 20px;
  text-indent: -20px;
}

.col-a .feed-rec-msg {
  width: 380px; /* keep this == width of homepage news-items minus the indent above */
}

.col-a2-b .feed-rec-msg {
  width: 510px; /* keep this == width of feeds show page news-items minus the indent above */
}

.feed-rec-msg span.recommender-says {
  font-weight: bold;
}

.feed-rec-msg span.more {
  display: inline-block;
  text-indent: 0;
}

.feed-agree-or-disagree .num-agrees {
  float: left;
  width: 100%;
  font-size: 11px;
}

.feed-agree-or-disagree span.do-you-agree {
  float: left;
  width: 260px;
  margin-top: 9px;
}

.col-a .feed-agree-or-disagree span.do-you-agree {
  width: 130px;
}

.feed-agree-or-disagree .agree-disagree-buttons {
  float: right;
  width: 270px;
  margin-top: 9px;
}

.agree-disagree-buttons form {
  display: block;
  float: left;
  padding: 0;
}
 
.agree-disagree-buttons .undo {
  margin-left: 30px;
  font-size: 10px;
}

a.agree-button, a.disagree-button,
.agree-button-selected, .disagree-button-selected {
  display: block;
  width: 90px;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  float: left;
}

a.agree-button, a.disagree-button {
  background-color: #e9e9e9;
  color: #433;
}

a.agree-button:hover, a.disagree-button:hover {
  text-decoration: none;
}

a.agree-button, .agree-button-selected {
  border: 1px solid #999;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}

a.disagree-button, .disagree-button-selected {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

.agree-button-selected, .disagree-button-selected {
  background-color: #3B5998;
  color: #fff;
}

.agree-button-selected {
  background-color: rgb(47,171,4);
  border: 1px solid rgb(47,171,4);
}

.disagree-button-selected {
  background-color: rgb(171,47,4);
  border-top: 1px solid rgb(171,47,4);
  border-right: 1px solid rgb(171,47,4);
  border-bottom: 1px solid rgb(171,47,4);
}


.rating form div.clear-rating,
.rating form div.undo-not-interested,
.rating form div.not-interested {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.rating form div.clear-rating {
  background: url(/images/trashcan_notinterested_sprite.png) no-repeat 0 0px;
}
/* note: counting on order of these two to let the second take precedence when
   hover is added to div's class, so keep these together and don't interchange
   them */
.rating form div.not-interested {
  background: url(/images/trashcan_notinterested_sprite.png) no-repeat 0 -32px;
}
.rating form div.undo-not-interested, .rating form div.not-interested-hover {
  background: url(/images/trashcan_notinterested_sprite.png) no-repeat 0 -16px;
}

.clear-not-interested-content {
  font-size: 10px;
}


.banner-tip {
  float: left;
  width: 930px; 
  border: 1px solid #ed4;
  background-color: #ffd;
  margin-bottom: 9px;
  padding: 0 9px 9px 9px;
  position: relative;
}

.banner-tip .remove-banner-tip {
  font-size: 11px;
  position: absolute;
  right: 9px;
  bottom: 9px;
}

.banner-tip .banner-tip-content h3 {
  font-size: 12px;
}

.banner-tip a.settings-lnk {
  font-weight: bold;
}

.banner-tip ul {
  list-style-type: disc;
  margin: 0 0 18px 20px;
}

.banner-tip .convert-to-facebook h4 {
  display: inline;
}

.banner-tip .convert-to-facebook img {
  vertical-align: middle;
  margin: -4px 0 0 10px;
}

.banner-tip .publish-reading-list form {
  margin-left: 20px;
}

.saved-message {
  display: none;
}
.setting-value.convert-to-facebook {
  font-size: 10px;
}
.setting-value.convert-to-facebook img {
  padding-top: 10px;
}
.setting-value.convert-to-facebook p {
  padding-bottom: 0px;
}
.setting-value.convert-to-facebook ul {
  list-style-type:disc;
  margin-left: 15px;
}
.publish-reading-list form {
  margin-top: 9px;
}
/* Settings
/*----------------------------------------------------------------------------*/
div.view-setting, div.edit-setting {
  width: 505px;
  float: left;
  line-height: 36px;
  border-bottom: 1px solid #edd;
}
/* by default, hide the view-setting div so that noscript users see the edit
   form.  For js users, we hide the edit div and show the view div with js */
div.view-setting { display: none; }
div.setting-name {
  width: 180px;
  float: left;
  padding-left: 5px;
}
div.setting-value {
  width: 220px;
  float: left;
}
ul.settings li div.convert-to-facebook {
  width: 300px;
}
div.setting-btn {
  width: 100px;
  float: left;
}
div.setting-form {
  width: 320px;
  float: left;
}
div.setting-form .submit {
  float: none;
  margin-top: 0;
}
.setting-form form, .setting-form ul { display: inline; }


/* Friends and friend requests
/*----------------------------------------------------------------------------*/
ol.invite-friends-options { list-style-type: decimal; }
ol.invite-friends-options li {
  margin-left: 20px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: bold;
}
span.skip-add-friends {
  margin-left: 20px;
  font-size: 12px;
  font-weight: normal;
}
span.skip-add-friends a { font-weight: bold; text-decoration: underline; }
ol.invite-friends-options li p.email-contacts {
  text-align: center;
  width: 350px;
  padding-bottom: 0px;
}
ul.contacts-whats-this-list {
  list-style-type: disc;
  padding-left: 15px;
}

ol.invite-friends-options li p.email-contacts a {
  height: 30px;
}

ol.invite-friends-options li p.email-contacts a img {
  border: 1px solid #aaa;
  padding: 0px 2px;
  margin: 1px 4px;
}

ol.invite-friends-options li.convert-to-facebook img {
  margin-bottom: -5px;
  margin-left: 10px;
}

ol.invite-friends-options li.convert-to-facebook ul {
  list-style-type: disc;
}

ol.invite-friends-options li.convert-to-facebook ul li {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
}

.friends-list li { float: left; }
div.user-wide {
  width: 630px;
  float: left;
  padding-bottom: 8px;
  margin-bottom: 9px;
  border-bottom: 1px solid #edd;
}

.user-info { width: 200px; float: left; margin-right: 10px; }

.friends-ratings .user-info { width: 180px; }

.profile-pic-sm {
  float: left;
  width: 50px;
  margin: 0 10px 0 0;
  line-height: 0;
}

.profile-pic-sm img {
  display: block;
}

div.user-wide div.profile-pic-sm { height: 100%; }

.user-info .user-name {
  display: block;
  font-weight: bold;
  font-size: 13px;
  float: left;
  width: 140px;
}

.friends-ratings .user-info .user-name {
  width: 120px;
}

div.user-wide .user-reputation {
  float: left;
  width: 140px;
  font-size: 10px;
}
.user-wide .user-reputation li {
  width: 100%;
}
div.user-wide span.friend-status {
  display: block;
  float: left;
  width: 130px;
  font-size: 11px;
}
div.recent-books { float: left; width: 210px; }
div.recent-books .book-title-author { width: 200px; margin-right: 10px; }
div.recent-books .book-title-author > div { float: left; width: 150px; font-size: 11px; }
.friends-nav .v-nav-lnk { margin-bottom: 18px; }
div.find-friends { margin-bottom: 18px; }
li div.find-friends { margin-bottom: 0; }
div.find-friends input.text { width: 276px; }
.find-friends form { display: inline; }
.find-friends span { margin: 0 5px; }
p.invite-friends-msg { font-size: 14px; margin-top: 18px; padding-bottom: 0; }
div#add-friend-list {
  overflow: hidden;
  border-top: 2px solid #edd;
  border-bottom: 2px solid #edd;
  padding-bottom: 7px;
}
#add-friend-list div.user-match-list, #add-friend-list div.email-list {
  width: 375px;
  float: left;
  padding-bottom: 2000px;
  margin-bottom: -2000px;
}
#add-friend-list div.user-match-list span.select-deselect-all,
#add-friend-list div.email-list span.select-deselect-all {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 9px;
}
#add-friend-list div.user-match-list ul, #add-friend-list div.email-list ul {
  max-height: 400px;
  overflow: auto;
  clear: left;
  padding-bottom: 1px; /* gets rid of the weird truncated scrollbars on ffox */
}
#add-friend-list div.user-match-list { margin-right: 10px; }
#add-friend-list div.email-list {
  padding-left: 8px;
  border-left: 2px solid #edd;
}
#add-friend-list div.user-match-list h4, #add-friend-list div.email-list h4 {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 7px;
  margin-bottom: 9px;
  border-bottom: 1px solid #baa;
}
div.invite-submit { width: 100%; float: left; }
div.invalid-emails { float: left; margin-top: 18px; }

h1#friend-requests {
  display: inline-block;
  float: left;
  width: 470px;
}

span#skip-requests {
  font-size: 12px;
  font-weight: normal;
  float: right;
  width: 160px;
  text-align: right;
  line-height: 36px;
}

.pending-friend-requests {
  float: left;
  width: 100%;
  margin-top: 18px;
}

.pending-friend-requests li {
  float: left;
  width: 100%;
}

.go-to-next-step {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 18px;
}

/* Info pages */
/*---------------------------------------------------------------------------*/
#privacy-policy, #terms-of-use { font-size: 11px; }

#privacy-policy ul, #terms-of-use ul { 
  list-style-type: disc; 
  margin-left: 40px; 
}

#privacy-policy ol, #terms-of-use ol { 
  list-style-type: decimal; 
  margin-left: 40px; 
}

img.biopic {
  width: 120px;
  float: left;
  margin: 0px 20px 18px 20px;
}

/* About us
------------------------------------------------------------------------------*/
.about-us-description {
  float: left;
  width: 100%;
  margin-bottom: 18px;
  border-bottom: 1px solid #edd;
}

.about-us-mission {
  margin-bottom: 18px;
}

.team-members > li {
  float: left;
  width: 100%;
  margin-bottom: 17px;
  padding-bottom: 18px;
  border-bottom: 1px solid #edd;
}

.team-members .profile-user-name h2 {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.team-members .user-reputation {
  line-height: 36px;
}

.team-members .reading-list-summary .last .book-title-author {
  margin-bottom: 0;
}

/* header */

div#labs-header {
  float: left;
  width: 950px;
  height: 60px;
  line-height: 21px;
  border-bottom: 1px solid #baa;
  background-color: #300;
  margin: 4px 0 6px;
}

div#labs-header > div#logo {
  width: 300px;
  height: 50px;
  float: left;
  padding-top: 4px;
  padding-bottom: 5px;
  background-color: #300;
}

/* related books scoring page */

div.main-book-info {
  float: left;
  width: 928px;
  margin-bottom: 18px;
  padding: 10px;
  background-color: #dfdfff;
  border: 1px solid #baa;
}

div#rel-books-heading {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 36px;
}

div#rel-books-heading h2 {
  display: inline-block;
}

ul.rel-book-info {
  float: left;
  width: 808px;
}

ul.rel-book-info div.list-categories ul > li {
  margin-left: 20px;
}

ul.rel-books-scores, ul.rel-books-scores > li {
  float: left;
  width: 100%;
}

ul.rel-books-scores > li {
  padding-top: 17px;
  padding-bottom: 18px;
  border-top: 1px solid #999;
}

ul.rel-book-details {
  float: left;
  width: 829px;
}

ul.rel-book-details > li {
  float: left;
  width: 799px;
}

ul.rel-book-details div.list-categories ul > li {
  margin-left: 20px;
}

ul.rel-book-details div.summary-text, ul.rel-book-details div.full-text,
ul.rel-book-info div.summary-text, ul.rel-book-info div.full-text {
  font-size: 11px;
}

ul.rel-book-details > li.scores {
  margin-top: 18px;
  margin-left: -5px;
  background-color: #EEE;
  border: 1px solid #999;
  padding: 9px 15px;
}

ul.rel-book-details > li.scores > p.score-question {
}

form.related-books-scores span.user-score {
  margin-right: 15px;
}

form.related-books-scores input.not-sure {
  margin-left: 70px;
}

div.rel-book-score-comment {
  float: left;
  width: 799px;
}

div.rel-book-score-comment input {
  width: 610px;
}

form.related-books-scores div.submit-buttons {
  float: right;
  width: 300px;
  margin-right: 300px;
  margin-top: 36px;
}

form.related-books-scores div.submit-buttons a#submit-scores {
  font-size: 24px;
  line-height: 36px;
}

a.skip-labs-item {
  width: 140px;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 18px;
}

a.labs-submit {
  display: block;
  background-color: #e9e9e9;
  border: 1px solid #999;
  color: #444;
  padding: 0 7px;
  text-align: center;
}

a.labs-submit:hover {
  text-decoration: none;
  background-color: #3B5998;
  border: 1px solid #3B5998;
  color: #fff;
  text-decoration: none;
}

div.rel-books-intro {
  float: left;
  width: 928px;
  padding: 0 10px;
  margin-top: 18px;
}

.labs-get-started {
  float: left;
  margin-right: 20px;
}

.labs-get-started-button {
  float: left;
}

div.rel-books-instructions {
  float: left;
  width: 928px;
  background-color: #FFFFDD;
  border: 1px solid #EEDD44;
  padding: 4px 10px;
  margin: 16px 0;
}

p.skip-instruction {
  float: left;
  width: 100%;
  line-height: 36px;
  padding-bottom: 0;
}

/* Search results
/*----------------------------------------------------------------------------*/
h4.did-you-mean { 
  margin-left: 16px;
  line-height: 36px;
}

div.search-results-nav {
  width: 100%;
}

div.search-results-nav ul.nav { display: inline; }

.col-a .book-in-list div.book-title-author { width: 100%; }

ol.search-results .book-in-list .book-title-author .title-author {
  width: 340px;
  float: left;
}

div.book-title-author > div.title-author {
  float: left;
}

div.book-title-author > div.title-author > span {
  float: left;
  width: 100%;
}

.col-a .book-in-list div.book-title-author > div { 
  float: left;
  width: 580px; 
}

.col-a div.dd-menu { float: right; }

ol.search-results .book-in-list div.rating {
  float: right;
  padding-right: 10px;
}

ol.search-results .book-description {
  font-size: 11px;
  margin-bottom: 18px;
}

ol.search-results .books-in-format-container {
  width: 555px;
}

ol.search-results .show-editions {
  clear: left;
}

ol.search-results div.editions-header,
ol.search-results div.editions-expanded {
  font-size: 11px;
  padding-bottom: 0;
}

ol.search-results div.editions-header > span {
  width: 75px;
}

ol.search-results div.editions-expanded > span {
  width: 111px;
}

/* omitting ol.search results so spinner hidden on book details */
div.editions-header > img.expanding-spinner {
  visibility: hidden;
  float: left;
  width: 16px;
  padding: 0 10px;
}

ol.search-results div.book-edition-info {
  width: 375px;
}

li.author-result, div.author-result-heading, 
.existing-discoveries div.discovery-heading {
  float: left; 
  width: 100%;
}

div.author-result-heading, 
div.existing-discoveries .discovery-heading { border-bottom: 1px solid #baa; }

li.author-result, .existing-discoveries > ul > li { 
  margin-bottom: 18px; 
}

div.book-list-item-lg {
  width: 110px;
  float: left;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  margin: 8px 4px;
  padding: 5px;
}

div.book-list-item-lg:hover { background-color: #dfdfff; }

div.book-list-item-lg img.book-cover {
  width: 110px;
  max-height: 160px;
}

div.book-list-item-lg div.rating {
  padding-left: 0;
  padding-bottom: 5px;
}

div.book-list-item-lg .book-cover-container {
  height: 160px;
}

div.book-list-item-lg > div.add-to-list {
  top: 4px;
  left: 4px;
  line-height: 18px;
  margin-bottom: 6px;
}

span.no-books-found {
  float: left;
  width: 100%;
  margin-top: 18px;
  padding: 8px 0;
  border: 1px solid #8099B3;
  background-color: #e9e9ff;
  font-size: 11px;
  text-align: center;
}

span.no-books-found a {
  font-weight: bold;
  text-decoration: underline;
}



.merge-candidate-main-book {
  float: left;
  width: 100%;
}

.merge-candidate-main-book .book-info {
  width: 830px;
}

.merge-candidate-main-book .edition-and-not-a-book {
  float: left;
  width: 700px;
}

.merge-candidate-main-book .editions-header {
  width: 529px;
  margin-top: 18px;
  margin-right: 10px;
}

.merge-candidate-main-book .editions-expanded {
  width: 700px;
}

.merge-candidate-main-book .books-in-format-expanded > ul {
  width: 675px;
}

.merge-candidate-main-book .book-edition-info {
  width: 615px;
}

.merge-candidate-main-book .not-a-book,
.merge-candidate-main-book .not-a-book-undo {
  float: right;
  margin-top: 18px;
}

.merge-candidates .buy-button, .merge-candidate-main-book .buy-button {
  display: none;
}

h2.candidates-hdr {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

div.merge-candidates {
  float: left;
  width: 100%;
}

ul.merge-candidates {
  list-style-type: none;
  float: left;
  width: 100%;
}

.set-all-links {
  float: left;
  width: 100%;
  margin-bottom: 18px;
}

.set-all-links a {
  font-weight: bold;
  margin-left: 10px;
}

.merge-candidates > li {
  float: left;
  border-style:solid;
  border-bottom: 1px solid #edd;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 8px;
}

.merge-form-buttons {
  float: left;
  width: 230px;
  margin-right: 10px;
  padding-left: 10px;
}

.merge-form-buttons label {
  margin-right: 18px;
}

.merge-candidates .merge-form-buttons .not-a-book,
.merge-candidates .merge-form-buttons .not-a-book-undo {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 8px;
}

.merge-candidates li .book-title-author {
  float: left;
  width: 700px;
}

.merge-candidates li .book-img-lnk {
  float: left;
  width: 40px;
  margin-right: 10px;
}

.merge-candidates li .title-author {
  float: left;
  width: 650px;
}

.merge-candidates .different-languages {
  margin-top: 8px;
  font-size: 11px;
}

.merge-candidates .undo-button {
  background-color: #3b5998;
  color: #fff;
}

input.submit-merge-confirmations {
  float: left;
  font-size: 18px;
}

.merge-conflict-book {
  float: left;
  width: 455px;
  margin: 18px 0;
}

.conflict-left {
  border-right: 1px solid #baa;
  padding-right: 19px;
}

.conflict-right {
  padding-left: 20px;
}

.merge-conflict-book .details-by-line {
  font-size: 14px;
}

.merge-candidates .book-info {
  width: 335px;
  margin-bottom: 18px;
}

.merge-conflict-book .edition-and-not-a-book {
  float: left;
  width: 100%;
}

.merge-conflict-book .not-a-book, .merge-conflict-book .not-a-book-undo {
  float: right;
}

.merge-conflict-book .editions-header {
  width: 280px;
}

.merge-conflict-book .editions-header > span {
  width: 110px;
}

.merge-conflict-book .editions-header > img {
  display: none;
}

.merge-conflict-book .book-edition-info {
  width: 370px;
}

.conflict-candidates-confirm {
  float: left;
  width: 100%;
  border-top: 1px solid #baa;
  padding-top: 26px;
}

.conflict-candidates-confirm h2 {
  display: block;
  float: left;
  width: 250px;
  margin: 0 50px;
}

.conflict-candidates-confirm form {
  float: left;
  width: 140px;
}

.conflict-candidates-confirm .button-lg {
  width: 100px;
  text-align: center;
}

.conflict-candidates-confirm .yes-button {
  border-color: rgb(47,171,4);
}

.conflict-candidates-confirm .yes-button a {
  background-color: rgb(47,171,4);
}

.conflict-candidates-confirm .no-button {
  border-color: rgb(171,47,4);
}

.conflict-candidates-confirm .no-button a {
  background-color: rgb(171,47,4);
}

.conflict-candidates-confirm .not-sure-lnk a {
  line-height: 36px;
  font-size: 16px;
}

.conflict-different-language {
  float: left;
  width: 248px;
  padding-left: 350px;
  text-align: center;
}

.book-merge-how-to-info {
  float: left;
  width: 100%;
  margin-bottom: 18px;
}

.book-merge-how-to-info img {
  float: left;
  width: 400px;
  margin-right: 20px;
}

.book-merge-how-to-info div {
  width: 500px;
  float: left;
}

.book-merge-how-to-info ul {
  list-style-type: disc;
  margin: 18px 0 18px 30px;
}

.ready-to-merge {
  float: left;
  width: 100%;
  margin-top: 18px;
}

.ready-to-merge h2 {
  width: 275px;
  float: left;
}

/* Reading lists
/*----------------------------------------------------------------------------*/
.reading-list-title { position: relative; }

div.reading-list {
  margin-top: 18px;
}

div.book-in-list {
  float: left;
  padding-bottom: 8px;
  margin-bottom: 9px;
  border-bottom: 1px solid #edd;
  width: 100%;
}

.reading-list .book-in-list div.book-title-author {
  width: 100%;
  min-height: 54px;
  float: left;
}

.reading-list .book-in-list .book-title-author div.title-author {
  float: left;
  width: 395px;
}

.reading-list .book-in-list .book-title-author div.title-author > span {
  float: left;
  width: 100%;
}

.reading-list .book-in-list div.rating {
  float: left;
  padding-top: 4px;
  padding-left: 0px;
}

div.title-author > span { display: block; }

ol.default-lists {
  width: 100%;
  padding-bottom: 9px;
  margin-bottom: 8px;
  border-bottom: 1px solid #baa;
}

ol.custom-lists {
  margin-bottom: 12px;
}

div.reading-lists .button {
  margin-top: 4px;
}

div.reading-lists ol > li > a {
  font-size: 12px;
}

form.custom-list input.text {
  font-size: 20px;
  width: 300px;
}

form.custom-list a {
  font-size: 12px;
}

span.new-list-instructions {
  position: absolute;
  width: 300px;
  display: block;
  font-size: 11px;
  line-height: 18px;
  color: #777;
  font-style: italic;
  border-bottom: 1px solid #ed4;
  border-left: 1px solid #ed4;
  border-right: 1px solid #ed4;
  background-color: #ffd;
  padding: 0 5px;
  margin-top: -5px;
  text-align: center;
}

.add-to-list-tip {
  float: left;
  width: 410px;
  padding: 0 20px;
  font-size: 11px;
  background-color: #dfdfff;
}

.add-to-list-tip h4 {
  margin: 18px 0;
}

.add-to-list-tip ol {
  list-style-type: decimal;
  margin-left: 20px;
}

.add-to-list-tip li {
  margin-bottom: 18px;
  color: #877;
}

.add-to-list-tip h5 {
  color: #433;
}

.add-to-list-tip strong {
  color: #655;
}

.add-to-list-tip img {
  vertical-align: middle;
  height: 20px;
}

/* Reading list options drop down
/*----------------------------------------------------------------------------*/
div.options {
  float: right;
  position: relative;
  font-size: 11px;
  line-height: 18px;
  background-color: transparent;
}

.options > ul {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.options > ul > li {
  float: left;
  width: 56px;
}

.options > ul > li a, .options > ul > li span {
  display: block;
  width: 40px;
  padding: 1px 7px;
  text-decoration: none;
}

.options > ul > li > a, .options > ul > li > span {
  text-align: center;
  font-weight: normal;
  color: #877;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: none;
}

.options > ul > li > .parent-hover {
  background-color: #ddd;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: none;
  color: #433;
}

.options > ul > li > ul {
  display: none;
  right: 0;
  position: absolute;
  z-index: 90;
  padding: 0;
  border: 1px solid #999;
}

.options > ul > li > ul a, .options > ul > li > ul span {
  width: 115px;
  color: #433;
  background-color: #fff;
}

.options > ul > li > ul > li a:hover {
  background-color: #666;
  color: #fff;
}

.options > ul > li > ul > li a.disabled { color: #888; }
.options > ul > li > ul > li a.disabled:hover { background-color: #fff; }

/* always show the options menu for a custom reading list */
.reading-list-title .options {
  visibility: visible;
  position: absolute;
  right: 0;
  top: 11px;
}



.not-a-book, .not-a-book-undo {
  font-size: 10px;
}
.not-a-book {
  width: 136px;
}
.not-a-book-undo {
  float: left;
  width: 161px;
}
.book-actions .not-a-book, .book-actions .not-a-book-undo,
.book-in-list .not-a-book, .book-in-list .not-a-book-undo {
  float: right;
}
.not-a-book-modal {
  width: 375px;
}
.not-a-book-modal p {
  padding-left: 7px;
}
.not-a-book-modal .not-a-book-submit {
  font-size: 12px;
  width: 100%;
  margin-bottom: 18px;
}
.not-a-book-modal .not-a-book-lnk {
  margin-left: 66px;
  margin-right: 2px;
}
.not-a-book-guidelines-lnk {
  font-weight: bold;
}
.not-a-book-guidelines {
  display: none;
}
.not-a-book-guidelines li {
  margin-left: 27px;
  list-style-type: disc;
}
#not-a-book-suggestions-list {
  float: left;
  width: 100%;
}
#not-a-book-suggestions-list > li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #edd;
  padding-bottom: 8px;
  padding-top: 9px;
}
#not-a-book-suggestions-list .book-in-list {
  width: 630px;
  border-bottom: none;
  padding-bottom: 0;
  margin: 0 10px 0 10px;
}
#not-a-book-suggestions-list .book-title-author > div {
  float: left;
  width: 580px;
}
#not-a-book-suggestions-list .book-description {
  font-size: 11px;
  margin-bottom: 18px;
}
#not-a-book-suggestions-list .book-info-item {
  float: left;
  width: 100%;
  font-size: 11px;
}
#not-a-book-suggestions-list .list-categories li {
  float: left;
  width: auto;
  margin-right: 10px;
  padding: 0 7px;
  background-color: #dfdfff;
}
#not-a-book-suggestions-list .book-edition-info {
  width: 495px;
}
#not-a-book-suggestions-list .buy-button {
  display: none;
}
.not-a-book-approval {
  float: left;
  width: 160px;
  margin-right: 10px;
  text-align: center;
}
#not-a-book-suggestions-list a.agree-button,
#not-a-book-suggestions-list a.disagree-button,
#not-a-book-suggestions-list .agree-button-selected,
#not-a-book-suggestions-list .disagree-button-selected {
  width: 78px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.not-a-book-user-data {
  float: left;
  width: 120px;
  margin-left: 10px;
  text-align: center;
}
.not-a-book-count {
  float: left;
  width: 100%;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 18px;
  padding: 9px 0;
  background-color: #dfdfff;
}
.not-a-book-count-subtitle {
  float: left;
  width: 100%;
  font-size: 10px;
  line-height: 18px;
}
