/* Children's Health Encyclopedia */

H2.page_title {
	display: none;
}

/* A|B|C top links */
.encyclopediaContent H2.page_title + H3.section_header .anchor_link {
	display: inline;
	padding: 0;
	font-size: .8em;
	border-bottom: 1px dotted #106BB1;
	color: #106BB1;
}

/* Single A B C headers */
.encyclopediaContent H3.section_header .anchor_link[id] {
	display: block;
	padding: .4em 0;
	font-size: 1.5em;
	color: #729956;
	border-bottom: 1px solid #CCCCCC;
}

.encyclopediaSearchForm {
	float: left;
}

.encyclopediaContent .section_header .anchor_link {
	font-size: .8em;
}


/* hide list of links inside the content */
.encyclopediaContent div.indexnav {
	display: none;
}

/* remove top margin of the first P so content aligns with the right sub nav */
.encyclopediaContent div.indexnav + P {
	margin-top: 0;
}

.encyclopediaContent .photo {
	margin: 0 0 20px 20px;
	float: right;
}


LI.subSubNavHolder {
	padding-left: 32px !important;
}
.subNavSELECTED,
.subSubNavSELECTED {
	font-weight: bold;
}
.page_childrens_health_encyclopedia .subNav .padding32 {
	display: block;
	padding-left: 32px;
}





.section_kids_health_from_az .encyclopediaContent .gTabContent {
	/* see more in /css/ie6.css */
}

.gTabContent UL, .gTabContent LI {
	list-style: none;
	list-style-image: none;
}

.gTabContent .basicUL {
	float: left;
	width: 180px;
	list-style: none;
	margin: 0 25px;
	padding: 0;
}
.gTabContent .basicUL LI {
	margin: 0;
	padding: .5em 0;
}


.gLanguageNav {
	text-align: right;
	float: right;
}
.gLanguageNav B {
	display: block;
	float: left;
	margin-left: 3px;
	padding: 7px 20px 5px 20px;
	font-weight: bold;
	border-bottom: 1px solid #E7FEB8;
	background-color: #E7FEB8;
	color: #F27E01;
}
.gLanguageNav A {
	display: block;
	float: left;
	margin-left: 3px;
	padding: 7px 20px 5px 20px;
	font-weight: bold;
	border-bottom: 1px solid #E7FEB8 !important;
	background-color: #BBE18C;
	color: #F27E01;
}
.gLanguageNav .langNavDivider {
	display: none;
}

.encyclopediaContent BLOCKQUOTE {
	margin-left: 15px;
}

.sitemap {
	padding-left: 15px;
	background: url(/img/li_yellowDot.gif) no-repeat 0 -3px;
}
BLOCKQUOTE .sitemap {
	padding-left: 15px;
	background: url(/img/li_greenDot.gif) no-repeat 0 -3px;
}

BLOCKQUOTE BLOCKQUOTE .sitemap {
	padding-left: 15px;
	background: url(/img/li_blueDot.gif) no-repeat 0 -3px;
}

.libraryDisclaimer {
	margin-top: 1em;
	padding-top: .5em;
	border-top: 1px solid #CCCCCC;
	font-size: .9em;
	color: #777777;
}


