@charset "utf-8";
/* CSS Document */
a {
	font-weight: normal;
	text-decoration: none;
	color:#207f4c;
}
a:hover {
	font-weight: normal;
	text-decoration: none;
	color:#9f3128;
}
#place_holder {
	width: 490px;
	margin-top: 300px;
	margin-left: 230px;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.list1 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: auto;
	width: 100%;
	float: left;
}
.list1 ul, .list1 ol {
	list-style-position: outside;
}
.list1 ul li, .list1 ol li {
	margin-bottom: 10px;
}
.list1 ul li a, .list1 ol li a {
	text-decoration:none;
	color:#353535;
}
.list1 ul li a:hover, .list1 ol li a:hover {
	text-decoration:none;
	color:#9f3128;
}
/* =================== List 2 ==========================*/
.list2 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;

}
.list2 ul {
	height: auto;
	width: auto;
	list-style-type:disc;
	list-style-image:url(/bitrix/templates/qfiu_ar/images/bullet_green.gif);
	list-style-position: outside;
}
.list2 ol {
	height: auto;
	width: auto;
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
}
.list2 ul li, .list2 ol li {
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d9d9;
	margin-bottom: 10px;
	background-color:#ffffff;
	padding-bottom: 5px;
}
.list2 ul li a, .list2 ol li a {
	text-decoration:none;
	color:#353535;
}
.list2 ul li a:hover, .list2 ol li a:hover {
	text-decoration:none;
	color:#9f3128;
}
/* =================== Defenition List 1 ==========================*/
.d_list1 {
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.d_list1 dl {
	height: auto;
	width: auto;
}
.d_list1 dt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d9d9;
	list-style-position: inside;
	padding-bottom: 5px;
	font-weight:bold;
}
.d_list1 dd {
	margin-bottom: 10px;
	background-color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.d_list1 dd a{
	text-decoration:none;
	color:#353535;
}
.d_list1 dt a {
	font-weight:bold;
	text-decoration:none;
	color:#353535;
}
.d_list1 dd a:hover{
	text-decoration:none;
	color:#9f3128;
}
.d_list1 dt a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#9f3128;
}


/* ====list 3 style  ============== */
.list3 {
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
/*	float: right;*/
}
.list3 ul {
	height: auto;
	width: auto;
	list-style-type:disc;
	list-style-image:url(/images/icon_download.gif);
	list-style-position: outside;
}
.list3 ol {
	height: auto;
	width: auto;
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
}
.list3 ul li, .list3 ol li {
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d9d9;
	margin-bottom: 10px;
	background-color:#ffffff;
	padding-bottom: 10px;
	padding-left:10px;
}
.list3 ul li a, .list3 ol li a {
	text-decoration:none;
	color:#353535;
}
.list3 ul li a:hover, .list3 ol li a:hover {
	text-decoration:none;
	color:#9f3128;
}

.list4 ul {
	height: auto;
	width: auto;
	list-style-type:disc;
	list-style-image:url(/images/pdf_doc.gif);
	list-style-position: outside;
}
.list4 ul li {
	height: auto;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d9d9;
	margin-bottom: 10px;
	background-color:#ffffff;
	padding-bottom: 10px;
	padding-left:10px;
}
.list4 ul li a {
	text-decoration:none;
	color:#353535;
}
.list4 ul li a:hover {
	text-decoration:none;
	color:#9f3128;
}


/* ======================== normal links style========================== */


.link1{text-decoration: none;}
.link1:hover{text-decoration: underline;}
.link2{text-decoration: none;color:#e13a3e;}
.link2:hover{text-decoration: underline;color:#e13a3e;}

.tbl1 {
	font-weight: normal;
	color: #353535;
	height: auto;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	border-collapse:collapse;
	background-color: #ffffff;
	border: 1px solid #1b6c40;
	font-weight: normal;


}
.tbl1 .header td{
	background-color: #207f4c;
	height: 25px;
	font-weight: bold;
	color: #b0fdd3;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px inset #1b6c40;
}
.tbl1 .raw1 td{
	border: 1px solid #1b6c40;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.tbl1 .raw2 td{
	border: 1px solid #1b6c40;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.tbl1 .raw1:hover td{
	background-color:#b0fdd3;
	padding:5px 5px 5px 5px;

}
.tbl1 .raw2:hover td{
	background-color:#b0fdd3;
	padding:5px 5px 5px 5px;

}




.tbl2 {
	font-weight: normal;
	color: #353535;
	height: auto;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	border-collapse:collapse;
	background-color: #ffffff;
	font-weight: normal;


}
.tbl2 .header td{
	background-color: #9bdcf2;
	height: 25px;
	font-weight: bold;
	color: #353535;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px inset #6cc6e4;
}
.tbl2 .raw1 td{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #207f4c;

}
.tbl2 .raw1 img {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #207f4c;
}


.page_title1{
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #e13a3e;
}

.title1{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #e13a3e;
	}
.title2{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #353535;
	}
.btn_back {
	background-image: url(../images/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	background-color: #EBEBEB;
	width: 80px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	color: #207f4c;
	border: 1px solid #2cb26a;
}
.btn_back:hover {color: #9f3128;}
.btn_next {
	background-image: url(../images/arrow_next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	background-color: #EBEBEB;
	width: 80px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	color: #207f4c;
	border: 1px solid #2cb26a;
}
.btn_next:hover {color: #9f3128;}
.btn_top {
	background-image: url(../images/arrow_top.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	background-color: #EBEBEB;
	width: 80px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	color: #207f4c;
	border: 1px solid #2cb26a;
}
.btn_top:hover {color: #9f3128;}
.btn_print {
	width:100%;
	background-image: url(../images/arrow_print.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	background-color: #EBEBEB;
	width: 80px;
	height: 20px;
	text-align: center;
	color: #207f4c;
	border: 1px solid #2cb26a;
	float: right;
	margin-top: 0px;
	font-family: Arial, verdana, tahoma;
	font-size: 12px;
	padding-top: 3px;
}
.btn_print:hover {color: #9f3128;}
.btn_email {
	width:100%;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	background-color: #EBEBEB;
	width: 100px;
	height: 20px;
	text-align: center;
	color: #207f4c;
	border: 1px solid #2cb26a;
	float: right;
	margin-top: 0px;
	font-family: Arial, verdana, tahoma;
	font-size: 12px;
	padding-top: 3px;
}
.btn_email:hover {color: #9f3128;}
