.b-search-form{
	background:#F6F6F6;
	padding:17px;
	margin:0 0 25px 0;
	min-height:85px;
	color:#9f9f9f;
}
.b-search-form p{
	margin:0!important;
}
.b-search-form ul{
	list-style-type:none!important;
	margin:0 0 10px 0!important;
}
.b-search-form ul li{
	display:inline-block;
	margin:0 20px 0 0!important;
}
.b-search-form ul li input{
	vertical-align:middle;
}
.b-search-form label{
	display:block;
	margin:0 0 10px 0;
}
.b-search-form input[type="text"]{
	width:100%;
    background: #fff;
    border: 0;
    color: #95979f;
    font-size: 0.917em;
    padding: 5px 0;
    vertical-align: middle;
    border-left: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    margin: 0 0 12px;
	text-indent:5px;
}
.b-search-form input[type="submit"]{
    background: #dbdbdb;
    border: 0 none;
    color: #565656;
    cursor: pointer;
    display: inline-block;
    font-size: 0.917em;
    line-height: 100%;
    margin: 0;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
}

.b-search-word{
	color:#9f9f9f;
	border-bottom:1px solid #e9e9e9;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}

.b-search-results{
	margin:0 0 30px 0;
}
.b-search-results .item{
	width:100%;
	padding:10px 0;
	border-top:1px solid #e9e9e9;
	display:inline-block;
	line-height:150%;
}
.b-search-results .item:first-child{
	border:0;
}
.b-search-results .item .icons{
	width:40px;
	float:left;
	text-align:left;
}
.b-search-results .item .icons img{
	margin:1px 3px 2px 0;
}
.b-search-results .item .tag{
	width:100px;
	float:right;
	text-align:right;
	text-transform:uppercase;
	color:#9f9f9f;
}
.b-search-results .item .tag a{
	color:#9f9f9f;
}
.b-search-results .item .tag a:hover{
	color:#777;
}
.b-search-results .item .tag span{
	display:inline-block;
	padding:3px 5px;
	margin:0 0 3px 3px;
	border:1px solid #e9e9e9;
}
.b-search-results .item .search-streeng{
	margin:0 110px 0 50px;
}
.b-search-results .item .search-streeng .n{
	float:left;
	width:27px;
	color:#9f9f9f;
}
.b-search-results .item .search-streeng .str{
	overflow:hidden;
}

.highlighted{
	display:inline-block;
	background:#0099aa;
	padding:1px 5px;
	color:#fff;
	line-height:110%;
	vertocal-align:baseline;
}