.live-search {
	width: 100%;
	position: absolute;
	z-index: 1000;
	padding: 5px 0 40px;
	background-color: #fff;
	border: 1px solid #ddd;
	top: 100%;
	left: 0;
	display: none;
}
.live-search .loading {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.live-search ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.live-search ul li {
	cursor: pointer;
	padding: 5px;
	margin: 0px 5px;
	background-color: #fff;
	min-height: 50px;
	clear: both;
}
.live-search ul li:nth-child(even) {
	background-color: #fafafa;
}
.live-search ul li:hover {
	background-color: #f0f7fa;
}
.live-search ul li a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}
.live-search ul li .product-image {
	float: left;
	margin-right: 5px;
}
.live-search ul li .product-name p {
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #555555;
	margin: 0px;
	padding: 0px;
}
.live-search ul li .product-name {
	color: #102c38;
	float: left;
	width: 50%;
}
.live-search ul li .product-add-cart {
	float: right;
	padding: 7px;
}

.live-search ul li .product-price {
	text-align: right;
	float: right;
	margin-top: 10px;
	width: 25%;
}
.live-search ul li .product-price .price {
	display: block;
	font-weight: bold;
	color: #102c38;
}
.live-search ul li .product-price .special {
	color: #ff0000;
	text-decoration: line-through;
	display: block;
}

.live-search .product-price > .special {
	margin-top: -5px;
}

.live-search .result-text {
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	background-color: #f8f8f9;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.live-search .view-all-results {
	text-decoration: none;
}
.live-search .product-image {
	width: auto;
}
.live-search .product-image img {
	width: auto;
}
