#boxLearningPath h3 span {
	display: inline;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

#boxLearningPath #linksLearningPath li {
	float: left;
	list-style: none;
	margin-left: 5px;
}

#learningPathCurrent {
	clear: left;
}

#learningPathCurrent ul {
	margin-top: 10px;
}

#learningPathCurrent li {
	float: left;
	list-style: none;
	margin: 0px 10px;
	padding-top: 20px;
	text-align: center;	
}

#statisticsLearningPath {
	clear: left;
}

.learningPathBox {
	border: 1px solid #fcfcfc;
}

#columnB #boxLearningPath #learningPathCurrent li {
	position: relative;
}

.learningPathBox a {
	text-decoration: none;
}

.learningPathBox span {
	background-image: url('/templates/source/default/images/icons/tools/learningPathIcons/ballBlue.png');
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	color: #ffffff;
	font-weight: bolder;
	float: left;
	padding-top: 10px;
	width: 32px;
	vertical-align: middle;
	height: 32px;
	cursor: pointer;
}

#linksLearningPath li {
	position: relative;
}

html>body .learningPathBox span {
	padding-top: 15px;
}

.learningPathBox span:hover {
	background-image: url('/templates/source/default/images/icons/tools/learningPathIcons/ballBlueHover.png');	
}

.block span {
	background-image: url('/templates/source/default/images/icons/tools/learningPathIcons/ballBlockBlue.png');	
}

.block span:hover {
	background-image: url('/templates/source/default/images/icons/tools/learningPathIcons/ballBlockBlueHover.png');	
}

.finished span {
	background-image: url('/templates/source/default/images/icons/tools/learningPathIcons/ballEndBlue.png');	
}

.finished span:hover {
	background-image: url('/templates/source/default/images/icons/tools/learningPathIcons/ballEndBlueHover.png');	
}

.now span {
	background-image: url('/templates/source/default/images/icons/tools/learningPathIcons/ballNowBlue.png');	
}

.now span:hover {
	background-image: url('/templates/source/default/images/icons/tools/learningPathIcons/ballNowBlueHover.png');	
}

#statisticsLearningPath {
	clear: left;
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

#percentageLearningPath {
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
	height: 13px;
	text-align: left;
	width: 80%;
	margin: 0 auto;
}

.progressStudent,
.progressStudent .textProgressStudent {
	text-align: right;
}

.progressStudent #totalQuotaCommunity {
	width: auto;	
}

#statisticsBarLearningPath {
	background-image: url('/templates/source/default/images/icons/tools/learningPathIcons/coteBlue.png');
	background-repeat: repeat-x;
	background-position: center;
	height: 13px;
	display: block;
}

html>body #statisticsBarLearningPath {
	height: 13px;
}
