/*Links*/
a:link {color: #FFE08E;}
a:visited{color:#FFE08E;}
a:active {color: #ffffff;}
a:hover{color:#ffffff;}

#scroller {border: 0px #2470a4 solid; width: 100%; height: 150px;}

#wrapper {width: 100%;
max-width: 880px;}


* html div#wrapper {width: 880px /* fallback value */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 880 ? "880px" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 760 ? "760px" : "100%")); }


.copy {vertical-align:middle; font-family: Tahoma,Verdana; 
font-size: 12px; TEXT-DECORATION: none; COLOR:#ffffff; font-weight: none;}

.content1
{
	background:#ffffff;
}


.content_table
{
	color:#000000;
}

.content2
{
	background:#466bb5;
}
.content
{background: #466bb5 url(/bitrix/templates/newgen/pics/bg_content.gif) no-repeat fixed right bottom;}


#navigation a
{
	font-size:95%;
	text-decoration:underline;
	color:#ffffff;
}


a.print:LINK {TEXT-DECORATION: underline; COLOR:#fff; font-weight: normal; font-family: Verdana; font-size: 12px;}
a.print:VISITED {TEXT-DECORATION: underline; COLOR:#fff; font-weight: normal; font-family: Verdana; font-size: 12px;}
a.print:HOVER {TEXT-DECORATION: underline; COLOR:#fff; font-weight: normal; font-family: Verdana; font-size: 12px;}


.bg-logo-2 {background: #466bb5 url(/bitrix/templates/newgen/pics/bg_logo_2.gif) no-repeat left top;}

a.login:LINK {TEXT-DECORATION: underline; COLOR:#ffffff; font-weight: none; font-family: Verdana; font-size: 11px;}
a.login:VISITED {TEXT-DECORATION: underline; COLOR:#ffffff; font-weight: none; font-family: Verdana; font-size: 11px;}
a.login:HOVER {TEXT-DECORATION: underline; COLOR:#ffffff; font-weight: none; font-family: Verdana; font-size: 11px;}

input.inputtext, textarea.inputtextarea, select.inputselect, input.inputcheckbox,
input.inputradio, input.inputfile, input.inputbutton, input.inputbodybutton 
{font-family:Verdana,Arial,Helvetica; font-size:11px; background:#79956d;}


h1
{
	margin:0; padding:0;
	font-size:120%;
	margin-bottom:15px;
	padding-bottom:5px;
	padding-top:14px;
	border-bottom:1px solid #CCCCCC
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}

/*Information block*/
.information-block
{
	width:180px;
	margin-bottom:16px;
}

.information-block-head
{
	color:#BC262C;
	font-weight:bold;
	font-size:85%;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:4px;
	padding-bottom:5px;
}

.information-block-body
{
	font-size:85%;
	color:#737373;
	margin-right:20px;
}

/*Content block*/
.content-block
{
	border-top-color:#E4E4E4;
	background:#F5F5F5;
	margin-bottom:5px;
	width:100%;
}

.content-block-head
{
	background-image:url(images/content_block_bg.gif);
	font-weight:bold;
	font-size:95%;
	margin:2px;
	padding: 5px 9px;
}

.content-block-body
{
	padding:4px 5px;
	width:100%;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	margin:1em 0;
	background-color:#F5F5F5;
	font-family:sans-serif;
}