/* -----------------------------------------------------
 * Layout settings
 * ----------------------------------------------------- */
/* -----------------------------------------------------
 * App-wide specs: colors, dimensions, etc.
 * Controller- and page-specific variables should be declared in
 * the controller-specific SASS stylesheet.
 * ----------------------------------------------------- */
.add_to_cart_wrapper .distribution-notice .isbn-info, .add_to_cart_wrapper .distribution-notice .isbn-format, #convert-to-ebook a.indesign-faq {
  color: #6d6d6d;
  font-size: 1rem;
  line-height: 1.46;
}

/*
 * Utopia-specific SASS variables and mixins.
 */
/* Page layouts
 */
/* -----------------------------------------------------
 * Grids
 *
 * Programmatically generate the widths of elements that
 * belong in the grid.
 *
 * Usage:
 *
 * .container
 *   @include row
 *   .primary
 *     @include col(8)
 *     @include internal-margin
 *   .secondary
 *     @include col(4)
 *     @include last
 * .container
 *   @include row
 *   .tertiary
 *     @prepend(4)
 *     @include(4)
 *     @append(4)
 *
 * Inspired by:
 *   http://bjorkoy.com/2010/05/css-grids-with-sass/
 * ----------------------------------------------------- */
/* math magic */
/* create row div */
/* create a column div */
/* make an element span n columns */
/* the first and last columns in a row needs these */
/* prepend n blank columns */
/* append n blank columns */
/*
 * Book display styles.
 */
.add_to_cart_wrapper .distribution-notice.ingram {
  font-size: 15px;
  line-height: 1.5em;
}

#convert-to-ebook a {
  font-size: 14px;
  line-height: 1.61em;
}

.add_to_cart_wrapper .distribution-notice .isbn-info, .add_to_cart_wrapper .distribution-notice .isbn-format, #convert-to-ebook a.indesign-faq {
  font-size: 13px;
  line-height: 1.46em;
}

.blurb .header {
  border-bottom: 0;
}

#contentMainWrap {
  background: url(/images/book_detail/bg-shelf.png) repeat-x white;
}

.slickwrap {
  float: left;
  width: 630px;
}

#contentMainArea {
  min-height: 700px;
  padding: 0;
  width: 940px;
}

.page-bookstore-user_store #contentMainArea {
  padding: 0 20px;
  width: 710px;
}

#bookshelf-bg {
  background: url(/images/book_detail/bg-shelf-bottom.png) repeat-x 0 -25px;
  min-height: 330px;
}

.book_listing {
  margin-right: 0;
  padding: 0 20px 39px 20px;
}
.book_listing .bookstore_right {
  width: 280px;
  float: left;
}

.horizontalLine {
  display: none;
}

.title_and_byline {
  width: 245px;
  float: left;
  min-height: 200px;
  margin-left: 30px;
}
.title_and_byline .book_subtitle {
  min-height: 1.5em;
}
.title_and_byline .authors {
  display: block;
  min-height: 1.3em;
}

#book-sidebar-modules {
  position: relative;
  width: 290px;
  float: right;
  margin-right: 20px;
}
#book-sidebar-modules .module {
  width: 266px;
  background: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff, #e2e2e2);
  background: -moz-linear-gradient(top, #ffffff, #e2e2e2);
  background: -o-linear-gradient(top, #ffffff, #e2e2e2);
  background: linear-gradient(top, #ffffff, #e2e2e2);
  border: 1px solid #c3c2c2;
  border-radius: 9px;
  margin-bottom: 10px;
  padding: 12px;
  float: left;
}
#book-sidebar-modules .module h2 {
  font-family: ARSMaquettePro, Arial, sans-serif;
  margin-bottom: 5px;
}
#book-sidebar-modules .module .button {
  width: 230px;
}
#book-sidebar-modules #author_view_bookshelf {
  position: absolute;
  top: 311px;
}

#order-pdf-module a.button {
  font-size: 1.2em;
}

.share-image img {
  vertical-align: baseline;
}

.comment-image {
  vertical-align: middle;
}

.comment_link a:link, .comment_link a:visited {
  color: #00ace5;
  font-size: 1.1em;
}

.slickchevron {
  color: white;
}

.slickshadow {
  border: none;
}

.content-spacer {
  display: none;
}

.status {
  color: black;
  font-weight: 700;
  float: left;
  width: 270px;
  padding: 0 0 10px 0;
  margin: 10px 0 10px 0;
}
.status .icon {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 8px 8px 0;
}
.status .processing.bar {
  width: 100%;
  height: 24px;
  border: 1px solid #acdeef;
  background-image: url("/images/ebook/progress_animation.gif");
  border-radius: 3px;
  margin: 10px 0 5px 0;
}
.status .info {
  font-weight: normal;
  text-align: right;
}

.status.order-complete {
  margin: 0 0 20px 20px;
  width: 480px;
}

.state.order-complete {
  margin-right: 15px;
  width: 275px;
  height: 80px;
}

.status.exception {
  font-weight: normal;
  color: #f33914;
}

.corkwrap .inner {
  padding-bottom: 0;
}

.public-uri-field.complete {
  width: 480px;
  height: 120px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4) inset;
  border-radius: 9px;
  float: none;
}
.public-uri-field.complete h4 {
  margin: 0 0 10px 0;
}
.public-uri-field.complete .state {
  width: auto;
}
.public-uri-field.complete .state #ebookPublicUri {
  width: 460px;
}
.public-uri-field.complete .state a {
  color: black;
}
.public-uri-field.complete .aside {
  color: black;
  text-align: left;
}

