.news-holder p {
    margin-bottom: 12px;
}

.news-holder {
    max-width: 100%;
    margin: 0 auto;
    font-family: Tahoma;
    font-size: 13px;
}

    .news-holder * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/*a {
    color: #336699;
    text-decoration: none;
}*/


.news-banner {
    border: solid;
    border-width: 2px;
    -webkit-border-top-right-radius: 25px 25px;
    -webkit-border-bottom-right-radius: 25px 25px;
    border-color: #959595;
    margin: 2px;
    box-sizing: border-box;
    float: left;
    width: 32%;
}

.news-headlines {
    text-align: justify;    
    position: relative;
    list-style: none;
    /*box-shadow: 2px 2px 2px rgb(226,226,226);*/
    
    padding: 2px;
    
}

    .news-headlines li {
        text-align: justify;
        padding: 5px 10px 5px 14px;
        margin-bottom: 15px;
        position: relative;
        z-index: 20;
        color: #336699;
        direction: rtl;
    }

.nh-anim {
    text-align: justify;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.news-headlines li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    /*background: #888;*/
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
}

.news-headlines li:hover, a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.news-headlines .highlight {
    width: 90%;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(219,219,219,1)), color-stop(66%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 66%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 66%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 66%); /* IE10+ */
    background: linear-gradient(45deg, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 66%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-position: left;
    border-top: solid 0px #999;
    border-left: solid 0px #999;
    border-bottom: solid 0px #999;
    border-right: solid 0px #999;
    position: absolute;
    top: 0;
    border-right: solid 0px #999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

    .news-headlines .highlight:before {
        display: none;
    }

.news-headlines {
   
}

.news-preview {
    float: left;
    border: solid 0px #999;
    width: 65%;
    /*background: #ededed;*/
    position: relative;
    z-index: 5;
    margin-left: 7px;
    margin-right: 7px;
    min-height: 304px;
    position: relative;
}

    .news-preview img {
        display: block;
        border: solid 1px #999;
        border-radius: 25px;
        width: 100%;
        height: auto;
        max-width: 420px;
        max-height: 343px;
        margin: 0 auto 5px auto;
    }

.news-content {
    position: absolute;
    background: #FFFFFF;
    z-index: 10;
    padding: 13px;
    top: 0;
    left: 0;
    display: none;
    text-align: justify;
    direction: rtl;
    padding-top: 0px;
}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
