@charset "utf-8";
.tools {
	padding: 12px;
	border: solid #cccccc;
	border-width: 0px 1px 1px 1px;
	height: 193px;

}
.tools a:link, .tools a:visited  {
	padding: 0px 0px 0px 40px;
	margin: 9px;
	display: inline-block;
	float: left;
	line-height: 46px;
	width: 100px;
	background-position: 10px center;
	background-color: #f4f4f4;
	text-decoration: none;
	border-radius: 8px;
	font-size: 14px;
	background-repeat: no-repeat;
	
}
 
.tools a:hover {
	background-color: #72A7DE;
	color: #FFF;
}
