body {
    background-color: white;
}
.toc {
	display:block;
	float:left;
	width:100%;
}
.toc h2 {
	padding:18px 0 5px;
}
.chk {
	float:left;
	padding-top:6px;
}
.ul_head {
	cursor: pointer;
	position: relative;
	height:14px;
	padding: 9px 0 9px 31px;
	background: transparent url(/images/oxygen/sprite_rac.gif) 12px -160px no-repeat;
}
.ul_head a,
.ul_head a:hover {
    text-decoration: none;
}
.ul_head h3 {
	float:left;
	display:inline;
	}
.selected_head {
	background: transparent url(/images/oxygen/sprite_rac.gif) 12px -90px no-repeat;
}
.dotted_line {
	border-bottom:1px dotted #aeaeae;
	height:1px;
}
.ul_body {
	font-family: Verdana, Geneva, sans-serif;
	display:none;
	border-top:1px dotted #aeaeae;
}
.ul_body .view-section ,
.ul_body .subsections {
    font-size: 14px;
    margin-left: 13px;
    color: #000;
    line-height: 26px;
    margin-top: 10px;
    *margin-top:-10px;
}

.ul_body .view-section a,
.ul_body .view-section a:hover {
    color: #000;
    text-decoration:none;
}

.ul_body .level-one {
	background: transparent url(/images/oxygen/sprite_rac.gif) 0 -126px no-repeat;
	display:block;
	color:#000;
	font-size:13px;
	padding-left:21px;
	margin-left:20px;
	line-height:26px;
}
.ul_body .level-one a,
.ul_body .level-one a:hover {
	line-height:26px;
    display:block;
    zoom:1;
	font-size:13px;
	color:#000;
	text-decoration:none;
}
.ul_body .level-two {
	background: transparent url(/images/oxygen/sprite_rac.gif) 0 -126px no-repeat;
	font-size:13px;
	color:#707070;
	padding-left:21px;
	margin-left:45px;
    height:26px;
}
.ul_body .level-two a,
.ul_body .level-two a:hover {
	font-size:13px;
	color:#707070;
	text-decoration:none;
}

