/**
 * CSS Fixed Layout #2.2- (Fixed-Fixed)
 * Huoguan.com
 * Author: pan lidong
 * Date:2008-05-22 
 * #FF690A #0088EE #E7E7E7
 */ 

/** ** frame ** */ 

*{margin:0;padding:0;}
textarea{padding:1px;}
img{border:none;}

.star{
	color:red;
}
a, a:link {
	color:#006699;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul li{list-style:none;}

table.gray{
	background:#F8F8F8;
}

body{
	background:#fff;
	color:#333333;;
	text-align:left;
	font:80%/normal Verdana,Arial,Simsun,Helvetica,sans-serif;
}


#maincontainer{
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border:0px solid #ddd;
}



#topsection{
	float:left;
	width:100%;
	margin-top:5px;
}


#searchwrapper{
	float: left;
	width: 100%;
	background-color: #d4ecfe;
	background-image: url("../images/user_hatch_bg.gif"/*tpa=http://www.huoguan.com/images/user_hatch_bg.gif*/);
	background-repeat: repeat;
	border: solid 1px #d4ecfe;	
}

#searchcolumn{
	margin-right: 320px; /*Set right margin to RightColumnWidth*/
}

#logincolumn{
	float: left;
	width: 320px; /*Width of right column*/
	margin-left: -320px; /*Set left margin to -(RightColumnWidth) */
	color:#aaa;
}

#contentwrapper{
	float: left;
	width: 100%;
	background: #FFF;
}

#contentcolumn{
	margin-right: 320px; /*Set right margin to RightColumnWidth*/
	background: #FFF;
}

#rightcolumn{
	float: left;
	width: 320px; /*Width of right column*/
	margin-left: -320px; /*Set left margin to -(RightColumnWidth) */
	background: #FFF;
}

#search_right_column{
	float: left;
	width: 319px; /*Width of right column*/
	margin-left: -320px; /*Set left margin to -(RightColumnWidth) */
	background: #FFF;
	border-left:1px solid #ddd;
}

#footer{
	clear: left;
	width: 100%;
	background: #FFF;
	color: #999;
	text-align: left;
	border-top:1px solid #E7E7E7;
	padding: 10px 0;
}

#footer a{
	color: #888;
}

/** ** ** */

#navwrapper{
	float: left;
	width: 100%;
	text-align:left;
	border-bottom:1px solid #E8E8E8;
	margin-bottom:10px;
	padding-bottom:8px;
}

#navleftcolumn{
	margin-right: 320px; /*Set right margin to RightColumnWidth*/
}

#navrightcolumn{
	padding-top:0px;
	float: left;
	width: 320px; /*Width of right column*/
	margin-left: -320px; /*Set left margin to -(RightColumnWidth) */
	text-align: left;
	font-size:86%;

}


#navleftcolumn ul{
	padding-top:3px;
}

#navleftcolumn li{
	color:#999;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#navrightcolumn .userphoto{
	padding:2px;
	width:16px;
	height:16px;
	border:1px solid #CCC;
}

#navrightcolumn .isguest{
	padding-top:3px;
	padding-right:5px;
	text-align:right;
}


/** ** ** */

#search_nav_wrapper{

	background-color:#F1F7FC;
	border-top:1px solid #D9E1F7;
	height:1.6em;
	
	float: left;
	width: 100%;
	text-align:left;
	margin-bottom:10px;
	padding-top:3px;
}


#search_nav_left_column{
	margin-right: 320px; /*Set right margin to RightColumnWidth*/
	padding-left:10px;
}

#search_nav_right_column{
	float: left;
	width: 320px; /*Width of right column*/
	margin-left: -320px; /*Set left margin to -(RightColumnWidth) */
	text-align: left;
	padding-top:3px;

}

/** ** ** */

#static_nav_wrapper{
	float: left;
	width: 100%;
	text-align:left;
	border-bottom:1px solid #E8E8E8;
	margin-bottom:10px;
	padding-bottom:5px;
}

#static_nav_left_column{
	margin-right: 320px; /*Set right margin to RightColumnWidth*/
	padding-left:10px;
}

#static_nav_left_column ul{
	padding-top:0px;
}

