
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  line-height: 18px;
}

body, td, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000000;
}

#main {	
	width: expression((document.body.clientWidth>1100)?"1100px":"100%");
}

p {
	margin-bottom: 15px;
}

/*------списки----------------*/

ol, ul {
	margin-left: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 20px;
}
ul li {
	margin-left: 12px;
	list-style-type: disc;
}
ul ul li  {
	list-style-type: square;
}
ul ul ul li  {
	list-style-type: circle;
}


/*------заголовки----------------*/

h1 {
	font-size: 15pt;
	color: #b2100d;
	font-weight: normal;
	margin: 0px;
}

.header {
	font-size: 15pt;
	color: #b2100d;
	font-weight: normal;
	margin: 0px;
}

/*------таблицы----------------*/

table.tbl {
	border-right: 1px #c8c8c8 dotted;
	border-bottom: 1px #c8c8c8 dotted
}
table.tbl td {
	border-left: 1px #c8c8c8 dotted;
	border-top: 1px #c8c8c8 dotted;
	padding: 3px;
}
table.tbl tr {
	vertical-align: top
}
tr.tbl td {
	background-color: #FFFF66
}

/*------форма----------------*/

form {
	margin: 0px;
}

textarea {
	border: #424040 1px solid;
	font-size: 9pt;
	color: #8a8a8a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 9pt;
	border: #424040 1px solid;
	color: #8a8a8a;
	height: 15px;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.form {
	font-size: 9pt;
	border: #424040 1px solid;
	color: #8a8a8a;
	height: 15px;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mysearch {
	height: 15px;
	width: 122px;
}

input.search {
	height: 11px;
	width: 11px;
}

input.button {
	background: url(button_bg.gif) top repeat-x;
	border: 0px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	height: 20px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

input.cansel {
	text-decoration: underline;
	color: #00416a;
	background: none;
	border: none;
}
input.cansel:hover {
	cursor: pointer;
}

input.image {
	border: none;
}

input.plus, input.minus {
	border: 0px;
	background: none;
	font-size: 16pt;
	height: 25px;
	padding: 0px;
	font-weight: bold;
	width: 25px;
}
input.plus {
	color: #009900;
}
input.minus {
	color: #cc3300;
}


/*------ссылки---------------*/

a {
	color: #00416a;
}
a:hover {
	color: #00419d;
}

a.menu {
	color: #2e2e25;
	font-size: 13pt;
}
a.menu:hover {
	color: #000000;
}
span.menu {
	color: #b2100d;
	font-size: 13pt;
	text-decoration: underline;
}

a.milo {
	color: #000000;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.map {
	color: #000000;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
a.map:hover {

}

a.news {

}
a.news:hover {
	
}

a.archive {
	background: url(news_li.gif) right 5px no-repeat;
	padding: 0px 11px 0px 0px;
}

a.cat {
	color: #2e2e25;
}
a.cat:hover {
	color: #000000;
}


/*------текст----------------*/

.number {
	color: #000000;
	font-size: 15pt;
	line-height: 24px;
}

.text {
	font-size: 8pt;
	color: #000000;
}

.small {
	font-size: 9pt;
}

.date {
	color: #000000;
	font-size: 9pt;
}

span.date {
	color: #000000;
	font-size: 18pt;
	padding: 0px 6px 0px 0px;
}

.newsdate {
	color: #818181;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

span.newsdate {
	color: #818181;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 4px 0px 0px;
}

.cart {
	color: #00416a;
	font-size: 8pt;
	line-height: 15px;
}
