
.ArticleTabList li span {
    display: block;
    white-space: nowrap;
}
.ArticleTabList {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    margin: 10px 0;
}
.ArticleTabList .MenuContainer {
    border-bottom: 2px solid #01aef2;
    height: 26px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ArticleTabList ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ArticleTabList .MenuContainer li {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}
.ArticleTabList .MenuContainer li.Active span {
    background: none repeat scroll 0 0 #01aef2;
    border-radius: 3px 3px 0 0;
    color: #fff;
    display: inline-block;
    font: bold 10pt/26px arial;
    padding: 0 12px;
}
.ArticleTabList .MenuContainer li.Active span:hover {
    color: #fff;
}
.ArticleTabList .MenuContainer li span {
    color: #0083d4;
    font: bold 10pt/28px arial;
}
.ArticleTabList .MenuContainer li span:hover {
    color: #ff4e00;
}
.ArticleTabList .ArticleContainer {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ArticleTabList .ArticleContainer .LeftCol {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.ArticleTabList .ArticleContainer .LeftCol .LeftList {
    margin: 0;
    padding: 0;
}
.ArticleTabList .ArticleContainer .LeftCol .LeftList .first .image {
    float: left;
    height: 90px;
    margin: 0 6px 3px 4px;
    width: 110px;
}
.ArticleTabList .ArticleContainer .LeftCol .LeftList .first .Title a {
    color: #333333;
    font: bold 10pt Arial;
    text-decoration: none;
}
.ArticleTabList .ArticleContainer .LeftCol .LeftList .first .Title a:hover {
    color: #ff4e00;
}
.ArticleTabList .ArticleContainer .LeftCol .LeftList .itemL {
    color: red;
    float: left;
    list-style: square outside none;
    margin: 4px 0 4px 20px;
}
.ArticleTabList .ArticleContainer .RightCol {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 53%;
}
.ArticleTabList .ArticleContainer .RightCol ul {
    list-style: none outside none;
    margin: 5px 5px 5px 12px;
    padding: 0;
}
.ArticleTabList .ArticleContainer .RightCol ul li {
    clear: both;
    display: block;
}
.ArticleTabList .ArticleContainer .RightCol .image {
    border-radius: 2px;
    float: left;
    height: 60px;
    margin-bottom: 17px;
    margin-right: 8px;
    width: 75px;
}
.ArticleTabList .ArticleContainer .RightCol ul li a {
    color: #333333;
    font: 10pt Arial;
    text-decoration: none;
    white-space: normal;
}
.ArticleTabList .ArticleContainer .RightCol ul li a:hover {
    color: #ff4e00;
}
