
.UIListArticleOfSite {
    margin-bottom: 15px;
}
.UIListArticleOfSite .header-title {
    background: #ff7300 none repeat scroll 0 0;
    cursor: pointer;
    height: 25px;
    margin: 0 0 0 5px;
    padding: 0;
    transform: skew(-20deg);
    transition: all 0.8s ease 0.2s;
    width: 55%;
}
.UIListArticleOfSite .header-title .title {
    color: #ffffff;
    display: inline-block;
    font: bold 14px/24px arial;
    padding: 0 20px;
    text-transform: uppercase;
    transform: skew(20deg);
}
.UIListArticleOfSite > div:nth-child(2) {
    border-color: #0080c7 #ddd #ddd;
    border-style: solid;
    border-width: 2px 1px 1px;
    height: 210px;
    overflow: auto;
}
.UIListArticleOfSite .lvwContent {
}
.UIListArticleOfSite .tb-content {
    padding: 5px;
}
.UIListArticleOfSite .lvwContent .tb-content .td-item {
    background: rgba(0, 0, 0, 0) url("Images/i.gif") no-repeat scroll left center;
    padding: 4px 0 4px 18px;
}
.UIListArticleOfSite .lvwContent .a-item:hover {
    color: #004f9c;
    font: 10pt arial;
}
.UIListArticleOfSite div:nth-child(3) {
    padding: 10px;
    text-align: right;
}
.UIListArticleOfSite .div-pager {
    text-align: right;
}
.UIListArticleOfSite .CurrentPage {
    background: #0074c9 none repeat scroll 0 0;
    color: #0099d6;
    cursor: pointer;
    display: inline-block;
    font: bold 0 arial;
    height: 10px;
    margin-right: 5px;
    vertical-align: top;
    width: 10px;
}
.UIListArticleOfSite .ButtonPage {
    background: #f67700 none repeat scroll 0 0;
    display: inline-block;
    font: 0 arial;
    height: 10px;
    margin-right: 5px;
    opacity: 0.5;
    vertical-align: top;
    width: 10px;
}
