.title-search-result {background: #ffffff;padding: 20px 18px;border-radius: 4px;box-shadow: 0 0 30px 0 rgba(30, 49, 66, 0.1);z-index: 10;margin-top: 1px;}

.title-search-result:empty {
	display:none;
}

.bx_searche {}

.bx_searche a {
    display: block;
    color: #1e2832;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 300;

	-webkit-transition: color 0.3s 0s ease-out;
	-moz-transition: color 0.3s 0s ease-out;
	-ms-transition: color 0.3s 0s ease-out;
	-o-transition: color 0.3s 0s ease-out;
	transition: color 0.3s 0s ease-out;
}

.bx_searche a:hover {
	color:#c21f13;
}

.bx_searche a.all_result {
	border-top: 1px solid #e8eaec;
	padding-top: 14px;
	margin-bottom: 0;
	margin-top: 16px;
}

.bx_item_block {
}

.bx_img_element {
}

.bx_image {
}

.bx_item_element {
}

.bx_item_element > span {
}

.bx_item_element > span > b {
}

.bx_item_block > div {
}

.all_result {
}

.all_result_title {
}