@charset "utf-8";
/* CSS Document */
#statisticsOS {
	position:relative;
	color:white;
	width:200px;
	margin-top:16px;
	min-height:178px;
}
#statisticsOS #statisticsTitle {
	margin-bottom:8px;
	margin-left:8px;
}
#statisticsOS #statisticsWrapper { 
	margin-top:18px;
}

#statisticsOS #statisticsWrapper .pageStatItem {
	width:195px;
	min-height:21px;
	height:auto!important;
	height:21px;
	color:#7e7e7e; 
	cursor:pointer;
	font-weight:bold;
}
#statisticsOS #statisticsWrapper .pageStatItem p {
	margin:0px;
	padding:3px 0px 0px 10px;
}

#statisticsOS #statisticsWrapper .pageStatItem:hover,#statisticsOS #statisticsWrapper div.CSStoHighlight {
	background-image:url(../../images/site/indexBlokHoverBackground.png);
	background-repeat:no-repeat;
}

#statisticsOS #statisticsWrapper .pageStatItem:hover p,#statisticsOS #statisticsWrapper div.CSStoHighlight p {
	color:#e95e27;
}
