

				/* search-results.html */

				#results {
					width:auto;
					margin-top:12px;
					margin-left:0px;
					margin-right:0px;
					text-align:center;
				}


				div#results div.member {
					margin-top:0px;
					margin-right:20px;
					text-align:left;
					line-height: 13px;
				}

				/* перенесено в локальные места
                                .search-button {
					width:96px;
					height:24px;
					border:none;
					background: url(/img/search-button.jpg) no-repeat;
				}
                                    */
				table.fields-container {
					width:100%;
				}

				table.fields-container td.single {
					width:310px;
				}

				table.fields-container td.near table.search-fields td.first-caption {
					padding-right:12px;
				}

				table.fields-container td.near table.search-fields td.sel-long {
				
				}

				/**/
				div.select-line {
					padding-left:8px;
					margin-bottom:12px;
				}

				div.select-line select {
					border: 1px solid #c5bc8b;
					background-color: #f3f0dc;
					font-family: Arial; 
					font-size: 11px;
					color: #635e41;	
					padding:3px;
					width:132px;
					margin:0px 12px;
				}

				div.clarify {
					height:43px;
					font-family:Arial;  
					font-size:12px;
				}

				/*	���������� */
				div.clarify table#search-menu {
					/*margin-top:7px;*/
					position:relative;
					top:7px;
				}

				div.clarify div.caption {
					padding-top:20px;
				}

				td.left-col div.clarify div.caption {
					padding-top:20px;
					padding-left:4px;
				}

				table.search-fields {
					margin:0px 0px;
				}
				

				table.search-fields tr {
					height:39px;
				}

				
				table.search-fields td.rest {
					padding-left:10px;
					width:190px;
				}

				table.search-fields td.first-caption {
					width:85px;
					text-align:right;
					padding-right:10px;
				}

				table.search-fields td.sel-short {
					width:82px;
				}

				table.search-fields td select {
					border: 1px solid #c5bc8b;
					background-color: #f3f0dc;
					font-family: Arial; 
					font-size: 11px;
					color: #635e41;	
					padding:3px;
				}

				table.search-fields td.sel-short select {
					width:82px;
				}

				table.search-fields td.sel-long select {
					width:200px;
				}

				table.search-fields td.to {
					width:36px;
					text-align:center;
				}

				/*	search menu */


				#search-menu a {
					margin:0px;
				}

				#search-menu a {
					color:#ffffff;
					font-weight:bold;
					text-decoration:none;
					display:block;
					text-align:center;
				}
				/*
				#search-menu td.sel table#simple-mode td {
					padding:0px;
					margin:0px;
				}
				*/

				table#simple-mode tr {
					height:37px;
				}
				table#advanced-mode tr {
					height:37px;
				}
				/*	simple selected*/
				#search-menu td.sel table#simple-mode td.left {
					width:16px;
					background:url(/img/simple-sel-left.jpg) no-repeat;
				}

				#search-menu td.sel table#simple-mode td.center {
					width:156px;
					background: #978f63;
					
				}

				#search-menu td.sel table#simple-mode td.right {
					width:8px;
					background:url(/img/simple-sel-right.jpg) no-repeat;
				}

				/*	simple not selected*/

				#search-menu td table#simple-mode td.left {
					width:16px;
					background:url(/img/simple-left.jpg) no-repeat;
				}

				#search-menu td table#simple-mode td.center {
					width:156px;
					/* background: #c8c4ae; */
					background: #c4c0a9;
				}

				#search-menu td table#simple-mode td.right {
					width:8px;
					background:url(/img/simple-right.jpg) no-repeat;
				}

				/*	advanced not selected*/
				#search-menu td table#advanced-mode td.left {
					width:8px;
					background:url(/img/adv-left.jpg) no-repeat;
				}

				#search-menu td table#advanced-mode td.center {
					width:156px;
					/* background: #c8c4ae; */
					background: #c4c0a9;
				}

				#search-menu td table#advanced-mode td.right {
					width:8px;
					background:url(/img/adv-right.jpg) no-repeat;
				}

				/*	advanced selected*/
				#search-menu td.sel table#advanced-mode td.left {
					width:8px;
					background:url(/img/adv-sel-left.jpg) no-repeat;
				}

				#search-menu td.sel table#advanced-mode td.center {
					width:156px;
					background: #978f63;
				}

				#search-menu td.sel table#advanced-mode td.right {
					width:8px;
					background:url(/img/adv-sel-right.jpg) no-repeat;
				}
