

/* Start:/bitrix/components/bitrix/breadcrumb/templates/user/style.css?1234195533227*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */


/* Start:/bitrix/components/bitrix/news.list/templates/main_page/style.css?1234107165108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/other/styles.css?16655642379269*/
@charset "utf-8";
* {
	padding:0;
	margin:0;
}
img {border:0}
body, html {
	color: #515153; 
	font-family:Verdana, Arial, Tahoma, sans-serif;
	background-color:#fff; 
}
body {
	font-size:80%;
	min-width:860px;
}
p { 
	padding:7px 0 7px 0;
}

a {
	color:#1C60A2;
}
a:hover{
	color: #2165a7;
	text-decoration:none;
}

h1, h2, h3 {
	font-weight:bold;
}
h1 {
	font-size:1.2em;
}
h2 {
	font-size: 1em;
	color:#1c60a2;
	padding:7px 0px 1px 0px;
}
h3 {
	font-size:1.3em;
}
h1 a, #header h2{
	color:#fff;
}
.clear {clear:both;}
.nowrap {white-space:nowrap;}
#mainContainer {
	min-height: 300px;
	background: #ffffff;
}
* html #mainContainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/*
CONTENT AND COLUMNS
*/
.outer {
	border-left: 239px solid #2165a7; /*** This is the width and the color for our left column ***/
}

.inner {
	width: 100%;
}

.float-wrap {
	float: left;
	width: 100%;
	margin-left: -239px; /*** Same length as .outer border-left but with negative value ***/
}

#content {
	float: right;
	background: #fff;
	margin-right: -239px;  /*** Same length as .outer border-left but with negative value ***/
	width: 100%;
}
* html #content {
	position: relative;
}
.contentWrap{
	padding: 0px;
	border-left:1px solid #ffffff;
}

#header {
	position:relative;
	height:299px;
	background:url(/images/header_repeater.png) repeat-x;
}

#header_links {
	position:absolute;
	top:17px;
	left:20px;
	width:80%;
	height:40px;
	color:#ffffff;
}

#header_links a {
	float:left;
	margin-right:17px;
	padding-left:9px;
	background:url(/images/bullet_header.gif) no-repeat 0px 2px;
	color:#ffffff;
	text-decoration:none;
	font-size:80%;
}

#header_links a:hover, #header_language:hover {
	text-decoration:underline;
}

#header_language {
	position:absolute;
	top:17px;
	right:296px;
	color:#ffffff;
	text-decoration:none;
	font-size:80%;
}

#header_links ul {
	padding:0px;
	list-style-position:inside;
	list-style-image:url(/images/bullet_header.gif);
}

#header_links ul li {
	padding:0px;
	float:left;
	margin-right:19px;
}

#header_links ul li a, #header_links_language {
	color:#ffffff;
	text-decoration:none;
	font-size:80%;
}

#header_links ul li a:hover, #header_links_language:hover {
	text-decoration:underline;
}




/*
#header_search {
	position:absolute;
	top:62px;
	right:296px;
	width:270px;
	height:20px;
	color:#ffffff;
}*/

/* new version */
#header_search {
	position:absolute;
	top:62px;
	right:296px;
	width:70%;
	height:20px;
	color:#ffffff;
	text-align:right;
}

#header_search_label {
	float:right;
	display:block;
	margin-top:5px;
	color:#ffffff;
}

#header_search_field
{
	float:right;
	border:1px solid #2165a7;
	margin:1px 0 0 10px;
	width:55%;
	font-size:13pt;
}

#header_search_btn {
	float:right;
	width:13px;
	height:13px;
	margin:6px 0 0 7px;
	background:none;
	background:url(/images/header_search_btn.gif);
}



#header_logo {
	display:block;
	position:absolute;
	top:97px; 
	left:0px;
	width:317px;
	height:121px;
}

