/*============== RESET ===================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*============== BASELINE ===================*/
body {
	font: 13px/1.4em Arial, Helvetica, sans-serif;
	color: #333;
	margin: 5px 0px;
	background-color: #EBEBEB;
	overflow-x: hidden;
}


/* Headers */

h1 { margin: 0em 0em 1em 0em; font-size: 1.7em; line-height: 1.1em; color: #000; font-weight: normal; }
h2 { margin: 0em 0em 0.6em 0em; font-size: 1.3em; font-weight: normal;}
h3 { margin: 0em 0em 0.6em 0em; font-size: 1.2em; }
h4 { margin: 0em 0em 0.6em 0em; font-size: 1.1em; }
h5 { margin: 0em 0em 0.6em 0em; font-size: 1.0em; font-weight: bold; }
h6 { margin: 0em 0em 0.6em 0em; font-size: 1.0em; font-weight: normal; }

*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
	margin: 1.2em 0em 0.6em 0em;
}

/* Text */

p { margin: 0.8em 0px; }

abbr, acronym { text-transform: uppercase; border-bottom: 1px dotted #999; cursor: help;}

/* Links */

a:link {
	color: #069;
	text-decoration: underline;
}

a:visited {
	color: #069;
	text-decoration: underline;
}

a:hover {
	color: #db3d28;
	text-decoration: underline;
}

a:active {
	color: #06F;
	text-decoration: underline;
}

/* Lists */

#wrap ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0.8em 0em 0.8em 1.5em;
}

#wrap ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0.8em 0em 0.8em 1.5em;
}

#wrap ul li, #wrap ol li { margin: 0.1em 0em; }
#wrap li ul, #wrap li ol { margin: 0.4em 0em 0.4em 1.5em; }


/* Table */

table {
	
}


/* Forms */

fieldset {
	border: 1px solid #CCC;
	padding: 10px 20px 30px;
	width: 90%;
}

label {
	margin: 20px 0px;
	display: block;
	clear: left;
	line-height: 1.5em;
}

label:even {
	background-color: #EBEBEB;
}

label input{
	margin: -1.7em 0px 0px 240px;
	display: block;
}

input[type='text'],
input[type='password'] {
	width: 200px;
}

textarea{
	width: 445px;
	height: 100px;
}

input[type='text'] {
	height: 1.2em;
}

input.dateinput
{
	width: 100px;
	margin: 0px 10px;
}

blockquote{
	background: #ebebeb url("/public.images.gz/kd2/quote.gif") no-repeat top left;
	padding: 10px 25px 10px 70px;
	font-style: italic;
}

/*============== LAUOUT ===================*/
/* Header */

#header {
	position: absolute;
	top: 15px;
	height: 220px;
	width: 100%;
	left: 0;
	overflow-x: hidden;
	overflow: visible;
	
	
}

#header img {
	margin: 42px 0px 42px 16%;
	position: relative;
	left: -91px;
}

#header .container {
	padding: 0px 0px 0px 0px;
	width: 95%;
	max-width: 1180px;
	min-width: 1000px;
	margin: auto;
	
	background: url('/public.images.gz/kd2/header_bg.jpg') repeat-x left top;
}

#header .container .left {
	height: 240px;
	background: url('/public.images.gz/kd2/header_l.jpg') no-repeat left top;
	left: -91px;
	position: relative;
	padding: 0px 0px 0px 5px;
}

#header .container .right {
	height: 240px;
	background: url('/public.images.gz/kd2/header_r.jpg') no-repeat right top;
	position: relative;
	right: -177px;
	width: 100%;
}

#header .container .right a{float: left;}

#header .container .right a.login{
	background: url('/public.images.gz/kd2/login_but.png') no-repeat top left;
	width: 228px;
	height: 68px;
	display: block;
	float: right;
	position: relative;
	right: 147px;
	top: 60px;
}
#header .container .right a.login IMG
{
	padding:0;
	margin: 0 0 0 90px;
}


/* Wrap */

#wrap {
	padding: 250px 0px 40px 0px;
	width: 95%;
	max-width: 1180px;
	min-width: 1000px;
	margin: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
}

#wrap #sidebar {
	width: 30%;
	float: left;
}

