.newsdetails{
    width: 644px;  
    /*background-color: blue;      */
    margin-left: 10px;
    margin-top: 12px;

}

.newsdetails .image{

    width: 644px;
    margin-top: -12px;
    /*min-height: 200px; */
    /*background-color: red;   */

}

.newsdetails img{

  /*  width: 644px;   */

}

.newsdetails .imagemenu{
    position: relative;  
    float: right;
    left: 10px;
    width: 175px;
    height: 16px;
    background-color: #fff;
    margin-top: 10px;
    font-size: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-bottom: 7px;    
    padding-right: 7px;    
    
  /*  filter:alpha(opacity=70); 
    -moz-opacity: 0.7; 
    opacity: 0.7;  */    
}

.newsdetails .imagemenu:hover{   
    filter:alpha(opacity=90); 
    -moz-opacity: 0.9; 
    opacity: 0.9;      
}


.newsdetails .imagemenu .playcontent{         
    padding-left: 18px;
    background: url(/application/img/modules/playcontent.gif) no-repeat left top;   
    padding-bottom: 3px;
    color: #969696;

}

.newsdetails .imagetema{ 
    position: relative;  
    left: 9px;   
    width: 80px;
    height: 92px;  
    background-color: #ffffff;
    margin-top: 10px;
    font-size: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px;    
    filter:alpha(opacity=90); 
    -moz-opacity: 0.9; 
    opacity: 0.9;    
}

.newsdetails .imagetema:hover{   
    filter:alpha(opacity=99); 
    -moz-opacity: 0.99; 
    opacity: 0.99;      
}


.newsdetails .header{

    width: 644px;


}

.newsdetails .header h1{
    color: #004578;
    font-size: 20px;
    font-weight: 600;
    margin-top: 4px;
}

.newsdetails .details{
    padding: 5px;
    width: 644px;
    /* background-color: green;    */

}


.newsdetails .comment{
    margin-top: 30px;
    width: 630px;
    background-color: #f5f5f5; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px;      
}

.newsdetails .comment h1{
    margin-top: -5px;  
    color: #004578;
    font-size: 12px;
    font-weight: 600;
}

.newsdetails .comment h2{
    color: #828282;
    padding-left: 0px;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: -2px;
    /*margin-top: -12px;  */
}

.newsdetails .comment hr{
    border: 0;
    color: #D0D0D0;
    background-color: #D0D0D0;
    height: 1px;
}

.newsdetails .comment input{
    border: 1px solid #D0D0D0;
    color: #000;  
    background-color: #ffffff;
    height: 18px;
    margin-left: 2px;
    margin-bottom: 3px;
}

.newsdetails .comment textarea{
    border: 1px solid #D0D0D0;
    color: #000;
    background-color: #ffffff;
    height: 18px;
    width: 400px;
    height: 120px;
    margin-left: 0px;

}

.newsdetails .comment #commentsave{
    border: 1px solid #5683b6; 
    margin-top: 6px;
    color: #fff;
    background-color: #5683b6;   
    height: 22px;
    margin-left: 0px;
    font-size: 11px;
    font-weight: 600;
}



.newsdetails .commentheader{ 
    margin-top: 30px;
    width: 620px;
    /*border-bottom: 1px dotted #ACACAC; */
    height: 20px;  
    
}


.newsdetails .commentheader .left{
    background-color: #f5f5f5;
    width: 400px;
}

.newsdetails .commentheader .right{
    background-color: #f5f5f5;   
    width: 200px;     
    
}





.newsdetails .comment .comment-info{
   margin-top: 25px; 

  font-size: 11px;
  color: #5683b6;
    
}

.newsdetails .comment .comment-auth{
  font-weight: 600;
  font-size: 11px;
  color: #5683b6;
}

.newsdetails .comment .comment-time{
  color: #808080;
  font-size: 11px;
}

.newsdetails .comment .comment-action{
    background-color: #5683b6;
    color: #ffffff;
   /* float: right; */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 2px;   
    cursor: pointer;   
}

.newsdetails .comment .comment-action-delete{
    background-color: #800000;
    color: #ffffff;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 2px;   
    cursor: pointer;
}

.newsdetails .comment .comment-action a:hever{
    background-color: #800000;
}
   
    
    
    
    
    
    
    

