STYLE


p { color: #000000; }
p { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 12px; }
p { fontfamily: "Times New Roman Cyr", "Times New Roman"; font-size: 13px; }

li { color: #000000; }
li { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 12px; }
li { fontfamily: "Times New Roman Cyr", "Times New Roman"; font-size: 13px; }


td { color: #000000; }
td { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 12px; }
td { fontfamily: "Times New Roman Cyr", "Times New Roman"; font-size: 13px; }

th { color: #000000; }
th { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 12px; font-weight: bold}
th { fontfamily: "Times New Roman Cyr", "Times New Roman"; font-size: 13px; font-weight: bold}

a { color: #000000;  }
a { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 12px; text-decoration: none;  }
a { fontfamily: "Times New Roman Cyr", "Times New Roman"; fontsize: 13px; textdecoration: none; }
a:hover { text-decoration: underline; }

ba { color: #000000;  }
ba { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 14px; text-decoration: none;  }
ba { fontfamily: "Times New Roman Cyr", "Times New Roman"; fontsize: 15px; textdecoration: none; }
ba:hover { text-decoration: underline; }


.small { color: #000000; }
.small { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 9px; }
.small { fontfamily: "Times New Roman Cyr", "Times New Roman"; font-size: 10px; }

.big { color: #000000; }
.big { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 14px; font-weight: bold}
.big { fontfamily: "Times New Roman Cyr", "Times New Roman"; font-size: 15px; fontweight: bold }

.biggr { color: #69676C; }
.biggr { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 12px; font-weight: bold}
.biggr { fontfamily: "Times New Roman Cyr", "Times New Roman"; font-size: 13px; fontweight: bold }

.ac_results {
        padding: 0px;
        border: 1px solid WindowFrame;
        background-color: Window;
        overflow: hidden;
}

.ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
}

.ac_results iframe {
        display:none;/*sorry for IE5*/
        display/**/:block;/*sorry for IE5*/
        position:absolute;
        top:0;
        left:0;
        z-index:-1;
        filter:mask();
        width:3000px;
        height:3000px;
}

.ac_results li {
        position:relative;
    margin: 0px;
        padding: 2px 5px;
        cursor: pointer;
        display: block;
        width: 100%;
        font: menu;
        font-size: 12px;
        overflow: hidden;
}

.ac_loading {
        background : Window url('autocomplete_indicator.gif') right center no-repeat;
}


.ac_over {
        background-color: Highlight;
        color: HighlightText;
}
.qnt {
  position:absolute;
  top:2px;
  right:10px;
  font-size:0.8em;
  color:#26A908;
}

