@charset "utf-8";
/* CSS Document */

div.category-ball {
	width: 120px;
	height: 120px;
	background: transparent url(/_images/ball.png) no-repeat;
	cursor: pointer;
	z-index: 100;
	float: left;
}
.category-ball-bg-padlock {
	width: 100%;
	height: 100%;
	background: transparent url(/_images/ball-bg-padlock.png) no-repeat;
}
.category-ball-bg-key {
	width: 100%;
	height: 100%;
	background: transparent url(/_images/ball-bg-key.png) no-repeat;
}
.category-ball-bg-pie {
	width: 100%;
	height: 100%;
	background: transparent url(/_images/ball-bg-pie.png) no-repeat;
}
.category-ball-bg-24x7 {
	width: 100%;
	height: 100%;
	background: transparent url(/_images/ball-bg-24x7.png) no-repeat;
}
.category-ball-bg-traffic-sign {
	width: 100%;
	height: 100%;
	background: transparent url(/_images/ball-bg-traffic-sign.png) no-repeat;
}
.category-ball-bg-statistics {
	width: 100%;
	height: 100%;
	background: transparent url(/_images/ball-bg-statistics.png) no-repeat;
}
.category-ball-bg-exception {
	width: 100%;
	height: 100%;
	background: transparent url(/_images/ball-bg-exception.png) no-repeat;
}
.category-ball-bg-exception-truck {
	width: 100%;
	height: 100%;
	background: transparent url(/_images/ball-bg-exception-truck.png) no-repeat;
}
div.category-ball-hover {
	background: transparent url(/_images/ball-hover.png) no-repeat;
}
div.category-ball-active {
	background: transparent url(/_images/ball-active.png) no-repeat;
}
div.category-ball h2 {
	margin: 0px !important;
	padding: 0px !important;
	left: 0px !important;
}
div.category-ball-active h2 {
	color: #6359aa !important;
}
div.category-ball p, div.category-ball img {
	display: none;
}
div.category-ball-margin-top {
	margin-top: 60px;
}
div.category-ball-margin-right {
	margin-right: 35px;
}
#featureContent {
	padding-top: 20px;
	overflow: visible;
	_overflow: hidden;
	height: 180px;
	margin-right: 20px;
	/*_height: 180px;*/
	display: none;
}
#featureContent h2 {
	margin-top: 0px !important;
}
#featureList {
	margin-top: 20px;
}
