/*if search box inside navigationBar*/
.cimm_navigationBar .ac_results ul {
	display: block;
	width: 88%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	background-color: white;
	border: 1px solid #A7A7A7;
	z-index: 9999;
	box-shadow: 0px 2px 4px #7E7E7E;
}
.cimm_navigationBar .ac_results li.suggest:hover, .cimm_navigationBar .ac_results li.suggest.suggest.ac_over {
	background: #FFF;
	cursor: auto;
}
.cimm_navigationBar ul li ul li a.button {
	background: #005293;
	padding: 12px;
	font-size: 14px;
	display: inline-block;
	line-height: 1.1;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
}
.cimm_navigationBar ul > li .ac_results li{
	padding: 6px 10px;
}
.cimm_navigationBar ul > li .ac_results li.ac_over{
	background: #797d82;
	color: #FFF;
}
/******************/
.ac_results {
	padding: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 78%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
  	background-color: white;
 	border: 1px solid #A7A7A7;
 	z-index: 9999;
 	box-shadow: 0px 2px 4px #7E7E7E;
}
.ac_results li {
	margin: 0px;
	padding: 6px 10px;
	cursor: pointer;
	color:#797d82;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.hideSuggest{
	display: none;
}

.autocomplete-header {
	border-bottom:1px solid #CCC;
	margin-bottom: 5px;
    padding-bottom: 10px;
}
.cat-product a.buttonGrad{
	float: right;
	margin: 17px 17px 0 0;
}
.cat-product{
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.info{
	width: calc(100% - 85px);
    vertical-align: middle;
    display: inline-block;
}
.info p{
	color: #797d82;
}
.cimm_navigationBar ul li ul li .info a,.info a {
    display: block;
	padding: 10px 0;
	font-size: 16px;
	color: #005293;
}
.cat-product img{
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	width: 70px;
	margin-right: 10px;
}
.parent-title {
	color: #797d82;
	margin-bottom: 2px;
	float: left;
	width: calc(100% - 90px);
	font-size: 16px;
}
.parent-title b{
	color: #005293;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {}

.ac_over {
	/* background-color: #F9F9F9; */
}
.ac_results li.suggest{
	position: absolute;
	right: 100%;
	top: 0;
	background:#FFF;
	width:100%;
	border:1px solid #D6D6D6;
	padding:0;
	min-height:424px;
	box-shadow: 2px 2px 4px #7E7E7E;
	padding: 10px;
	min-height: 150px;
}
.ac_results li.catheader{
	font-weight: bold;
  	font-size: 15px;
  	background-color: #005293;
  	color: #fff;
  	cursor: default;
  	text-align: left;
}
.ac_results li.catheader:hover {
	background-color: #005293;
}
/* .ac_resultCat{
	min-height: 425px;
} */
.titleImg-container{
	min-height: 60px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.titleImg-container img{
	width: 85px;
	float: right;
}
header.autocomplete-cat .parent-title{
  width:100%;
}
.titleImg-container a,.cimm_navigationBar ul li .titleImg-container a {
    width: calc(100% - 95px);
    float: left;
    padding: 10px 0;
    color: #005293;
	font-weight: 600;
	font-size: 16px;
}
.titleImg-container a:hover, .cimm_navigationBar ul li .titleImg-container a:hover {
    color: #797d82;
}
header.autocomplete-cat {
	text-align: center;
}
.autocomplete_content{
	height: 235px;
}