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

DIV.MsgCenter
{
    border: 1px solid green;
    color: green;
    background-color: white;
}

DIV.MsgCenterError
{
    border: 1px solid red;
    color: red;
}

DIV.ShopCatBreadcrum
{
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

DIV.ShopCartSummary
{
    text-align: right;
}

DIV.ShopCartSummary BUTTON
{
    width: 100%;
    margin-top: 10px;
}

DIV.ShopCartSummary SPAN.MoreInCart
{
    font-style: italic;
    font-size: 80%;
}

DIV.ShopCartSummary P.CartPrice
{
    font-weight: bold;
    margin-top: 3pt;
    padding-top: 2pt;
    border-top: 1px solid black;
}

DIV.ShopCartSummary P.CartPrice SPAN.Vat
{
    font-size: 80%;
}

DIV.ShopCartSummary P.CartEmpty
{
    font-style: italic;
    font-size: 80%;
    color: #333;
}

DIV.BottomButtons
{
    text-align: center;
    margin: 20px;
}

DIV.BottomButtons INPUT,
DIV.BottomButtons BUTTON
{
    margin-left: 10px;
    margin-right: 10px;
}

TABLE TR.On
{
    background-color: #eee;
}

TABLE TR.Off
{
    background-color: #e0e0e0;
}

.ShopItemContentContainer
{
    position: relative;
}

DIV.SearchResult
{
    margin-bottom: 5px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    min-height: 40px;
    _height: 40px;
}

DIV.ShopItemSearchIcon
{
    text-align: center;
    float: left;
    width: 40px;
    margin-right: 10px;
}

DIV.ShopItemSearchIcon IMG
{
    margin-left: auto;
    margin-right: auto;
}

DIV.SearchResult P
{
    margin-left: 50px;
}

P.ShopItemSearchName
{
    margin-bottom: 3pt;
}

DIV#SearchResults
{
    border-bottom: 1px solid #ccc;
}

DIV#SearchResults DIV.Browse
{
    border-top: 1px solid #ccc;
}

P.DeleteProcess
{
    text-align: center;
    margin-top: 1em;
    font-style: italic;
}