.public-uri-field {
  float: left;
  width: 270px;
  margin: 0 0 10px 5px;
}
.public-uri-field > .button {
  float: left;
  margin-right: 6px;
}
.public-uri-field a {
  color: #00ace5;
  white-space: nowrap;
  text-transform: none;
}
.public-uri-field input {
  font-family: "ARSMaquettePro", sans-serif;
  border: 1px solid #dadada;
  border-radius: 2px;
  font-size: 1em;
  line-height: 1.3em;
  padding: 4px 6px;
  background-color: #f4f4f4;
  color: #666666;
  width: 255px;
  margin: 8px 0 5px 0;
}
.public-uri-field .state {
  float: left;
  height: 40px;
  width: 255px;
  text-align: right;
  color: #aaaaaa;
}
.public-uri-field .state a {
  display: block;
  float: left;
}

#save-settings {
  margin-right: 10px;
}

.book_listing {
  margin-bottom: 0;
}

.pane {
  padding: 14px;
}

.private_pane {
  padding: 18px 1px 14px;
  background-color: white;
  border-radius: 9px;
}
.private_pane .inner {
  padding: 11px 17px 13px 11px;
}
.private_pane .horizontalLine {
  margin: 13px 0 27px;
  border-bottom: none;
  border-color: #a7c275;
}

#edit-book-warning .slickbutton {
  width: 8em;
}

.slickbutton {
  border: none;
  height: auto;
}
.slickbutton .faded {
  border: none;
}
.slickbutton input, .slickbutton a {
  -webkit-appearance: none;
  display: inline-block;
  font: 500 1em/1.2 "ARSMaquettePro", Arial, sans-serif;
  padding: 7px 14px;
  text-decoration: none;
  color: #535143;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  text-shadow: 0 1px 0 white;
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, white, #d9d9d9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #d9d9d9));
  box-shadow: 1px 1px 2px #686c72;
}

.page_section_title {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
  min-height: 37px;
}

span.workflow_on {
  display: block;
  float: left;
  font-size: 1em;
  color: #333333;
  padding: 4px 0 0 8px;
  line-height: 1.5em;
}

.fieldWithErrors input {
  border: 1px solid #cc0000;
}

#book-action-links {
  float: left;
  margin-top: 10px;
}

.simple-book-control {
  float: left;
  width: 250px;
  margin: 8px 5px 6px 0;
}

#share_links {
  margin-top: 10px;
  border-bottom: 1px dotted #666666;
  padding: 0 10px 6px 10px;
}
#share_links li {
  display: inline;
  font-size: 10px;
  text-transform: uppercase;
}
#share_links li a {
  color: #a29c83;
  background-image: url(/images/book_detail/small_share_sprites.gif);
  background-repeat: no-repeat;
  padding-left: 18px;
}
#share_links li.email a:hover {
  color: #fd7820;
  text-decoration: none;
  background-position: -69px 0;
}
#share_links li.share a {
  background-position: 0 -20px;
  padding-left: 14px;
}
#share_links li.share a:hover {
  color: #fd7820;
  text-decoration: none;
  background-position: -69px -20px;
}

.book-wrap {
  position: absolute;
  left: 0;
  height: 260px;
  padding: 0;
}

.bookstore_left {
  width: 305px;
  float: left;
  min-height: 280px;
  text-align: center;
}
.bookstore_left .bk-cover-image {
  max-width: 312px;
  max-height: 260px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  display: inline-block;
}
.bookstore_left .bk-cover-image:before, .bookstore_left .bk-cover-image:after {
  content: "";
  width: 20%;
  position: absolute;
  top: 12px;
  bottom: -1px;
  border-radius: 0 0 12px 12px;
  z-index: -2;
}
.bookstore_left .bk-cover-image:before {
  left: 2.1em;
  -ms-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  box-shadow: -2.8em 0 10px rgba(0, 0, 0, 0.3);
}
.bookstore_left .bk-cover-image:after {
  right: 2.1em;
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  box-shadow: 2.8em 0 10px rgba(0, 0, 0, 0.3);
}
.bookstore_left img {
  display: block;
  max-width: 312px;
  max-height: 260px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
.bookstore_left .bk-cover-image {
  height: 260px;
}
.bookstore_left .bk-cover-image .cover-image {
  min-height: 260px;
}

#book-warnings {
  margin: 15px;
}
#book-warnings .warning {
  width: 95%;
  background-color: #f9f4e4;
  padding: 20px;
  margin: 0 0 1em 0;
}
#book-warnings .warning h2 {
  font-family: ARSMaquettePro, Arial, sans-serif;
  margin: 0 0 0.75em 0;
}
#book-warnings .warning.out-of-sync {
  width: inherit;
  background-color: #00abf1;
}

* html #book-warnings .warning {
  margin-bottom: 30px;
  margin-top: -15px;
}

.out-of-sync.warning {
  padding: 10px;
  margin: 10px;
  width: 580px;
  background-color: #00abf1;
  color: white;
}
.out-of-sync.warning a {
  color: white;
  text-decoration: underline;
}

