/**
 * Question Section Links
 */
#main_content .questions .section_links {
	display: none;
	line-height: 2.5em;
	margin: -.5em 0 2em 0;
	overflow: hidden;
}

.js #main_content .questions .section_links {
	display: block;
}

#main_content .questions .section_links .item {
	margin-right: 1.8em;
	white-space: nowrap;
	zoom: 1;
}

#main_content .questions .section_links .pseudo_link {
	color: #000;
	color: #666;
	font-style: italic;
}

#main_content .questions .section_links .pseudo_link:hover {
	color: #ff5223;
}

#main_content .questions .section_links .selected .pseudo_link {
	border-bottom: 0;
	color: #eb232a;
	cursor: auto;
}


/**
 * Question Sections
 */
#main_content .questions .section .question {
	color: #008c00;
	margin-bottom: 0;
}

#main_content .questions .section .answer {
	margin: 0 0 1.5em;
}

#main_content .answer p {
	margin-bottom: .3em;
}


/**
 * Animate Human
 */
.morph_human {
	left: 50%;
	top: -216px;
}

.morph_human .pictures {
	height: 216px;
	width: 290px;
}

.morph_human .message {
	bottom: 20px;
	left: 0;
}

.morph_human .mouth {
	left: 30%;
}

.morph_human .mouth ins {
	background-image: url(icons.png);
	height: 8px;
	width: 23px;
}