#static_nav_left_column li{
	color:#333;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}



#static_nav_right_column{
	float: left;
	width: 310px; /*Width of right column*/
	margin-left: -310px; /*Set left margin to -(RightColumnWidth) */
	text-align: left;
	padding-top:2px;

}


/** ** ** */

/** ** ** */

#userprofilewrapper{
	float: left;
	width: 100%;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:8px;
}

#userprofileleft{
	margin-right: 450px; /*Set right margin to RightColumnWidth*/
}

#userprofileright{
	padding-top:0px;
	float: left;
	width: 450px; /*Width of right column*/
	margin-left: -450px; /*Set left margin to -(RightColumnWidth) */
	text-align: left;

}


/** ** logo** **/
.text_logo{
	color:#FF690A;
}

.text_logo_b{
	color:#0088EE;
}

#topbox{
	float:left;
	width:100%;
	margin-top:5px;
	background:#fff;
}

.logo_img_box{
	float:left;
	width:210px;
	text-align:left;
}

.logo_small_img_box{
	float:left;
	width:90px;
	text-align:left;
	padding-top:6px;
}

.homepage_top_menu{
	float:left;
	width:745px;
	padding-top:5px;
	padding-right:5px;
	text-align:right;
}

/* ** top search ** */

#top_search_section{
	float:left;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;

}

#top_menu{
	color:#999; 
	text-align:right;
}

#top_menu a{
	color:#999; 
}

#top_search_box{
	float:left;
	width:100%;
	border-bottom:0px solid #E7E7E7;
}

#top_search_form{
	float:left;
	width:400px;
	font: 14px Arial, Helvetica, sans-serif;
	height:52px;
	padding-top:0px;
	position:relative;
}

#top_search_form {float: left;}
#top_search_form ul {list-style: none;}
#top_search_form li {float: left;margin-right: 13px;margin-bottom: 3px;font-weight: bold;}
#top_search_form li a {font-weight: normal;text-decoration:underline;} 
#top_search_form div {clear: both;} .top_query { width:285px;font:16px Arial;font-family:Arial;}
#top_search_form div {clear: left;float: left;white-space:nowrap;} 

.buttonface1 { height:23px; line-height:18px; width: 78px;}
.buttonface3 {height:23px; line-height:18px; width: 100px;}
.buttonface2 {height:23px; line-height:18px; width: 117px;}

/* ** search ** */

#search{
	margin:0 auto 10px;
	font-size:116%;
	width:580px; /* 520px */
	/* background-color:#F6F7F7;  */
	/* border:1px solid #E7E7E7; */
	text-align:left;position:relative;
}

#search form{border:0px solid #fff;}

#search form input{vertical-align:middle;}

.searchnav{
	color:#D9D9D9;
	list-style:none;
	color:#222;
	text-align:center;margin-left:17px;padding-top:4px;
}