#wrap #content {
	margin-right: 5%;
	width: 59%;
	float: right;
}

#wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Footer */

#footer {
	padding: 15px 0px;
	width: 95%;
	max-width: 1180px;
	min-width: 1000px;
	color: #999999;
	margin: auto;
	clear:both;
}

#footer a{
	color: #999;
}

#footer a.nostyle {
	color: #999999;
	text-decoration: none;
}

#footer div.address{
	float: right;
	width: 300px;
}

#footer div.address a{
        color: #006699;
}

/* Navigation */

#navigation {
	margin-left: 16.6%;
	width: auto;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

#navigation ul, #navigation ul li, #navigation li ul {
	list-style: none;
	margin: 0px;
}

#navigation ul.primary li {
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 7px;
}

#navigation ul.primary li a {
	border-bottom: 1px dotted #069;
	text-decoration: none;
}

#navigation ul.primary li.selected span {
	border-bottom: 1px dotted #666;
	color: #4a607d;
}

#navigation ul.secondary {
	padding-top: 5px;
	dddisplay: none;
}

#navigation ul.primary li.selected ul.secondary {
	display: block;
}


#navigation ul.secondary li {
	width: 220px;
	font-size: 0.75em;
	line-height: 1.2em;
	padding: 5px 5px 5px 15px;
	display: block;
}

#navigation ul.secondary li a {
	text-decoration: none;
	border-bottom: none;
	font-style: italic;
}

#navigation ul.secondary li a:link,
#navigation ul.secondary li a:visited {
	border-bottom: none;
	color: #4a607d;
}

#navigation ul.secondary li a:hover,
#navigation ul.secondary li a:active {
	border-bottom: none;
	color: #db3d28;
}


#navigation ul.secondary li.selected span {
	/* font-weight: bold; */
	color: #db3d28;
}

/* Naviagtion auctions */

#wrap ul.auctions_navigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border-top: 1px dotted #CCC;
}

#wrap ul.auctions_navigation li {
	font-size: 1.1em;
	border-bottom: 1px dotted #CCC;
	padding: 0.5em 0px;
}


/* Stream auctions */

#wrap ul.stream {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border-top: 1px dotted #CCC;
	width: 100%;
}

#wrap ul.stream li {
	font-size: 1.1em;
	border-bottom: 1px dotted #CCC;
	padding: 0.5em 0px;
}

/* Outer navigation */
#wrap ul#outer_navigation {
	border-top: 1px dashed #CCC;
	margin: 2px 0px 0px 16.6%;;
	padding-top: 2px;
	list-style-type: none;
	font-size: 1.1em;
	position: relative;
	z-index: 2;
}
#wrap ul#outer_navigation .on_title{
	font-weight:bold;
	color: #60728a;
	display:block;
	margin-bottom:4px;
}

#wrap ul#outer_navigation li a {
	padding: 10px 10px 10px 25px;
	background: #FFF url('/public.images.gz/kd2/outer_nav_arrow.gif') no-repeat left center;
	display: block;
	width: 200px;
}

#wrap  ul#outer_navigation li a:link,
#wrap  ul#outer_navigation li a:visited {
	color: #60728a;
}
#wrap  ul#outer_navigation li a:hover,
#wrap  ul#outer_navigation li a:active {
	color: #db3d28;
}





/* Design */

div.des_pen {
	width: 535px;
	height: 280px;
	margin-top: 0px;
	margin-left: -202px;
}



/* Home News list */

#news {
	float: left;
	width: 45%;
	margin: 0px;
}

#news .news_item {
	margin: 0.8em 0em;
}
#news .news_item .date {
	float: left;
	padding: 3px 4px;
	color: #FFF;
	background-color: #db3d28;
	font-size: 0.8em;
	line-height: 1em;
	margin-top: 0.2em;
}

#news .news_item .announce {
	margin-left: 3.8em;
}


/* Home results */
#results {
	margin: 40px 0px 0px 50%;
	width: auto;
	height: 240px;
	background-color: #FFF;
}

/* Home stat */

#statistic {
	clear: left;
	width: 100%;
	height: 300px;
	border: 1px solid #CCC;
	margin: 30px 0px;
}


/* FAQ */

#wrap #content dl.faq {
	margin: 1.5em 0px;
}

