﻿div#ArticleList {
    width: 147px;
    height: 95px;
    overflow: hidden;
    background-color: #4f504a;
    padding: 10px 5px 10px 13px;
    margin:0 0 5px 0;    
}
html > body div#ArticleList {
    height:auto;
    min-height:95px;
}
div#ArticleList ul.ArticleListContent {
    width: 155px;
    height: auto;
    overflow: hidden;
}
div#ArticleList ul.ArticleListContent li {
    margin-bottom: 10px;
}
div#ArticleList ul.ArticleListContent li a {
    font-family:Arial, Sans-Serif;
    font-size: 15px;
    color: White;
    font-weight: normal;
}
div#ArticleList ul.ArticleListContent li.Current a {
    font-weight: bold;
}

