/*
 * Version: $Revision: 1.12 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007 BeSite
 */

TABLE.ShopTable
{
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}

TABLE.ShopTable TH.Shop,
TABLE.ShopTable TD.Shop
{
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

TABLE.ShopTable TD.Shop
{
    vertical-align: top;
}

TABLE.ShopTable TD.Shop P.ShopName
{
    margin-top: 5pt;
    font-weight: bold;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

TABLE.ShopTable TD.Shop P.ShopPrice
{
    font-size: 90%;
}

TABLE.ShopTable TD.Shop DIV.ShopImg
{
    width: 100px;
    height: 100px;
    margin: 0 auto 5px auto;
}

TABLE.ShopTable TD.Empty
{
    border: 0;
}

TABLE.ShopTable TD.Shop DIV.ShopImg P
{
    font-size: 85%;
    font-style: italic;
    padding-top: 40px;
    margin-top: 0;
}

DIV.ShopCatIntro
{
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

DIV.ShopCatIntro H2
{
    margin-top: 0;
    margin-bottom: 2pt;
}

DIV.ShopCatIntro P
{
    margin-top: 3pt;
    margin-bottom: 0;
}

DIV.ShopCatIntro IMG.ShopCatIntroImg
{
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

DIV.ShopCatIntro BR
{
    font-size: 0;
    margin: 0;
}

BUTTON.ShopItemAddToCart
{
    cursor: pointer;
    _cursor: hand;
}