#header_right {
	height:299px;
	min-width:620px;
	background:url(/images/header_right.jpg) right no-repeat;
}

#header_ran {
	position:absolute;
	bottom:18px;
	left:37px;
	width:473px;
	height:43px;
	background:url(/images/ran1.gif) no-repeat;
}

/* page content */

#breadcrumbs_main {
	height:4px;
	line-height:1px;
	font-size:1px;
	background-color:#cadff5;
}

#breadcrumbs {
	background-color:#cadff5;
	text-align:right;
	font-size:85%;
	padding:8px 12px;
	color:#2d2d2d;
}

#breadcrumbs a {
	color:#184875;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

.pageblock {
	position:relative;
	background:url(/images/mainpage_header_repeater.png) repeat-x top;
	float:left;
	width:100%;
	clear:both;
}

.pageblock_content {
	position:relative;
	float:left;
	min-width:100%;
	background:url(/images/mainpage_block_sep.png) no-repeat 49% top;
	min-height:300px;
	z-index:0;
}

.pageblock_content_bg1 {
	position:absolute;
	width:10%;
	height:20px;
	top:35px;
	left:45%;
	background:url(/images/pageblock_bgcontent1.png) repeat-x;
	z-index:1;
}

.pageblock_content_bg2 {
	position:absolute;
	width:10%;
	height:38px;
	bottom:0px;
	left:45%;
	background:#fff;
	z-index:1;
}

.pageblock_content_left {
	width:49%;
	min-width:49%;
	float:left;
	padding-bottom:35px;
	overflow:hidden;
	z-index:2;
}

.pageblock_content_right {
	width:49%;
	min-width:49%;
	float:left;
	padding-bottom:35px;
	padding-left:2px;
	overflow:hidden;
	z-index:2;
}

.pageblock_content_full {
	float:left;
	padding-bottom:25px;
}

.block_header {
	display:block;
	height:30px;
	margin:7px 18px 5px 18px;
	color:#ffffff;
	white-space:nowrap;
}

.content_margin {
	margin:0px 14px;
}

.content_margin input, .content_margin textarea, .content_margin select {
	border:1px solid #0066CC;
}

.pageblock p {
	margin: 2px 0px 2px 0px;
}

.pageblock a.rightside img {
	float:right;
	display:block;
	margin:10px 0px 8px 12px;
}

.pageblock a img {
	float:left;
	display:block;
	margin:10px 12px 8px 0px;
	border:2px solid #cae0f6;
}

.text_sep {
	height:1px;
	margin:10px 0px 8px 0px;
	border-top:1px solid #cae0f6;
	line-height:1px;
	font-size:1px;
}

.book_left {
	width:49%;
	float:left;
}

.book_right {
	width:49%;
	float:right;
}


/* -> news */

.pageblock a#allnews_1 img {
	display:block;
	position:absolute;
	bottom:-1px; 
	right:51%;
	width:133px;
	height:30px;
	margin:0px;
	border:none;

}

.pageblock a#allnews_2 img {
	display:block;
	position:absolute;
	bottom:-1px; 
	right:0%;
	width:133px;
	height:30px;
	margin:0px;
	border:none;
}

.newsblock {
	margin:20px 18px 0px 18px;
	padding-left:14px;
	font-size:90%;
}

.newsblock_date {
	font-weight:bold;
	color:#2a99e6;
	background:url(/images/bullet_news.gif) no-repeat 0px 2px;
	margin-left:-18px;
	padding-left:17.9px;
}

.newsblock_link a {
	font-weight:bold;
	font-size:95%;
	text-decoration:none;
	color:#2065a7;
	background:none;
}

.newsblock p {
	margin:0px;
	margin-top:-5px;
	background:none;
}

/* <- news */




/* -> link list */

.pageblock ul {
	list-style-position:outside;
	list-style-image:url(/images/bullet_news.gif);
	margin:14px 12px 0 16px;
}

