
/*------стандартные----------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body, td, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

span.infobox {
	display: block;
	padding: 5px;
	border: 1px #009900 solid;
	background-color: #DEF5D3;
}

#main {	

}

p {
	margin: 0px 0px 15px 0px;
}

/*------списки----------------*/

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: 13pt;
	font-family: "Times New Roman", Times, serif;
	color: #be9216;
	font-weight: 600;
	margin: 0px;
}

.header {
	font-size: 13pt;
	font-family: "Times New Roman", Times, serif;
	color: #be9216;
	font-weight: 600;
	margin: 0px;
}

/*------таблицы----------------*/

table.tbl {
	border-right: 1px #d6d6d6 dotted;
	border-bottom: 1px #d6d6d6 dotted
}
table.tbl td {
	border-left: 1px #d6d6d6 dotted;
	border-top: 1px #d6d6d6 dotted;
	padding: 3px;
}
table.tbl tr {
	vertical-align: top
}
tr.tbl td {
	background-color: #FFFF66
}

/*------форма----------------*/

form {
	margin: 0px;
}

textarea {
	border: #a6a4a1 1px solid;
	height: 60px;
	font-size: 8pt;
	color: #878787;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input {
	font-size: 8pt;
	border: #a6a4a1 1px solid;
	color: #878787;
	padding: 0px 2px 0px 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.mysearch {
	height: 15px;
	width: 123px;
}

input.search {
	height: 11px;
	width: 11px;
}

input.login {
	border: none;
	width: 20px;
	height: 20px;
}

input.cabinet {
	width: 83px;
	height: 15px;
}

input.button {
	background: #bb8d09;
	border: 0px;
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
	font-size: 8pt;
	height: 16px;
	padding: 0px 0px 2px 0px;
	cursor: pointer;
}

input.button1 {
	background: #407499;
	border: 0px;
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
	font-size: 8pt;
	height: 16px;
	padding: 0px 0px 2px 0px;
	cursor: pointer;
}

input.button_order {
	background: #3d8e36;
	border: 0px;
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
	font-size: 18pt;
	width: 220px;
	height: 32px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

input.cancel {
	background: none;
	border: 0px;
	text-decoration: none;
	color: #bb8d09;
	font-weight: normal;
	font-size: 9pt;
	height: 16px;
	padding: 0px 0px 0px 0px;
	/*cursor: pointer;*/
	width: 150px;
}

input.cancel:hover {
	text-decoration: underline;
	color: #eebf3c;
	cursor: pointer;
}


/*------ссылки---------------*/
a img {
	border: none;
}

a {
	color: #bb8d09;
}
a:hover {
	color: #eebf3c;
}

td.menu {
	background-color: #bb8d09;
}

td.menu_a {
	background: url(menu_a.gif) left top repeat-x;
}

a.menu {
	color: #ffffff;
	padding: 0px 3px 0px 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: 600;
	text-decoration: none;
}
a.menu:hover {
	color: #ffffff;
	text-decoration: underline;
}
span.menu {
	color: #000000;
	padding: 0px 3px 0px 3px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: 600;
	text-decoration: none;
}

a.milo {
	color: #a1a1a1;
	font-size: 9pt;
	text-decoration: none;
}
a.milo:hover {
	text-decoration: underline;
}

a.map {
	text-transform: uppercase;
	font-size: 8pt;
	color: #ffffff;
}
a.map:hover {
	color: #96ff00;
}

a.news {
	font-weight: bold;
}
a.news:hover {
	
}

a.more {
	color: #ffffff;
	text-decoration: none;
}
a.more:hover {
	text-decoration: none;
}

a.bottom {
	color: #c38b4f;
}
a.bottom:hover {
	color: #eebf3c;
}

a.visit {
	color: #214296;
	background: url(visit_li.gif) left 2px no-repeat;
	padding: 0px 0px 0px 24px;
	text-decoration: none;
}
a.visit:hover {
	color: #5475c9;
	text-decoration: underline;
}

a.a1 {
	color: #000000;
	text-decoration: none;
}
a.a1:hover {
	color: #eebf3c;
	text-decoration: underline;
}

/*------текст----------------*/

.text {
	color: #5b5b5b;
}

.small {
	font-size: 9pt;
}

td.cabinet {
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;
	padding: 0px 0px 0px 2px;
}

.author {
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 13pt;
	color: #407499;
}

.composition {
	color: #407499;
	font-size: 9pt;
}

.author_big {
	font-size: 18pt;
	color: #407499;
}

.composition_big {
	color: #407499;
	font-size: 14pt;
}

.formtext {
	color: #bb8d09;
}

.preordertext {
	color: #407499;
}