

#news .item {
	position: relative;
	height: 68px;
	cursor: pointer;
	margin: 5px 5px;
	color: #aaaaaa;
}
#news .item.expired {
	background-color: #550000;
}
#news .item .date {
	font-weight: bold;
	color: white;
}
#news .hover {
	background-color: #111111;
	color: white;
}
#news .item .image {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #444444;
	width: 100px;
	height: 66px;
}
#news .item .image IMG {
	width: 100px;
	height: 66px;
}
#news .item h3 {
	margin: 0;
	margin-left: 115px;
	font-size: 14pt;
	font-weight: normal;
	color: orange;
}
#news .item .text {
	margin: 0;
	margin-left: 115px;
}
#news .item .link {
	position: absolute;
	bottom: 0;
	right: 0;
}

.intro #news {
	width: 530px;
	float: left;
	margin-bottom: 10px;
	background: transparent url(/images/000000-75.png);
	padding: 10px 5px;
}
.intro #news .item {
	overflow: hidden;
	margin-bottom: 15px;
	height: 75px;
	border-bottom: 3px double #222222;
}
.intro #news .item h3 {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}