@charset "utf-8";
/* CSS Document */

#news {width: 350px; margin:0px auto 0px auto; padding:0px;}
#news .stire { padding-bottom: 10px; color: #333;}
.stire .newsImg { margin:0px 10px 5px 0px; float: left; height: 75px; width: 100px;}
.stire .newsTitle { font-weight: bold;text-transform: uppercase;color: #000;}
#newsDate{ color: #cf242a;text-transform: lowercase;}
.stire .newsBody {font-size: 11px; display: block; text-align: justify;}
.stire .newsDetails { font-size: 11px; color: #cf242a; display: block; text-align: right;}
.stire .newsDetails a { color: #cf242a; text-decoration: none; font-weight: bold;}

.stire {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 20px;
}
.stire .titluStire {
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 5px;
}
.stire .textStire {
	line-height: 16px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
}
#lastnews {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.stire .dateStire {
	font-size: 0.9em;
	color: #999;
	text-align: right;
	padding-right: 25px;
	padding-bottom: 4px;
}