* {
	margin: 0px;
	padding: 0px;
	}

html {
	position: relative;
	height: 100%;
	}

body {
	position: relative;
	height: 100%;
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
	}


h1, h2, h3 {
	margin: 1em 0;
	font-weight: normal;
}
h1 {font-size: 2.5em;color:#2E6916;margin-top:0.5em}
h2 {font-size: 1.9em;}
h3 {font-size: 1.5em;}

p {
	font-size: 1.2em;
	padding-bottom: 1em;
}

ul{ list-style: none;}
.l-main ul {
	z-index: 1;
	position: relative;
	list-style: none;
	}
	.l-main ul li {
		position: relative;
		zoom: 1;
		margin-left: -6px;
		padding-left: 19px;
		padding-bottom: 1em;
		font-size: 1.2em;
		background: url('../images/mdash-green.gif') no-repeat 0px 0.58em;
		}

ol {

	}
	ol li {
		font-size: 1.2em;
		margin-left: 20px;
		padding-bottom: 1em;
		}


img {
	border: none;
}

a {
	color: #2E6916;
}
a:hover {
	text-decoration: none;
}
h2 b a {
	color: black;
}
.g-js-opener {
	text-decoration: none;
	border-bottom: 1px dashed #2E6916;
	font-weight: bold;
}	
.g-js-opener:hover {
	cursor: pointer;
}

.g-js-print {
	text-decoration: none;
	border-bottom: 1px dashed #2E6916;
	left: 560px;
	position: absolute;
	top: -15px;
}
dd {position: relative;}
hr {
	display: block;
	text-align: left;
	position: relative;
	width: 340px;
	margin: 1em 0 1em -72px;
	background-color: #e9e9e9;
	height: 4px;
	border: none;
}

.breadcrumbs {
	margin-top: 1.4em;
}

/*MVD shems*/
#shema-mvd 	{ font-size:22px; text-align:center; font-weight:bold; display:block;}

/*******************************************************************************
 * Client's comments page
 ******************************************************************************/
.client-comments {
	margin-bottom: 30px;
	border-collapse: collapse;
	border: 0;
}
.client-comments em {
    overflow: hidden;
    display: block;
	margin-top: -5px;
}
.client-comments img {
    float: left;
    margin-right: 20px;
}
.client-comments strong {
    display: block;
    clear: both;
    padding-top: 30px;
    overflow: hidden;
}
/*******************************************************************************
 * Protection page
 ******************************************************************************/
#protection-page-wrapper h2 {
	font-size: 10pt;
	font-weight: bold;
}
/*******************************************************************************
 * Spoiler
 ******************************************************************************/
.spoiler-content {
	display: none;
}
.spoiler-block h2 {
	cursor: pointer;
	font-size: 10pt !important;
	color: #2E6916;
	display: inline;
	font-weight: bold !important;
	background: url(/app/skins/images/plus_minus_icons.gif) 0 4px no-repeat;
	padding-left: 14px;
}
.spoiler-block h2.active {
	background-position: 0 -31px;
}
.spoiler-block h2 span, .spoiler-block h2 a {
	border-bottom: dotted 1px #2E6916;
}
.spoiler-block h2 a {
	text-decoration: none;
	outline: none;
}
.spoiler-block {
	margin: 10px 0;
}
.spoiler-content {
	margin-top: 20px;
	padding-left: 16px;
}
/*******************************************************************************
 * Free consulting block
 ******************************************************************************/
.free-consulting-block {
	background-color: #eaf5e7;
	padding: 5px 15px;
	/*font-size: 120%;
	line-height: 140%;*/
	margin: 10px 0;
	display: inline-block;
}
.free-consulting-block p {
	padding: 0;
	margin: 0;
	display: inline;
}
/*******************************************************************************
 * What to read block
 ******************************************************************************/
.what-to-read-block {
	margin-top: 40px;
	border-top: solid 1px #ddd;
	padding-top: 20px;
}
/*******************************************************************************
 * Links under page header
 ******************************************************************************/
.under-header-links {
	margin-top: -10px;
	margin-bottom: 25px;
	margin-left: 6px;
}
.under-header-links ul {
	list-style-type: none;
	list-style-image: none;
	background-image: none !important;
}
.under-header-links li {
	list-style-type: none;
	list-style-image: none;
	background-image: none !important;
	display: inline;
	padding: 0 !important;
	padding-right: 26px !important;
}
/*******************************************************************************
 * Links under page header
 ******************************************************************************/
.goto-top-link {
	display: block;
	margin-top: 20px;
}
/*******************************************************************************
 * Protection page
 ******************************************************************************/
#protection-page-wrapper {
	text-align: justify;
}