#wrap #content dl.faq dt{
	padding: 15px 15px 15px 50px;
	background: #EBEBEB url('/public.images.gz/kd2/faq_q.gif') no-repeat 9px 9px;
	-moz-border-radius: 3px;
	
}
#wrap #content dl.faq dd{
	padding: 15px 15px 15px 50px;
	background: #FFF url('/public.images.gz/kd2/faq_a.gif') no-repeat 9px 9px;
}

/* Contacts */

div.organisation { 
	width: 27%;
	float: left;
	font-size: 1.1em;
	color: #666;
	margin-bottom: -100px;
}


div.persons {
	margin-left: 33%; padding: 0px 20px; border-left: 1px solid #CCC;
}

div.vcard {
	width: 100%;
	margin: 1.5em 7% 1.5em 0px;
}

div.vcard .fn {
	color: #000;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

div.vcard .org {
	color: #666;
	font-style: italic;
}

div.vcard .contacts {
	margin-top: 0.3em;
}

div.vcard .contacts .type {
	float: left;
	width: 6em;
	color: #999;
}


div.organisation1 { 
	width: 30%;
	float: left;
	font-size: 1.1em;
    font: bold;
	color: #666;
}

div.persons1 {
	margin-left: 33%; padding: 0px 20px; border-left: 1px solid #CCC;
}

div.vcard1 {
	width: 100%;
	margin: 1.5em 7% 1.5em 0px;
}

div.vcard1 .fn {
	color: #000;
	font-size: 1.2em;
	margin-bottom: 0.3em;
}

div.vcard1 .org {
	color: #666;
	font-style: italic;
}

div.vcard1 .contacts {
	margin-top: 0.3em;
}

div.vcard1 .contacts .type {
	float: left;
	width: 6em;
	color: #999;
}


/* Auctions list */

#wrap ul.auctions,
#wrap ul.auctions li {
	list-style-type: none;
	margin: 0px;
}

ul.auctions li {
	clear: left;
	padding: 0.5em 0px;
}

ul.auctions li h2 {
	font-size: 1.2em;
	margin: 0.2em 0px;
}

ul.auctions li div.date {
	width: 9em;
	font-size: 0.9em;
	display: block;
	background-color: #EBEBEB;	
	padding: 8px;
	text-align: center;
	color: #666;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

/* Legal info */

#wrap ul.legal_info {
	list-style: none;
	margin: 1em 0px;
}

#wrap ul.legal_info li {
	padding: 0px 0px 1em 0px;
	font-size: 1.3em;
}

#wrap ul.legal_info li.expand ul {
	cursor: default;
}

#wrap ul.legal_info li.expand {
	cursor: pointer;
	cursor: hand;
}

#wrap ul.legal_info li ul li {
	color: #069;
	list-style-type: none;
	font-size: 0.8em;
	padding: 0px;
}

#wrap ul.legal_info li ul li ul li {
	font-size: inherit;
}

#wrap ul.legal_info li ul li {
	border: none;
}

#wrap ul.files {
	margin: 0px;
}

#wrap ul.legal_info ul.files li,
#wrap ul.files li {
	color: #333;
	clear: left;
	list-style-type: none;
	padding: 0.5em 0.8em;
	background-color: #EBEBEB;
	margin: 0.5em 0px;
	-moz-border-radius: 3px;
}

#wrap ul.files li{width: 100%;}

#wrap #content ul.forms {
	margin: 0px;
}

#wrap #content ul.forms li {
	color: #333;
	clear: left;
	list-style-type: none;
	padding: 0.5em 0.8em;
	background-color: #EBEBEB;
	margin: 0.5em 0px;
	-moz-border-radius: 3px;
}


#wrap ul.forms li a.doc_file,
#wrap ul.forms li a.pdf_file,
#wrap ul.forms li a.zip_file,
#wrap ul.forms li a.xls_file,
#wrap ul.files li a.doc_file,
#wrap ul.files li a.pdf_file,
#wrap ul.files li a.zip_file,
#wrap ul.files li a.xls_file {
	float: right;
	font-size: 10px;
	width: 70px;
	padding: 8px 8px 8px 45px;
	margin-left: 20px;
	line-height: 1.1em;
}
#wrap ul.forms li a.doc_file,
#wrap ul.files li a.doc_file {
	background: url('/public.images.gz/kd2/icon_doc.gif') no-repeat left center;
}

