.syntax_hilite {
	padding:			0;
	width:				510px;
	margin:				0 auto;
	line-height:		2em;
	font-size:			0.9em; 
}
li .syntax_hilite {
	padding:           	3px 3px 10px 0;  
	background-color:	#FEFEFE;
	font-family:		"Courier New", Courier, monospace !important;
}
.syntax_hilite ol	{
	margin:				0px; 
	padding:			0px 0px 0px 30px; 
	list-style:			decimal-leading-zero;
}
.syntax_hilite li	{
	border-bottom:		1px dotted #CCC; 
	padding:			0;
}
.syntax_hilite li span {
	font-family:		"Courier New", Courier, monospace !important;
}
.igBar, 
li .igBar {
	color:				#ccc;
	padding-left:		15px;
	float:				right;
}
.igBar a {
	margin:				0;
	color:				#105ab5;
	text-decoration:	none;
	font-weight:		normal;
	font-size:			0.8em;
	font-family:		'Lucida Grande', 'Lucida Sans', sans-serif !important;
}
.igBar a:hover {
	text-decoration:	underline;
	color:				#89acd4;
}
.syntax_hilite .langName { 
	color:				#A90000; 
	font-weight:		bold;
	font-size:			1em;
	font-family:		'Lucida Grande', 'Lucida Sans', sans-serif !important;
	text-align:			center;
}
.syntax_hilite textarea { 
	margin:				0px -5px -2px 10px;
	border:				1px solid #ccc;
	background-color:	#fff;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1em;
	line-height:		1.4em;
}

