.border { border-right: 1px solid black }
#buytogether {
    border-top: 1px solid black;
    font-size: 11px;
}
#buytogether label {
    background-color: rgb(255,153,0);
    color: white;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    display: block;
    padding: 5px;
    border-top: 1px solid black;
    margin-bottom: 1em
}
#buytogether a:link, #buytogether a:visited {
    font-size: 11px;
    font-weight: bold;
}
#specs table {
    border: 0px solid rgb(255, 153, 0)
}
#specs label {
    display: block;
/*    background-color: rgb(255, 153, 0); */
    color: black;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 3px;
/*    border-bottom: 1px solid gray; */
}

#bestsellers { width: 110px }
#bestsellers, #bestsellers a:link, #bestsellers a:visited {
    text-align: center;
    font-size: 10px;
}
#bestsellers label {
    font-size: 12px;
    background-color: black;
    color: white;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    display: block;
    line-height: 21px;
    border-top: 1px solid white;
    border-bottom: 20px solid rgb(255,153,0);
}

