.predictive_results {
	padding: 2px;
	overflow: hidden;
	border: 1px solid #cccccc;
	z-index: 999999;
	background: #DBDBDb;
}		
.predictive_results ul {
	list-style: none outside none;
	margin: 0px 0 0 0;
	padding: 0;
	position: relative;
	width:100%;
	background: #fff;
}

.predictive_results li {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	float:none;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	width:100%;
	position:relative;
}

.more_result .see_more_arrow {
	background:url('../img/see_more_arrow.gif') no-repeat left center; 
	display:inline-block; 
	width:4px; 
	height:7px; 
	padding-left:4px;
}

.fr_search_widget .ctr_search .predictive_loading,#wrap .fr_search_widget .ctr_search .predictive_loading {
	background: white url('../img/preloader.gif') right center no-repeat;
}

.ac_over {
	background-color: #77a0b8;
	color: white;
}

.widget_products_predictive_search{
	position:relative;
	z-index:99;
}

.ctr_search{
	width:95%;
	float:left;
	border:1px solid #c2c2c2;
	background:#FFF;
	position:relative;
	padding:0 2%;
}

.livesearch{
	width:99.5%;
	float:left;
	margin-top:-1px;
	background:#FFF;
	position:absolute;
	top:0;
	z-index:1000;
}

.fr_search_widget{
	margin:0 0 0 0;
	padding:0;
	width:100%;
	float:left;
}
		
.ctr_search .txt_livesearch,#wrap .ctr_search .txt_livesearch{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:0;
	width:88%;
	position:relative;
	border: 0 none;
	background: #FFF;
	line-height: 20px;
	margin: 0;
	padding:3px 0px 4px;
	height:30px; 
	-moz-box-shadow: 0px 0px 0px #FFF; 
	-webkit-box-shadow: 0px 0px 0px #FFF; 
	box-shadow: 0px 0px 0px #FFF;
}

.bt_search:before {
	font-family: FontAwesome;
	content: "\f002";
}

.bt_search{
	cursor: pointer;
	float: right;
	height: 100%;
	position: absolute;
	right: 0px;
	width: 16%; 
	max-width:30px; 
	top: 10px;
}

.ajax_search_content{
	padding: 0.6rem 1rem;
	width: 90%;
	float: left;
	overflow: auto;
	max-height: 600px;
	border-bottom: 1px solid #ccc;
}

.result_row{
	width:100%;
	float:left;
	margin:6px 0;
}

.result_row:hover{
	opacity:1;
}

.rs_avatar img{
	width:100%;
	height:auto; 
	border:none; 
	padding:0; 
	margin:0;
}

.rs_avatar{
	width:64px;
	float:left;
	margin-right:0.5rem;
	overflow: hidden; 
	max-width:30%;
	text-align:center;
}

.predictive_results ul li .rs_content_popup{
	float:left; 
	width:68%;
}

.rs_name{
	margin-left:0px;
}

.predictive_results ul li, .predictive_results ul li a, .predictive_results ul li p{
	font-size:12px;
	line-height:14px; 
	color:#222222;
}

.predictive_results ul li .result_row a{
	display:inline-block;
	width:100%;
}

.predictive_results ul li a:hover{
	opacity:1; 
	color:#FFF;
}

.predictive_results ul li .rs_name{
	width:100%;
	font-size:1.1rem;
	padding-bottom:2px; 
	float:left;
	display: block;
	margin-bottom: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #ccc;
	line-height:1;
}

.predictive_results ul li .rs_price{
	display: block;
	margin-bottom: 0.3rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #ccc;
	font-size: 0.9rem;
	color: #494949;
}

.predictive_results ul li a:hover del{
	color: #494949;
}

.predictive_results ul li .rs_description{
	width:100%; 
	float:left;
}

.predictive_results ul li.ac_over a, .predictive_results ul li.ac_over a .rs_name{
	color:#FFF;
}

.ajax_search_content_title{
	width:90%;
	float:left;
	background:#DBDBDB;
	padding:0.5rem; 
	font-weight:bold; 
	color:#222222;
}

.more_result{
	background: #F7F7F7;
	text-align: center;
	display: block;
	overflow: hidden;
	border-top: 1px solid #cccccc;
}

.predictive_results ul li .more_result a{
	display: block;
	font-weight: bold;
	color: #77a0b8;
	padding: 0.5rem;
	padding-top: 0;
}

.predictive_results ul li .more_result a:hover{
	color:#3d6074;
}
.more_result span {
	color: #222;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding: 0.5rem;
	padding-bottom: 0;
}

.ajax_no_result{
	width:90%;
	background:#F2F2F2;
	padding:3px 5%;
}

.ctr_search,
.ctr_search .txt_livesearch,
#wrap .ctr_search .txt_livesearch,
.livesearch, .bt_search,
.ajax_search_content_title,
.more_result,
.predictive_results ul li .rs_content_popup,
.rs_avatar,
.ajax_search_content,
.ajax_no_result{
	box-sizing:content-box; 
	-moz-box-sizing:content-box; 
	-webkit-box-sizing:content-box;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	.fr_search_widget .ctr_search .txt_livesearch {
		line-height:17px;
		border-right: 1px solid #ccc;
		left: 0px;
		box-shadow: none;
		font-size:1rem;
		}
		
	.ajax_search_content_title,.more_result {
		width: 100%;
		}
}
