﻿body
{
    margin: 0px;
    font-family: Tahoma;
    font-size: 11px;
    background-color: #4f4f4f;
}
.HeaderTD
{
    background-position: center top;
    background-image: url(                  '../../App_Themes/Images/Header.jpg' );
    width: 960px;
    height: 160px;
    background-repeat: no-repeat;
    direction: rtl;
    padding-left: 130px;
}
.RightTD
{
    width: 200px;
    background-color: #e9e9e9;
    border-bottom: 2px red solid;
    border-top: 2px solid #e9e9e9;
}
.VerticalMenuTD
{
    background-color: #262626;
    width: 196px;
    border-left: solid 2px #262626;
    border-right: solid 2px #262626;
}
.PlaceHolderTD
{
    width: 740px;
    height: 500px;
    background-color: #e9e9e9;
    padding: 10px;
}
.HorizantalMenuTD
{
    background-image: url(            '../../App_Themes/Images/MenuBG.png' );
    background-repeat: repeat-x;
    background-position: center center;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 2px solid red;
    border-top: 2px solid #e9e9e9;
}
.MenuLink
{
    color: White;
    text-decoration: none;
}
.MenuLink:hover
{
    color: Silver;
}
.ProductsViewTD
{
    color: Gray;
}
.ProductsViewTextTD
{
    padding-left: 15px;
    padding-right: 15px;
    line-height: 15px;
}
.ProductsMenu
{
    background-color: #D3D3D3;
    border-bottom: 2px solid white;
    padding: 5px;
}
.ProductsMenuLink
{
    color: #707070;
    text-decoration: none;
}
.ProductsMenuLink:hover
{
    color: Black;
}
.CategoryHeaderTD
{
    border-bottom: solid 2px black;
    color: silver;
    padding: 5px;
}
.QuickLunchTD
{
    background-color: #e9e9e9;
    padding: 0px 5px 10px 5px;
}
.QuickLunchLink
{
    font-size: 10px;
    color: Gray;
    text-decoration: none;
}
.QuickLunchLink:hover
{
    color: #666666;
}
.VisitsLabel
{
    color: Silver;
}
.VisitsTD
{
    color: Gray;
    border-top-style: solid;
    border-top-width: 2px;
    border-color: Red;
    background-color: #262626;
}
