.special_news_container
{
    height:349px;
    width: 100%;
    background-color: #d4d4d4;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0 0 5px 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-image: url('../Images/page_bg.jpg');
    background-repeat: repeat-x;
    direction:rtl; 
}
.sp_news
{
     margin-top:10px;
     margin-right:8px;
    height:327px;
    width: 197px;
    border: 1px solid #d4d4d4;
    float:right;
    overflow:hidden;
}

.sp_news:hover
{
    border: 1px solid #e7e7e7;
    background-image: url('../Images/sp_news_bg.jpg');
    background-repeat: repeat-x;
    cursor:pointer; 
}
.sp_news_image
{
    margin: 5px 5px 5px 5px;
    margin-right:8px;
}
.sp_news_date
{
    margin : 0px 0px 0px 0px;
    padding-right:8px;
    font-size:10px;
    color:#8e8e8e;
}
.sp_news_title
{
    margin : 3px 0px 8px 0px;
    padding-right:8px;
    font-size:11px;
   
    color:#040404;
    font-weight:bold;
    max-height:35px;
    height:35px;
    overflow:hidden;
}
.sp_news_title a
{
    text-decoration:none;
    color:#040404;
}

.sp_news_title a:hover
{
   text-shadow: 2px 2px 3px black;
   color: #070707;
}

.sp_news_summary
{
    margin : 3px 0px 0px 0px;
    font-size:11px;
    color:#8a8a8a;
    max-height:110px;
    height:110px;
    overflow:hidden;
    padding-right:8px;
}
.sp_news_more1
{
    margin : 5px 5px 0px 0px;
}
.sp_news_more
{
    font-size:11px;
    background-color:#e3e2e2;
    color:#0096ff;
    height:25px;
    text-decoration:none;
    padding:3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.sp_news_more:hover
{
   background-color: #69BEF1;
    color: #ffffff;
}
.doteline {
    border:dotted;
    border-width:1px;
    border-color:#CCC;
  
}
.authorNews
{
    color: #777;
    padding: 2px 15px 2px 5px;
    background: url('../Images/user.png') no-repeat right center;
   
}
.clockNews {
    color: #777;
    padding: 2px 15px 2px 5px;
    background: url('../Images/clock.png') right center no-repeat;
    margin-right: 10px;
}
 

.news_foter {
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align:right;
    border:1px solid #CCC;
   vertical-align:top;
   height:25px;
   padding-right:10px;
}

.news-paging {       
     
       max-width:520px;
       float:left;
       text-align:left;
}
