.syntax_hilite, li .syntax_hilite {
	padding:3px 3px 10px 30px; background:#fff url(http://localhost/wp23/wp-content/plugins/ig_syntax_hilite/img/code.jpg) repeat top; color:#000; list-style:none; 
	font-size:11px; font-family:'Courier New',Courier,monospace;
	/* comment the line below to remove scrolling in code boxes */
	overflow:auto; white-space:nowrap;
}

/* change this line to set the width of code box */
.syntax_hilite { width:94%; }
/* change this line to set the width of code box in a list */
li .syntax_hilite { width:94%; list-style:none; padding-left:15px;}
ol {list-style:none; }
.igBar, li .igBar {
	 font-family:courier,arial,verdana;
}
/* change this line to set the width of plain text bar above code box */
.igBar { width:94%; display:none;}
/* change this line to set the width of plain text bar above code box in a list */
li .igBar { width:94%; }
.igBar a, .igBar a:hover {
	margin:0px 5px 0px 10px; font:arial; color:#000000;
	text-decoration:none;
padding-left:20px;  
list-style:none; 
}
.syntax_hilite .langName { color:#000; font: 11px georgia, arial; font-style:italic; font-weight:bold; padding-left:20px; padding-top:0px; background: transparent url(/wp-content/plugins/ig_syntax_hilite/img/page_code.gif) no-repeat center left;
}
.syntax_hilite textarea { margin:0px -5px -2px 0px; border:none; }
.syntax_hilite li a  { list-style:none; }


.syntax_hilite li { color:#57543B; width:80%;}

.syntax_hilite li a { list-style:none; background: transparent; border:none;  font-weight: normal; color: #5F4303; text-decoration: none;  }

.syntax_hilite li a:hover { color: #C9C8B1; }
.syntax_hilite li span { list-style:none; color: #000;}

.css span { color:#EB16BD;}
.php a { background: transparent;  color: #EB16BD;}