﻿body
{
    direction: rtl;
}
.Label
{
    font-family: Arial, Helvetica, sans-serif;
}
.HerbsTitle TH
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 100%;
}
.HerbsNormal, .HerbsNormalLTR
{
    font-family: Arial, Helvetica, sans-serif;
}
.HerbsNormalLTR
{
    direction: ltr;
}
.Name, .EnglishName, .Description, .Title
{
    font-family: Arial, Helvetica, sans-serif;
}
.EnglishName, .Description
{
    font-size: 83%;
}
.Name
{
    font-size: /*medium;*/ 100%;
}
.Name, .EnglishName, .Title
{
    font-weight: bold;
}
.Name, .EnglishName
{
    width: 30%;
}
.Herbicide .Name, .Herbicide .Title
{
    color: #006b39;
}
.Insecticide .Name, .Insecticide .Title
{
    color: #d60800;
}
.Fungicide .Name, .Fungicide .Title
{
    color: #0008b5;
}
.GrowthRegulators .Name, .GrowthRegulators .Title
{
    color: #ce3194;
}
.Nutrition .Name, .Nutrition .Title
{
    color: #ce3194;
}
.Spreaders .Name, .Spreaders .Title
{
    color: #ce3194;
}
.EnglishName
{
    color: Black;
    text-align: left;
}
.Title
{
    font-size: 18px;
    background-image: url(Images/bg.jpg);
    padding-left: 10px;
    padding-right: 10px;
}
.RightImage
{
    background-repeat: no-repeat;
    width: 70px;
}
.Herbicide .RightImage
{
    background-image: url(Images/right-asavim.jpg);
}
.Insecticide .RightImage
{
    background-image: url(Images/right-harakim.jpg);
}
.Fungicide .RightImage
{
    background-image: url(Images/right-machalot.jpg);
}
.GrowthRegulators .RightImage
{
    background-image: url(Images/right-mevastim.jpg);
}
.Nutrition .RightImage
{
    background-image: url(Images/right-mevastim.jpg);
}
.Spreaders .RightImage
{
    background-image: url(Images/right-mevastim.jpg);
}
.Item
{
    padding-top: 10px;
    padding-bottom: 20px;
}
.LTRField
{
    direction: ltr;
}