.book_listing .title_and_byline {
  line-height: 20px;
  padding: 10px 0 5px 10px;
}
.book_listing .title_and_byline p {
  padding-bottom: 0;
}
.book_listing .title_and_byline a {
  color: #00ace5;
}
.book_listing .title_and_byline a.button {
  color: black;
}
.book_listing .title_and_byline a.button:hover {
  color: #00adef;
}
.book_listing .book_title {
  font-weight: normal;
  font-size: 2.1em;
  line-height: 1.2em;
  padding-bottom: 0 !important;
  overflow: hidden;
  font-family: Georgia, serif;
  color: black;
  max-height: 130px;
  overflow: hidden;
  letter-spacing: -0.035em;
  word-wrap: break-word;
}
.book_listing .book_title a {
  color: #535153;
}
.book_listing .book_subtitle {
  font-style: italic;
  font-weight: normal;
  font-family: Georgia, serif;
  padding-bottom: 9px !important;
}
.book_listing a.profile {
  font-family: ARSMaquettePro, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.selectCurrencies {
  float: left;
  margin: 15px 0;
}

.private_pane div.selectCurrencies {
  margin-bottom: 3px;
}

.private_pane div.add_to_cart div.selectCurrencies {
  margin-top: 5px;
}

/* Add to cart module */
.add_to_cart_wrapper {
  float: left;
  margin-top: 0;
}
.add_to_cart_wrapper #empty_cart_text {
  margin-left: -12px;
}
.add_to_cart_wrapper hr {
  background-color: #cccccc;
}
.add_to_cart_wrapper .page_section_title {
  text-align: center;
  margin: 0 15px;
  position: absolute;
  z-index: 2000;
}
.add_to_cart_wrapper .private {
  margin: 0;
  padding: 0;
}
.add_to_cart_wrapper #add_button input {
  text-align: center;
  width: 230px;
}
.add_to_cart_wrapper .standard-options {
  float: left;
  padding: 0 12px 8px 12px;
  color: #333333;
}
.add_to_cart_wrapper .standard-options input {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.add_to_cart_wrapper .standard-options label {
  display: block;
  float: left;
  width: 220px;
  margin: 2px 0 3px 4px;
  font-weight: normal;
}
.add_to_cart_wrapper .standard-options label a {
  color: #00ace5;
}
.add_to_cart_wrapper table {
  width: 270px;
  margin-bottom: 3px;
}
.add_to_cart_wrapper table td {
  text-align: right;
  height: 26px;
}
.add_to_cart_wrapper table td.firstcolumn {
  text-align: left;
  width: 145px;
}
.add_to_cart_wrapper table td.secondcolumn {
  text-align: left;
}
.add_to_cart_wrapper table td input.cart_input {
  font-size: 10px;
  text-align: right;
  width: 2.5em;
}
.add_to_cart_wrapper table td #empty_cart_text {
  margin-top: 5px;
  text-align: left;
  padding-left: 10px;
}
.add_to_cart_wrapper #pro-stuff {
  clear: both;
  border-top: 2px groove white;
  margin-top: 3px;
  padding: 7px 0;
  margin-bottom: 0;
}
.add_to_cart_wrapper #pro-stuff #pro-book-options {
  margin-top: 0;
  color: #333333;
}
.add_to_cart_wrapper #pro-stuff #pro-book-options a {
  display: block;
  font: 500 1.3em/1.1 "ARSMaquettePro", sans-serif;
  padding: 6px 18px;
  min-height: 22px;
  text-decoration: none;
  text-align: center;
  color: white;
  border: 1px solid black;
  border-radius: 5px;
  text-shadow: 0 -1px black;
  background-color: #3a3a3a;
  background-image: -moz-linear-gradient(top, #787878, #3a3a3a);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #787878), color-stop(1, #3a3a3a));
  box-shadow: 1px 1px 2px #686c72;
  width: 215px;
  margin: 0 auto 8px;
}
.add_to_cart_wrapper #pro-stuff #pro-book-options a:hover {
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0085bf), color-stop(100%, #00528d));
  background-image: -webkit-linear-gradient(top, #0085bf, #00528d);
  background-image: -moz-linear-gradient(top, #0085bf, #00528d);
  background-image: -o-linear-gradient(top, #0085bf, #00528d);
  background-image: linear-gradient(top, #0085bf, #00528d);
}
.add_to_cart_wrapper #pro-stuff p {
  font-size: 1.1em;
}
.add_to_cart_wrapper h4 {
  font-family: ARSMaquettePro, Arial, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  color: #6d6d6d;
  margin: 3px 3px 8px 5px;
}
.add_to_cart_wrapper .distribution-notice.amazon {
  text-align: center;
}
.add_to_cart_wrapper .distribution-notice.ingram {
  text-align: left;
  line-height: 1.26em;
}
.add_to_cart_wrapper .distribution-notice {
  line-height: 1.3em;
  font-size: 1.45em;
  padding: 10px 30px;
  color: black;
}
.add_to_cart_wrapper .distribution-notice .isbn-format {
  padding-top: 10px;
}

.quantity-box {
  float: right;
  font-size: 14px;
  margin: 5px;
  padding-right: 10px;
}
.quantity-box input {
  border: 1px solid #cccccc;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 3px #bbbbbb inset;
  color: black;
  font-family: "ARSMaquettePro", sans-serif;
  font-size: 1.2em;
  text-align: right;
  width: 55px;
  height: 30px;
  padding: 3px 7px;
  margin-left: 15px;
}

#pro-messaging {
  font-size: 1em;
  line-height: 1.2em;
  margin: 10px;
}

.line-item-group {
  color: #464646;
  display: block;
  width: 270px;
  float: left;
  margin: 15px 0 5px 0;
  font-weight: bold;
  font-size: 1.2em;
  overflow: visible;
  position: relative;
}

.line-item-group.last {
  float: left;
  height: 1px;
  width: 268px;
  border-top: 1px solid #dadada;
  margin: 0;
}

#iphone-ipad-icon {
  background: url(/images/ebook/icn-ipadiphone.png) no-repeat;
  width: 90px;
  height: 80px;
  position: absolute;
  z-index: 1000;
  bottom: -5px;
  right: 5px;
}

.line-item {
  width: 250px;
  border-bottom: 1px solid #dadada;
  padding: 14px 8px;
  display: block;
  font-weight: normal;
  float: left;
}
.line-item .line-item-description {
  display: block;
  width: 125px;
  float: left;
  margin: 0 6px 0 0;
  vertical-align: bottom;
}
.line-item .line-item-description a {
  color: #00a5d8;
}
.line-item .line-item-price {
  display: table-cell;
  width: 85px;
  float: left;
  text-align: right;
  font-weight: 700;
  margin: 0 6px 0 0;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.line-item .line-item-qty {
  display: block;
  bottom: 0;
  float: right;
  height: 1em;
}
.line-item .line-item-qty input[type=radio] {
  width: auto;
  border: none;
}
.line-item .line-item-purchase {
  display: block;
  bottom: 0;
  float: right;
  margin: 2px 0 3px 0;
}
.line-item.separate {
  margin-top: 9px;
}

/*  Tab Tutorial
 *
 *  There are rules about positioning tabs.
 *
 *  1. The selected tab should cover the pane's border.  Along with changes
 *     to the color, this is what makes the tab look "selected".  To do this,
 *     the tab must be "pushed down" as many pixels as the pane's border.
 *       .tabs ul li.selected a{ position:relative; top:1px; } (pane has 1 pixel border)
 *  2. Rule 1 makes the selected tab "shorter" than the other tabs.  To correct
 *     this, the height of the selected tab must be increased by the same
 *     amount that it was "pushed down" by Rule 1.
 *       .tabs ul li a{ height:22px; }
 *       .tabs ul li.selected a{ height:23px; } (same height as other tabs)
 *     If the height is increased even further, the selected tab can be made
 *     taller than the other tabs.  This can be a nice "popup" effect.
 *       .tabs ul li a{ height:22px; }
 *       .tabs ul li.selected a{ height:24px; } (one pixel higher than other tabs)
 *  3. Rule 2 adds vertically to the bottom of the tab, rather than at the top
 *     where it's needed.  This exposes a white strip below the non-selected
 *     tabs.  To fix this, give the selected tab's anchor a negative top margin,
 *     so that
 *       height of selected + margin of selected = height of non-selected
 *     In our example:
 *       24 + (-2) = 22
 *       .tabs ul li.selected a{ margin-top:-2px;}
 *  4. Finally, deal with IE by resetting the height.  There's probably a
 *     formula for how many additional pixles are required.  But just play
 *     with it.
 *        .ie .tabs ul li.selected a{ height:26px; }
 */
.pane {
  position: relative;
}

#main_tab_group {
  width: 580px;
  margin: 10px 0 0 20px;
  float: left;
  clear: left;
  background: transparent;
  clear: right;
}
#main_tab_group .panes.slickshadow {
  border: 1px solid #dadada;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-right-radius: 9px;
  border-top-right-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-right-radius: 9px;
  border-bottom-right-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -webkit-border-bottom-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
#main_tab_group .tabs {
  position: relative;
  background: transparent;
}
#main_tab_group #left_tabs {
  position: absolute;
  left: 10px;
  z-index: 1000;
}

