.productwidget { display:block; }
.productwidget .hd { background-color: #eee; display:block; margin: 0; border-radius: 5px; }
.productwidget .input-group { padding: 12px 0; }
.productwidget .input-group .form-control { padding: 0 5px; }
.productwidget-items { clear: both; display:block; width: 100%; font-size: 0.85em; list-style-type: none; background: #fff; height: 230px; margin:0; padding:0; margin-top: 15px; }
.productwidget-items li { float: left; padding:10px; text-align: center; width: 154px; height: 158px; overflow: hidden; line-height: 16px; border: solid 1px #f2f2f2; margin: 4px; border-radius: 3px;}
.productwidget-items li a { font-weight: bold; }
.productwidget-items li a:hover { text-decoration: none; color: #89c147; transition: 200ms;}
.productwidget-items img { display:block; height:100px;  margin:0 auto; border: none; width: auto; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; -ms-transition: all 0.7s ease; transition: all 0.7s ease; }
.productwidget-items img:hover { -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}





.productwidget-headertext { color: #555; font-size: 1.2em; padding: 9px 1px;}
.productwidget-items h5 { font-size: 0.9em; background: #eeeeee; padding: 7px; width: 100%; border-radius: 3px; color: #555; text-align: center; font-weight: 600;}
.productwidget-items h5:hover {background: #89c147; transition: 400ms; color: #eee;}

@media only screen and (max-width: 1200px) {.productwidget-headertext {padding: 1px;} .productwidget .input-group {padding-top: 0;}}
@media only screen and (max-width: 768px) {.productwidget-items li { width: 142px;}}
@media only screen and (max-width: 320px) {.productwidget-items li { width: 126px;}}

.ac_results {
	padding: 0px;
	margin-top: 5px;
	border-top: 0px solid #919191;
	border-bottom: 0px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 0px 1px 4px #666;
	box-shadow: 2px 2px 2px #666;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;

}

.ac_results li {
	margin: 0px;
	padding: 4px 12px;
	cursor: default;
	display: block;
	text-align:left;

	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;
	font-size: 0.9em; */
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 1.5em;
	overflow: hidden;
}

.ac_results li img {
	width: 45px;
	float:left;
	/*border: 1px solid #b7b7b7;*/
}

.ac_results li span {
	display:block;
	margin-left:50px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 5px;
}

.ac_results li div {
	clear:both;
	text-align: right;
	padding: 2px;
	margin: 0;
}
.ac_results li div a{
	font-weight: bold;
	text-decoration: none;
}
.ac_results li:last-child {
	background-color: #919191;
}
.ac_results li:last-child div a {
	color: #fff;
}


.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
	background-color: #dfdfdf;
}
.ac_even {
	/*background-color: #eee;*/
	background-color: #dfdfdf;
}

.ac_over {
	/*background-color: #777;*/
	background-color: #b7b7b7;
	color: white;
}
