@import url("vdk.css");
@import url("print.css");


html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #a2cb3a url(/images/body-bgr.gif) left top repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.body {
	margin: 0 auto;
	background: white url(/images/main-border.gif) left top repeat-y;
	position: relative;
	overflow: visible;
}

.red  {
	color: red;
}

a img {
	border: 0 none;
}

a {
	color: #629D38;
}

h1 {
	font-size: 20px;
	color: #a26da7;
	margin: 0;
}

h2 {
	font-size: 16px;
	color: #a26da7;
	margin: 17px 0 13px 0;
}

p {
	margin: 13px 0;
}

table {
	border-collapse: collapse;
	border: 1px #B3CA35 solid;
}

table th, table td {
	padding: 3px 6px;
	border: 1px #B3CA35 solid;
	vertical-align: top;
}

table th {
	background: #D7E59B;
	text-align: center;
	font-weight: bold;
}

table tr.odd td {
	background: #EBF4D5;
}

div.center-col ul {
	margin: 13px 0 15px 15px;
	list-style: none;
	padding: 0;
}

div.center-col ul li {
	background: url(/images/bullet.gif) 0 6px no-repeat;
	padding-left: 10px;
}

div.center-col ul ol {
	margin-top: 4px;
	margin-bottom: 12px;
}

div.center-col ul ol li {
	background: none;
	padding-left: 0;
}

@media  screen {
	
div.body  {
	width: expression(this.offsetWidth>996?'90%':996+"px");
	min-width: 990px;
	max-width: 1200px;
	height: 100%;
}	

html>body div.body {
	width: 90%;
}
	
div.body-bgr {
	background: url(/images/main-border.gif) right top repeat-y;
	height: 100%;
	padding: 0 1px;
	min-height: 100%;
	overflow: visible;
}

html>body div.body,  html>body div.body-bgr {
	height: auto;
	
}

div.header {
	height: 150px;
	background: #9db611;
	position: relative;
}

a.logo img {
	position: absolute;
	left: 20px;
	top: 19px;
}

div.header h1 {
	margin: 0;
	text-align: right;
	color: white;
	font-weight: normal;
	font-size: 30px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 22px;
}

div.header div.menu {
	position: absolute;
	right: 10px;
	bottom: 0;
	background: url(/images/top-menu-bgr-r.gif) right bottom no-repeat;
	padding-right: 12px;

}

div.header div.sk {
	position: absolute;
	right: 20px;
	top: 20px;
}

div.header div.sk img {
	border: 0 none;
}

div.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/images/top-menu-bgr.gif) left bottom no-repeat;
	overflow: auto;
}

div.header ul li {
	float: left;
	text-align: center;
	line-height: 34px;
}

div.header ul li a {
	color: white;
	text-decoration: none;
	border-bottom: 1px white dashed;
	font-size: 14px;
}

div.header ul li a:hover {
	color: black;
	border-color: black;
}

div.header ul .li1a a, div.header ul .li2a a, div.header ul .li3a a {
	color: #6a6a6a;
	border-bottom: 0 none;
}



div.header ul li.li1 {
	width: 210px;
	background: url(/images/top-menu-li1.gif) no-repeat;
	margin-left: 11px;
}

div.header ul li.li1a {
	background-image: url(/images/top-menu-li1-a.gif);
}


div.header ul li.li2 {
	width: 174px;
	background: url(/images/top-menu-li2.gif) no-repeat;
}

div.header ul li.li2a {
	background-image: url(/images/top-menu-li2-a.gif);
}

div.header ul li.li3 {
	width: 220px;
	background: url(/images/top-menu-li3.gif) no-repeat;
}

div.header ul li.li3a {
	background-image: url(/images/top-menu-li3-a.gif);
}

div.main {
	overflow: auto;
	padding-bottom: 65px;
	zoom: 1;
}

div.left-col {
	width: 240px;
	float: left;
	margin-top: 60px;
	margin-left: 0;
	padding-left: 24px;
}

ul.left-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

ul.left-menu li {
	margin-bottom: 1px;
	height: 40px;
}

html>body ul.left-menu li {
	height: auto;
}

ul.left-menu li a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(/images/left-menu-bgr.gif) no-repeat;
	color: black;
	text-decoration: none;
	padding-left: 15px;
}

ul.left-menu li a span {
	border-bottom: 1px #b3ca34 dashed;
}

ul.left-menu li a:hover, ul.left-menu li.active a  {
	background-image: url(/images/left-menu-bgr-a.gif);
}

ul.left-menu li a:hover span, ul.left-menu li.active a span {
	border-color: #cf8abd;
}

ul.left-menu li.active {
	position: relative;
}

ul.left-menu li.active div {
	position: absolute;
	width: 19px;
	height: 33px;
	background: url(/images/left-menu-act.gif) no-repeat;
	right: 14px;
	top: -5px;
	overflow: hidden;
}

div.right-col {
	width: 180px;
	float: right;
	margin-right: 0px;
	margin-top:  47px;
	padding-right: 21px;
}