.de .tabs ul li, .fr .tabs ul li {
  width: auto;
  min-width: 100px;
  max-width: 150px;
  word-wrap: break-word;
}

.tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
.tabs ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.tabs ul li a {
  min-height: 30px;
  height: auto !important;
  padding: 4px 10px 6px;
  display: block;
  outline: 0;
  letter-spacing: 0;
  font-size: 1.25em;
  line-height: 1.2em;
  font-family: ARSMaquettePro, Arial, sans-serif;
  color: #666666;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background: #eeeeee;
}
.tabs ul li a:hover {
  color: #fd7820;
}
.tabs ul li.selected a {
  cursor: default;
  color: #00abf1;
  background-color: white;
  height: auto;
  margin-top: 0;
}
.tabs ul li.selected a:hover {
  text-decoration: none;
}
.tabs ul li {
  width: 120px;
}
.tabs ul li#store_price {
  height: 2.8em;
  white-space: nowrap;
}
.tabs ul li#my_price {
  height: 2.8em;
  white-space: nowrap;
}
.tabs ul.private {
  float: right;
}
.tabs ul.private li a {
  background: #eeeeee;
}
.tabs ul.private li.selected a {
  background-color: white;
  border-color: #aaaaaa;
}
.tabs ul.private li a {
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}

.ie6 .tabs ul li.selected a {
  height: 26px;
}

#pdf-download-module a.pdf_link {
  background: url(/images/pdf_icon.png) no-repeat left center;
  padding: 7px 0 6px 20px;
  margin-top: -8px;
  height: 18px;
  color: #00adef;
}

#facebook-comments {
  padding-top: 30px;
}

.metadata-content {
  padding: 0 20px;
  width: 610px;
}
.metadata-content .book-description {
  margin: 20px 0 0;
}
.metadata-content .staff-pick {
  float: left;
  padding-right: 10px;
}
.metadata-content .author-website dt {
  font-weight: bold;
  padding-bottom: 2px;
}
.metadata-content .author-website dd {
  padding-bottom: 15px;
}
.metadata-content .avatar {
  display: block;
  float: left;
  margin-right: 10px;
}
.metadata-content .also_by_author {
  margin-bottom: 5px;
}

