html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin:0;
	padding:0;
	text-indent:0;
}

*{
	font-family: 'Tahoma', Arial, sans-serif;
	color:#333;
	zoom:1;
}

.img-responsive{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/* pagecounting start */

.pagecounting
{
	padding: 0 20px 1.5em 10px;
}

.pagecounting .pageslink span
{
	color:#999999;
	margin-right:10px;
	font-size:80%;
}

.pagecounting .pages
{
	padding-top: 0.8em;
	margin:0 0 .5em 0;
}

.pagecounting .pages span
{
	margin-right:2px;
	padding: 0.2em 0.6em 0.3em 0.5em;
	font-size:90%;
}

.pagecounting .pages .selected
{
	background-color: #efefef;
	color:#333;
}

/* pagecounting end */


/* stycky footer */
/*
html, body {
	height: 100%;
}

#siteWrWr {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -11em;
}

.push {
	height: 15em;
	clear: both;
}

#footer{
	height: 11em;
	clear: both;
}
*/
/* stycky footer */



/* site restriction */
#siteWrap{
	max-width:1400px;
	min-width:700px;
	width: expression(
		(document.compatMode && document.compatMode == 'CSS1Compat') ?
		(document.documentElement.clientWidth < 700 ? "700px" :
		(document.documentElement.clientWidth > 1400 ? "1400px" : "100%")) :
		(document.body.clientWidth > 700 ? "700px" :
		(document.body.clientWidth < 1400 ? "1400px" : "100%"))
	);
}
/* site restriction */



/* tags */
p{
	line-height:1.5em;
	margin: 0 0 0.8em 0;
}

p.prelist
{
	margin:0;
}

p, 
table, 
ul, dl, ol, 
.photoWr .name,
#tl{
	font-size:0.8em;
}

ul p, ul a, ul dl,
dl p, dl a, 
a p, 
span p, span li, span ul,
table dl, table p, table a, table ul,
.pOut table {
	font-size: 1em;
}

h1{
	font-size:130%;
	margin: 0 0 0.5em 0;
}

h2{
	font-size:160%;
	margin: 0 0 0.5em 0;
}

h3{
	font-size:130%;
	font-weight:normal;
	margin: 0 0 0.4em 0;
	line-height: 1.2em
}

h4{
	font-size:90%;
}

li{
	list-style-type: none;
}

sup
{
	line-height: 0.7em;
}

.pContent ul, 
.pContent ol{
	margin: 0 0 1em 0em;
	padding-left:0;
}

.pContent li{
	text-indent:-1.1em;
	margin: 0.3em 0 0.3em 2em;
	line-height:1.4em;
	_padding-left: 1em;
	_margin-left: 1em;
}


.pContent ol li{
	list-style-type:decimal;
	text-indent:0;
	margin-left: 1.7em;
	margin-bottom: 0.5em;
	display:list-item;
	vertical-align:top;
	_padding-left: 0em;
}

.pContent table{
	margin-bottom: 2em;
}

table{
	border-collapse: collapse;
	width: auto;
	border:0;
}

.pContent td,
.pContent th{
	vertical-align: top;
	padding:5px 15px;
	text-align: left;
}

.pContent th{
	font-weight: bold;
	border-bottom: 1px solid #666;
}

.pContent .highlight td
{
	background-color: #e2eaee;
}

strong, b{
	font-weight: bold;
}
/* tags */


/* links */
a{
	color:#336699;
}

a:hover{
	color:#e75010;
}

a img{
	border: none;
	display:block;
}
/* links */



/* paragraph */
.pOut{
	/* margin-bottom: 1em; */
}

.notHome .pOut h3{
	font-weight: normal;
}

