﻿#overly
{
    width: 100%;
    height: 100%;
    z-index: 1999;
    left: 0;
    top: 0;
    position: fixed;
    background-color: black;
    opacity: 0.5;
    display: none;
}

/***slider*******/
#slider
{
    background-color: #f7f7f7;
    margin-bottom: 20px;
}
#slider-inner
{
    background-image: url('../Images/contact/slider.jpg');
    height: 315px;
    width: 1260px;
    margin: 0pt auto;
    margin-top: 90px;
}
.slider-product-img
{
    width: 370px;
    height: 140px;
    background-image: url('../Images/contact/slider-product-img.png');
    position: absolute;
    margin: 228px 0 0 760px;
}

/***content*******/
#content
{
}
#content-inner
{
    width: 1230px;
    margin: 0pt auto;
    margin-top: 150px;
}

.news-list
{
    width: 750px;
    margin: 0pt auto;
}
.content1 > div
{
    float: left;
}
.content1-img
{
    width: 195px;
}
.content1-text
{
    width: 535px;
    margin-right: 20px;
    text-align: right;
}
.news-row
{
    margin-bottom: 50px;
}
.news-row p
{
    font: 12px tahoma;
    direction: rtl;
    text-align: justify;
    color: #818181;
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.content1 span
{
    font: 18px 'Droid Arabic Naskh';
    direction: rtl;
    text-align: justify;
    color: #0d2f88;
}
.news-more
{
    width: 187px;
    height: 145px;
    background-image: url('../Images/news/news-more-icon.png');
    background-repeat: no-repeat;
    position: absolute;
    margin: -20px 0 0 270px;
    cursor: pointer;
    opacity: 0;
    z-index: 200;
}
/***news more info*******/
#news-more-info
        {
            width: 1192px;
            position: fixed;
            top: 5px;
            left: 50%;
            z-index: 3000;
            margin: 0px 0px 0px -600px;
            display:none;
        }
        .news-more-info-top
        {
            width: 1177px;
            height: 70px;
            background-image: url('../Images/product-more-info/box/product-more-info-top.png');
            background-repeat: no-repeat;
        }
        .news-more-info-bottom
        {
            width: 1177px;
            height: 73px;
            background-image: url('../Images/product-more-info/box/product-more-info-bottom.png');
            background-repeat: no-repeat;
        }
        span.close
        {
            display: block;
            background: url('../Images/product-more-info/more-info-box-close.png');
            position: absolute;
            left: 45px;
            top: 58px;
            cursor: pointer;
            width: 30px;
            height: 30px;
            text-indent: -999em;
            z-index: 999;
        }
        span.close:hover
        {
            moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            border-radius: 25px;
            -webkit-box-shadow: 0 0 10px #333;
            moz-box-shadow: 0 0 10px #333;
            box-shadow: 0 0 10px #333;
        }
        .news-more-info-inner > div
        {
            float: left;
           
        }
     
        .news-scroll
        {
             overflow: auto;
            padding: 0 10px 0px 0;
            overflow-y: auto;
            overflow-x: hidden;
           width:1093px;
         height:529px;
         background-color:White;
        }
          .news-scroll >div
        {
            float:left;
            text-align:right;
        }
       
       
        .center-box
        {
            width: 267px;
            float: right;
            background-image: url('../Images/topics/menu-bg.jpg');
            background-repeat: repeat-x;
        }
        .top-box
        {
            height: 73px;
            width: 267px;
            background-image: url('../Images/topics/menu-top-bg.png');
        }
        
        .bottom-box
        {
            height: 12px;
            width: 267px;
            background-image: url('../Images/topics/menu-bottom-bg.png');
        }
        
        .news-more-data
        {
            background-color: White;
            width: 1090px;
            height: 529px;
        }
        .news-img1
        {
            width: 36px;
            height: 522px;
            background-image: url('../Images/product-more-info/box/image1.png');
            background-repeat: no-repeat;
        }
        .news-img2
        {
           width: 38px;
            height: 522px;
            background-image: url('../Images/product-more-info/box/image2.png');
            background-repeat: no-repeat;
        }
  
              .news-more-data-inner
        {
            padding: 0px 15px 30px 10px;
            float: right;
            margin-left: 40px;
        }
        
        .news-data-farsi-title span
        {
            color: #0d2f88;
            font: normal 18px 'Droid Arabic Naskh';
            text-align: right;
            direction: rtl;
            line-height: 30px;
        }
        .news-create-date span
{
    color: #818181;
    font: 10px tahoma;
    text-align: right;
    direction: rtl;
    line-height: 30px;
}
.news-tags p
{
    color: #818181;
    font: 10px tahoma;
    text-align: right;
    direction: rtl;
    line-height: 30px;
}
       
       /* Let's get this party started */
       #news-more-info ::-webkit-scrollbar
        {
            width: 5px;
        }
        
        /* Track */
      #news-more-info  ::-webkit-scrollbar-track
        {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }
        
        /* Handle */
      #news-more-info  ::-webkit-scrollbar-thumb
        {
            -webkit-border-radius: 10px;
            border-radius: 10px;
         background: rgba(13,47,136,0.8);
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        }
      #news-more-info  ::-webkit-scrollbar-thumb:window-inactive
        {
            background: rgba(13,47,136,0.4);
        }