.section-heading,
#comment-heading h4 {
  border-bottom: 1px solid #c2c2c2;
  color: #1e1e1e;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 0 3px;
  margin: 20px 0 10px;
  text-transform: uppercase;
  width: auto;
}
.section-heading#about_book,
#comment-heading h4#about_book {
  margin-top: 0;
}
.section-heading a,
#comment-heading h4 a {
  text-transform: none;
}

.inline_edit, .inline_save {
  display: none;
}

#book_stats {
  padding: 10px 0 0;
  margin: 0;
}
#book_stats p {
  padding-bottom: 0;
  margin-bottom: 10px;
}
#book_stats h6 {
  float: left;
  font-size: 1.12em;
  margin-right: 6px;
}
#book_stats .tag_list > span {
  font-size: 1.4em;
  display: inline-block;
  float: left;
  padding: 3px 5px;
  margin: 0 2px;
  background: #00abf1;
  border-radius: 3px;
  color: white;
}
#book_stats .tag_list > span a {
  color: white;
}
#book_stats .tag_list > span .delete_tag {
  color: black;
  cursor: pointer;
}

#convert-to-ebook {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(#ffffff, #d9d9d9);
  background-image: -moz-linear-gradient(#ffffff, #d9d9d9);
  background-image: -o-linear-gradient(#ffffff, #d9d9d9);
  background-image: linear-gradient(#ffffff, #d9d9d9);
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #c3c3c3;
}
#convert-to-ebook a {
  color: #00abf1;
  display: block;
}
#convert-to-ebook a.convert-ebook {
  height: 45px;
  padding: 1px 5px 0 50px;
  background: url(/images/book_detail/icn-ipad-lrg.png) no-repeat;
}
#convert-to-ebook a.indesign-faq {
  border-top: 2px groove white;
  padding: 5px;
  margin-top: 5px;
}

.author-bookstore {
  display: inline-block;
  margin: 0;
}
.author-bookstore li {
  float: left;
  margin: 0 20px 20px 0;
}
.author-bookstore li:last-child {
  margin-right: 0;
}
.author-bookstore li,
.author-bookstore .cover-with-hinge img {
  width: 115px;
}
.author-bookstore p {
  font-size: 0.9em;
  line-height: 1.2;
  margin: 5px 0 0;
  word-wrap: break-word;
}
.author-bookstore p .book-title {
  display: block;
  color: #666666;
  font-weight: 500;
  font-family: "ARSMaquetteProMedium", Arial, sans-serif;
}
.author-bookstore #view_more_link {
  float: right;
  padding: 0.5em;
}

.private_pane .author_hint {
  margin-bottom: 20px;
}

.pane .cancel_save_buttons {
  clear: both;
  padding-top: 17px;
  text-align: right;
}
.pane .cancel_save_buttons input.button {
  float: right;
}

.ie .pane .cancel_save_buttons .slickbutton input {
  padding-bottom: 0;
}

.safari .pane .cancel_save_buttons .slickbutton {
  font-family: "ARSMaquettePro", sans-serif;
}
.safari .pane .cancel_save_buttons .slickbutton input, .safari .pane .cancel_save_buttons .slickbutton a {
  padding: 7px 14px;
  margin: 0 0 0 8px;
  border: 1px solid #cccccc;
}
.safari .pane .cancel_save_buttons .slickbutton a:hover {
  color: #00ace5;
}

.ie7 .pane .cancel_save_buttons .slickbutton {
  width: 90px;
}

#related-editions-module {
  padding: 15px;
}
#related-editions-module h2 {
  font-family: ARSMaquettePro, Arial, sans-serif;
  margin-bottom: 5px;
}
#related-editions-module .body {
  font-size: 1.2em;
}
#related-editions-module a.lnk-related-edition {
  color: #00abf1;
  float: left;
}
#related-editions-module .price {
  float: right;
}

.pane a {
  color: #00abf1;
}

#main_tab_group .pane .settings_row {
  padding-bottom: 10px;
}
#main_tab_group .pane .last {
  border-bottom: none;
}
#main_tab_group .pane a.slickchevron {
  color: white;
  background-color: #00ace5;
}
#main_tab_group .pane .settings_description h4 {
  margin: 0 0 10px 0;
  font-size: 1.3em;
  font-weight: normal;
  font-family: ARSMaquettePro, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #aaaaaa;
}
#main_tab_group .pane .settings_content {
  float: left;
  font-size: 0.95em;
  margin: 0;
  width: 550px;
}
#main_tab_group .pane .settings_content .section.option-group {
  padding: 10px 0;
  margin: 10px 0 0 0;
  border-top: 1px dotted #999999;
}
#main_tab_group .pane .settings_content .paper_type_select select {
  border-color: #979797;
  font-size: 11px;
  min-width: 200px;
}
#main_tab_group .pane .settings_content .pro-info .pro-options {
  float: left;
  max-width: 310px;
  padding-right: 5px;
}
#main_tab_group .pane .settings_content .pro-info .change-link {
  float: left;
}
#main_tab_group .pane .settings_content .pro-info .change-link a {
  text-transform: uppercase;
  font-size: 9px;
  background-color: #fd7820;
  font-weight: bold;
  padding: 2px;
  border: 1px solid white;
  border-radius: 3px;
  color: white;
}
#main_tab_group .pane .settings_content p.rejected {
  font-size: 1.3em;
  line-height: 1.25;
}
#main_tab_group a.more-info {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  background-color: #00abf1;
  border: 1px solid #00abf1;
  text-transform: uppercase;
  font-family: "ARSMaquettePro", sans-serif;
  font-size: 7.5pt;
  line-height: 8.5pt;
  text-decoration: none;
  height: auto;
  color: white;
  font-weight: normal;
  border-radius: 4px;
}
#main_tab_group a.more-info-alt {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  border: 1px solid #00abf1;
  background-color: white;
  text-transform: uppercase;
  font-family: "ARSMaquettePro", sans-serif;
  font-size: 7.5pt;
  line-height: 8.5pt;
  text-decoration: none;
  color: #00abf1;
  font-weight: normal;
  border-radius: 4px;
}
#main_tab_group a.more-info:hover, #main_tab_group a.more-info-alt:hover {
  text-decoration: none;
  background-color: #666666;
  border: 1px solid #666666;
}
#main_tab_group a.button.info:hover {
  color: white;
}

