.ppsads{
    max-height:190px;
    width: 235px;
}
#ppsadsdiv {
    height:250px;
    overflow:hidden;
}
#ppsadsdiv img{
  width:230px;
  height:190px;
}

/* pps ad shuffle */

 .ppsaditem
{
  display:none;
  width:230px;
  height:190px;
 }

/* pps ad shuffle */

/*
.ppsnews{
    height:300px;
    width: 235px;
    color:#5b5b5b;
    font-family: Calibri;
    border: 3px solid #cccccc;
}
#listticker1 {
    height:250px;
    overflow:hidden;
display: list-item;
list-style-type: square;
}

#listticker1 li{
   padding:0 0 5px 24px;    
 
background-image:none;
display: list-item;

}

#listticker1 li::before 
{
content: "•"; 
color: #ef3b3f;

font-size:22px;
display: inline-block; 
width: 1em;
vertical-align: middle;
margin-left: -1em
}

 #listticker1 li a{
  text-decoration: none;
  color:#5b5b5b;
  cursor:pointer;
}
#listticker1 li:hover,
#listticker1 li:hover a {  
  font-weight: bold; 
}
*/
/* news page */

 a{text-decoration:none;}
    #tonbtn {
        display: none; 
        position: fixed; 
        bottom: 60px; 
        right: 10px; 
        z-index: 99;
        border: none; 
        outline: none;
        background-color: #EF3B3F; 
        color: #FFF; 
        cursor: pointer; 
        padding: 8px;
        border-radius: 5px;
        font-size: 14px;
    }
    #tonbtn:hover {
        background-color:#EF3B3F;
        color:#fff;

    }

    hr.hrncl {
        border: 1px solid #F7F7F7;
        margin: 20px 10px 15px 14px;
    }

    .ppsnewsimgframe {
        vertical-align: middle;
    }

    .ppsnewsimgframe:before,
    .ppsnewsimgframe_before {
        vertical-align: middle;
    }

    .newsimg {
        background: #3A6F9A;
        vertical-align: middle;
        max-height: 150px;
        width: 150px;
    }
    .ppsnewsouterdiv{
        width: 100%; display: table;
    }
    .ppsnewsimgdiv{
        width: 20%;
        display: table-cell;
        text-align:center;
    }
    .ppsnewsdesc{
        width:69%;
        display: table-cell;
    }    
    .ppsnewsdate{
        color:gray;
        font-weight:bold;
        font-size:12px;
        font-family: arial;
    }