.live-search-box{
	display: block;
	position: absolute;
	top: 35px;
	z-index: 200;
	outline: 0;
	border: 1px solid #a6a6a6;
	background-color: #fff;
	background-image: none;
	box-shadow: none;
	width: auto;
	min-width: 400px;
	max-width: 600px;
	-o-box-sizing: border-box;
	-ie-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.live-image-container{
	margin-right: 10px;
	display: block;
	float: left;
}
.live-info-container{
	display: block;
	margin-left: 60px;
}
.live-product-name{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.live-product-price{
	display: block;
}
.live-product-code{
	display: block;
}

.live-item-li{
	padding: 5px 10px 5px 10px;
}

.live-item-li:hover{
	background-color: #f7f7f7;
}

.live-item-li a{
	text-decoration: none;
}
.live-match-higthlight{
	font-weight: bold;
}
.live-bottom-buttons {
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	border-top: 1px #C8C8C8 solid;
}
.live-left-bottom-buttom,
.live-middle-bottom-buttom,
.live-right-bottom-buttom {
	float: left;
	/*width: 33.3333333333333333333%;*/ /* ddogov comment */
	min-height: 15px;
}
.live-left-bottom-buttom {
	text-align: left;
	width: 28%; /* ddogov */
}
.live-middle-bottom-buttom {
	text-align: center;
	width: 44%; /* ddogov */
}
.live-right-bottom-buttom {
	text-align: right;
	width: 28%; /* ddogov */
}
.live-search-box > ul > li > a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	vertical-align: top;
}

.live-suggestion {
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #c8c8c8;
}

.live-suggestion-li {
	margin: 0 6.5px;
	padding: 3px 7px;
	text-transform: lowercase;
}

.live-suggestion-li:hover {
    background-color: #f7f7f7;
}

.cp-live-search-add-to-cart {
	float: right;
}

.live-item-container {
	cursor: pointer;
}

.cp-live-search-suggestion-count {
    display: block;
    float: right;
}

@media (max-width: 767px) {
	.live-search-box {
		width: 100%;
		min-width: 280px;
		max-width: 100%;
	}
}