.safari #book_panes input.radio, .safari #book_panes input.checkbox, .safari #book_panes input.check_box {
  position: relative;
  top: 1px;
}

.gecko #book_panes input.radio, .gecko #book_panes input.checkbox, .gecko #book_panes input.check_box {
  position: relative;
  top: 3px;
}

.ie #book_panes input.radio, .ie #book_panes input.checkbox, .ie #book_panes input.check_box {
  position: relative;
  top: 2px;
}

#book_panes .workflow_on {
  padding-left: 22px;
  display: block;
}

.ie #book_panes .workflow_on {
  padding-left: 30px;
  display: block;
}

#share_pane .clearfix {
  border-top: none;
}
#share_pane .clearfix a {
  color: #00ace5;
}

#sell_pane .pro-select {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted black;
}
#sell_pane .pro-select .button.upgrade {
  float: right;
  margin-left: 10px;
}
#sell_pane h3.section {
  font-size: 15px;
  color: black;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
  width: auto;
  background-color: transparent;
}
#sell_pane h3.section.disabled {
  opacity: 0.3;
}
#sell_pane .hr {
  clear: both;
  border-top: 1px dotted black;
}
#sell_pane .hr-thick {
  clear: both;
  border-top: 4px solid #e0e0e0;
}
#sell_pane .drawer .paper_type_select select {
  height: auto;
}
#sell_pane .drawer ul, #sell_pane .drawer ol {
  margin: 0;
}
#sell_pane .drawer .shade {
  font-size: 1.3em;
}
#sell_pane .drawer .shade .subtitle {
  font-size: 0.9em;
  line-height: 1.4em;
  text-shadow: 1px 1px 1px white;
}
#sell_pane .drawer .shade .subtitle.price {
  color: #499a00;
}
#sell_pane .drawer .shade .subtitle.unset {
  color: #aaaaaa;
}
#sell_pane .drawer.submitting {
  opacity: 0.2;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#sell_pane .drawer.submitting .shade .subtitle {
  background: transparent url(/images/loading/spinner_16.gif) no-repeat right 0;
}
#sell_pane .drawer .flash-message {
  padding: 1em 0;
}
#sell_pane .drawer .flash-message.error {
  color: red;
}
#sell_pane .drawer .expandable {
  font-size: 1.25em;
}
#sell_pane .drawer .expandable .hidden {
  display: none !important;
}
#sell_pane .drawer .expandable #ibookstore-submit-hint {
  margin-left: 1em;
  color: #888888;
}
#sell_pane .drawer .expandable .pre-config {
  margin: 1em;
}
#sell_pane .drawer .expandable .pre-config .button {
  margin-left: 1em;
}
#sell_pane .drawer .expandable .row {
  clear: both;
}
#sell_pane .drawer .expandable .description {
  margin: 1em;
  color: #6b6c6e;
}
#sell_pane .drawer .expandable .description .format {
  font-weight: bold;
}
#sell_pane .drawer .expandable .description .isbn {
  margin-top: 0.5em;
}
#sell_pane .drawer .expandable .description .isbn .isbn-label {
  margin-right: 0.5em;
}
#sell_pane .drawer .expandable .description .isbn .isbn-text {
  margin-right: 1.5em;
}
#sell_pane .drawer .expandable .hint {
  font-weight: normal;
}
#sell_pane .drawer .expandable .paper-type-select-container {
  margin-left: 2em;
}
#sell_pane .drawer .expandable .price-container {
  margin: 1em;
}
#sell_pane .drawer .expandable .price-container label {
  margin-right: 3em;
}
#sell_pane .drawer .expandable .price-container .info {
  width: 250px;
  margin-top: 5px;
  float: right;
}
#sell_pane .drawer .expandable .detail-item {
  clear: both;
  margin: 0 0 1em 1em;
}
#sell_pane .drawer .expandable .detail-item .detail-label {
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #888888;
  margin-bottom: 0.5em;
}
#sell_pane .drawer .expandable .detail-item #bisac-category-name {
  float: left;
  width: 70%;
}
#sell_pane .drawer .expandable .detail-item #configure-link {
  float: right;
  margin: 0 1em;
}
#sell_pane .drawer .expandable ul.prices {
  float: right;
  margin: 0.5em 1em 0 0;
}
#sell_pane .drawer .expandable ul.prices li {
  float: left;
  height: 57px;
  overflow: hidden;
  color: #6b6c6e;
}
#sell_pane .drawer .expandable ul.prices li.sign {
  margin: 2em 0.5em 0;
  width: auto;
  height: 1.5em;
}
#sell_pane .drawer .expandable ul.prices li.invisible {
  visibility: hidden;
}
#sell_pane .drawer .expandable ul.prices li .price-label {
  font-weight: bold;
  text-transform: uppercase;
  color: #888888;
  font-size: 0.8em;
}
#sell_pane .drawer .expandable ul.prices input[type=text] {
  font-size: 14px;
  border: 1px solid #c5c5c5;
  background-color: whitesmoke;
  border-radius: 4px;
  width: 4em;
  border-radius: 4px;
  padding: 7px 9px;
  margin-top: 0.2em;
  margin-bottom: 0.46em;
  color: #333333;
  font-weight: bold;
  box-shadow: none;
}
#sell_pane .drawer .expandable ul.prices input[type=text]:disabled {
  background-color: whitesmoke;
  color: #222222;
}
#sell_pane .drawer .expandable .syp-tax-info {
  float: right;
  font-size: 0.92em;
  line-height: 1.08;
  width: 350px;
  margin-bottom: 0.5em;
}
#sell_pane .drawer .expandable .syp-tax-info .callout-image {
  float: left;
  padding-right: 0.46em;
}
#sell_pane .drawer .expandable .syp-tax-info .tax-text {
  color: #ff6633;
}
#sell_pane .drawer.cover-type .expandable input[type=text].money {
  color: #499a00;
  border-color: #6dbe4d;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eff5e0), color-stop(0.68, white));
  background-image: -moz-linear-gradient(center bottom, #eff5e0 0%, white 68%);
}
#sell_pane .drawer .actions {
  float: left;
  width: 97%;
  line-height: 2em;
  margin: 0.5em 0.3em;
}
#sell_pane .drawer .actions .cancel {
  float: right;
}
#sell_pane .drawer .actions .primary {
  float: right;
  margin-left: 1em;
}
#sell_pane .drawer.selected .expandable {
  display: inline-block;
}
#sell_pane .drawer .toggle {
  width: 22px;
  height: 12px;
  float: left;
  margin-top: 2px;
  border: 1px solid #bbbdbf;
  border-radius: 15px;
}
#sell_pane .drawer .toggle div {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  float: left;
  margin-top: 2px;
}
#sell_pane .drawer .toggle div.on {
  background: #58b633;
  margin-left: 4px;
}
#sell_pane .drawer .toggle div.off {
  margin-left: 2px;
  background: #db1827;
}
#sell_pane .drawer .drop-down.custom.money a.button {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eff5e0), color-stop(0.68, white));
  background-image: -moz-linear-gradient(center bottom, #eff5e0 0%, white 68%);
  border: 1px solid #6dbe4d;
  font-size: 13px;
  font-weight: bold;
  color: #499a00;
}
#sell_pane .drawer .drop-down.custom.money .arw {
  margin-top: 3px;
  border-top: 10px solid #499a00;
}
#sell_pane .drawer .drop-down.custom.money select option {
  font-size: 1.4em;
}
#sell_pane .drawer p#no-ibookstore-text {
  padding: 1em;
}