.searchnav li{
	float:left;
	background:url("../images/s_bg.gif"/*tpa=http://www.huoguan.com/images/s_bg.gif*/) no-repeat 3px 6px;width:60px;
	height:32px;
	line-height:30px;color:#222;
}
.searchnav li#lastab{width:58px;}
.searchnav a{width:100%;height:32px;color:#222;display:block;text-decoration:none;}
.searchnav a:hover{background:url("../images/s_bg.gif"/*tpa=http://www.huoguan.com/images/s_bg.gif*/) no-repeat 3px -58px;font-weight:bold;}
.searchnav .tab{background:url("../images/s_bg.gif"/*tpa=http://www.huoguan.com/images/s_bg.gif*/) no-repeat 3px -26px;font-weight:bold;color:#000}
.searchnav li.more{width:59px;}

#search form div{clear:both;padding-left:25px;}

.query{
	height:27px;
	padding-top:4px;
	padding-left:2px;
	font-size:16px;
	width:348px;
	border:1px solid #C7C6C4;
	font-family:Verdana;
}
.submitbtn{font-size:14px;width:5.6em;height:28px;}

.tips {
	height:24px; 
	text-align:left; color:#555; 
	font: 12px/30px Verdana,Simsun,Arial,Helvetica,sans-serif; 
	margin-left:10px;
}

/** **std** **/
.gray{
	color:gray;
}

.std_left_box{ 
	font-size:110%;
	text-align:left;
	margin:0px 10px;
	margin-bottom:10px;
	border:0px solid #CACED1;
}

.std_right_box{
	margin:0px 10px 10px 10px;
	text-align:left;
	border:0px solid #7DBEEE; /* #d4ecfe */
}

.std_right_box .menu {
	margin-left:0px;
}

.std_right_box .menu li{
	font-size:100%;
	margin-bottom:5px;
}

.std_right_box .menu li.selected{
	font-weight:bold;
}

.ad_bar_right{
	margin:0px 0px 10px 5px;
	padding:10px 0;
	text-align:left;
	border:1px solid #eee; /* #d4ecfe */
}

.right_table{
	
}

.right_table td{
	line-height:1.6em;
}
.right_table a.selected{
	font-weight:bold;
}

/** **/
.std_btn {
	background:transparent url("../images/orange_buttons.gif"/*tpa=http://www.huoguan.com/images/orange_buttons.gif*/) no-repeat scroll 0pt;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	height:27px;
	width:100px;
	background-position:0pt;
}

.std_green_btn{
	font-weight:bold;
	background:transparent url("../images/green_buttons.gif"/*tpa=http://www.huoguan.com/images/green_buttons.gif*/) no-repeat scroll 0pt;
	color:#006699;
}

.std_big_title{
	padding-left:4px;
	font-weight:bold;
	color:#666;
	border-bottom:1px solid #CACED1;
}

.std_title{
	padding:5px;
	font-weight:bold;
	color:#666;
	border-top:0px solid #efefef;
	background:#F8F8F8;
}

.std_big_green_title{
	background:transparent url("../images/bg_title.gif"/*tpa=http://www.huoguan.com/images/bg_title.gif*/) no-repeat scroll 0pt;
	padding-left:0px;
	font-weight:bold;
	font-size:1.2em;
	color:#008000;
	margin-bottom:10px;
}

.std_big_green_title a{
	color:#008000;
}

.std_right_green_title{
	background:transparent url("../images/bg_title.gif"/*tpa=http://www.huoguan.com/images/bg_title.gif*/) no-repeat scroll 0pt;
	font-weight:bold;
	color:#008000;
	margin-bottom:10px;
}

.std_ask_search_rs{
	margin:0px 2px 5px 2px;
	padding:2px 2px;
}

.std_ask_search_rs .title{
	padding:3px 0 3px 0;
}

.std_ask_search_rs .title a{
	/* color:#261CDC; */
	text-decoration:underline;
}

.std_ask_search_rs .content{
	padding:2px 0 3px 0;
	color:#333;
}

.std_ask_search_rs .info{
	padding:0 2px;
	color:#666;
	font-size:90%;
}

.std_ask_search_rs .info A{

}


/** ** std_table ** **/
#std_table {
	margin-top:10px;
}

#std_table td{
	padding-bottom:20px;
}

#std_table .label{
	vertical-align: text-top;
	text-align:right;
	width:135px;
	color:#008000;
}


#std_table .label_l{
	vertical-align: text-top;
	text-align:left;
	width:100px;
	color:#008000;
}

.std_input_text, .std_select {
	color:#333;
	font-size:16px;
	height:20px;
	width:300px;
}

.info{
	color:gray;
	padding-top:2px;
	font-size:0.9em;
}

/* ** std_form ** */

#std_form {

}

#std_form dl{
	padding-top:15px;
}

#std_form dt{
	clear:left;
	float:left;
	margin-bottom:15px;
	padding-top:1px;
	text-align:right;
	width:135px;
}

#std_form dd{
	margin-bottom:15px;
	padding-top:1px;
}


#std_form label{
	color:#656B6F;
	font-size:14px;
	font-weight: bold;
}

.bold_title{
	font-weight:bold;
}

/** ** user ** **/

.user_box{
	margin-right:10px;
	padding:10px;
	background:#fff;
	border:1px solid #7DBEEE; 
	text-align:center;
}


/** ** ask ** **/

