﻿
.MoreArticles {
    display: inline-block;
    float: right;
    width: 250px;
    text-align: right;
    _margin-top: 20px;
}

    .MoreArticles .Title {
        height: 35px;
        display: inline-block;
        float: right;
        width: 250px;
        font: bold 20px arial;
        color: #6d6e71;
        line-height: 30px;
        border-bottom: 1px solid #dbdbdb;
    }

    .MoreArticles .MoreArticlesBox {
        display: inline-block;
        float: right;
        width: 250px;
        height: 99px;
        margin-top: 10px;
        position: relative;
        border-bottom: 1px solid #dbdbdb;
    }

        .MoreArticles .MoreArticlesBox .pic {
            display: inline-block;
            float: right;
            width: 80px;
            min-height: 100px;
            margin: 10px 10px 10px 0px;
        }       

            .MoreArticles .MoreArticlesBox .pic img {
                width: 70px;
                height: 48.5px;
                border:0;
            }

        .MoreArticles .MoreArticlesBox .title {
            font: bold 12px arial;
            color: #8299b1;
            margin: 10px 10px 0px 10px;
            border-bottom: 1px #DBDBDB solid;
            padding-bottom: 7px;
        }

            .MoreArticles .MoreArticlesBox .title a {
                font: bold 12px arial;
                color: #8299b1;
                text-decoration: none;
            }

        .MoreArticles .MoreArticlesBox .txt {
            display: block;
            float: right;
            width: 120px;
            text-align: right;
            font: 14px arial;
            color: #6d6e71;
            margin-top: 5px;
        }

        .MoreArticles .MoreArticlesBox .txt a {
            text-decoration: none;
        }

        .MoreArticles .MoreArticlesBox .txt a:hover {
            text-decoration: underline;
        }

        .MoreArticles .MoreArticlesBox .txt .bottom {
            position: absolute;
            top: 65px;
        }

            .MoreArticles .MoreArticlesBox .txt .bottom a {
                color: #6d6e71 !important;
            }

            .MoreArticles .MoreArticlesBox .txt .FullGuideLink {
                display: inline-block;
                width: 120px;
                margin-bottom: 5px;
                margin-top: 5px;
                font: bold 12px arial;
                color: #8299b1;
                cursor: pointer;
            }

                .MoreArticles .MoreArticlesBox .txt .FullGuideLink .GrayArrows {
                    display: inline-block;                    
                    margin-right: 2px;
                    font-size:10px;
                }

    .MoreArticles .MoreLink {
        display: inline-block;
        float: right;
        margin-top: 10px;
        font: bold 14px arial;
        color: #8199B3;
        cursor: pointer;
    }
        .MoreArticles .MoreLink span {
            display: inline-block;
            float: left;            
            margin-top: 2px;            
            font-size:12px;
        }