#book_settings_inner p.bottom_note {
  float: left;
  width: 185px;
}

#seller-graph-tabs {
  position: relative;
  min-height: 180px;
  margin-top: 20px;
}
#seller-graph-tabs .subtabs {
  position: absolute;
  right: 20px;
  top: -10px;
}
#seller-graph-tabs .info {
  padding-left: 12px;
}
#seller-graph-tabs .bottom_note p {
  margin: 10px 10px 0;
  border-top: 1px solid red;
  padding: 3px 0 0;
  color: red;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
}
#seller-graph-tabs .cancel_save_buttons {
  margin: 1em;
}
#seller-graph-tabs input.radio, #seller-graph-tabs input.checkbox, #seller-graph-tabs input.check_box {
  margin-right: 4px;
}

ul.options {
  float: left;
  width: 32%;
}
ul.options label {
  font-weight: normal;
}

#customize-preview {
  float: left;
  width: 18%;
  margin-top: 25px;
  text-align: center;
}

#enable_preview_text {
  float: right;
  width: 45%;
}

#public-private-table td.radio-label {
  width: 85px;
  padding-bottom: 5px;
}

#on_the_side {
  width: 89px;
  float: right;
  position: relative;
  top: 72px;
  font-size: 14px;
  line-height: 14px;
}

#on_the_side_content {
  margin: 0 3px;
  position: absolute;
  top: 0;
  right: -19px;
  width: 100px;
}
#on_the_side_content ul a {
  color: #aaaaaa;
}
#on_the_side_content a {
  display: block;
  background-image: url("/images/icons/share_sprites.gif");
  background-repeat: no-repeat;
  padding-left: 25px;
}
#on_the_side_content a:hover {
  text-decoration: none;
  color: #fd7820;
}
#on_the_side_content a.new {
  background-image: url("/images/bookshow/new_small.png");
}
#on_the_side_content a.announce {
  background-position: 1px 3px;
}
#on_the_side_content a.announce:hover {
  background-position: 1px -41px;
}
#on_the_side_content a.badge {
  background-position: -105px 3px;
}
#on_the_side_content a.badge:hover {
  background-position: -105px -41px;
}
#on_the_side_content a.bookmark {
  background-position: -209px 5px;
}
#on_the_side_content a.bookmark:hover {
  background-position: -209px -39px;
}
#on_the_side_content a.delete {
  color: #cc0000;
  padding-left: 36px;
  background-position: -308px 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#on_the_side_content a.delete:hover {
  color: #cc0000;
  background-position: -308px -34px;
  background-color: #cc0000;
  color: white;
}
#on_the_side_content a.replace {
  background-image: none;
  color: #a7c275;
  padding: 5px 0 7px 5px;
  border-top: 1px dotted #999999;
}
#on_the_side_content a.replace:hover {
  background-image: none;
}