#ask_q_title_form{
	margin:10px 0;
}
#ask_q_title_form .question_title {padding:2px 0; font:16px Arial;font-family:Arial;}

#ask_q_list_q_container{
	margin-top:5px;
}

#ask_q_list_q_container .userprofile{
	padding:5px;
	width:50px;
	text-align:center;
}

#ask_q_list_q_container .userphoto{
	padding:2px;
	width:38px;
	height:38px;
	border:1px solid #CCCCCC;
}

#ask_q_list_q_container .questionbg{
	background:#FFF;
}

#ask_q_list_q_container .questionbggray {
	background:#F8F8F8;
}

#ask_q_list_q_container .question{
	padding:5px;
}

#ask_q_list_q_container .title{
	/* background-image:url(/images/li-dot.gif);
	background-repeat:no-repeat;
	background-position:3px 50%;	
	 */
	padding:0px;
}

#ask_q_list_q_container .info{
	margin:5px 0 2px 0;
	color:#AAA;
	font-size:90%;
} 


#ask_q_a_container{
	margin-bottom:20px;
	padding-bottom:2px;
 	border-bottom: dashed 1px #CACED1;
}

#ask_q_a_container .userprofile{
	padding:5px;
	width:50px;
	text-align:center;
}

#ask_q_a_container .userphoto{
	padding:2px;
	width:38px;
	height:38px;
	border:1px solid #CCCCCC;
}

#ask_q_a_container .questionbg{
	background:#FFF;
}

#ask_q_a_container .questionbggray {
	background:#F8F8F8;
}

#ask_q_a_container .question{
	padding:5px;
}

#ask_q_a_container .title{
	/* background-image:url(/images/li-dot.gif);
	background-repeat:no-repeat;
	background-position:3px 50%;	
	 */
	padding:0px;
}

#ask_q_a_container .info{
	margin:5px 0 2px 0;
	color:#AAA;
	font-size:90%;
} 

#ask_q_a_container .isbest_tab{
	margin: 2px 2px 0 0;
	width:25px;
	height:40px;
	float:right;
	background-image: url("../images/isbest.gif"/*tpa=http://www.huoguan.com/images/isbest.gif*/);
	background-repeat:no-repeat;
}



#questionviewcontainer{	
	background:#F4FFFA;
	border:1px dashed #AAD9BF;
}

#questionviewcontainer .userprofile{
	width:50px;
	padding:10px;
	text-align:center;
	vertical-align:top;
}

#questionviewcontainer .userphoto{
	padding:2px;
	width:38px;
	height:38px;
	border:1px solid #CCCCCC;
}

#questionviewcontainer .question{
	padding:10px 10px 10px 0;
	vertical-align:top;
}

#questionviewcontainer .title{
	border:0pt none;
	color:#000000;
	font-size:116%;
	font-weight:bold;
	line-height:1.1;
	margin:0pt 0pt 8px;
	padding:0pt;
}

#questionviewcontainer .issolve_tab{
	margin: 2px 2px 0 0;
	width:25px;
	height:40px;
	float:right;
	background-image: url("../images/solve.gif"/*tpa=http://www.huoguan.com/images/solve.gif*/);
	background-repeat:no-repeat;
}

#questionanswerscontainer{
	line-height:160%;
}

#questionanswerscontainer .userprofile{
	width:50px;
	padding:10px;
	text-align:center;
	vertical-align:top;
}

#questionanswerscontainer .userphoto{
	padding:2px;
	width:38px;
	height:38px;
	border:1px solid #CCCCCC;
}

#questionanswerscontainer .isnormal{
	margin-bottom:10px ;
	border: dashed 1px #CACED1;
}

#questionanswerscontainer .isbest{
	margin-bottom:10px ;
	border: dashed 1px #FF6600;
	background:#FFFFCC;
}

#questionanswerscontainer .answer{
	padding:10px;
}

#questionanswerscontainer .isbest_tab{
	margin: 2px 2px 0 0;
	width:25px;
	height:40px;
	float:right;
	background-image: url("../images/isbest.gif"/*tpa=http://www.huoguan.com/images/isbest.gif*/);
	background-repeat:no-repeat;
}

