#livesearch_search_results {
    margin:0px;
    padding: 6px;
    position: absolute;
    top: 52px;
    left: 10px;
    width: 412px;
	border: 1px solid #c2c1c1; /* stroke */
	background: white;
	color: #737373;
	font-size: 11px;
	z-index: 99;
}
#livesearch_search_results li{
    padding: 5px;
    cursor: pointer;
    z-index: 102;
    line-height: normal;
    overflow: hidden;
}
* + html #livesearch_search_results li {
	height: 75px;
}
#livesearch_search_results li img {
    float: left;
    width: 65px;
    height: 65px;
    overflow: hidden;
    display: block;
    border: 1px solid #c3c2c2;
}
#livesearch_search_results li div {
    float: right;
    width: 328px;
    height: auto;
    overflow: hidden;
	white-space: normal !important;
	margin-bottom: 10px;
	position: relative;
	line-height: normal;
	min-height: 67px;
}

.wrap_price_livesearch {
    display: block;
    position: absolute;
    bottom: 0px;left: 0px;
}

.oldprice_livesearch {
    color: red;
    text-decoration: line-through;
    margin-right: 5px;
}

.price_livesearch {
    color: #f55003;
}

.price_livesearch .rub-price {
    font-size: 10px;
    margin-left: 0;
}

#livesearch_search_results li br {
    clear: both;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
    color: #737373; /* text color */
	font-size: 11px;
    text-decoration: none;
    display: block;
    padding: 0px;
    cursor: pointer;
}
#livesearch_search_results a:hover {
    color: #000;
}
#livesearch_search_results li:hover {
   opacity: 0.8;
}
#livesearch_search_results .highlighted {
    background-color: #b6de5e;
}

@media (min-width: 1200px) and (max-width: 1560px) {
    #livesearch_search_results {
        right: 0;
        left: auto;
    }
}