@import "lightbox.css";

/*plugin news - frontend styles*/

#news {
margin:0;
width:100%;
}

#news ul {
padding-left:15px;
}

.news_block {
	margin-bottom:15px;
	padding-bottom:15px;
	width:100%px;
	border-bottom:dotted 1px #c1d82f;
	overflow:auto;
	 
}

.news_title {
	margin-bottom:12px;
	font-weight: bold;
	/*color:#c1d82f;*/
	text-transform:uppercase;
}

.news_date {
text-transform:normal;
font-size:10px;
font-weight: normal;
color:#999999;
}


.news_text {
	font-weight: normal;
}

.news_text img {
text-align:left;
margin:1px 8px 2px 0px;
}

.news_files {

	font-size: 11px;
}

