/* CSS Document */
#new {
	background: url(../images/tool/bg_new.jpg) no-repeat;
	height: 160px;
	width: 710px;
	margin: 10px auto 5px;
	clear: both;
}
#new p {
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#whatsnew {
	overflow: auto;
	height: 115px;
	WIDTH: 450px;
	scrollbar-3dlight-color: #009966;
	scrollbar-arrow-color: #009966;
	scrollbar-shadow-color: #009966;
	scrollbar-darkshadow-color: #FFF0D2;
	scrollbar-face-color: #DBE8E8;
	scrollbar-highlight-color: #DBE8E8;
	padding: 5px 10px 3px 15px;
}
#whatnew ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#whatsnew li {
	font-size: small;
	line-height: 1.2em;
	list-style: none;
}
#whatsnew li a {
	color: #333333;
	text-decoration: none;
}
#whatsnew li a:hover {
	color: #009966;
	text-decoration: underline;
}
#whatsnewentry {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#whatsnewentry li{
	font-size: small;
	line-height: 1.5em;
	list-style: none;
}
#whatsnewentry li a {
	color: #333333;
	text-decoration: none;
}
#whatsnewentry li a:hover {
	color: #006633;
	text-decoration: underline;
}
#new img.ph {
	float: right;
	height: 115px;
	width: 204px;
	margin-top: 22px;
	margin-right: 15px;
	margin-bottom: 15px;
}
