﻿#LobbyMagazine 
{
    width:810px;
}
#LobbyMagazine_TitleBackground {
    background-color: #e1e1e1;
    display: table-cell;
    height: 30px;
    width: 790px;
    vertical-align: middle;
}
#LobbyMagazine_Title {
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2e2e2e;
}
.TopArticles {
    height: 237px;
    width: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: #E1E1E1;
    margin: 11px 0 0 8px;
    float: right;
    position: relative;
}
.ArticleImage {
    height: 90px;
    width: 150px;
}
.ArticleTitle {
    padding: 6px 4px;
    height: 32px;
    font-size: 12px;
    font-weight: bold;
    color: #4c4c4c;
}
.ArticleDescription {
    padding: 9px 4px;
    height: 30px;
    color: #4d4d4d;
}
.ReadMoreArticle {
    color: #009dd2;
    font-weight: bold;
    margin: 32px 0 0 5px;
    float: left;
}
#ArticleAccordion {
    width: 790px;
    margin-top: 261px;
}
#AdditionalArticlesList {
    list-style-type:square
}
.aAdditionalArticles {
    text-decoration: none !important;
}