.results {
    z-index: 999;
    margin-left: 0;
    padding: 0;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    max-height: 500px;
    overflow-y: auto;
    padding: 10px 0;
}
.results ul {
    width: 100%;
    list-style-position: inside;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
.isIE6 .results ul, .isIE7 .results ul {
    margin-left: -15px;
}
.results iframe {
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    width:3000px;
    height:3000px;
}
.ac_loading {
    background : url('/images/autocomplete_indicator.gif') right center no-repeat;
    background-color: transparent;
}
.ac_input {}
.results li {
    list-style-position: inside;
    list-style: none;
    list-style-image: none;
    position:relative;
    padding: 0 10px;
    margin: 0 0 4px 0;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
}
.results a, .results a:link, .results a:visited, .results a:active{
    color: #000000;
    text-decoration: none;
    font-size: 13px;
}
.results a b{
    background-color: #f3d5b6;
    border-radius: 5px;
    font-weight: normal;
    font-size: 13px;
    padding: 2px 1px;
}
.over, .results li:hover,
.over_mouse{
    background-color: #fbf4e6;
}
.over a, .over a:link, .over a:visited, .over a:active{
    color: #ff6600;
}
.over a b{
    color: #ff6600;
}
/*.over_mouse{background-color: #e4e4e4;}
.over_mouse a, .over_mouse a:link, .over_mouse a:visited, .over_mouse a:active {
	color: #ff6600;
}
.over_mouse a b{color: #ff6600;}
*/
.price{
    color: #000000;
    font-weight: bold;
    font-size: 15px;
}
.img {}
.results table{
    width: 100%;
}
.results table .td1{
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}
.results table .td1 img{
    border: none;
    margin: 0 8px 0 0;
    display: block;
}

.results table .td2{
    width: 420px;
    vertical-align: middle;
    text-align: left;
}
.results table .td3{
    width: 95px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}
.results div table{
    width: 496px;
    margin-bottom: 2px;
    margin-left: 2px;
    border: 0;
    border-collapse: collapse;
}
.results div td{
    vertical-align: middle;
    font-size: 16px;
    font-family: arial, sans-serif;
    padding: 0 8px 0 4px;
    width: 100%;
    text-align: left;
}
.results div td b{
    font-size: 11px;
    color: #fff;
}
.results div a, .results div a:link, .results div a:visited, .results div a:active{
    font-family: arial, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    color: #fff;
}
.results div a:hover{
    text-decoration: none;
}
.results div a.buttons2, .results div a.buttons2:link, .results div a.buttons2:visited, .results div a.buttons2:active{
    font-size: 14px;
    text-decoration: none;
    width: 170px;
    margin-top: 8px;
    margin-right: 20px;
}
.results table .firstli{
    color: #ff6600;
    font-size: 14px;
}
.results table .tdCat {
    position: relative;
    padding: 5px 0 5px 30px;
}
.results table .tdCat:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 22px;
    height: 18px;
    display: inline-block;
    background-image: url('/images/folder.png');
    background-repeat: no-repeat;
}
.results table .tdCat a,
.results table .tdCat b{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.results .headerli, .results table .tdCat{
    text-align: left;
}
.results .headerli{
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.results .headerli .show-search{
    font-size: 13px;
    color: #000000;
    text-decoration: underline;
    padding-left: 20px;
}

.results .headerli .num {
    color: #6d6f71;
}

.results li.headerli:hover{
    cursor: default;
    background-color: #fff;
}
.tdCat a, .tdCat a:link, .tdCat a:visited, .tdCat a:active, .tdCat a b{
    text-decoration: underline;
}
/*для закладок*/
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */

.ui-tabs { position: relative; padding: .2em; z-index: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; width: 145px; text-align: center;}
.ui-tabs .ui-tabs-nav li a { padding: 7px 1em; text-decoration: none; display: block;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0; background: none; float: left;width:100%;}
.ui-tabs .ui-tabs-hide { opacity: 0; visibility: hidden; height:0; overflow:hidden;}


/* Component containers
----------------------------------*/
.ui-widget { }
.ui-widget .ui-widget { }
.ui-widget-content
{
    color: #222222/*{fcContent}*/;
}
.ui-widget-content a { color: #005abf/*{fcContent}*/; }
#tabs .ui-widget-header
{
    border: 1px solid #aaaaaa/*{borderColorHeader}*/;
    border-width: 0px 0px 1px 0px/*{borderColorHeader}*/;
    color: #222222/*{fcHeader}*/;
    font-weight: bold;
}
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border: 1px solid #d3d3d3/*{borderColorDefault}*/;
    background: #e6e6e6/*{bgColorDefault} url(images/ui-bg_glass_75_e6e6e6_1x400.png)*//*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #555555/*{fcDefault}*/;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
    border: 1px solid #999999/*{borderColorHover}*/;
    background: #dadada/*{bgColorHover} url(images/ui-bg_glass_75_dadada_1x400.png)*//*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #212121/*{fcHover}*/;
}
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    border: 1px solid #aaaaaa/*{borderColorActive}*/;
    background: #ffffff/*{bgColorActive} url(images/ui-bg_glass_65_ffffff_1x400.png)*//*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #212121/*{fcActive}*/;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }
.ui-corner-top {border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top {border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom {border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom {border-bottom-right-radius: 4px/*{cornerRadius}*/; }
/*для закладок*/


.results .catNum,
.results .prodNum {
    display: none;
}