
.left
{
	float: left;
	display: inline;
}
.right
{
	float: right;
	display: inline;
}
.clear
{
	clear: both;
}

img
{
	border: 0;
}
.askMid
{
	margin: 10px 0;
	text-align: left;
}

.askCategory, .askBotLeft
{
	float: left;
	width: 208px;
	display: inline;
}



.path
{
	text-align: left;
}


.cateTitle
{
	background: url(/images/ask/ask_titles.png) 10px -209px no-repeat;
	height: 20px;
	line-height: 20px;
	padding: 5px 0 5px 15px;
	border: 1px solid #AFCBE3;
	font-weight: bold;
	font-size: 14px;
	background: #F6F9FC;
}

.askCount
{
	list-style: none;
	padding: 10px 0;
	padding-left: 15px;
	border: 1px solid #AFCBE3;
	border-top: 0px;
	margin-bottom: 0;
	background: #F6F9FC;
}

.askCount span
{
	color: #FF6600;
	font-weight: bold;
}

.askCount li
{
	line-height: 20px;
}


.cateItem
{
	background: #F6F9FC;
	border: 1px solid #AFCBE3;
	border-top: 0px;
	border-bottom: 0px;
}

.cateNormal, .cateMore, .cateNormal2
{
	position: relative;
	z-index: 3;
}

.cateNormal a, .cateNormal2 a
{
	color: #0C61AD;
}

.cateNormal a:hover, .cateNormal2 a:hover
{
	color: #EB8114;
}

.cateNormal dt, .cateMore dt, .cateNormal2 dt
{
	border-bottom: 1px solid #AFCBE3;
	line-height: 33px;
	height: 29px;
	padding-left: 15px;
	font-size: 14px;
	background: url("/images/ask/ask_points.gif") no-repeat scroll 183px -89px transparent;
	overflow: hidden;
}

.cateMore dt
{
	border-bottom: none;
}

.cateNormal strong, .cateNormal2 strong
{
	color: #0C61AD;
}

.cateNormal span, .cateNormal2 span
{
	font-size: 12px;
	color: #AFCBE3;
	margin-left: 4px;
}

.cateNormal dd, .cateNormal2 dd
{
	display: none;
}



.cateMore dd
{
	display: block;
	position: absolute;
	left: 208px;
	border: 2px solid #6EB0E5;
	width: 300px;
	z-index: 2;
	background: white;
	top: -2px;
	padding: 10px;
}


.cateMore dd h2
{
	line-height: 30px;
	height: 30px;
	padding-left: 11px;
	font-size: 14px;
	color: #0C61AD;
	position: absolute;
	background: white;
	border: 2px solid #6EB0E5;
	border-right: none;
	width: 195px;
	left: -208px;
	z-index: 3;
	top: -2px;
}

.cateMore ul
{
	list-style: none;
	overflow: hidden;
	zoom: 1;
}

.cateMore ul li
{
	float: left;
	margin-left: 10px;
	line-height: 25px;
	display: inline;
	white-space: nowrap;
}

.askMidBox, .askBotMid
{
	width: 460px;
	padding: 0 10px;
	float: left;
	display: inline;
}

.questionBox
{
	border: 1px solid #AFCBE3;
	height: 298px;
	margin-bottom: 10px;
	background: #F6F9FC;
}

.questionBox h3
{
	margin: 0;
	padding-left: 20px;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #AFCBE3;
	font-size: 14px;
}

.questionBox ul
{
	margin: 0;
	padding-left: 20px;
	padding-top: 2px;
}

.questionBox ul li
{
	line-height: 24px;
	height: 24px;
	color: #0364C3;
	overflow:hidden;
}

.questionBox ul li a
{
	color: #0364C3;
}

.questionBox ul li a:hover
{
	color: #EB8114;
}

.questionBox ul li span a
{
	color: Black;
}


.questionReplyCount
{
	float: right;
	margin-right: 10px;
	display: inline;
}


.askTabBox
{
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	min-height: 250px;
	height: auto !important; *height:252px;


}

.askTabContent
{
	padding: 5px;
	padding-top: 0px;
	margin: 0;
}

.askTabTitle
{
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 10px;
	background: #DDDDDD;
	font-weight: bold;
	color: #091384;
}

.askTabNav
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
	position: relative;
	z-index: 2;
}

.askTabNav li
{
	float: left;
	line-height: 30px;
	height: 30px;
	margin-right: 3px;
	background: #F4F2F4;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	padding: 0px 5px;
	display: inline;
}

li.tabSelected
{
	background: #F6F9FC;
	border: 1px solid #6EB0E5;
	border-bottom: #F6F9FC;
}

.tabItem
{
	border: 1px solid #6EB0E5;
	padding: 10px;
	display: none;
	background: #F6F9FC;
}

