/*===> search field <===*/

.kbe_search_field {
	margin-bottom: 50px;
}

.kbe_search_field form {
	margin-bottom: 0;
}

.kbe_search_field input[type=text] {
    padding-left: 60px;
    background: url(images/kbe_search_btn.png) no-repeat left #fff;
}

#search-result {
	background-color: white;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 0;
	margin: 0;
}

#search-result li {
	background: url("images/kbe_icon_search_list.png") no-repeat scroll 15px center;
    padding: 8px 0 8px 45px;
	text-indent: 0;
}

#search-result li:before {
	content: none;
}

.kbe_no_result {
    background: url("images/kbe_icon_search_list.png") no-repeat scroll 15px center;
    padding: 8px 0 8px 45px;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    display: block;
}

.kbe_category {
	margin-bottom: 40px;
}

.kbe_article_list {
	padding: 0;
	margin: 0;
}

.kbe_article_list li {
    margin-bottom: 10px;
    margin-left: 0;
    background: url(images/kbe_article_icon_img.png) no-repeat left 4px;
    padding: 0 0 0 32px;
	text-indent: 0;
}

.kbe_article_list li:last-child {
	margin-bottom: 0;
}

.kbe_article_list li:before {
	content: none;
}

/*===> Search Page <===*/

.search-result {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
	margin-bottom: 20px;
}

	.search-result:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.search-result h3 {
		background: url(images/kbe_icon_search_list.png) no-repeat left top 6px;
		padding-left: 25px;
	}

.read-more {
	margin-top: 10px;
}