div.news-cb {
	clear: both;
	font-size: 0px;
}
div.news-view,
div.news-content {    
    width: 100%;
    position: relative;
}
div.news-entries {
    padding: 10px 10px 0px 10px;
    position: relative;
}
div.news-entry {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
div.news-info {
    min-height: 38px;    
    position: relative;
}
div.news-checkbox {
    top: 0px;
    left: 0px;
    width: 20px;
    height: 38px;
    position: absolute;
    text-align: left;
}
div.news-caption,
div.news-date,
div.news-text {
    position: relative;
}
a.news-caption {
    font-weight: bold;
    font-size: 12px;
}
span.news-caption {
    font-size: 12px;
    font-weight: bold;
}
span.news-status {
    font-size: 10px;
    font-weight: bold;
    color: #999999;
}
div.news-date, div.news-date-view, div.source_of_news {
    font-size: 9px;
    color: #999999;
}
div.news-date-view, div.source_of_news{
	width:150px;
	height:25px;
	margin-right:5px;
	float:right;
}
div.news-date-view{
	float:left;
}
div.news-text {
    overflow: hidden;
}
div.news-text-snippet {
    TEXT-OVERFLOW: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap; 
    overflow: hidden;
}
div.news-comments {
    position: relative;
    clear: both;
}
div.news-comments div.cmt-reply {
    padding: 0px;
}
div.news-comments div.cmts {
    padding: 0px;
}
div.news-entry div.votes_small {
    top: 0px;
    right: 0px;
    width: auto;
    position: absolute;
}

div.news-calendar-unit {
    position: relative;
}
div.news-img-box, div.news-img-important-box{
	width:479px;
	/*height:340px;*/
	overflow:hidden;
	float:left;
}
div.news-img-important-box{
	width:269px;
	height:204px;
}
div.news-img, div.news-img-view, .news-img-important{
	width:120px;
	height:75px;
	margin:3px 5px 5px 0px;
	border:solid 1px #CCCCCC;
	overflow:hidden;
	float:left;
}
div.news-img2{
	width:300px;
}
div.news-img-view{
	width:469px;
	height:315px;
	margin:3px 10px 5px 0px;
}
.news-img-important{
	width:269px;
	height:179px;
}
div.news-copy-view, div.news-gallery-view{
	height:25px;	
	color:#FFFFFF;
	position:relative;
}
div.news-copy-view{
	padding-left:5px;
	text-align:left;
	bottom:310px;
	float:left;
}
div.news-gallery-view{
	margin-right:5px;
	line-height:25px;
	text-align:right;
	bottom:25px;
	float:right;
}
.news-gallery-view a,
.news-gallery-view a:link,
.news-gallery-view a:visited,
.news-gallery-view a:hover,
.news-gallery-view a:active {
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}
.news-gallery-view a:hover{
	text-decoration:inderline;
}
.news-gallery-icon{
	margin-right:5px;
	float:left;
}
/*--- Admin panel ---*/
div.block_cont {
    padding: 0px;
}