div.center-col {
	background: #f8fbf1;
	margin-left: 272px;
	margin-right: 210px;
	margin-top: 60px;
	padding: 15px 15px 30px 20px;
	zoom: 1;
}

div.no-right-col {
	margin-right: 21px;
}

div.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 11px;
	clear: both;
}

div.footer div.in-footer {
	width: auto;
	margin: 0 24px;
	border-top: 1px #bcd971 dashed;
	padding-top: 13px;
	padding-bottom: 10px;
}

div.footer a {
	color: black;
}

div.footer p {
	float: right;
	margin: 0;
	text-align: right;
}


div.breadcrumb {
	margin-bottom: 15px; 
}

div.breadcrumb a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed #629d38;
}

div.b2 {
	text-align: center;
	background: #e6f0cb;
	margin: 15px 0;	
	padding: 15px 0;
}

div.b2 h3 {
	color: #cb81b8;
	margin: 0;
	padding-bottom: 4px;
}

div.b2 a {
	display: block;
	text-align: center;
	color: #C774B0;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
}
div.b2 a:hover {
	color: #333;
}


div.b2 a.number_contents {
	width: 171px;
	height: 76px;
	padding-top: 52px;
	background: url(/images/right-col-contents.gif) no-repeat;
}

div.b2 a.free-order {
	width: 168px;
	height: 84px;
	padding-top: 40px;
	background: url(/images/right-col-order.gif) no-repeat;
}

div.b2 a span {
	border-bottom: 1px #C774B0 dashed;	
	line-height: 24px;
}

div.b2 a:hover span {
	border-bottom-style: solid;
	border-color: #333;
}

ul.tabs {
	margin: 15px 0 !important;
	padding-left: 35px !important ;
	list-style: none;
	border-bottom: 1px #c5e08d solid;
	height: 33px;
	background: url(/images/tabs-a1.gif) 0px 0 no-repeat;

}

ul.first-line {
	margin-bottom: 5px !important ;
}

ul.second-line {
	margin-top: 5px !important ;
}

ul.tabs li {
	float: left;
	background: none !important ;
	padding: 0 !important ;
	padding-right: 32px !important ;
	color: white;
	font-size: 14px;
	line-height: 33px;
}
/*
ul.tabs li.two-lined {
	line-height: 14px;
}*/

ul.tabs li a {
	color: white;
	text-decoration: none;
	border-bottom: 1px white dashed;
}

ul.tabs li a:hover {
	color: #333;
	border-color: #333;
}

div.staff div {
	overflow: auto;
	zoom: 1;
	margin-bottom: 15px;
}

div.staff div img {
	float: left;
	margin-right: 8px;
	background: url(images/author-bgr.gif) no-repeat;
	padding: 5px 7px 5px 6px;
}

div.staff h4 {
	font-size: 14px;
	margin: 20px 0 15px 0;
}

div.announce div {
	background: #d0e39a;
	margin: 15px 0;
	padding: 8px 14px;
}

div.announce div div {
	background: white;
	margin: 0;
	padding: 8px 10px;
	margin-left: 120px;
	position: relative;
	border: 1px #b3ca35 solid;
}

div.announce p.theme {
	float: left;
	width: 100px;
	font-weight: bold;
	margin: 0;
	margin-top: 8px;
	font-size: 12px !important ;
}

div.announce h2 {
	color: #333;
	margin-top: 0;
	font-size: 16px;
}

div.announce div.hr {
	background: #deaace;
}


div.announce div.hr div {
	border-color: #c761a5;
}

div.reasons {
	padding-left: 22px;
}

div.reasons div {
	margin: 13px 0;
	background: #f4f6e2;
	border: 2px #b3ca35 solid;
	position: relative;
}

div.reasons p {
	padding: 8px 12px;
	margin: 0;
}

div.reasons img {
	position: absolute;
	left: -25px;
	top: -4px;
}

ol {
	margin: 15px 0 15px 25px;
	padding: 0;
}

form.common {
	margin: 15px 0;
	padding: 0;
}

form.common div.field {
	margin-bottom: 12px;
}

form.common div.field label {
	 font-weight: bold;	 
}

form.common div.mandatory label, div.mandatory strong {
	color: #c774b0;
}

form.common div.error label {
	color: red;
}

form.common div.field input, form.common div.field textarea {
	display: block;
	width: 230px;
	border: 1px solid #bad86e;
	background: white;
}

form.common div.field textarea {
	width: 300px;
	height: 80px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}

form.common div.button {
	margin-top: 15px;
	
}

form.common div.button input {
	width: 300px;
	color: white;
	height: 29px;
	background: url(/images/order-button-bgr.gif) no-repeat;
	border: 0 none;
}

form.post div.button input {
	width: 234px;
	background: url(/images/post-button-bgr.gif) no-repeat;
}

div.error-message {
	margin: 15px 0;
	padding: 8px 10px;
	border: 2px red solid;
	color: red;
	font-weight: bold;
	background: #ffeeee;
}


div.message {
	margin: 15px 0;
	padding: 8px 10px;
	border: 2px #74a743 solid;
	font-weight: bold;
}

div.months {
	margin-bottom: 12px;
}

