    
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }



#list3 {width:176px; }
#list3 div.selected .title {
	background-color:#666;
	}
#list3 div div {
	padding: 10px;
	padding-left:25px;
	background-color:#FFF;
	color:#000;
	background-image:url(left.png); background-repeat:repeat-y;
}
#list3 div.title {
	border-top:#FFF;
	border-top-style:solid;
	border-top-width:thin;
	background-image:url(left.png); background-repeat:no-repeat;
	background-color:#ccc;
	padding: 10px;
	color:#000;
	cursor: pointer;
}

#list3 div.selected {
	border-bottom: none;
}