.pageblock ol {
	list-style-position:outside;
	margin:14px 12px 0 30px;
}

.pageblock li {
	padding:2px 0 2px 6px;
}

.pageblock li a {
	text-decoration:none;
}

.pageblock li a:hover {
	color:#2165a7;
	text-decoration:underline;
}

.pageblock li h2 {
	padding:0px;
	font-size:95%;
}

/* <- link list */




/* -> table in content */
.pageblock table { margin-top:10px; }
.pageblock table td { padding:0px 3px; }
/* <- table in content */

/* -> table (no border) */
.table_cnt table { border:none; }
.table_cnt table td { border:none; }
/* <- table (no border) */



/*
LEFT COLUMN
*/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 239px;
	min-height: 250px;
	position:relative;
}


/* left menu start */

#leftmenu ul {
	list-style:none;
	list-style-image:none;
}

#leftmenu ul ul {
	margin:7px 0 12px 25px;
	/*display:none;*/
}

#leftmenu li {
	padding:0px;
	margin:0px;
	margin-bottom:-3px;
	list-style-position:outside;
}

#leftmenu ul ul li {
	margin:2px 0px 2px 0px;
	list-style-position:outside;
	list-style-image:url(/images/bullet_leftmenu2.gif);
}

#leftmenu ul ul li a {
	color:#ffffff;
	text-decoration:none;
}

#leftmenu ul ul li a:hover {
	text-decoration:underline;
}


#poll {
	position:relative;
	background:url(/images/poll_repeater.png) repeat-x bottom left;
	padding:10px 0 4px 0;
	color:#cbcacc;
}

#poll_label {
	float:right;
	margin:5px 13px;
	font-weight:bold;
	color:#e79d1b;
}

#poll p {
	clear:both;
	margin:0 10px 10px 10px;
	color:#cbcacc;
}

#poll table {
	color:#cbcacc;
}

#poll .radio {
	margin:0px 3px 5px 9px;
}

#poll p, #poll .radio {
	font-size:85%;
}

#poll_btn {

	width:133px;
	height:30px;
	margin:0px;
	background:none;
	background:url(/images/poll_button.gif);
}

#poll_btn_cnt {
	margin-top:20px;
	text-align:right;
}


#banner_strip {
	text-align:center;
	clear:both;
}

#banner_strip h2 {
	margin:14px 0 10px 6px;
	font-size:1.1em;
	float:left;
	color:#ffffff;
}

#banner_strip img {
	margin:0px auto 10px auto;
	border:0px;
}

/* -> news block (leftmenu) */

#news_block {
	padding:0 12px 12px 12px;
	color:#ffffff;
	font-size:85%;
}

.news_block_unit {
	margin-top:12px;
	border-bottom:1px solid #6494c2;
}

.news_block_date {
	display:block;
	font-weight:bold;
	margin-bottom:2px;
}

.news_block_unit a {
	font-weight:bold;
	color:#93d1f9;
	text-decoration:none;
}

.news_block_unit a:hover {
	text-decoration:underline;
}

.news_block_unit p {
	padding:2px 0 14px 0;
}



/* <- news block (leftmenu) */


/* left menu end */

/*
FOOTER
*/
#footer {
	height:112px;
	font-size:85%;
	text-align:center;
	background:url(/images/footer_repeater.png) repeat-x lightblue;
	color:#ffffff;
}

#footer_left {
	margin-top:36px;
	margin-left:40px;
	float:left;
	text-align:left;
}

#dev_link {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#footer_right {
	margin-top:42px;
	margin-right:40px;
	float:right;
	text-align:right;
}

.ftr_banner {
	float:left;
	margin-left:30px;
	margin-top:10px;
}

#footer div {
	float:right;
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/user/style.css?1234195533227 */
/* /bitrix/components/bitrix/news.list/templates/main_page/style.css?1234107165108 */
/* /bitrix/templates/other/styles.css?16655642379269 */
