* {
  margin: 0;
  padding: 0;
}
html, body {
  min-height: 100%;
}
body {
  background: #FFFFFF url(/env/header.png) left top repeat-x;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
input, textarea {
  font-family: "Verdana", sans-serif;
  font-size: 12px;
}
img {
  border: none;
}
p {
  margin-top: 10px;
}
a {
  text-decoration: underline;
  color: #0033AA;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 24px;
  line-height: 24px;
  color: #555555;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
table {
  border-collapse: collapse;
}
li {
  margin: 10px 0px 0px 25px;
}

#container {
  margin: auto;
  text-align: left;
  width: 980px;
}
#logo {
  display: block;
  width: 253px;
  margin-bottom: 5px;
}
#logo img {
  display: block;
}

#header form {
  margin-top: 5px;
  padding: 10px;
  width: 637px;
  background: #FFFFFF url(/env/sbx.png) left top repeat-x;
  border: 1px solid #AA5500;
  border-top: 1px solid #FF9900;
  border-left: 1px solid #FF9900;
}

#msare {
  width: 130px;
  font-size: 14px;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;
  padding: 1px;
}

#msech {
  margin: 0px 5px 0px 5px;
  width: 350px;
  height: 19px;
  line-height: 18px;
  font-size: 14px;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;
  padding: 2px;
}
.msa {
  color: #888888;
}

.menu {
  margin-right: 5px;
}
.menu a {
  color: #000000;
}

.tabs {
  margin: 3px 0px 1px 0px;
}
.tabs a {
  margin-right: 5px;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  border: 1px solid #DDDDDD;
  background-color: #EEEEEE;
}
.tabs a:hover {
  color: #FFFFFF;
  background-color: #0033AA;
}
.tabs a.selected {
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 1px solid #FFFFFF;
}

.leftbox, .leftboxlong, .rightbox, .rightboxlong, .centerbox, .centerboxlong {
  padding-top: 10px;
  padding-bottom: 10px;
}
.leftbox, .leftboxlong, .centerbox {
  float: left;
  border-right: 1px solid #DDDDDD;
  padding-right: 20px;
  margin-right: -1px;
}
.rightbox, .rightboxlong, .centerbox {
  float: left;
  border-left: 1px solid #DDDDDD;
  padding-left: 19px;
}
.leftbox, .rightbox, .centerbox {
  width: 300px;
}
.leftboxlong, .rightboxlong {
  width: 640px;
}
.endbox {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  background-color: #DDDDDD;
}

.thumb {
  float: left;
  margin-right: 10px;
  border: 1px solid #DDDDDD;
}

.ac_results {
	padding: 0px;
	border: 1px solid #DDDDDD;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results ul li {
	margin: 0px;
	padding: 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
/*	font: menu;*/
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #FFFFFF;
}
.ac_over {
	background-color: #0033AA;
	color: white;
}
.ac_over * {
  color: white;
}

.expand {
  float: left;
  margin-right: 5px;
  border: 1px solid #0033AA;
  color: #0033AA;
  background-color: #FFFFFF;
  padding: 0px 2px 0px 2px;
  margin-top: 2px;
  font-weight: bolder;
  font-family: arial;
  line-height: 12px;
  font-size: 14px;
  cursor: pointer;
}
.expandhover {
  float: left;
  margin-right: 5px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #0033AA;
  padding: 0px 2px 0px 2px;
  margin-top: 2px;
  font-weight: bolder;
  font-family: arial;
  line-height: 12px;
  font-size: 14px;
  cursor: pointer;
}