
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

img.img {margin: 5px; border: 1px #dce1a4 solid}

table.tbl {border-right: 1px #666666 dotted; border-bottom: 1px #666666 dotted}
table.tbl td {border-left: 1px #666666 dotted; border-top: 1px #666666 dotted; padding: 3px}
table.tbl tr {vertical-align: top}

body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

#main {	
	width: expression((document.body.clientWidth>1100)?"1100px":"100%");
	/*width: 1000px;*/
}

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;
}
p {
	margin-bottom: 15px;
}

h1 {
	color: #000000;
	font-size: 16pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	display: inline;
	font-weight: normal;
}

/*------форма----------------*/

textarea {
	border: 1px solid;
	height: 60px;
	width: 100%;
	font-size: 9pt;
	border-color: #a3a3a3;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 9pt;
	border-top: #5f5f5a 1px solid;
	border-left: #8f8f87 1px solid;
	border-right: #e9e8de 1px solid;
	border-bottom: #eeeee6 1px solid;
	color: #adabaa;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
}

input.mysearch {
	height: 15px;
	width: 158px;
}

input.button {
	border: 1px #009900 solid;
	color: #009900;
	background-color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 8pt;
	padding: 3px 10px 3px 10px;
}

input.search {
	width: 11px;
	height: 11px;
	border: 0px;
	background: none;
}

/*------ссылки---------------*/

a {
	color: #004f8c;
	text-decoration: underline;
}
a:hover {
	color: #006fba;
}

a.menu {
	color: #000000;
	background: url(menu_p.gif) left 10px no-repeat;
	font-size: 14pt;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	padding: 0px 20px 0px 12px;
	text-decoration: underline;
}
a.menu:hover {
	color: #006fba;
	background: url(menu_p.gif) left 10px no-repeat;
	text-decoration: underline;
}
span.menu {
	color: #006fba;
	background: url(menu_a.gif) left 10px no-repeat;
	font-size: 14pt;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	padding: 0px 20px 0px 12px;
	text-decoration: underline;
}

a.milo {
	color: #4b4b4c;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.service {
	color: #406800;
	font-size: 16pt;
	text-decoration: none;
}
a.service:hover {
	text-decoration: underline;
}


/*------текст----------------*/
.code {
	color: #6b6b6b;
	font-size: 13pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	white-space: nowrap;
	padding: 0px 3px 0px 5px;
}

.number {
	color: #6b6b6b;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 18pt;
	white-space: nowrap;
}

.comments {
	color: #6b6b6b;
	padding-left: 10px;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 12pt;
	white-space: nowrap;
}

.text {
	color: #4b4b4c;
	font-size: 9pt;
}

.header {
	color: #000000;
	font-size: 16pt;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
}

.small {
	color: #000000;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 3px 2px 4px;
}

span.small {
	color: #004f8c;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 6px 0px 2px;
	text-decoration: underline;
}

span.price {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 1px 0px 17px;
	color: #ffffff;
}

.date {
	color:#5c6162;
	padding: 0px;
	
}
span.date {
	color:#ea0000;
	font-size: 16pt;
	white-space:nowrap;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	
}