#questionanswerscontainer .issolve_tab{
	margin: 2px 2px 0 0;
	width:25px;
	height:40px;
	float:right;
	background-image: url("../images/isbest.gif"/*tpa=http://www.huoguan.com/images/isbest.gif*/);
	background-repeat:no-repeat;
}


#questionanswerscontainer .info{
	margin:5px 0 2px 0;
	color:#AAA;
	font-size:90%;
} 


#questionanswerscontainer .all_answers_tab{
	padding:10px 0;
	text-align:right;
	margin-right:5px;
}

#questionanswerscontainer .answer_vote ul{
	background:#FFFFFF url("../images/rating-bg.gif"/*tpa=http://www.huoguan.com/images/rating-bg.gif*/) repeat-x scroll 0pt 100%;
	border:1px solid #CCCCCC;
	float:left;
	overflow:hidden
}

#questionanswerscontainer .answer_vote li{
	float:left;
	padding-top:0pt;	
}

#questionanswerscontainer li.rateup a{
	background-image:url("../images/rating.gif"/*tpa=http://www.huoguan.com/images/rating.gif*/);
	background-repeat:no-repeat;
	background-position:100% -199px;
	float:left;
	margin-right:8px;
	padding-left:7px;
	padding-right:17px;
	display:block;
	line-height:19px;	
	font-size:11px;
}

#questionanswerscontainer li.rateup a:hover{
	background-position:100% -299px;	
	text-decoration:none;
}


#questionanswerscontainer li.ratedown a{
	background-image:url("../images/rating.gif"/*tpa=http://www.huoguan.com/images/rating.gif*/);
	background-repeat:no-repeat;
	background-position:100% -598px;
	float:left;
	margin-right:8px;
	padding-left:7px;
	padding-right:17px;
	display:block;
	line-height:19px;	
	font-size:11px;
}

#questionanswerscontainer li.ratedown a:hover{
	background-position:100% -698px;	
	text-decoration:none;
}

#questionanswerscontainer .user{
	margin:5px 0;
	padding:0px;
	font-size:96%;
	color:gray;
}


#questionanswerscontainer .comment{
	margin:5px 0;
	padding:5px;
	font-size:96%;
	border:1px dashed #ddd;
}

#ask_q_relative_container{
	background:#F4FFFA;
	border:1px dashed #AAD9BF;
	line-height:160%;
	padding:20px;
}

#ask_q_bottom_ad{
	margin:10px 0 5px 0;
	background:#FFF;
	border:1px dashed #AAD9BF;
	line-height:160%;
	padding:20px;
}

/*** **/




/* ** register ** */

#registerForm {

}

.reg_input_text, #registerForm select {
	color:#333333;
	font-size:20px;
	height:25px;
	margin-top:-4px;
	width:300px;
}


/* ** login ** */

#loginForm {

}

#loginForm dl{
	padding-top:15px;
}

#loginForm dt{
	clear:left;
	float:left;
	margin-bottom:15px;
	padding-top:1px;
	text-align:right;
	width:135px;
}

#loginForm dd{
	margin-bottom:15px;
	padding-top:1px;
}


#loginForm label{
	color:#656B6F;
	font-size:14px;
	font-weight: bold;
}

 .login_input_text, #loginForm select {
	color:#333333;
	font-size:20px;
	height:25px;
	margin-top:-4px;
	width:300px;
}


#greenbox{
	width:291px;
	margin:0px 10px 0 0px;
	background-image:url("../images/profile-311.gif"/*tpa=http://www.huoguan.com/images/profile-311.gif*/);
	padding:10px;
	background-color:#F0F8E6;
	border-top:0pt none;
}

#greenbox_bot{
	width:291px;
	height:10px;
	margin:0pt -10px -10px;
	padding:0pt 10px;
	background: #F0F8E6 url("../images/profile-311.gif"/*tpa=http://www.huoguan.com/images/profile-311.gif*/) no-repeat scroll 0pt 100%;

}

.homepage_li{
	width:15px;
	height:15px;
	display:block;
	padding:0 0px 0 0px;
	font-size:8px;
	text-align:center;
	background: #FFFFFF url("../images/li_num.gif"/*tpa=http://www.huoguan.com/images/li_num.gif*/) no-repeat 1px 0px;
}