.pOut h3{
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

.pContent{
	clear:both;
	padding-bottom:1em;
}

.pContent p{
	line-height:1.5em;
}

.pContent table p{
	margin-bottom:0;
}

.prelist{
	/*margin-bottom: 0.2em;*/
	/*font-weight: bold;*/
}

.imgT,
.imgB{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	*display: inline;
}

.imgT{
	margin: 0em 0.5em 1em 0;
}

.imgB{
	margin: 0 0.5em 1em 0;
}

.imgL{
	float:left;
	margin: 0em 0.5em 0.5em 0;
}

.imgR{
	float:right;
	margin: 0em 0 1em 0.5em;
}

.photoWr{
	float:left;
}

.photoWr .name{
	line-height:1.2em;
	margin-top:0.5em;
}

.paragraphFile{
	padding: 0.5em 10px 0.5em 28px;
	height: 26px;
}

.paragraphFile a{
	font-size:80%;
}

.paragraphFile small{
	font-size:70%;
	color:#ccc;
}

div.attach{
	background: url('../i/icons/default.gif') no-repeat left center;
}

div.pdf{
	background: url('../i/icons/pdf.gif') no-repeat left center;
}

div.word{
	background: url('../i/icons/word.gif') no-repeat left center;
}

div.excel{
	background: url('../i/icons/excel.gif') no-repeat left center;
}

div.zip{
	background: url('../i/icons/zip.gif') no-repeat left center;
}

.pOut.min h3,
.pOut.min h3.active:hover{
	cursor:pointer;
	color:#437C9C;
	border-bottom: 1px dashed #437C9C;
	float:left;
}

.pOut.min h3:hover,
.pOut.min h3.active{
	color:#333;
	border-bottom: 1px dashed #333;
}

.pOut{
	overflow: hidden;
}
/* paragraph */



/* path */
.path{
	margin-bottom: 1em;
}

.path a{
	font-size:75%;
}

.path small{
	font-size: 85%;
}

.path h1{
	font-size:160%;
	margin: 0;
}
/* path */



/* ie6 png fix */
* html img.png{
	behavior: expres\sion( 
		(this.runtimeStyle.behavior="none") && (this.src.toLowerCase().indexOf('.png')>-1) && (
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='scale')",
		this.runtimeStyle.paddingTop = this.height,
		this.runtimeStyle.height = 0
		)
	);
	overflow:hidden;
}

* html .png{
	behavior: expres\sion(
		(this.runtimeStyle.behavior = "none") && (this.currentStyle.backgroundImage.toString().toLowerCase().indexOf('.png')>-1) && (
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.currentStyle.backgroundImage.toString().replace('url("','').replace('")','') + "', sizingMethod='crop')",
		this.runtimeStyle.zoom = 1,
		this.runtimeStyle.backgroundImage = "none"
		)
	);
}
/* ie6 png fix */



/* rounded corners */
.rc5{
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.rc10{
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.rc15{
	border-radius: 15px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}

.rc20{
	border-radius: 20px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}
/* rounded corners */



/* shadows */
.shd{
	box-shadow: 4px 4px 2px #a8a8a8;
	-moz-box-shadow: 4px 4px 2px #a8a8a8;
	-webkit-box-shadow: 4px 4px 2px #a8a8a8;
}
/* shadows */



/* traffic-lab */
#tl{
	display: block;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	_display:inline;
}

#tl:hover,
#tl:hover p{
	color:#0675ac;	
}

#tl p{
	color: #fff;
	cursor:pointer;
}
/* traffic-lab */




/* advertising */
#advertising{
	position:relative;
	border:1px solid #333;
	/*padding:15px 15px 0px;*/
	padding-top: 15px;
	margin:25px 12px 0 0;
}

#advertising dd{
	margin-left: 15px;
	margin-right: 15px;
}

#advertising dt{
	position:absolute;
	top:-8px;
	left:15px;
	background:#333;
	padding:0 5px;
	color:#fff;
}
/* advertising */




/* phone */
.pOut .phone{
	font-size:0.9em;
	color:#333;
}

.phone{
	font-size:1.5em;
}

.phone small{
	font-size: 0.7em;
}

.phone,
.phone *{
	color:#fff;
}
/* phone */



/* misc */
.none,
.hidden,
.hide{
	display:none;
}

.visible,
.show{
	display:block;
}

i{
	display:block;
}
/* misc */

i.icon{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;

	margin:0 .3em 0 0;
	position: relative;
	top:1px;
}


p>img[align=left]{
	margin:0 1em 1em 0;
}

.noBg tr td, .noBg tr .highlight{
	background-color: #fff !important;
}