.tabItemShow
{
	display: block;
	position: relative;
	top: -1px;
	z-index: 1;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

.tabItem ul
{
	margin: 0;
	padding-left: 10px;
}

.tabItem ul li
{
	height: 30px;
	line-height: 30px;
	color: #0364C3;
	overflow:hidden;
}

.tabItem ul li a
{
	color: #0364C3;
}

.tabItem ul li a:hover
{
	color: #EB8114;
}

.tabItem ul li span a
{
	color: Black;
}

.questionTitle
{
	width: 395px;
	height: 25px;
	line-height: 25px;
}

.safeCode
{
	border: 1px solid #cccccc;
	cursor: pointer;
}

.insub1
{
	background: url(/images/ask/insub1.bmp) no-repeat;
	width: 147px;
	height: 45px;
	border: 0;
	cursor: pointer;
}

.insub2
{
	background: url(/images/ask/insub2.bmp) no-repeat;
}

.tdOdd
{
	width: 120px;
	height: 50px;
}

.askMain
{
	text-align: left;
}

.askFieldset
{
	padding: 10px;
	margin: 10px 0;
	color: #333;
	border: #06c dashed 1px;
}

.asklegend
{
	color: #06c;
	font-weight: bold;
	background: #fff;
	border: #06c dashed 1px;
	width: 100px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-size: 14px;
}

.loadding
{
	display: none;
	text-align: center;
}

.nickName
{
	height: 25px;
	line-height: 25px;
}

#txtAge
{
	height: 25px;
	line-height: 25px;
}

.askBanner
{
	background: url(/images/ask/banner.gif) no-repeat;
	padding: 7px 0px;
	color: White;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
}

.askDoctorTop
{
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

.doctorSort
{
	border-bottom: 1px dashed #cccccc;
	list-style: none;
	margin: 0px 5px 10px 5px;
	padding-left: 15px;
}

.doctorSort span
{
	color: #091287;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
}

.doctorSort li
{
	line-height: 25px;
	height: 25px;
}

.doctAnswered
{
	background: url(/images/ask/a.gif) 0px 4px no-repeat;
	padding-left: 20px;
}

.doctorInfo
{
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	border-top: none;
	min-height: 251px;
	height: auto !important;
    *height:253px;
	zoom:1;
}


.doctInfoBox
{
	margin:31px 0;
	height:138px;
}

.doctleft
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}

.doctleft img
{
	border: 1px solid #cccccc;
}

.doctRight
{
	float: right;
	margin-top: 10px;
	display: inline;
	width: 88px;
}

.doctRight ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.doctRight ul li
{
	line-height: 20px;
	height: 20px;
	font-size: 12px;
}

.drugRecomdBox
{
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	_height: 252px;
}

.askBannerLeft
{
	background: url(/images/ask/bannerLeft.gif);
	padding: 6px 0;
	color: White;
	font-weight: bold;
	padding-left: 15px;
	font-size: 14px;
	height: 18px;
}

.drugRecomdBox ul
{
	margin: 0;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style: none;
}

.drugRecomdBox ul li
{
	line-height: 25px;
	height: 25px;
	background: url(/images/ask/tubiao2.jpg) 5px 8px no-repeat;
	padding-left: 18px;
}

.askRigthBox
{
	margin-bottom: 10px;
}

.askRigthBox ul
{
	list-style: none;
	margin: 0;
	border: 1px solid #cccccc;
	border-top: none;
	padding-left: 10px;
}

.askRigthBox ul li
{
	line-height: 25px;
	height: 25px;
	background: url(/images/ask/san.gif) 0px 10px no-repeat;
	padding-left: 10px;
}


.ys400
{
	background: url(/images/L_IMG/400contact.jpg) no-repeat;
	height: 609px;
	width: 209px;
	margin-bottom: 10px;
}

.aboutBoxRight
{
	margin-top: 10px;
}

.aboutTitle
{
	line-height: 30px;
	height: 30px;
	background: #DDDDDD;
	color: #5661A2;
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
}

.aboutCount
{
	border: 1px solid #cccccc;
	border-top: 0;
	padding: 10px;
	line-height: 25px;
}

.aboutCount a
{
	text-decoration: underline;
}

.aboutCount ul
{
	padding-left: 10px;
	margin: 10px 0;
}

.aboutCount div
{
	text-indent: 24px;
}

.adbj
{
	margin: 10px 0;
}


/**********************问答详细******************************/

.askLeft
{
	float: right;
	width: 680px;
	display: inline;
}

.askRight, .askBotRight
{
	float: left;
	width: 210px;
	display: inline;
}

.userFace img
{
	border: 1px solid #cccccc;
}

.askContent
{
	border: 1px solid #B6DBF4;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

.askContent td
{
	border: 1px solid #B6DBF4;
	border-collapse: collapse;
}

.askContentLeft
{
	background: #F6FBFF;
	width: 150px;
	text-align: center;
	vertical-align: top;
}

.askContentRight
{
	padding-left: 10px;
	vertical-align: top;
}

.askContentRight h3
{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 22px;
}

.userName
{
	line-height: 30px;
	height: 30px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 10px;
	text-align: center;
}

.postTime
{
	line-height: 30px;
	height: 30px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 10px;
}

.quickReply
{
	border: 1px solid #B6DBF4;
	width: 100%;
}
.quickReply td
{
	padding-bottom: 10px;
}

.quickReply h3
{
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	border-bottom: 1px solid #B6DBF4;
	word-break: break-all;
	word-wrap: break-word;
}

.quickTitle
{
	height: 25px;
	line-height: 25px;
	width: 300px;
}

.quickOdd
{
	padding-left: 10px;
}

.askBody
{
	margin-bottom: 10px;
	width: 500px;
	word-break: break-all;
	word-wrap: break-word;
	line-height: 22px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
	font-family:"宋体";
	
}
.askBody a {
    color: #04759B;
}
.newAskBox
{
	border: 1px solid #B6DBF4;
	margin: 10px 0;
}

.newAskBox h1
{
	margin: 0;
	padding-left: 10px;
	line-height: 25px;
	height: 25px;
	background: #F3F7FA;
	font-size: 14px;
}

.newAskBox h1 span
{
	/*position: relative; 	left: 440px; 	top: 0;*/
	float: right;
}

.toAddAsk
{
	float: right;
	display: inline;
}

.toAddAsk a
{
	color: #0364C3;
}

.newAskBox ul
{
	list-style: none;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	zoom: 1;
}

.newAskBox ul li
{
	float: left;
	line-height: 25px;
	height: 25px;
	width: 50%;
	display: inline;
}

.recommendDrugBox
{
	border: 1px solid #cccccc;
	padding: 10px;
	zoom: 1;
}

.rmdDrugImg
{
	width: 70px;
}

.rmdDrugImg1
{
	width: 200px;
}
.rmdDrugInfo1
{
	width:180px;
	line-height: 18px;
	padding-left: 20px;
}

.rmdDrugInfo
{
	width: 110px;
	line-height: 18px;
}

.rmdDrugInfo .price
{
	color: Red;
	font-weight: bold;
}

.dashedLine
{
	margin: 8px;
	height: 1px;
	border-top: 1px dashed #cccccc;
}

.guidPrice
{
	text-decoration: line-through;
}



/*****************问答列表***********************/
.askCategoryTop
{
	border: 1px solid #B6DBF4;
	margin-bottom: 10px;
}

.askCategoryTop h3
{
	line-height: 30px;
	margin: 0;
	padding-left: 15px;
	background: #F3F7FA;
	border-bottom: 1px solid #B6DBF4;
}

.askCateChildren ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
	background: #F6F9FC;
	padding-bottom: 10px;
}

.askCateChildren li
{
	font-size: 14px;
	float: left;
	line-height: 25px;
	height: 25px;
	padding-left: 12px;
	margin-left: 13px;
	background: url(/images/ask/ask_points.gif) 1px 10px no-repeat;
	margin-top: 10px;
	color: #0066BB;
	white-space: nowrap;
	display: inline;
}

.askCateChildren ul li a
{
	color: #0364C3;
}

.askCateChildren ul li a:hover
{
	color: #FF6600;
}



.questionList ul
{
	list-style: none;
	padding-left: 0;
}

.questionList ul li
{
	border-bottom: 1px dashed #cccccc;
	overflow: hidden;
	zoom: 1;
}

.questionList ul li span a
{
	color: #0364C3;
}

.qListColumn1
{
	width: 60%;
	float: left;
	display: inline;
}

.qListColumn2
{
	width: 12%;
	float: left;
	text-align: center;
	display: inline;
}

.qListColumn3
{
	width: 5%;
	float: left;
	text-align: center;
	display: inline;
}

.qListColumn4
{
	float: left;
	width: 22%;
	text-align: center;
	display: inline;
}

.tiwen
{
	background: url("/images/ask/ask_tie_bgs.png") no-repeat scroll -266px -192px transparent;
	display: block;
	height: 48px;
	width: 170px;
	margin-bottom: 10px;
	cursor: pointer;
}

.tiwenHover
{
	background: url("/images/ask/ask_tie_bgs.png") no-repeat scroll -266px -240px transparent;
}

.userInfo
{
	margin: 10px 0;
}

.userInfo div
{
	padding: 0 10px;
	text-align: left;
	margin-top: 5px;
}



/************搜索***************/
.askSearchBox
{
	overflow: hidden;
	zoom: 1;
}

.askSearchBox div
{
	float: left;
	display: inline;
}

.askSearchLogo
{
	vertical-align: middle;
	width: 165px;
	height: 39px;
}

.askSearchBox img
{
	border: 0;
}

.askSearchBar
{
	background: #F8F6F6;
	border: 1px solid #cccccc;
	padding: 5px 15px;
	margin-left: 10px;
	width: 693px;
}

#txtAskSearch
{
	width: 450px;
	height: 25px;
	line-height: 25px;
}