#wrap ul.forms li a.pdf_file,
#wrap ul.files li a.pdf_file {
	background: url('/public.images.gz/kd2/icon_pdf.gif') no-repeat left center;
}

#wrap ul.forms li a.zip_file,
#wrap ul.files li a.zip_file {
	background: url('/public.images.gz/kd2/icon_zip.gif') no-repeat left center;
}

#wrap ul.forms li a.xls_file,
#wrap ul.files li a.xls_file {
	background: url('/public.images.gz/kd2/icon_xls.gif') no-repeat left center;
}

/* Archive News list */ 

#archive { 
 
margin: 0px; 
} 

#archive .news_item { 
margin: 0.8em 0em; 
} 
#archive .news_item .date { 
float: left; 
padding: 3px 4px; 
color: #FFF; 
background-color: #db3d28; 
font-size: 0.8em; 
line-height: 1em; 
margin-top: 0.2em; 
} 

#archive .news_item .announce,
#archive .news_item h2 { 
margin-left: 80px; 
}


#content div.rss b{
	font-weight: normal;
}


#content div.rss a{
	text-decoration: none;
}

#content div.rss ul.column{
	width: 48%;
	margin: 0 1%;
	float: left;
	text-align: left;
}

#content div.rss ul.column h3{
	text-align: center;
}

.entryview
{
	width: 100%;
	line-height: 1.8;
}
/*============== MAIN ===================*/
.bns_gov39 {
 margin-left: 75px; 
}

/*============== ETC.RU ===================*/
.PageTitle_table
{
	border-bottom: 1px dashed #CCC;
	margin-bottom: 24px;
}
.PageTitle_table *
{
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.PageTitle_table H1
{
	font-size: 2em;
}
.toolcollection_table
{
	border-bottom: 1px dotted #069;
	background-color: #FFF;
}
.toolcollection_header_cell
{
	font-size: 1.5em; line-height: 1.1em; color: #000; font-weight: normal;
	padding: 8px;
}
.toolcollection_header_cell A
{
	color: #000;
}
.toolbar_cell
{
	border-bottom: 1px dotted #069;
}
.toolcollection_body_cell
{
	position: relative;
	width: 100%;
	border-bottom: 1px dotted #069;
}

.htmltable_table
{
	position: relative;
	width: 100%;
}
.htmltable_header_cell
{
	font-size:8pt;
	text-align: center;
	font-weight: bold;
	background-color:#ebeaef;
	border: 2px solid #FFF;
}
.htmltable_header_cell A
{
	font-size:8pt;
	color: #000;
}

.htmltable_splitter_cell	{ background-color:#ebeaef; padding: 4px; }
.htmltable_transparent_splitter_cell
							{ background-color:#FBFBFB; color: #5F6569; padding: 4px; }
.htmltable_data_cell		{ padding: 2px; border: 1px solid #ebeaef; }
.htmltable_data_cell A		{ color:#000000; }

.form_table					{ }
.form_header_cell			{ background-color:#ebeaef; padding: 4px; font-weight:bold; }
.form_splitter_cell			{ display: none;  }
.form_object_cell			{ background-color:#ebeaef; font-weight:bold; }
.form_errors_cell, .form_messages_cell
							{ background-color:#f5f5f5; }
.form_string_cell, .form_control_cell
							{ background-color:#ffffff; font-size:9pt; }
.form_buttons_cell			{ background-color:#ebeaef; text-align:right; padding:2px; }

.htmltable_splitter_cell DIV
{
	margin: -3px;
	padding: 3px;
}
.htmltable_splitter_cell DIV.puradd_right
{
	margin: 0px;
	background-color: #FFF;
}
.htmltable_splitter_cell DIV .dtpublic, .htmltable_splitter_cell DIV .dtpublic a
{
	font-weight: bold;
	text-decoration: none;
}
.htmltable_splitter_cell h3
{
	font-size: 100%; 
	font-weight: normal;
	padding-top: 4px;
	min-height: 50px;
	position: relative;
}
.htmltable_splitter_cell h3 img
{
	display: none;
}