.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; }

.basic, #list2, #list3, #navigation { width:20em; }

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

.basic  {
	width: 369px;
	background:url(../images/accordion.png) no-repeat left 6px;
	margin:11px 0 0 0;
}

.box .basic{
	width:650px;
	background:none;
	margin:10px 0 30px 0;
	}

#list1a {
	height:178px; /* last value 203px */
	overflow:hidden;
	border-bottom:1px solid #E5E5E5;
	}

.basic div {
	background:#fff;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	height:107px;
}

.box .basic div {
	background:url(../images/inner-accordion-div3.gif) repeat-y left top;
	border:0;
	height:auto;
	}

.basic div div{
	background:none;
	border:none;
	height:auto;
}

.box .basic div div{
	background:url(../images/inner-accordion-div1.gif) no-repeat left top;
	}
	
.box .basic div div div{
	background:url(../images/inner-accordion-div2.gif) no-repeat left bottom;
	padding: 10px;
	}

/*#list1a > div {
	position:relative;
	z-index:1;
	margin:-2px 0;
	}*/

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}

.box .basic p {
	padding:0;
	margin:12px 0;
	font-weight: normal;
	font-size: 11px;
	}

.basic a {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration: none;
	font-size: 11px;
	color:#989898;
	cursor:default;
}

.box .basic a {
	font-size:12px;
	font-weight:bold;
	margin:4px 0 0 0;
	}
	
.box .basic div a {
	cursor:pointer;
	display:inline;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	}
	
/*#list1a > a {
	position:relative;
	z-index:2;
	}*/
.basic .selected span,
.basic a:hover span  {
	color:#fff;
	background: url(../images/accordion2.gif) no-repeat left top;
	}
	
.box .basic .selected span,
.box .basic a:hover span  {
	color:#fff;
	background: url(../images/inner-accordion2.gif) no-repeat left top;
	}

.basic span {
	display:block;
	padding:5px 10px 6px 10px;
	background: url(../images/accordion.gif) no-repeat left top;
	}
	
.box .basic span {
	background: url(../images/inner-accordion.gif) no-repeat left top;
	padding:7px 10px 8px 10px;
	overflow:hidden;
	position:relative;
	}

.box .basic div span {
	display:inline;
	padding:0;
	background:none;
	position:static;
	}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#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;
}

#navigation {
	border:1px solid #5263AB;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	border:1px solid #CCCCCC;
	background:#5263AB url(collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#FFFF99;
}
#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}