#container { background: #aa0; }
#centre_panel { margin: 0 auto; }

/* --- MAIN SHOP --- */

#shopPanelWrapper { width: 870px; margin:10px auto; }
div.shopPanel {
    float:left;
    display:inline;
    width:410px;
    background: #fff;
    padding:10px;
}
div.shopPanel#CafePress { margin-right:10px; }


#LCBookshopPanel {
    width:90%; 
    padding: 3px;
    margin: 5px auto;
    border: 2px dotted #aaa;
    background: #fff;
}
#LCBookshopPanel h1, h2, h3, p { padding:0; margin:1px 0; line-height:normal; }
#LCBookshopPanel h1 { font-size: 24px; font-style:italic; }
#LCBookshopPanel h2 { font-size:12px; }
#LCBookshopPanel h3 { font-size:11px; }

#calTable {
    width:90%; 
    padding: 3px;
    margin: 5px auto;
    border: 2px dotted #aaa;
    background: #fff;
} 
#calTable, #calTable th, #calTable td {
    text-align:center;
}
#calTable td img {
    border:2px solid #000;
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
}
