/* CSS Document */

/* Content Styel */
#content {
	margin:0;
	padding:0 0 0 8px;
	width:610px;
	float:right;
	background-color:#ffffff;
	height:auto;
	overflow:hidden;
}

/* implant page style */
.patient_content {
	font-size:14px;
	line-height:1.3;
	color:#666666;
}
.patient_content h2 {
	height:30px;
	padding:10px 0 0 27px;
	color:#FFFFFF;
	font-size:18px;
	line-height:22px;
	background:#ffffff url(../images/patient_bar_1.jpg) no-repeat;
}
.patient_content h3 {
	height:25px;
	padding:6px 0 0 44px;
	color:#5E707F;
	font-size:14px;
	line-height:20px;
	background:#ffffff url(../images/patient_bar_2.jpg) no-repeat;
}
.patient_content h4 {
	height:24px;
	padding:4px 0 0 11px;
	border-top:1px #999999 solid;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;
	border-left:10px #999999 solid;
	color:#333333;
	font-size:14px;
	line-height:20px;
	text-align:left;
}
.patient_content h4 a {
	color:#333333;
	text-decoration:none;
}
.patient_content #h4_indent {
	margin-left:40px;
	margin-right:12px;
}
.patient_content #emphasis {
	color:#111111;
}

.patient_content #top_explanation {
	margin:19px 25px 15px 60px;
}
.patient_content #text_h2 {
	margin:19px 25px 15px 60px;
}
.patient_content #text_h3 {
	margin:8px 12px 4px 49px
}
.patient_content #text_h4 {
	margin:8px 12px 4px 49px
}
.patient_content #column {
	margin:18px 12px 4px 40px;
	padding:8px;
	border:1px #999999 solid;
	background-color:#cccccc;
}

.qa_menu {
}
.qa_menu a {
	display:block;
	background-image:url(../images/icon_qa_menu.gif);
	background-repeat:no-repeat;
	line-height:18px;
	width:90%;
	padding:2px 0 2px 22px;
	border:0;
}
.qa_menu a:link, .qa_menu a:visited {
	background-position:top left;
}
.qa_menu a:hover, .qa_menu a:active {
	background-image:url(../images/icon_qa_menu-h.gif);
	background-color:#f0f0f0;
}
.patient_content .answer {
	border-left:1px #999 solid;
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
	margin:5px 14px;
}
.patient_content .answer h4 {
	margin:0px;
	border-left-width:4px;
	background:url(../images/qa_question.gif) no-repeat scroll 3px center;
	padding-left:30px;
}
.patient_content .answer #answer_text {
	/*padding:27px 12px 12px 25px;*/
	padding:12px 12px 12px 41px;
	background:url(../images/qa_answer.gif) no-repeat scroll top left;
}
.patient_content .answer .answer_text {
	padding:12px 12px 12px 41px;
	background:url(../images/qa_answer.gif) no-repeat scroll top left;
}




