/****** контент ******/
	#content .col-left{
		float: left;
		overflow: hidden;
		width: 16em;
		margin-left: -100%;
		margin-bottom: -10000px;
		padding-bottom: 10000px;
		background: #bed9e9;
		border-right: 1px solid #24396e;
	}
		#content .col-left p{padding:10px; margin:0}
		#content .col-left .nvg{margin-top:1em; padding-left:1em;}
			#content .col-left .nvg-h{margin-bottom: 0.5em;}
				/* - - - navigator - - - */
				#nvg {width: 16em;}
					#nvg a {
						display: inline-block; 
						=display: inline;
						text-decoration: none;
						width: 100%;
						vertical-align: top;
					}
					#nvg a:link, #nvg a:visited {color: #000099;}
					#nvg a:active, #nvg a:hover {color: maroon;}
						#nvg a:active .title, #nvg a:hover .title {display: block;}
						#nvg a .title {
							background-color:#bed9e9;
							border: 1px solid #24396a;
							display: none;
							padding: 2px;
							position: absolute;
						}
					#nvg .item {
						white-space: nowrap;
						/*overflow: hidden;*/
						height: 1.7em;
						line-height: 1.7em;
						margin: 1px 0;
						padding-left: 2px;
					}
						#nvg .item img {
							/*float: left;*/
							/*margin: -8px 3px 0 -19px;*/
							position: relative;
							top: 2px;
							display: inline-block;
						}
					#nvg .item.sel {
						background: #F2F5FA;
					}
					#nvg .item.sep {
						background: transparent url("/imgs/btnSep.png") repeat-x center left;
						height: 0.5em;
						line-height: 0.5em;
						margin-left: 22px;
					}
					#nvg .group {margin: 10px 0px 0px 0px;}
						#nvg .gr-pnl {width: 15em; overflow: hidden;}
						#nvg .gr-pap-head {font-size: 9pt; text-transform: uppercase;}
						#nvg .group.gr-sel {
							border-left: 1px solid #2E81A9;
							border-top: 1px solid #2E81A9;
							border-bottom: 1px solid #2E81A9;
							margin: 1em 0px 2px 3px;
						}
							#nvg .group div.gr-thead {
								font-weight: bold;
								padding: 5px 0px 5px 0px;
								text-align: left;
								white-space: nowrap;
								text-overflow: ellipsis;
							}
								#nvg .group div.gr-thead.gr-th-sel {
									background: #bed9e9 url(/imgs/head-nvg.png) repeat-x top;
									border-bottom: 1px solid #2E81A9;
									overflow: hidden;
								}
									#nvg .group div.gr-thead.gr-th-sel a {
										margin-left: 5px;
									}
						#nvg .group.gr-sub {margin-top: 2px;}

					#search input.edit {
						border: 1px solid #5D98C6;
						background: #c7e2f2 url(/imgs/find.png) no-repeat left;
						padding-left: 18px;
						width:10em;
					}
					#search a {
						display: inline !important;
						color: maroon !important;
					}
				/* * * * * * * * * */

/* Content center */
#content .center{float:left;width:100%;}
#content .center .in{
	margin: 0 0 0 16.05em;
}