#on_the_side #promotenote {
  padding: 25px 5px 0;
  background-color: #eeeeee;
  margin-bottom: 5px;
}
#on_the_side #promotenote .page_section_title {
  padding-bottom: 5px;
  color: #a29c83;
  text-align: center;
}
#on_the_side #promotenote ul, #on_the_side #promotenote li {
  margin: 0;
  padding: 0;
}
#on_the_side #promotenote ul {
  list-style-type: none;
}
#on_the_side #promotenote ul li {
  border-top: 1px dotted #a29c83;
  border-bottom: 1px solid #f9f4e4;
  margin-bottom: 10px;
  padding-top: 10px;
}

#on_the_side .curl {
  margin-bottom: -22px;
}

#bookstore_detail .tabs ul.private li {
  width: 80px;
}
#bookstore_detail #book_comments {
  margin: 0;
}

#simplePaginator {
  margin: 10px 0;
}

#author_bookshelf_pane {
  padding: 0;
}
#author_bookshelf_pane .compact_book {
  width: 175px;
}
#author_bookshelf_pane .compact_book .title_container, #author_bookshelf_pane .compact_book .image_container {
  margin-right: 40px;
}

#share_menu {
  border: 1px solid #fd7820;
  width: 175px;
  position: absolute;
  top: 20px;
  right: -125px;
  background-color: white;
  z-index: 500 !important;
}
#share_menu a {
  display: block;
  color: #a29c83;
  padding: 5px 0 5px 40px !important;
  font-family: ARSMaquettePro, arial;
  font-size: 10px;
  text-transform: uppercase;
  background-image: url(/images/icons/share_icons.gif) !important;
  background-repeat: no-repeat;
}
#share_menu a:hover {
  background-color: #fd7820;
  color: white !important;
  text-decoration: none;
}
#share_menu a.delicious {
  background-position: 10px -178px !important;
}
#share_menu a.digg {
  background-position: 10px 3px !important;
}
#share_menu a.facebook {
  background-position: 10px -142px !important;
}
#share_menu a.google_bookmarks {
  background-position: 10px -70px !important;
}
#share_menu a.reddit {
  background-position: 10px -33px !important;
}
#share_menu a.stumbleupon {
  background-position: 10px -108px !important;
}
#share_menu #share_menu_arrow {
  position: absolute;
  left: -9px;
  top: 26px;
  height: 17px;
  width: 9px;
  background-image: url(/images/share_menu_arrow.gif) no-repeat 0 -17px;
}
#share_menu #share_menu_arrow.hover {
  background-position: 0 0;
}

#on_the_side #share_menu {
  right: -165px;
  top: 130px;
}

#commentor-avatar {
  height: 82px;
  margin: 0 10px 10px;
  padding: 5px 0 0 0;
  position: relative;
  width: 82px;
}
#commentor-avatar a:link, #commentor-avatar a:visited {
  margin: 0 0 0 5px;
}

html #commentor-avatar img.staff_badge {
  top: 59px !important;
  left: 5px !important;
}

.no-comments {
  width: 410px;
}

.clear {
  clear: both;
}

.transactional .edit_book_description,
.transactional .edit_book_title,
.transactional .edit_book_subtitle,
.transactional .edit_book_authors,
.transactional .edit_tag_list {
  display: none;
}

.edit_book_description,
.edit_book_title,
.edit_book_subtitle,
.edit_book_authors,
.edit_tag_list {
  line-height: 1px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(/images/icons/edit.png) no-repeat;
  margin-top: -4px;
  margin-left: -36px;
  cursor: pointer;
}

.edit_book_subtitle {
  display: block;
}

.editme {
  background: transparent;
  min-height: 32px;
}
.editme p:hover {
  background-color: #fff2dc;
}

.inline_save {
  clear: both;
  background: url("/images/icons/save.png") no-repeat 0 -3px #37b34a;
  border-radius: 3px;
  padding: 5px 8px 5px 34px;
  margin: 10px 0 10px 0;
  color: white;
  cursor: pointer;
}

textarea.inline_edit {
  border-radius: 3px;
  box-shadow: 0 0 3px #bbbbbb inset;
  width: 99%;
  min-height: 110px;
  background: white;
  border: 1px solid #dddddd;
  font-size: 1.4em;
  padding: 4px 0 4px 3px;
}
textarea.inline_edit.new_book_title, textarea.inline_edit.new_book_subtitle, textarea.inline_edit.new_book_authors {
  min-height: 50px;
}

.pdf_line_item #pdf_book_popup {
  left: -130px;
}

.preview-ribbon {
  box-sizing: border-box;
  display: inline-block;
  color: white;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.5em 0.9em 0;
  background: #00abf1;
  position: absolute;
  right: -5px;
  bottom: 50px;
  height: 28px;
  z-index: 50;
}
.preview-ribbon:visited, .preview-ribbon:hover {
  color: white;
}
.preview-ribbon:hover {
  text-decoration: none;
}
.preview-ribbon:before, .preview-ribbon:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  height: 28px;
  width: 12px;
  background: #00abf1;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.preview-ribbon:before {
  left: -7px;
  box-shadow: -2px 2px 5px 0 rgba(51, 51, 51, 0.4);
}
.preview-ribbon:after {
  left: 0;
}

.preview-ribbon,
.preview-ribbon:before {
  box-shadow: -2px 2px 5px 0 rgba(51, 51, 51, 0.4);
}
