/************************/
/*****side tool box*****/
/*****can used 200pix**/
div.pagetools {
	margin: 0 0 16px 0;
}
div.pagetools div {
	padding: 8px;
}
div.pagetools h3 {
	color: #036;
	font-weight: normal;
	font-size: 1.0em;
	border-bottom: 1px solid #778899;
	margin: 0px 0px 10px 0px;
	padding-left:1em; 
	}
div.pagetools ul {
	padding: 0px;
}
div.pagetools li {
	list-style-image: url(cssimages/box-gray-arrow.gif);
	color: #999;
	line-height: 18px;
	margin: 4px 0px 4px 20px;
	padding: 0px;
}
div.pagetools a:link, div.pagetools a:visited {
	color: #0033AA;
	/*text-decoration: none;*/
}
div.pagetools a:hover, div.pagetools a:active {
	color: #FF3535;
}
.toolsgreen {
	background: #eff8ce url(cssimages/box-green-bottom.gif) no-repeat bottom left;
}
.toolsgreen div {
	background: url(cssimages/box-green-top.gif) no-repeat top left;
}
.toolsyellow {
	background: #eff8ce url(cssimages/box-yellow-bottom.gif) no-repeat bottom left;
}
.toolsyellow div {
	background: url(cssimages/box-yellow-top.gif) no-repeat top left;
}
.toolsgray {
	background: #eff8ce url(cssimages/box-gray-bottom.gif) no-repeat bottom left;
}
.toolsgray div {
	background: url(cssimages/box-gray-top.gif) no-repeat top left;
}
div.listitemdiv {
	margin: 6px 0px 6px 0px;	padding: 0px;
}