

pre { margin-bottom: 1em; }
    
.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:510px;}

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



#list2 {
	/*height: 178px;*/
	border: 0px solid #eee;
	overflow: hidden;
}
dt
	{
	height:30px;
	border-bottom:7px solid #083e7e;
	cursor:pointer;
	font-family: Cosmos_light, Georgia, Trebuchet MS, Arial, sans-serif;
	font-weight:bold;
	color:#083e7e;
	font-size:1.2em;
	}

dd
	{
	
	height:237px;
	}

#list2 .red {
	color: #000;
	background-color: transparent;
}
#list2 .green {
	color: #000;
	background-color: transparent;
}
#list2 .blue {
	color: #000;
	background-color: transparent;
}
#list2 dd { /*height: 130px;*/ overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

