.search-field2 {
	display: block;
	width: 75%;
	position: relative;
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
	        border-radius: 16px;
}

.search-field2.focus {
	-webkit-box-shadow: 0 0 9px rgba(255,255,255,0.5);
	   -moz-box-shadow: 0 0 9px rgba(255,255,255,0.5);
	        box-shadow: 0 0 9px rgba(255,255,255,0.5);
}

.search-field2 input {
	width: 100%;
	padding: 0.2em 22px;
	margin: 0;
	border: 1px solid #333;
	font: 14px/normal sans-serif;
	color: #fff;
	white-space: nowrap;
	outline: none;
	-webkit-border-radius: 16px;
	   -moz-border-radius: 16px;
	        border-radius: 16px;
  
	background: #283234 url(bgr_search.png) center repeat-x; 
/*
	background-image: linear-gradient(bottom, #FF7BC2 46%, #FF5EA1 44%, #ED4386 0%);
	background-image: -o-linear-gradient(top, #283234 44%, #000 46%, #414b4d 0%);
	background-image: -moz-linear-gradient(top, #283234 44%, #000 46%, #414b4d 0%);
	background-image: -webkit-linear-gradient(top, #283234 44%, #000 46%, #414b4d 0%);
	background-image: -ms-linear-gradient(top, #283234 44%, #000 46%, #414b4d 0%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.46, #000), color-stop(0.44, #283234), color-stop(0, #414b4d));
*/
/*
	background-image: linear-gradient(bottom, #ED4386 0%, #FF5EA1 49%, #FF7BC2 51%);
	background-image: -o-linear-gradient(top, #414b4d 0%, #283234 49%, #000 51%);
	background-image: -moz-linear-gradient(top, #414b4d 0%, #283234 49%, #000 51%);
	background-image: -webkit-linear-gradient(top, #414b4d 0%, #283234 49%, #000 51%);
	background-image: -ms-linear-gradient(top, #414b4d 0%, #283234 49%, #000 51%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #414b4d), color-stop(0.49, #283234), color-stop(0.51, #000));
*/
	*zoom: 1;
}

.search-field2:before,
.search-field2:after {
	content: '';
	display: block;
	width: 160px;
	height: 6px;
	position: absolute;
	left: 13px;
	-webkit-border-radius: 80px / 3px;
	   -moz-border-radius: 80px / 3px;
            border-radius: 80px / 3px;
}

.search-field2:before {
	top: -5px;
	-webkit-box-shadow: 0 2px 2px rgba(68,68,68,0.4);
	   -moz-box-shadow: 0 2px 2px rgba(68,68,68,0.4);
	        box-shadow: 0 2px 2px rgba(68,68,68,0.4);
}

.search-field2:after {
	bottom: -5px;
	-webkit-box-shadow: 0 -2px 2px rgba(68,68,68,0.4);
	   -moz-box-shadow: 0 -2px 2px rgba(68,68,68,0.4);
	        box-shadow: 0 -2px 2px rgba(68,68,68,0.4);
}

.search-field2.focus:before {
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	        box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.search-field2.focus:after {
	-webkit-box-shadow: 0 -2px 2px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 -2px 2px rgba(0,0,0,0.2);
	        box-shadow: 0 -2px 2px rgba(0,0,0,0.2);
}

.search-field2.focus input {
	background: #fff;
	background-image: none;
	color: #333;
}

.search-field2 ins.i_search,
.search-field2 ins.i_spinner,
.search-field2 ins.i_reset {
	position: absolute;
	top: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
	background: center center no-repeat;
	text-decoration: none;
}

.search-field2 ins.i_search {
	left: 5px;
	background-image: url(i_search.png);
	background-position: 0 0;
}

.search-field2.focus ins.i_search {
	background-position: 0 -16px;
}

.search-field2 ins.i_spinner,
.search-field2 ins.i_reset {
	right: 5px;
	display: none;
}

.search-field2 ins.i_spinner {
	background-image: url(i_spinner.gif);
}

.search-field2 ins.i_reset {
	background-image: url(i_reset.gif);
	cursor: pointer;
	cursor: hand;
}

.search-field2.reset ins.i_reset {
	display: block
}

.search-field2 .hidden,
.search-field .hidden, {
	display:none !important;
}
.container {
	zoom:1;
}
.container:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}


