
.UIListArticleOfSite {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e0e0e0;
    height: 310px;
    margin-bottom: 15px;
}
.UIListArticleOfSite .header-title {
    border-bottom: 2px solid #eabc00;
    display: inline-block;
    height: 32px;
    list-style: outside none none;
    margin: 0 0 5px;
    padding-left: 15px;
    position: relative;
    width: 96%;
    z-index: 2;
}
.UIListArticleOfSite .header-title .title {
    border-bottom: 6px solid #b80002;
    color: #ae0002;
    display: inline-block;
    font: bold 10pt/30px Arial;
    padding: 0 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.UIListArticleOfSite .lvwContent {
    height: 255px;
}
.UIListArticleOfSite .tb-content {
    padding: 5px;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item {
    background: url("images/icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 4px 0 4px 18px;
}
.UIListArticleOfSite .lvwContent .a-item:hover {
    color: #005b9d;
    font: 10pt arial;
}
.UIListArticleOfSite div:nth-child(3) {
    padding: 10px;
    text-align: right;
}
.UIListArticleOfSite .div-pager {
    text-align: right;
}
.UIListArticleOfSite .CurrentPage {
    background: none repeat scroll 0 0 #ae0002;
    color: #0099d6;
    cursor: pointer;
    display: inline-block;
    font: bold 0 arial;
    height: 10px;
    margin-right: 5px;
    vertical-align: top;
    width: 10px;
}
.UIListArticleOfSite .ButtonPage {
    background: none repeat scroll 0 0 #ae0002;
    display: inline-block;
    font: 0 arial;
    height: 10px;
    margin-right: 5px;
    opacity: 0.5;
    vertical-align: top;
    width: 10px;
}
