body{
  	font-family: Tahoma;
  	font-size: 14px;
  	color: #000000;
  	background-color: #EEF2E3;
}


h1 {
	font-size: 20px;
	color: #dc2f2f;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

a{ text-decoration: none; color: #2f85dc; }
a:hover{ text-decoration: underline; color: #2f85dc; }


a.en {
	background: url("../images/en.png") left 2px no-repeat;
	padding-left: 24px;
	padding-right: 30px;
	font-size: 12px;
	color: #cb3c3c;
}

a.uk {
	background: url("../images/uk.png") left 2px no-repeat;
	padding-left: 24px;
	padding-right: 30px;
	font-size: 12px;
	color: #cb3c3c;
}

a.menu {
	font-size: 16px;
	font-weight: bold;
	color: #005f02;
}

a.menu:hover {
	color: #cb3c3c;
}

div.date { color: #2F85DC; font-weight: bold; text-align: right; padding-bottom: 10px; }

div.content { line-height: 26px; }
div.content p { padding-bottom: 15px; }
div.content a { background: url("../images/link.gif") center left no-repeat; padding-left: 18px; margin-left: 5px; margin-right: 5px; text-decoration: none; color: #2f85dc; }
div.content a:hover { text-decoration: underline; color: #2f85dc; }
div.content .img { border: 1px solid #cecece; background: #ececec; padding: 6px; margin: 4px; }


table.scheme td { border: 1px solid #c9e3a6;  }
table.scheme td.month { text-align: center; font-weight: bold; width: 45px; padding: 2px; background: #c9e3a6; border: 1px solid #c9e3a6; }
table.scheme td.title { text-align: right; font-weight: bold; width: 150px; padding: 5px; padding-right: 15px;}
table.scheme tr:hover { background: #eef2e3; cursor: pointer; }
table.scheme td.active { background: #fff600; }

table.product { margin-top: 15px; }
table.product img { margin: 15px; }

table.bottom_block { background: #edf3e2; }
table.bottom_block td { padding: 5px; }
table.bottom_block td.title { color: #ce312f; font-size: 18px; }
table.bottom_block td.details { color: #2f85dc; padding-right: 15px; text-align: right; }