
/*--------------------------
WHATSNEW
--------------------------*/
	
.whatsnew {
	margin: 0 15px 15px;
	padding: 6px 6px 5px;
	/*height: 214px;*/
	/*height: 260px;*/
	height: 220px;
	overflow: auto;
	overflow-x:hidden;
	border: 1px solid #CCC;
	background-image: url(img/header/bg_news.jpg);
	background-repeat:repeat-y;
}
.whatsnew dl {
	margin: 0;
	padding: 0 0 6px;
	background: url(img/header/bg_dot1.gif) bottom left repeat-x;
}
.whatsnew dt {
	float: left;
	font-size: 80%;
	color: #669;
	line-height: 1.4;
	margin: 0;
	padding: 0 2px 4px;
}
.whatsnew dd {
	font-size: 80%;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 4px 82px;
}

.whatsnew dl:after {
	display:block;
	clear:both;
}
.whatsnew dd a:hover {
    color: #ff0000;
    text-decoration: underline;
}

