﻿#News_Default_List {
}

    #News_Default_List .NewsItem {
        position: relative;
        padding: 14px;
        display: block;
        letter-spacing: 1px;
        border-bottom: 1px dashed #d2d3d3;
    }

        #News_Default_List .NewsItem img {
            float: left;
            margin-right: 14px;
            display: block;
            width: 100px;
            height: 80px;
            border-radius: 6px;
        }

        #News_Default_List .NewsItem .Date {
            margin: 0 5px 0 0;
            color: gray;
            font-size: 11px;
            font-weight: bold;
            vertical-align: middle;
        }

        #News_Default_List .NewsItem .Title {
            color: #3056AB;
            font-size: 14px;
            font-weight: bold;
            vertical-align: middle;
        }

        #News_Default_List .NewsItem .Description {
            display: block;
            color: #6B6B6B;
        }

    #News_Default_List .HomestayLink {
        position: absolute;
        top: 0px;
        right: 10px;
        display: block;
        color: orange;
        font-weight: bold;
        text-decoration: underline;
    }

        #News_Default_List .HomestayLink:hover {
            color: red;
        }

    #News_Default_List .PaggerPanel {
        height: 34px;
        line-height: 34px;
        text-align: center;
    }
