﻿.DictionaryPage
{
    color: #6d6e71;
    font: 15px arial;
    text-align: right;
    float: right;
    width: 100%;
    min-height: 350px;
}
    .DictionaryPage .dicRightPage
    {
width: 250px;
float: right;
margin-left: 30px;
    }

    
    .DictionaryPage .dicLeftPage
    {
display: inline-block;
float: right;
width: 744px;
text-align: right;
direction: rtl;
    }

    .DictionaryPage .DictionaryTitle
    {
        display: inline-block;
        float: right;
        width: 100%;
        line-height: 30px;
        border-bottom: 1px solid #dbdbdb;
        font: bold 20px arial;
    }

        .DictionaryPage .DictionaryTitle H1
        {
            margin: 0px !important;
        line-height: 30px !important;
        font: bold 20px arial;
        }

    .DictionaryPage .DictionaryBody
    {
        float: right;
        margin: 10px 0;
        line-height: 23px;
        width:100%;
    }

    .DictionaryPage .DictionaryImages
    {
        float: right;
        width: 100%;
        margin: 20px 0;
    }

        .DictionaryPage .DictionaryImages IMG
        {
            margin-bottom: 10px;
        }
