﻿.authorBox {
    display: inline-block;
    float: right;
    width: 100%;
    height: 227px;
    text-align: right;
    direction: rtl;
    background: #efefef;
}

    .authorBox .authorPic {
        display: inline-block;
        float: right;
        width: 181px;
        height: 181px;
        background: #ffffff;
        margin: 18px;
        padding: 5px;
        overflow: hidden;
    }

        .authorBox .authorPic img {
            display: block;
            width: 181px;
            height: 181px;
        }

    .authorBox .authorContent {
        display: inline-block;
        float: right;
        width: calc(100% - 246px);
        text-align: right;
        margin-top: 18px;
        direction: rtl;
        position: relative;
        height: 191px;
    }

        .authorBox .authorContent .authorTitle h1 {
            display: inline-block;
            float: right;
            width: 564px;
            font: bold 24px arial;
            color: #8299b1;
            margin: 0;
        }

        .authorBox .authorContent .authorTitle h1 a {
            text-decoration: none;
        }

        .authorBox .authorContent .authorDescription {
            display: inline-block;
            float: right;
            width: 100%;
            font: bold 14px arial;
            color: #7B7B7D;
            margin-top: 8px;
            line-height: 20px;
            border-bottom: 1px solid #c5c5c5;
            padding-bottom: 10px;
        }

        .authorBox .authorContent .authorBody {
            display: inline-block;
            float: right;
            width: 100%;
            font: 14px arial;
            color: #6D6D6D;
            margin-top: 8px;
            line-height: 20px;
        }

        .authorBox .authorContent .authorEmail {
            display: inline-block;
            width: 100%;
            font: bold 14px arial;
            color: #787878;
            position: absolute;
            bottom: 0;
            right: 0;
        }

            .authorBox .authorContent .authorEmail span {
                color: #8299b1;
                font-weight: normal;
            }

            .authorBox .authorContent .authorEmail a {
                text-decoration: none;
            }



.authorPage {
    display: inline-block;
    float: right;
    width: 1034px;
    margin-top: 50px;
}

.authorList {
    display: inline-block;
    float: right;
    width: 744px;
    text-align: right;
    direction: rtl;
    font-family: arial;
}

    .authorList .authorTitle {
        display: inline-block;
        float: right;
        height: 35px;
        width: 750px;
        text-align: right;
        border-bottom: 1px solid #dbdbdb;
    }

        .authorList .authorTitle .TitleText {
            display: inline-block;
            float: right;
            font: bold 20px arial;
            color: #6d6e71;
            margin: 0px;
        }

        .authorList .moreLinkWrp {
            display: inline-block;
            width: 100%;
            border-top: 1px solid #dbdbdb;
        }

    .authorList .moreLink {
        display: inline-block;
        float: left;
        margin-top: 10px;
        font: bold 15px arial;
        color: #8199B3;
        cursor: pointer;
    }

        .authorList .moreLink span {
            display: inline-block;
            float: left;
            margin-top: 3px;
            font-size: 12px;
        }

        .authorList .ReviewBlock .BtnToCategory {
            font: 14px arial;
            display: inline-block;    
        }

        .authorList .ReviewBlock .BtnToCategory a {
            text-decoration: none;
        }

        .authorList .ReviewBlock .BtnToArticle {
            font: bold 14px arial;
            display: inline-block;
        }

        .authorList .ReviewBlock .BtnToArticle a {
            color: #F7AB08 !important;
            text-decoration: none;
        }

.ProReviewsList.authorList .newsBlock .Details {
    width: 616px;
}

    .ProReviewsList.authorList .newsBlock .Details .ReviewSummary {
        width: 100%;
    }

.ProReviewsList.authorList .newsBlock .img IMG {
    height: auto;
}
