#shopList { margin: 10px; }

#shopList a {
        font-size: 10pt;
        color: #fff;
        border: solid 1px;
        border-bottom: 0px;
        padding: 10px 5px 10px 10px;
}

#shopList a:hover {
        text-decoration: none;
        color: #d90;
        background: #333;
}

.shopBox {
        /*font-family: monaco, monospace;
        font-size: 10pt;*/
        background: #111;
        border: 1px solid;
        margin: 5px;
        padding: 10px;
}