.bordered {border: solid 1px gray;   background:#fff;}


html,body{margin:0;padding:0}
body{
font: 90% sans-serif;
background:#eeeeee;
}

a {color:#002BB8;}


div#content p{line-height:1.4; color:#222222; }


div#footer{background: #333;color: #FFF; text-align:right;}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #C6D5FD}

div#wrapper{float:right;width: 100%; margin-left: -165px}
div#content, div#cloud{margin:15px; margin-top:0px; margin-left: 165px; padding:15px; }
div#navigation{float:left;width:150px; }

div#buttons{margin:0px; margin-top:15px; margin-left: 165px; padding:0px; }
div#buttons a {background:#fff; padding:0px 10px 0 10px; margin:10px 0px 10px 10px; border: solid 1px gray; border-bottom:none; text-decoration:none;}

div#cloud a {text-decoration:none}

div#footer{clear:both;width:100%}

div .otstup {margin-left:20px; margin-top:10px;}

h1 {line-height:1.2em;
margin-bottom:0.1em;
margin-top:0;
padding-bottom:0;
margin-bottom:10px;
font-size:190%;
border-bottom:1px solid #AAAAAA;
}

.box {margin-left:15px; padding:10px;}

#menu {padding:5px; padding-left:20px; margin-left:15px;}
#menu ul {line-height:1.7em;
list-style-image:url(bullet.gif); margin:0; padding:0;}


ul {line-height:1.7em;
list-style-image:url(bullet.gif);}

#search input {width:100%; margin-bottom:5px;}

#logo {width:140px; height:140px; padding:15px; padding-bottom:0px;}

.eng {font-style: italic; float:right}


pre {
background-color:#eee;
border:1px dashed #aaa;
color:black;
line-height:1.1em;
padding:1em;
font-size:120%;
margin:5px;
margin-top:15px;
margin-bottom:0px;
}

/*SEARCH*/
.ac_input {
  width: 200px;
}
.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 {
  margin: 0px;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 12px;
  overflow: hidden;
}
.ac_loading {
  background : url('/jquery/img/indicator.gif') right center no-repeat;
}
.ac_over {
  background-color: Highlight;
  color: HighlightText;
}

