#whatsnew {
	width: 753px;
	min-height: 400px;
	height: 480px;
margin-left: 32px;
position: relative;
	background-color: #18B9E0;
	background-image: url(../images/whatsnew_bk.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#whatsnew .wrap {
	position: relative;
	width: 375px;
	height: 140px;
	float: left;
}

#whatsnew .wrap .intro {
	/*position: absolute;*/
	margin-top: 10px;
	margin-left: 10px;
}

#whatsnew .wrap a.bubble {
	/*position: relative;*/
	position: absolute;
	width: 177px;
	height: 67px;
	text-align: left;
	background-color: #FFFFFF;
	cursor: pointer;
	z-index: 50;
	padding: 5px;
	background: #FFFFFF url(../images/whatsnew_arrow.gif) 96% 90% no-repeat;
}

#whatsnew .wrap a.bubble:hover {
	background-color: #FFF94B;
	cursor: pointer;	
}	

#whatsnew .wrap .bubble .copy {
	position: relative;
	font-size: 11px;
	color: #494949;
	display: block;	
}

#whatsnew .wrap .bubble .title {
	position: relative;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding-top: 5px;
	color: #44C5E2;
}

#whatsnew .wrap .bubble .arrow {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

#whatsnew .article {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 500px;
	height: auto;
	text-align: left;
	color: #494949;
	background-color: #FFFFFF;
	border-right: #095F75 solid 2px;
	border-bottom: #095F75 solid 2px;
  	border-top: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	padding: 7px;
	/*visibility: hidden;*/
	z-index: 100;
}

#whatsnew .article p, #whatsnew .article ul {
	font-size: 11px;
	line-height: 16px;
}	

#whatsnew .article a.title {
	font-size: 12px;
	font-weight: bold;
	/*color: #706A00;*/
}
/*
#whatsnew .article a {
	color: #706A00;
}
*/
#whatsnew .article a:hover {
	color: #FFFFFF;
	background-color: #B1B141;
}

#whatsnew h5, #content h5 {
	position: relative;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 2px 2px;
	margin: 0;
	color: #FFFFFF;
	background-color: #44C5E2;
	clear: both;
}	

#whatsnew h6, #content h6 {
	position: relative;
	font-size: 25px;
	line-height: 21px;
	font-weight: normal;
	margin: 6px 8px 0 0;
	color: #494949;
	clear: both;	
}

#whatsnew a.buttons {
	position: relative;
	font-size: 8px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin-right: 5px;
	margin-top: 12px;
	color: #FFFFFF;
	background-color: #44C5E2;
	float:left;
}

#whatsnew a.archive {
	position: absolute;
	right: 10px;
	/*top: 455px;*/
    bottom: 10px;
	font-size: 8px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #FFFFFF;
	background-color: #44C5E2;
	text-transform: uppercase;
}	

#whatsnew a.close {
	position: relative;
	font-size: 8px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin-left: 350px;
	margin-top: 15px;
	color: #FFFFFF;
	background-color: #B9B9B9;
	float:left;
}		

#whatsnew a.buttons:hover, #whatsnew a.close:hover, #whatsnew a.archive:hover, #content a.top:hover {
	background-color: #FFF94B;
	color: #44C5E2;
}


