.article-index{
    display: block;
    padding-left: 12px;
    padding-top: 15px;
    background-color: #fff;
}
.article-index a{
    display: inline-block;
    line-height: 32px;
    color: #333;
    background: url("images/index-48.png") 12px center no-repeat;
    background-size: 20px auto;
    padding-left: 40px;
    font-size: 12pt;
    font-weight: normal;
    color: #888;
    padding-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.page-cols2{
    position: relative;
}
.page-col-left{
    width: 0px;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    border: 0;
    margin: 0;
}
.page-col-right {
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
#body.open .page-col-left{
    width: 275px;
    padding: 10px 12px;
    height: auto;
}
.index-modal{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    left: 275px;
    top: 0;
    left: 275px;
    height: 100%;
}
#body.open .page-col-right{
    width: 375px;
    position: absolute;
    left: 275px;
    top: 0;
}
#main > #body.inner{
    padding-bottom: 0;
    overflow: hidden;
}
/******************************/
.page-col-left h2{
    padding: 10px 12px;
    padding-top: 15px;
    font-size: 14pt;
}
#body{

}
.box{
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
/*****************************/
.page-article > h1{
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 14px;
    font-weight: 400;
    padding: 10px 12px;
}
.page-article > p{
    padding: 0 12px;
}
.page-article .content-w1{
    padding: 10px 12px;
}
.article-options{
    padding: 14px 16px;
    zoom: 0.75;
}
.box-comment{
    padding: 10px 12px;
}
.box-article{
    border-top: 0;
}
.section-comments-title{
    padding: 10px 12px 10px 12px;
}
ul.list-comments > li{
    padding: 10px 12px;
}
.comment-left{
    width: 36px;
    height: 36px;
}
.comment-right{
    margin-left: 48px;
}
.comment-options{
   zoom: 0.75;
}
.pager-w1{
    zoom: 0.75;
    padding: 13px 16px;
}
.page-col-right .box-comments{
    margin-bottom: 0;
    border-bottom: 0;
 }