/********************************************************************/
/*Stripes*/
/*Upper*/
#content #upStripe {
    background-color: rgb(232,230,230);
    border-bottom: 1px solid gray;
    font-weight: bold;
    min-height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    height: auto;
}
#content #upStripe > form {
    float: left;
    padding-right: 20px;
}
#content #upStripe #rightUpStripe {
    float: right;
}
/*Down*/
#content #downStripe {
    background-color: rgb(232,230,230);
    border-top: 1px solid gray;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    word-spacing: 10px;
}
/*lister setting*/
#content #downStripe a {
    color: rgb(153, 0, 0);
    text-decoration: none;
}
#content #downStripe .activePage {
    font-size: 130%;
}
#content div#downStripe.noborder {
     border-top: 0;
}
/*page lister 10,20,30,50 aka result stripe*/
#content #resultStripe {
    text-align: center;
    padding: 10px;
}
/*labels*/
#content span.label {
  float: none;
  display: inline;
}

/* reviews */
#content div.bookReview h3 {
    margin-top: 8px;
    font-size: 120%;
}

.categories .column {
  width: 32%;
  float: left;
  margin-bottom: 1ex;
}

.categories .bottom_bar {
  clear: left; 
  height: 40px; 
  background: #e8e6e6; 
  border-top: 1px solid gray;
}

#content .categories a.active {
  color: black;
  font-weight: bold;
}
