/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerstyle 
{
    text-align: center;
    vertical-align: middle;
    color: Black;
}

.bg
{
    height: 41px;
}

.bg-mid
{
    background-image: url(bg-mid.gif);
    background-repeat: repeat-x;
}

.bg-left
{
    background-image: url(bg-left.gif);
    background-repeat: repeat-x;
    width: 25px;
}

.bg-right
{
    background-image: url(bg-right.gif);
    background-repeat: repeat-x;
    width: 25px;
}

.ShopMenu
{
    color: Black;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 11pt;
}

.ShopMenuSelected
{
    color: Black;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 10pt;
}

a.ShopMenu:link
{
    color: Black;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 10pt;
}

a.ShopMenu:visited
{
    color: Black;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 10pt;
}

a.ShopMenu:active
{
    color: Black;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 10pt;
}

a.ShopMenuSelected
{
    background-color: Black;
    color: Black;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 10pt;
}