/* searchs-wrap */
.searchs-wrap {
	position:relative;
	overflow:hidden;
	padding:0;
}

.searchs-wrap .wrap {
	width:110%;
	position:relative;
	overflow:hidden;
	border-top:1px dotted #ffd16b;
	margin:0 0 10px -5px;
}

.searchs-wrap .box {
	float:left;
	overflow:hidden;
	border:dotted #ffd16b;
	border-width:0 1px 1px 0;
	padding:8px 10px 10px;
	width:239px;
}

.searchs-wrap .img-box {
	float:left;
	margin:2px 5px 0 0;
}

.searchs-wrap .img-box img {
	vertical-align:top;
}

.searchs-wrap .holder {
	overflow:hidden;
	position:relative;
}

.searchs-wrap .title {
	display:block;
	min-height:38px;
}

.searchs-wrap .date {
	font-style:normal;
	float:left;
	font-size:11px;
	line-height:16px;
	overflow:hidden;
	width:144px;
	white-space:nowrap;
}

.date-holder .searched {
	background:url(/img/icons.png) -164px -1px no-repeat;
}

#content .banner-box.alt {
	border-bottom:1px dotted #ffd16b;
	padding:10px 25px;
}

#content .banner-box .note {
	top:10px;
	left:28px;
}

