/* ################################# icon settings ################################### */
div.icon {
	text-align: center;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

div.icon a {
	display: block;
	float: left;
	border: 1px solid #f0f0f0;
	height: 60px;
	width: 100px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
	padding-top:5px;
}

div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}
/* ################################# icon settings ################################### */