﻿body
{
    font-family: Tahoma;
    font-size: 8pt;
    direction: rtl;
}
.inputs
{
    font-family: Tahoma;
    font-size: 8pt;
    background-color: #F3CD7C;
}
.Buttons
{
    font-family: Tahoma;
    font-size: 8pt;
}
a
{
    color: Yellow;
    text-decoration: none;
}
a:hover
{
    color: Red;
    text-decoration: underline;
}
img
{
    border: none;
}
h2
{
    font-size: large;
    color: #FF6600;
}
#All
{
    width: 850px;
    background-color: #612200;
}
#Header
{
    width: 850px;
    height: 199px;
}
#Header a
{
    color: #5E1F00;
    text-decoration: none;
}
#Header a:hover
{
    color: Red;
    text-decoration: underline;
}
#Main
{
    width: 850px;
    background-color: #612200;
    margin-top: 30px;
}
#Main-R
{
    width: 225px;
    float: right;
    clear: right;
    background-color: #481a00;
    color: White;
    text-align : right ;
}
#Main-L
{
    width: 625px;
    float: left;
    clear: left;
    background-color: #612200;
    color: #E8E8E8;
}
#Main-L a
{
    color: #FF6600;
    text-decoration: none;
    font-weight: bold;
}
#Main-L a : hover
{
    color: #FF0000;
    text-decoration: underline;
}
#Main-R a
{
    color: #FFB51A;
    text-decoration: none;
    font-weight: bold;
}
#Main-R a : hover
{
    color: #FFFF00;
    text-decoration: underline;
}
#MostSale
{
    width: 600px;
    background-color: #FF9933;
    color: #990000;
    text-align: right;
}
#MostSale a
{
    color: #990000;
    text-decoration: none;
}
#MostSale a:hover
{
    color: Red;
    text-decoration: underline;
}
#SubFooter
{
    width: 850px;
    height: 82px;
}
#Footer
{
    width: 850px;
}
#Footer a
{
    color: #FF9933;
    text-decoration: none;
}
#Footer a:hover
{
    color: #F06000;
    text-decoration: underline;
}
#Footer-R
{
    float: right;
    clear: right;
    padding-right: 10px;
}
#Footer-L
{
    float: left;
    clear: left;
    padding-left: 10px;
    text-align : left ;
}



