@charset "utf-8";

/*-------------------------------
	#whatsnew
-------------------------------*/

#whatsnew {
	float: left;
	width: 642px;
}

#whatsnew h2 {
	font-size: 100%;
	font-weight: normal;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	background: none;
}

#whatsnew .navigation {
	position: relative;
	margin-top: -33px;
	margin-right: 20px;
	min-height: 1px;
	text-align: right;
}

#whatsnew .navigation li {
	display: inline;
}

#whatsnew .navigation a.rss {
	margin-left: 10px;
	padding-left: 20px;
	background: url("/img/icon_rss.gif") no-repeat;
	overflow: visible;
}

#whatsnew dl {
	margin-top: 10px;
	margin-left: 10px;
}

#whatsnew dl dt {
	clear: both;
	display: inline;
	float: left;
	margin-top: 8px;
	width: 8em;
	width: 120px;
	height: 2em;
	border-bottom: 1px dotted #ccc;
}
* html #whatsnew dl dt {
	width: 9em;
	width: 117px;
}

#whatsnew dl dd {
	display: inline;
	float: left;
	width: 480px;
	margin-top: 8px;
	padding-left: 11px;
	height: 2em;
	border-bottom: 1px dotted #ccc;
	background: url("/img/arrow2.gif") no-repeat 0 6px;
}
* html dl dd {
	padding-top: 1px;
}


