input.search_btn{
	width: 94px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background-color: #003155;
    border: 1px solid #003155;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	
}



input.searchW{
	width: 250px;
	height: 22px;
	border: 1px solid #92B1CD;
	
	
}








.search_link{
	font-size: 14px;
}
.listSep{
	margin-top:6px;
	margin-bottom: 6px;
	padding:0px;
	height:2px;
	border-bottom: 1px dotted #e0e0e0;
}
.search_found {
	margin-top:15px;
	margin-bottom:8px;
	padding-bottom:8px;
	/*font-size: 11px;*/
	font-weight: normal;
	border-bottom:3px double #e0e0e0;
}
.search_found span{
	font-weight: bold;
}
.search_in_content p{
	color:#666;
}
.found{
	background-color:#ffa;
	color: #003155;
}

#detail_s{
	padding: 0px;
	margin:0px 0px 8px 0px;
	clear: both;
}




.tt{
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.tt span{
	text-decoration: none;
	width: 65px;
	border: 1px solid #e0e0e0;
	line-height: 26px;
	color:#ffffff;
	height: 26px;
	/*padding: 2px 24px 2px 6px;*/
	cursor: pointer;
	background-image: url('../../img/arrow_up.gif');
	background-position: 96%;
	background-repeat: no-repeat;
	display: inline-block;
	background-color: #003155;
	text-align: center;
}
.open .tt span{                          
	text-decoration: none;
	background-color: #003155;
	background-image: url('../../img/arrow_down.gif');
}
.tt span.act{
}
.detail_inn{
	border: 1px solid #e0e0e0;
	background-color: #fafafa;
	/*padding: 6px;
	clear: both;*/
}
.detail_inn p{
	display: block;
	float: left;
	width: 45%;
	margin: 2px;
	padding: 2px;
}
.detail_inn p label{
	padding-left: 8px;
}
.ending{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	display: block;
}
.close .detail_inn{
	display: none;
}
.open .detail_inn{
	display: block;
}