/*  Searcha Page */

#isbn { padding: 0.1em }

#buyback {
  padding: 0;
  border-collapse: collapse;
  margin: 0 auto;
}

h2.results-info {
  text-align: center;
}

#buyback thead .table_header th {
  /*  background-color: #ececff; */
  background-color: #ccccff;
  border: 1px solid #8888ff;
  text-align: center;
  padding: 2px;
  text-decoration: none !important;
  font-weight: bold;
}
#buyback thead .table_header th a img {
  border: 0px;
}


#buyback tfoot td {
  border-top: 1px solid #8888ff;
}
.sell_link {
  text-decoration: none !important;
} 

#buyback tfoot td {
  text-align: center;
}

#waiting_text {
  font-size: 400%;
  color: #8888ff;
  text-align: center;
  line-height: 100%;
}

.description {
  margin: 0 auto;
  max-width: 550px;
  text-align: center;
}


/*  /Search Page */


/*  from the index page */

#about_buyback {
  text-align: center;
  width: 40em;
  font-weight: bolder;
  margin-top: 1em;
  /*color: #8888ff; */
}

.index_isbn_container {
 width: 24em;
 float: right;
}

.index_description_container {
 width: 27em;
 float: left;
}

.index_description_container li {
  padding-bottom: 0.6em;
}

#js_required {
  font-weight: bolder;
  font-size: 150%;
  color: red;
}

/*  /index page  */

.isbn_info_textual {
  vertical-align: top;
}

.html_button {
  padding: 0.7em 1em;
}

.html_button img {
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}

.info {
  float: left;
  width: 20em;
  vertical-align: top;
  text-align: left;
  margin-left: 5px;
}


.info_image {
  float: left;
}
.isbn_info_title {
 font-weight: bold;
 font-size: 80%;
}

.isbn_info_container, .isbn_info_container td, .isbn_info_container th {
    border: none !important;
}

.isbn_info_isbn {
  font-style: italic;
  font-size: 75%;
}
.isbn_info_image_container {
    text-align: center; width: 27px;
}

a .price {
  font-weight: bold;
  font-size: 138.5%;
}

#contain_best {
  text-align: right;
  padding-left: 5px;
}

#contain_fewest {
  text-align: left;
  padding-right: 5px;
}

.remove {
  color: red;
  cursor: pointer;
  font-size: 77%;
}
.no_offer {
  color: gray;
}
.results_info {
  color: #8888ff;
  font-size: 150%;
  text-align: center;
  line-height: 120%;
}

/* custom */

/* initially hidden */
.search_results_content { 
    display: none
}

.html_button_text { 
    padding-bottom: 0.1em
}
.html_button_container_set { 
    margin-top: 0.7em
}

.selected_button .html_button_text, .featured-price .price { 
    font-weight: bold; 
    border-bottom: 4px solid #f03;
    text-decoration: none !important
}
.selected_button .html_button_text, .featured-price .price, .featured-price a, .featured-price a:hover { 
    text-decoration: none !important
}


#buyback_results { 		/* whole table */
    padding: 0; 
    border-collapse: collapse; 
    margin: 0 auto;
}

#buyback_results td, #buyback_results th { /* each cell */
    text-align: center; 
    vertical-align: middle; 
    border: 1px solid #8888ff; 
    border-collapse: collapse; 
    padding: 0; 
}
#buyback_results td { 		/* only non-header cells */
    padding: 3px; 
}

#buyback_results .isbn_description { text-align: left; padding-right: 1em }

#buyback_results th.table_header_partner { padding: 3px }

#buyback_results thead .table_header th { /* header cells */
    background-color: #ccccff;
    text-decoration: none !important;
    font-weight: bold;
}

#buyback_results thead img { 	/* images */
    border: 0
}

