#content .syntax_hilite li {
	background-image: none;
	margin-left: 2.5em;
	list-style-type: decimal;
}

.syntax_hilite, 
li .syntax_hilite {
	padding: 0.3em 0.3em 1em 0.8em; 
	border: 1px dotted #38A6A5; 
	background-color: #FBFBFB;
	font-size: 0.9em; 
	font-family: 'Courier New',Courier,monospace;
	/* comment the line below to remove scrolling in code boxes */
	overflow: auto; 
	white-space: nowrap;
	margin-bottom: 1em;
}
/* change this line to set the width of code box */
.syntax_hilite { width: 100%; }

/* change this line to set the width of code box in a list */
li .syntax_hilite { width: 100%; }

.igBar,
li .igBar {
	margin-top: 1em;
	padding: 0.5em 0;
}


.syntax_hilite .langName { 
	color:#000000; 
	font-weight:bold; 
}

.syntax_hilite textarea { 
	margin: 0 -5px -2px 0; 
	border: none; 
}

