html.noscroll {
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}

#search_input  {
	display:table-cell;
	vertical-align:top;
	padding:12px 0 0 20px;
	color#bbb;
}

#search_input  input {
	border-color:#ddd;
	color:#555;
}

#search_input input::-webkit-input-placeholder {
	color:#bbb;
}

#searchdiv {
	/*max-width:1330px;*/
	width:100%;
	background-color:#fff;
	/*height:80%;*/
	
	margin:0 auto;
	
	width:100%;
	
	text-align:left;
	overflow:visible;

	position:relative;
	z-index:80;
	
	
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.8);

	position:absolute;
	display:none;	
}

#searchresultwrap {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#333;
}

#searchresultdiv {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */	
	
	max-width:1330px;
	margin:0 auto;
	
	margin-top:20px;
	width:100%;
	
	text-align:left;
	overflow:visible;
	padding-top:1px;

	z-index:81;	
	
	text-align:left;
	
	background-color:#fff;
	border:1px solid #eee;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	
	border:1px solid #aaa;
	border-radius:4px;
}

#close_search {
	padding:10px 10px 0 0;
	cursor:pointer;
	color:#ce5600;
	font-size:20px;
	text-decoration:underline;
	text-align:right;
	
}

.fullSearchInput {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */	
	width:100%;
	padding:20px;
	background-color:#eee;
	margin-bottom:20px;
}

.fullSearchInput input[type=text]{
	color:#555;
}

.search_item {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */	
		
	display:inline-block;
	vertical-align:top; 
	
	width:152px;
	height:250px;
	border:1px solid #ddd;
	
	margin:10px 10px 0 0;
	line-height:0px;
	
}

.acceptSearchButton {
	height:36px;
	width:260px;
	
}

.search_super_item {
	background-color:#eee;
	padding:20px;
	border-left:4px solid #aaa;
}

.search_super_item  h3 {
	margin:10px 0 10px 0;
}

.search_item  img {
	width:100%;
}

.search_item  a {
	text-decoration:none;
}

.search_item .category {
	width:100%;
	height:18px;
	background-color:#ddd;
	line-height:10px;
	text-align:center;
	color:#333;
	font-size:14px;
	line-height:17px;
}

.search_item .name {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */		
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	height:80px;
	width:150px;
	font-size:12px;
	line-height:16px;
	color:#333;
	padding:5px;
}

.search_results {
	margin-top:160px;
}

.search_result {
	display:table;
	
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */	
	padding:10px 0 10px 0;
	margin-bottom:10px;
	background-color:#fff;
	text-decoration:none;
	color:#333;

	font-size:14px;
	line-height:18px;
	
	overflow:hidden;
	border-bottom:1px solid #ddd;
}

.search_result span {
	color:#D34F20;
}

.search_result a {
	text-decoration:none;
	color:#555;
}

.search_image {
	display:table-cell;
	vertical-align:top;
	width:64px;
	padding-top:4px;
}

.search_image img {
	width:100%;
	border-radius:50%;
}

.search_fragment {
	display:table-cell;
	padding-left:20px;
	
	color:#777;
	vertical-align:top;
	
}

.search_fragment h3 {
	margin:0px 0 2px 0;
	color:#333;
}

.search_hint {
	font-size:12px;
	color:#777;
}

.search_after {
	margin-top:4px;
}