@charset "utf-8";
/* CSS Document */
.inf{
	color:#af3541;
	font-weight:bold;
	font-size:15px;
	padding:38px 0 0;
}
.inf span{
	color:#333;
	font-weight:normal;
}
.results,
.results li{
	overflow:hidden;
	height:100%;
	font-size:15px;
}
.results li{
	border-bottom:1px solid #666;
	padding:0 0 35px;
}
.results h2{
	height:83px;
	overflow:hidden;
	margin:20px 0 10px;
}
.results h3{
	font-size:19px;
	margin:95px 0 10px;
	font-weight:normal;
}
.results .img{
	float:left;
	margin:0 20px 0 0;
	/*
	width:161px;
	height:164px;
	*/
	overflow:hidden;
}
.results dl{
	overflow:hidden;
	height:100%;
	line-height:22px;
}
.results dt{
	float:left;
	clear:both;
}
.results dd a{
	color:#07a5b6;
}
#search .search ul li {
	padding:30px 3px 0;
}