/*Short news*/
.news-item{
    xmargin-bottom:5px;
	min-height:34px;
	height:auto;
	vertical-align:top;
}
.news-image{
    width:68px;
    float:left;
}
.news-description{        
}
.news-item .newsDate{
    margin-top: 4px;
    font:12px Arial;    
    float:left;
}
.newsTitle{    
    width:380px;
    overflow:hidden;  

}
.newsTitle a{  
border:0!important;   
text-decoration:none;
}
.newsTitle a:hover{  
border-bottom: 1px dotted #FF7800!important; 
color:#FF7800;
}


.news-item .orange span{
    font:12px Arial;
    margin:0 14px;
}

.b-newsShort{}
.b-newsShort h1{}
.b-newsShort div.contentStyle{}


/*Detailed news*/
.b-newsDetails{}
.b-newsDetails h1{}
.b-newsDetails div.contentStyle{}

/*Search news*/
.b-newsSearch{}
.b-newsSearch h1{}
.b-newsSearch div.contentStyle{}