.fullWidth{
	width: 100%;
}

.text-center *{
	text-align: center !important;
}


/* страница вопросов старт */

i {
     display: block;
}

i.icon {
     display: inline-block;
     margin: 0px 0.3em 0px 0px;
     position: relative;
     top: 1px;
     vertical-align: top;
}

.question_block.goodpage{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;

	float: right;
	width: 50%;

	font-size: 14px;
}

.question_block.catalogue .caption, .question_block.textpage .caption {
	font-size: 20px;
	margin:0 0 1em 0;
}

.question_block.catalogue {
	font-size: 14px;
}



.question_block {
     font-size: 1em;
     font-size: 13px !important;
}

.question_block.home{
    margin:2em 0;
    width: 80%;
}

.question_block.home .all_questions i{
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    color:inherit;
}

.question_block.home .caption{
    font-size: 18px;
    margin:0 0 .5em 0;
}

.question_block.home .question_list{
    margin-bottom:0 !important;
}

.question_block.home .question_list li{
    padding: .6em 20px !important;
    line-height: 120%;
    font-size: 15px;
    margin:0 0 1.5em -.5em !important;
}

.question_block.home .question_list li:nth-child(2n+1) {
     background-color: rgba(0, 0, 0, 0.02);
}

.question_block.home .question_list li a {
     padding-left: 0;
}

.question_block.home .question_date{
    display: none;
    font-size: 11px;
}


.question_block .question_list {
    
}

.question_list li {
     border-radius: 10px;
     margin: 0px 0px 1em -1em;
     padding: 1em;
     line-height: 150%;
}

.question_list li > a{
	font-size:13px !important;
}

.question_list li > a:link, .question_list li > a:visited{
     color:#11a0cf !important;
}

.question_list li > a:hover, .question_list li > a:active{
     color:#11a0cf !important;
}


.question_list li:hover {
     background-color: rgba(246,164,58,.2) !important;
}


.question_list li:hover a{
	color:inherit;
}

.question_list li:nth-child(2n+1) {
     background-color: rgba(0, 0, 0, 0.05);
}

.question_list li:nth-child(2n) {
    
}

.question_list li .question_date {
    display: none;
     margin: 0 0 .5em 0;
     font-size: 11px;
     line-height: 11px;
}

 .question_date i{
     position: relative;
     top:-1px;
}



.faqpage {
	float: left;
/*	width: 77%;*/
}

.faqpage .path h1 {
     font-weight: 200;
}

.faqpage .question_date {
     font-size: 0.8em;
     font-weight: 400;
     margin-top: 1em;
     display: none;
}

.faqpage .answer {
     background-color: rgba(0, 0, 0, .05);
     border-radius: 10px;
     margin: 0px 0px 1em;
     padding: 1em;
}

.faqpage .answer p:last-child {
     margin-bottom: 0px;
}

.faqpage .answer a{
	color:#5682bc !important;
}

.faqpage .tags i {
     color: #333333;
     display: inline-block;
     font-size: 1.1em;
     position: relative;
     top: 0;
     vertical-align: top;
     margin-right: .3em;
}

.faqpage .tags a{
	font-size: 13px !important;
}

.faqpage .tags a:link, .faqpage .tags a:visited {
	color:#11a0cf !important;
}

.faqpage .tags a:hover, .faqpage .tags a:active {
	color:#ff9900 !important;
}

.faqpage .same_questions_block {
}

.faqpage .same_questions_block .question_list li {
   margin-left: 0; 
}

.faqpage .same_questions_block .caption {
     margin: 1em 0px 0.5em;
}

div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:auto !important; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  } 
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}


/* pagecounting */

.pagecounting
{
	padding: 0 20px 1.5em 0;
}

.pagecounting .pageslink span
{
	color:#999999;
	margin-right:10px;
	font-size:80%;
}

.pagecounting .pages
{
	padding-top: 0.8em;
}

.pagecounting .pages span
{
	margin-right:2px;
	padding: 0.2em 0.6em 0.3em 0.5em;
	font-size:90%;
}

.pagecounting .pages .selected
{
	background-color: #efefef;
	color:#333;
}
/* страница вопросов енд */