.syntax_hilite, li .syntax_hilite {
	background-color:#fefefe;
	font-size:.9em; font-family:'Courier New',Courier,monospace;
	/* comment the line below to remove scrolling in code boxes */
}
/* change this line to set the width of code box */
.syntax_hilite {width:95%; margin: 0 auto; margin-bottom: 1.5em}
.syntax_hilite li {border-bottom: 1px dotted #dedede; padding: 2px 0 3px 0}
/* change this line to set the width of code box in a list */
.igBar, li .igBar {
	color:#CCCCCC;
	background: #FFF url('icon_code.gif') top left no-repeat;
	padding-left:1px;
	margin: 1em 0 .6em 0
}
ol {list-style-type: decimal-leading-zero;}
ol li {
	text-align: left;
}

/* change this line to set the width of plain text bar above code box */
.igBar { width:100%; }
/* change this line to set the width of plain text bar above code box in a list */
li .igBar { width:90%;  }
.igBar a {margin:0px 5px 0px 0px; text-decoration:none; font-weight:normal; font-size:11px; padding-left: 18px;}
.igBar a:link, .igBar a:visited{color:#6F9724; background: #fff url('../img/tag.jpg') no-repeat left}
.igBar a:hover{color:#fff;background-color: #6F9724;}
.syntax_hilite .langName {
	margin: 0;
	padding: 0;
	color: #6897C2;
	background-color: #fff;
	font-family: 'trebuchet ms', arial, verdana, serif;
	text-indent: 50px;
	font-size: 1.3em;
	font-weight: bold;
}
.syntax_hilite textarea { margin:0px -5px -2px 0px; border:none; background-color:#FFF;
font-family: Arial, Helvetica, sans-serif; font-size:10px;}