@charset "utf-8";
/*----- Doctor.css -----*/
#doctorContent {
	width:648px;
	padding:20px;
	margin:0 0 0 auto!important;
	margin:-8px 0 0 auto;
	float:right;
	background:url(../images/content_bg.gif) left top repeat;
}
#doctorContent img {
	border:2px solid #C19742;
	margin:0 0 auto 15px;
	float:right;
}
#doctorContent h2 {
	font:bold 14px/24px Arial;
	color:#333;
	margin-bottom:10px;
}
#doctorContent span { color:#F00;}
.name {
	font:bold 20px/28px "宋体";
	margin-right:14px;
}
#doctorContent p.bio {
	text-indent:-42px;
	margin-left:42px;
}
/* table
----------------------*/
#doctorContent table {
	width:94%;
	font:12px/28px Arial;
	color:#333;
	margin:20px auto;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #444;
	border-right:2px solid #444;
	border-bottom:2px solid #444;
}
#doctorContent th {
	font-weight:normal;
	border:1px solid #444;
}
#doctorContent td {
	text-align:center;
	border:1px solid #444;
}
#doctorContent a {
	color:#222;
	text-decoration:underline;
}
#doctorContent a:hover {
	color:#c00;
	text-decoration:none;
}
/*----- 医生简介首页样式 Start -----
*/
#doctorContent h3 {
	font:bold 20px/30px "宋体";
	color:#333;
}
#doctorContent p {
	font:14px/24px "宋体";
	color:#333;
	text-indent:28px;
	margin:20px auto;
}
#doctorContent p a {
	font:bold 14px/24px "宋体";
	color:#222;
	text-decoration:none;
	margin:auto 6px;
}
#doctorContent p a:hover { color:#f00; text-decoration:underline;}
/*
----- 医生简介首页样式 End -----*/
#doctorNotice {
	width:457px;
	height:79px;
	margin:0 30px 30px auto;
	background:url(../images/doctorNotice_bg.png)!important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/doctorNotice_bg.png');
	float:right;
}
#doctorNotice p {
	font:12px/20px "宋体";
	color:#c00;
	margin:10px 10px 10px 160px;
}
