/** css definitions for CQI - Custom Qucik Icons Module */
#cpanel div.cqi {
	text-align		: center;
	margin-right	: 5px;
	float			: left;
	margin-bottom	: 5px;
}

#cpanel div.cqi a {
	display			: block;
	float			: left;
	border			: 1px solid #FFEFEF;
	height			: 87px;
	width			: 98px;
	color			: #8F7D7D;
	vertical-align	: middle;
	text-decoration	: none;
}

#cpanel div.cqi a:hover {
	border-left		: 1px solid #eee;
	border-top		: 1px solid #eee;
	border-right	: 1px solid #ccc;
	border-bottom	: 1px solid #ccc;
	background		: #EFEFEF;
	color			: #C40B0B;
}

/* can be redefined - now the main css is used
#cpanel img  { padding: 10px 0; margin: 0 auto; }
#cpanel span { display: block; text-align: center; }
*/