div.months div {
	margin-top: 3px;
}

div.months input {
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

div.contents {
	margin-top: 30px;
}

div.contents h3 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}


div.contents h3 span, div.rubrics h3 span  {
	font-size: 14px;
	color: #808285;
}

div.contents p {
	margin: 10px 0 10px 20px;
}

div.contents p a {
	color: #333;
}

div.contents p.read {
	position: relative;
	height: 50px;
	padding-left: 55px;
}

html>body div.contents p.read {
	height: auto;
	min-height: 50px;
}

div.contents p.read img {
	position: absolute;
	left: -20px;
	top: -10px;
}

div.rubrics {
	zoom: 1;
}

div.rubrics div {
	margin: 20px 3px;
	border: 1px #b3ca35 solid;
	background: white;
	padding: 12px 0;
	position: relative;
}

div.rubrics h3 {
	font-size: 16px;
	margin: 0 15px 10px 12px;
	color: #a6ce38;
}

div.rubrics h5 {
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 10px;
}

div.rubrics h5 a {
	text-decoration: none;
	border-bottom: 1px dashed;
}

div.rubrics h5 a span {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}

div.rubrics p {
	margin: 0 15px 0 12px;
}

div.rubrics img {
	position: absolute;
}

/* themess */

h3.new-laws {
	color: #45bfad;
}

h3.prob-sol, h3.say-do, h3.wrong-correct, h3.i-know, h3.put-dot, h3.ideal-doc {
	color: #a6ce38;
}

h3.hr-tips, h3.hr-schemas, div.hr-tips h3, div.hr-schemas h3 {
	color: #c660a5;
}

h3.i-inspect, div.i-inspect h3 {
	color: #faab1c;
}

div.i-inspect {
	border-color: #faab1c !important;
}

div.hr-tips, div.hr-schemas  {
	border-color: #c660a5 !important;
}

/*end */

div ul.themes {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	zoom: 1;
	border-top: 1px #e9e9e9 solid;
}

div ul.themes li {
	background: none;
	padding-left: 0;
	margin: 0;
	border: 1px #e9e9e9 solid;
	border-top:  0 none;
}

div ul.themes li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 15px;
	text-decoration: none;
	color: #333;
	height: 10px;
}

html>body div ul.themes li a {
	height: auto;
}

div ul.themes li a span {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
}

div ul.themes ul li a {
	display: inline;
	padding: 0;
	font-size: 13px;
	text-decoration: underline;
	height: auto;
}

div ul.themes ul, div.rubrics ul {
	display: none;
	border: 0 none;
	margin: 9px 20px;
	font-size: 12px;
}

div ul.themes ul li, div.rubrics ul li {
	border: 0 none;	
	margin-bottom: 4px;
	background: url(/images/bullet.gif) 0 6px no-repeat;
	padding-left: 10px;
}


div ul.themes ul li.read, div.rubrics ul li.read {
	overflow: auto;
	zoom: 1;
}

div ul.themes ul li.read img, div.rubrics ul li.read img {
	float: left;
	margin-right: 5px;
	position: static !important;
}

.b3 {
	margin-top: 20px;
}

div.gifts img {
	border: 1px #74a743 solid;
	float: left;
	margin-right: 10px;
	padding-top: 8px;
	background: white;
}

div.gifts div {
	zoom: 1;
	overflow: auto;
	margin-bottom: 15px;
}

div.gifts h2 {
	margin-top: 0;
}

div.years-nav {
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0;
	border: 1px #b3ca35 solid;
	background: white;
	padding: 10px 15px;
}

div.years-nav a {
	padding-left: 5px;
}

div.years-nav a.selected {
	text-decoration: none;
	color: #cb81b8;
}

div.magazine-list {
	overflow: auto;
	zoom: 1;
}

div.magazine-list div {
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 15px;
}

div.magazine-list div h4 {
	margin: 0;
}

div.magazine-list div img {
	margin-bottom: 5px;
}

div.gift-descr {
margin-bottom: 25px;

}

div.gift-descr p {
margin: 0;
}

div.feedback-list div {
	background: url(/images/mind-bgr.gif) left top repeat-x;
	background: #d0e39a;
	margin: 25px 0;
	overflow: auto;
}

div.feedback-list div div {
	background: white;
	margin: 10px;
	padding: 0 10px;
	border: 1px #b3ca35 solid;
}

div.feedback-list p.author {
	text-align: right;
	font-style: italic;
}

div.portal {
	text-align: right;
	margin-top: -10px;
}

div.gifts-block {
	background: url(/images/gift-block-bgr.gif) left top repeat-x;
	margin: 25px 0;
}

div.gifts-block div.bgr1 {
	background: url(/images/gift-block-bgr-l.gif) left top no-repeat;
}

div.gifts-block div.bgr2 {
	background: url(/images/gift-block-bgr-r.gif) right top no-repeat;
	height: 126px;
	overflow: auto;
}

div.gifts-block img.box {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 13px;
}

div.gifts-block h3 {
	color: #c774b0;
	
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: 16px;
}

div.gifts-block a img {
	
}


}
