
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

#main {	
	width: expression((document.body.clientWidth>800)?"800px":"100%");
	max-width: 800px;
}
#main1 {	
	width: expression((document.body.clientWidth>1000)?"1000px":"100%");
	max-width: 1000px;
}

ol, ul {
	margin-left: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 20px;
}
ul li {
	list-style: none;
	background: url(li.gif) left 2px no-repeat;
	padding: 0px 0px 14px 17px;
}
ul ul li  {
	list-style-type: square;
}
ul ul ul li  {
	list-style-type: circle;
}

p {
	margin-bottom: 15px;
}

h1 {
	display: inline;
	color: #ffffff;
	font-size: 11pt;
	font-weight: 600;
}

table.tbl {
	border-right: 1px #009900 dotted;
	border-bottom: 1px #009900 dotted
}
table.tbl td {
	border-left: 1px #009900 dotted;
	border-top: 1px #009900 dotted;
	padding: 3px
}
table.tbl tr {
	vertical-align: top
}
tr.tbl td {
	background-color: #FFFF66
}

/*------форма----------------*/

textarea {
	border: #a1a1a1 1px solid;
	height: 60px;
	width: 100%;
	font-size: 9pt;
	color: #878787;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 9pt;
	border: #8888ff 1px solid;
	color: #000000;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mysearch {
	height: 15px;
	width: 134px;
}

input.search {
	width: 11px;
	height: 11px;
	border: 0px;
	background: none;
}

input.button {
	border: 0px;
	background: none;
	text-decoration: underline;
	color: #72a60f;
	font-weight: normal;
	font-size: 12pt;
	width: 80px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

/*------ссылки---------------*/

a {
	color: #c7ff99;
}
a:hover {
	color: #e9ffbb;
}

a.menu {
	color: #ffffff;
	font-size: 11pt;
	display: inline;
	padding: 0px 0px 13px 19px;
	background: url(menu_li.gif) left 4px no-repeat;
}
a.menu:hover {
	color: #c7ff99;
}
span.menu {
	color: #c7ff99;
	font-size: 11pt;
	display: inline;
	padding: 0px 0px 13px 19px;
	background: url(menu_li.gif) left 4px no-repeat;
}

a.submenu {
	color: #ffffff;
	display: inline;
	padding-bottom: 10px;
}
a.submenu:hover {
	color: #c7ff99;
}
span.submenu {
	color: #c7ff99;
	padding-bottom: 10px;
}

a.news {

}
a.news:hover {

}

a.milo {
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	color: #000000;
	text-decoration: underline;
}

a.product {
	color: #ffffff;
	font-size: 11pt;
	text-decoration: none;
}
a.product:hover {
	text-decoration: underline;
}

a.list {
	display: block;
	text-decoration: none;
	background: url(li.gif) left 2px no-repeat;
	padding: 0px 0px 14px 17px;
}
a.list:hover {
	text-decoration: underline;
}

a.cat {
	color: #ffffff;
	font-size: 11pt;
	font-weight: 600;
	text-decoration: none;
}
a.cat:hover {
	text-decoration: underline;
}


/*------текст----------------*/
.code {
	color: #98c182;
	font-size: 11pt;
	font-weight: normal;
	padding: 3px 7px 0px 7px;
}

.number {
	color: #b0ff85;
	font-size: 18pt;
	padding: 0px 0px 0px 0px;
}

span.date {
	color: #000000;
}

.text {
	font-size: 8pt;
}

.header {
	color: #ffffff;
	font-size: 11pt;
	font-weight: 600;
}

.call {
	color: #2d4400;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}