#columntopic.books {
    width: 50%;
    float: left;
    height: auto;
    margin: 40px 1% 20px 2%;
    padding: 15px;
    
    border-bottom-style: solid;
    border-color: #c1c5e5;
    border-radius: 5px;
}

#columntopic.giftcert {
    width: 50%;
    float: left;
    height: auto;
    margin: 40px 1% 20px 2%;
    padding: 15px;
    background: #FFFCE8;
    border-width: 5px;
}


#columntopic h1 {
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 90%;
    font-weight:normal;
    color: #696969;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 3px;
    margin-bottom: 2px;
}

#columntopic h2 {
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #696969;
    text-align: center;
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 10px;
}

#columntopic h3 {
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 90%;
    font-weight: bold;
    color: #005572;
    text-align: left;
    margin-top: 20px;
} 

.bookstore {
    margin: 5px 0 50px 0;
    padding: 5px 5px 10px 5px;
    border: 2px solid #c1c5e5;
    border-radius: 5px;
}

.bookstore a {
    text-decoration: none;
    background: #FFF5EE;
    color: #58646f;
    border-bottom: 1px dotted #58646f;
}

.bookstore a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #005572;
    padding: 0;
    border-bottom: 1px dotted #58646f;  
}

.booktitle {
    font-style: italic; 
    color: #213445; 
}

.byline {
    font-size: 95%;
    font-weight: normal;
    color: #5F9EA0;
}

 .itemlabel {
  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-size: 85%; 
  font-weight: normal;
  color: #58646f;
  margin-top: 25px;
  margin-bottom: 15px;
}