/*** hospital ****/
.city_ul{
	color:#ccc;
	margin:0;
}

.hos_ul{
	margin:5px 0 10px 2px;
}
.hos_ul li{
	display:inline;
}

.city_nav li{
	padding:0 0px ;
	display:inline;
}

.search_hos{
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
}

.search_hos td{
	line-height:150%;
}

.pagerNav{
	color:#808080;
	margin:25px 0;
	text-align:center;
	font:100%/normal Simsun,Helvetica,sans-serif;
}

.pagerNav ul{
	display:inline;
	margin-left:0px;
	padding-left:0px;
}

.pagerNav li{
	display:inline;
	margin:2px 1px;
	text-align:center;
	line-height:160%;
}

.pagerNav .current{
	font-weight:bold;
	color:#000;
	padding:0px 2px;
	text-decoration:none;
}

.pagerNav li a{
	border:1px solid #CCCCCC;
	padding:3px 6px !important;
	text-decoration:none !important;
}

.pagerNav li a:hover{
	background-color:#0098D4;
	border:1px solid #000000;
	color:#FFFFFF !important;
}

.pagerNav .next a, .pagerNav .prev a {
	border:1px solid #FFF;
	text-decoration:none !important;
}

.pagerNav .next a:hover, .pagerNav .prev a:hover {
	font-weight:normal;
}




#errorMessages{
	margin-bottom:10px ;
	padding:5px;
	border: dashed 1px #FF6600;
	background:#FFFFCC;
	font-size:90%;
}

.msg{
	margin-bottom:10px ;
	padding:5px;
	border: dashed 1px #FF6600;
	background:#FFFFCC;
	font-size:90%;
}

.ad_bar{
	margin-bottom:10px ;
	padding:5px;
}

.userphoto{
	padding:2px;
	width:38px;
	height:38px;
	border:1px solid #CCCCCC;
}

.money{
	color:#F00;
	font-size:12px;
	font-weight: normal;
	padding-left:12px;
	background-image:url("../images/money_s.gif"/*tpa=http://www.huoguan.com/images/money_s.gif*/);
	background-repeat:no-repeat;
}
/*** ****/


.basictab{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	font-size:90%;
}

.basictab li{
	display: inline;
	margin: 0px;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #FFF6E2;
	color: #2d2b2b;
}

.basictab li a:visited{
	color: #2d2b2b;
}

.basictab li a:hover{
	background-color: #DBFF6C;
	color: black;
}

.basictab li a:active{
	color: black;
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #FFF;
	color: black;
}

/********/
#tabsB {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  margin-bottom:5px;
  }
#tabsB ul {
	margin:0;
	padding:1px 0;
	list-style:none;
  }
#tabsB li {
  display:inline;
  margin:0;
  padding:0;
}
#tabsB a {
  float:left;
  background:url("../images/tableftB.gif"/*tpa=http://www.huoguan.com/images/tableftB.gif*/) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#tabsB a span {
  float:left;
  display:block;
  background:url("../images/tabrightB.gif"/*tpa=http://www.huoguan.com/images/tabrightB.gif*/) no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span {float:none;}

/* End IE5-Mac hack */
#tabsB a:hover span {
  color:#000;
}

#tabsB a:hover {
  background-position:0% -42px;
}
#tabsB a:hover span {
  background-position:100% -42px;
}

/* End IE5-Mac hack */
#tabsB a.selected span {
  color:#000;
}

#tabsB a.selected {
  background-position:0% -42px;
}
#tabsB a.selected span {
  background-position:100% -42px;
}

td.dashed{
	border-bottom:1px dashed  #eee;
	color:#666;
}

td.dashedf12{
	border-bottom:1px dashed  #eee;
	font-size:12px;
	color:#666;
}

td.dashed2{
	border-bottom:1px dashed  #ccc;
	line-height:1.6em;
}

div.dashed2{
	border-bottom:1px dashed  #ccc;
	line-height:1.8em;
	padding:5px 0 0 0;
	margin-bottom:2px;
}

.resultHighLight{
	color:red;
}


.hospitalTitle{
	font-size:120%;
	font-weight: bold;
}

