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: #007DE7; }
.biggr { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 13px; font-weight: bold}

.biggrb { color: #000000; }
.biggrb { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 13px; font-weight: bold}
/*.biggr { font-family: "Times New Roman Cyr", "Times New Roman"; font-size: 13px; font-weight: 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;
}

html, body, div, ul {
	margin: 0;
	padding: 0;
}

body {
    color: #262626;
	background: Window;
	font: normal 12px/18px Verdana, sans-serif;
}

#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: Window;
	margin-bottom: 20px;
	padding: 0;
}


ul {
	margin-bottom: 24px;
	padding-left: 30px;
}

.even {

  background: #cacaca;
}

