@charset "utf-8";

/*----------------------------------------------------------
 What's New
----------------------------------------------------------- */
#whatsnew {
	width: 600px;
	margin-left: 10px;
	/*border: #660000 1px solid;*/
	float: left;
	overflow: hidden;
}

#whatsnew h2 {
	padding: 2px 0 0 5px;
	margin: 3px 0 5px 7px;
	border-left: 4px solid #8985ad;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.0;
	_margin-top: 5px; /* for IE */
}

#whatsnew .kadoTop {
	width: 600px;
	padding-top: 3px;
	background: url(../../images/bg_whatsnewTop.gif) no-repeat;
}

#whatsnew .kadoBottom {
	height: 6px;
	width: 600px;
	margin-bottom: 5px;
	background: url(../../images/bg_whatsnewBottom.gif) no-repeat;
}

#whatsnew table {
	width: 590px;
	margin: 4px auto;
	border: none;
	border-collapse: collapse;
}

#whatsnew table td {
	padding: 3px;
	border-collapse: collapse;
	vertial-align: top;
	border-bottom: 1px dashed #CCCCCC;
}

#whatsnew table td.tdNowrap {
	white-space: nowrap;
	width: 60px;
}

#whatsnew table td.tdNoBorderBottom {
	border-bottom: none;
}

#whatsnew a {
	color: #0000CC;
	text-decoration: underline;
}

#whatsnew a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#whatsnew p.rightLink {
	position: relative;
}

#whatsnew p.rightLink a {
	position: absolute;
	top: -25px;
	right: 8px;
	padding: 0 4px 0 18px;
	background:url(../../images/arrow01.gif) no-repeat 5px 7px;
	color: #000000;
	text-decoration: none;
}

#whatsnew p.rightLink a:hover {
	text-decoration: none;
	color: #000000;
}

#whatsnew p.more {
	padding-right: 10px;
	margin: 0;
	text-align: right;
}

#whatsnew .kadoTop p {
	padding-left: 10px;
}

