/*specific options for search page*/

#content h1 {
    text-align: left;
}

#banners {
    width: 450px;
    margin: auto;
    margin-bottom: 15px;
}

#banners img {
    margin-left: -3px;
}

#content  a {
    color: rgb(199,0,44);
    text-decoration: none;
}

#content  a:hover {
    text-decoration: underline;
}
#contentFooter {
    position: relative;
}

table.btable {
  width: 100%;
  empty-cells: show;
}

table.btable td {
  padding: 3px;
}

table.btable td.pad {
  width: 30px;
}

table.btable th {
  font-family: Verdana, "Arial CE", Arial, Helvetica, sans-serif;
  color: #900;
  font-weight: bold;
  font-size: 150%;
  text-align: left;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: #e8e6e6;
  border-bottom: 1px solid gray;
}

table.btable th.last {
  height: 41px;
}

table.btable td {
  vertical-align: top;
}

table.btable td.cover {
  padding-top: 10px;
  vertical-align: bottom;
  width: 24%;
}

table.btable .showall {
  padding-bottom: 5px;
  text-align: right;
}

table.btable .price {
  color: #900;
  font-weight: bold;
  font-size: 120%;
}

table.btable .author {
  /*font-weight: bold;*/
}

table.btable .title {
}
