ol.code {
	background: #e5ecf3;
	color: #000;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.code li {
	display: block;
}

ol.code .indent1 {
	text-indent: 1em;
}
ol.code .indent2 {
	text-indent: 2em;
}
ol.code .indent3 {
	text-indent: 3em;
}

ol.code .indent4 {
	text-indent: 4em;
}

ol.code .indent5 {
	text-indent: 5em;
}


ol.code .evident {
	background: #fff;
	color: #333;
	border: 1px solid #0c0;
	padding: 0 0.2em;
}


h4.code-title {
	margin-bottom: 0;
	background: #e5ecf3;
	color: #000;
}


p.example, p.download {
	background: transparent url("arr.gif") no-repeat 0 50%;
	text-indent: 1.2em;
	height: 1em;
	line-height: 1em;
}

p.download {
	background-image: url("down.gif");
}