#h_hospital_list_d{
	margin:5px 5px 20px 5px;
	line-height:1.5em;
}

#h_hospital_list_d .title{
	border-bottom:1px dashed  #ccc;
	padding:5px 0;
}

#h_hospital_list_d .alias{
	border-bottom:1px dashed  #ccc;
	padding:5px 0;
}

#h_hospital_list_d .addr{
	border-bottom:1px dashed  #ccc;
	padding:5px 0;
}

#h_hospital_list_d .specialty{
	border-bottom:1px dashed  #ccc;
	padding:5px 0;
}

/**  **/
.h_comment_header{
	text-align:right;
	background:#F4FFFA;
	border:1px dashed #AAD9BF;
	padding:10px;
	margin-bottom:5px;
}

#h_comment_list_c{	
	text-align:left;
	background:#fff;
	border:1px dashed #ccc;
	margin-bottom:5px;
}

#h_comment_list_c .userprofile{
	width:50px;
	padding:10px;
	text-align:center;
	vertical-align:top;
}

#h_comment_list_c .userphoto{
	padding:2px;
	width:38px;
	height:38px;
	border:1px solid #CCCCCC;
}

#h_comment_list_c .comment{
	padding:10px 10px 10px 0;
	vertical-align:top;
}

/*** ***/
#h_nav_wrapper{
	float:left;
	width:100%;
	margin-bottom:5px;
}

#h_nav_wrapper .content{
	background:#F4FFFA;
	border:1px dashed #AAD9BF;
	padding:5px 10px;
}

#h_nav_wrapper .h_city_list {

}

#h_nav_wrapper .h_city_list li{
	font-size:100%;
	line-height:1.6em;
	display:inline;
}

#h_nav_wrapper .h_city_list li.selected{
	font-weight:bold;
}


#h_nav_wrapper .h_type_list{
	font-size:100%;
}

#h_nav_wrapper .h_type_list li{
	font-size:100%;
	line-height:1.6em;
	display:inline;
}

#h_nav_wrapper .h_type_list li.selected{
	font-weight: bold;
}

#h_nav_wrapper .h_province_list li{
	font-size:100%;
	line-height:1.6em;
	display:inline;
}

#h_nav_wrapper .d_department_list{
	font-size:100%;
}

#h_nav_wrapper .d_department_list li{
	font-size:100%;
	line-height:1.6em;
	display:inline;
}



#h_nav_wrapper .d_department_list li.selected{
	font-weight: bold;
}

/** **/
.d_department_list{
	font-size:100%;
}

.d_department_list li{
	font-size:100%;
	line-height:1.6em;
	display:inline;
}

.d_department_list li.selected{
	font-weight: bold;
}

/** **/
#d_disease_list_d{
	margin:5px 5px 20px 5px;
	line-height:1.5em;
}

#d_disease_list_d .title{
	border-bottom:1px dashed  #ccc;
	padding:5px 0;
}

#d_disease_list_d .alias{
	border-bottom:1px dashed  #ccc;
	padding:5px 0;
}

#d_disease_list_d .summarize{
	border-bottom:1px dashed  #ccc;
	padding:5px 0;
}

#m_related_disease_list{
	margin:10px 0;
	background:#F4FFFA;
	border:1px dashed #AAD9BF;
	padding:10px;
}

#m_related_disease_list li{
	line-height:1.6em;
}

.bigtitle{
	font-size:120%;
	font-weight:bold;
}

.lab_cat_table td{
	line-height:160%;
	color:#ccc;
}

.std_cat_title{
	font-weight:bold;
	font-size:110%;
}
.std_item_list{
	margin:5px 0;
	color:#ccc;
}

.std_item_list li{
	line-height:160%;
	display:inline;
}

.h_top{
	margin-left:30px;
	line-height:160%;
}

.homepage_h_tools{
	margin:0 0 5px 0;
}

.homepage_h_tools li{
	padding-left:5px;
	color:#bbb;
	line-height:160%;
}

.homepage_ask_cat li{
	padding-left:5px;
	color:#bbb;
	line-height:160%;
}

.disease_menu{
	padding:3px 0;
	color:#bbb;
}