.search-field {
	position: absolute;
	top:22px;
	left:67.5%;
	right:17.5%;
	/* padding-left:115px; */
	right:76px;
	
	z-index: 9999;
}
* html .search-field {
	width:50%;
}
/*
.search-field input {
	width:100%;
}
*/

.search-field .results,
.search-field .options,
.acResults {
	position: absolute;
	top: 100%;
	margin-top: 4px;
	border-spacing: 0;
	border-collapse: separate;
	*border: 1px solid #ebebeb;
	background: #fbfbfb;
	width:120%;
	left:-10%;
	
	-moz-border-radius: 6px 6px;
	-webkit-border-radius: 6px 6px;
	border-radius: 6px 6px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.search-field .results th {
  padding-right:6px !important;
}

.search-field .results td {
  padding-left:0 !important;
}

.search-field .results th,
.search-field .results th,
.search-field .results td,
.search-field .results td {
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 4px 12px 4px 6px;
	border-top: 1px solid #fbfbfb;
	border-bottom: 1px solid #fbfbfb;
}
.search-field .results th.img,
.search-field .results th.img {
	width: 47px;
	padding-left: 0;
	padding-right: 0;
	text-align: right;
}

.search-field .results th.img.mdash,
.search-field .results th.img.mdash {
	width: 47px;
	padding-left: 0;
	padding-right: 0;
	text-align: right;
}

/*
.search-field .results th.img img {
  position:absolute;
  left:7px;
  margin-top:-6px;
}
*/

.search-field .results td,
.search-field .results td {
/* 	border-left: 1px solid #ebebeb; */
}

.search-field .results tr.separator th,
.search-field .results tr.separator th,
.search-field .results tr.separator td,
.search-field .results tr.separator td {
	padding: 0;
	font-size: 3px;
	border-top: none;
	border-bottom: none;
}


/* .search-field .results tr.section-title th, */
.search-field .results tr.section-title td {
  border-top: #aaa 1px solid;
}

.search-field .results tr.section-title.noborder th,
.search-field .results tr.section-title.noborder td {
  border-top:none;
}

.search-field .results tr.section-title td,
.search-field .results tr.section-title td {
	font-size: 75%;
	padding: 6px 0 2px 6px;
	color: #000000;
	font-weight: bold;
}


.search-field .results tr.selected th,
.search-field .results tr.selected td {
	background: #225ff6;
	color: white;
	border-top-color: #5980ee;
	border-bottom-color: #0f54ec;

	background-image: -ms-linear-gradient(top, #5980ef 0%, #225ff6 100%);
	background-image: -moz-linear-gradient(top, #5980ef 0%, #225ff6 100%);
	background-image: -o-linear-gradient(top, #5980ef 0%, #225ff6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5980ef), color-stop(1, #225ff6));
	background-image: -webkit-linear-gradient(top, #5980ef 0%, #225ff6 100%);
	background-image: linear-gradient(top, #5980ef 0%, #225ff6 100%);
	
}

.search-field .results tr.selected td a,
.search-field .results tr.selected td a:hover {
	color: white;
}


#search-option {
	position:absolute;
	width:1em;
	height:1em;
	display:block;
	right:-1.5em;
	top:50%;
	background:white;

}

.search-field .options {
	width:40em;
	height:31em;
	z-index:100;
	top:16px;
	left:20px;
	padding:20px;
}

.search-field .options .options-close {
	position:absolute;
	top:10px;
	right:10px;
	width:15px;
	height:15px;
	z-index:2;
	background:red;
}

.search-field .options .options-fade {
	position:absolute;
	width:100%;
	height:32.5em;
	top:0;
	left:0;
	margin:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5;
	background:red;
	z-index:3;
}

.search-field .options .options-head {
	z-index:1;
	border-bottom:1px solid #ccc;
}

.search-field .options .options-right-body {
	width:58%;
	float:right;
	height:10em;
	margin-top:10px;
	/*background:#ccf;*/
}

.search-field .options .options-left-body {
	width:40%;
	float:left;
	margin-top:10px;
	/*background:#fcc;*/
	border-right:1px solid #ccc;
}

.search-field .options .options-pic-box {
	float:left;
}

.search-field .options .options-pic-box img {
	width:50px;
	height:50px;
	margin:0 20px 20px 0;
	background:#ccc;
	border:1px solid #666;
}

.search-field .options .options-caption-box {
	width:59%;
	float:left;
	padding:0;
}

.search-field .options .options-caption-box input {
	font-size:1.2em;
	padding:5px;
}


/*Колонка ключевых слов*/
.search-field .options .pseudo {
	color:black;
	border-bottom:1px dashed black;
	margin-top:-3px;
	font-size:.9em;
	cursor:pointer;
}
.search-field .options .pseudo span {
	position:relative;
	top:3px;
}
.search-field .options .pseudo:hover {
	color:#bd000d;
	border-color:#bd000d;
}
.search-field .options .pseudo.disable,
.search-field .options .pseudo.disable:hover {
	color:#ccc;
	border-color:#ccc;
	cursor:default;
}


.search-field .options .options-left-body ul {
	margin:0;
	padding:0 0 0 0;
	margin-left:-.5em;
	overflow-y:scroll;
	height:22em;
}

.search-field .options .options-left-body li {
	padding:.3em 5em .7em .5em;
	position:relative;
	list-style:none;
	cursor:pointer;
}

.search-field .options .options-left-body li:hover {
	background:#eee;
}

.search-field .options .options-left-body li.item_checked {
	background:#ddd;
}

.search-field .options .options-left-body li input {
	width:3em;
	position:absolute;
	right:2.3em;
	text-align:right;
}

.search-field .options .options-left-body li.item_checked input:focus {
	text-align:left;
}

.search-field .options .options-left-body li ins {
	width:16px;
	height:16px;
	display:none;
	top:50%;
	margin-top:-8px;
	position:absolute;
	right:.5em;
	background-color:red;
}

.search-field .options .options-left-body li.item_checked ins {
	display:block;
}

.search-field .options .options-left-body .sort {
	float:left;
	margin-bottom:1em;
	margin-top:-8px;
}


.search-field .options .options-right-body ul {
	margin:0;
	padding:0 0 0 0;
	margin:0 0 0 0;
	overflow-y:scroll;
	height:25em;
}

.search-field .options .options-right-body li {
	padding:.3em 3em .7em .5em;
	position:relative;
	list-style:none;
	cursor:pointer;
}

.search-field .options .options-right-body input {
	width:90%;
	float:left;
}

.search-field .options .options-right-body button {
	width:9%;
	float:right;
}

.search-field .options .options-right-body li:hover {
	background:#eee;
}

.search-field .options .options-right-body li.item_checked {
	background:#ddd;
}

.search-field .options .options-right-body li.active {
	background:#ccffcc;
}

.search-field .options .options-right-body li input {
	width:3em;
	position:absolute;
	right:1em;
	text-align:right;
}

.search-field .options .options-right-body li.item_checked input:focus {
	text-align:left;
}




.search-field .options .minisuggest {
	margin-top:.5em;
}
.search-field .options .acInput {
	width: 72%;
}
.search-field .options .minisuggest button {
	width:10%;
	margin-left:1%;
}
.acResults {
	z-index:1000 !important;
}
.acResults ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
}
.acResults li {
        margin: 0px;
        padding: 2px 5px;
        cursor: pointer;
        display: block;
        width: 100%;
        font: menu;
        font-size: 12px;
        overflow: hidden;
}
.acLoading {
        background : url('indicator.gif') right center no-repeat;
}
.acSelect {
        background-color: Highlight;
        color: HighlightText;
}