.content-article-li-number{ 
	width:36px;
	top:3px; left:0px;
	padding-left:0;
	position:absolute;
	text-align:right;
	font-size: 22px;
	color:@baseColor;
	text-shadow:1px 1px #FFFFFF;
}
.article .guiHolder li {
	behavior:expression(
		function(t){
			t.runtimeStyle.behavior = 'none';
			if ( t.className != 'comments-item' ) {
				t.insertAdjacentHTML(
					'afterBegin',
					'<span class="content-article-li-number">§' +
						( ++t.parentNode.IEcounter || ( t.parentNode.IEcounter = 1 )) +
					'.</span>'
				);
			}
		}(this)
	);
	}
.article ol .bulletedList li, #article ol .unstyledList li, #article .guiHolder .bulletedList li, #article .guiHolder .unstyledList li{
	behavior:none;
}
.article .calloutBlock p{
	 margin-bottom: expression(nextSibling == null ? '0' : '18px') !important; 
}

.b-content_menu .active {
	background-color: #0B857D;
}