
html, body {
	background-color:#fff;
	color:#000;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, sans-serif;
	font-size:0.9em;
}
a {outline: none}

/******************************************************************************/
#popup-outer-wrap {
	z-index: 999999; 
	width: 100%; 
	height: 1px; 
	position: absolute; 
	margin: 0 auto; 
	top: 0; 
	text-align: center; 
	display: none;
}
#popup-inner-wrap {
	margin: 1em auto;
}
#popup {
	margin: 0 auto; 
	z-index: 1000;
}
#z-mask {
	display: none; 
	//display: block; 
	//position: absolute; 
	//height: expression(this.parentNode.offsetHeight + 'px');
	//width: 100%; 
	//z-index: 0; 
	//filter: mask;
}
.t-transparent-corner {
	height: 8px;
	background: url(http://onomnenado.ru/file/1153/t_transparent_corner) left top repeat-x scroll;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/t_transparent_corner',sizingMethod='crop');
	font-size: 0;
}
.r-transparent-corner {
	width: 24px;
	background: url(http://onomnenado.ru/file/1153/r_transparent_corner) left top repeat-y scroll;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/r_transparent_corner',sizingMethod='crop');
	font-size: 0;
}
.b-transparent-corner {
	height: 24px;
	background: url(http://onomnenado.ru/file/1153/b_transparent_corner) left top repeat-x scroll;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/b_transparent_corner',sizingMethod='crop');
	font-size: 0;
}
.l-transparent-corner {
	width: 12px;
	background: url(http://onomnenado.ru/file/1153/l_transparent_corner) left top repeat-y scroll;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/l_transparent_corner',sizingMethod='crop');
	font-size: 0;
}
.lt-transparent-corner {
	height: 8px;
	width: 12px !important;
	background: url(http://onomnenado.ru/file/1153/lt_transparent_corner) left top no-repeat scroll;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/lt_transparent_corner',sizingMethod='crop');
	font-size: 0;
}
.rt-transparent-corner {
	height: 8px;
	width: 24px;
	background: url(http://onomnenado.ru/file/1153/rt_transparent_corner) left top no-repeat scroll;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/rt_transparent_corner',sizingMethod='crop');
	font-size: 0;
}
.rb-transparent-corner {
	height: 24px;
	width: 24px;
	background: url(http://onomnenado.ru/file/1153/rb_transparent_corner) left top no-repeat scroll;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/rb_transparent_corner',sizingMethod='crop');
	font-size: 0;
}
.lb-transparent-corner {
	height: 24px;
	width: 12px;
	background: url(http://onomnenado.ru/file/1153/lb_transparent_corner) left top no-repeat scroll;
	//background: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/lb_transparent_corner',sizingMethod='crop');
	font-size: 0;
}
/******************************************************************************/




#container {
	min-width: 1000px;
	//width: expression((document.getElementById('measurer').clientWidth < 1000) ? '1000px' : '100%');

}

.nobr {white-space: nowrap;}



.checker {
	position: relative;
	left: -3px;
	z-index: 100;
	margin: 1em 0;
}
.check-commit {
	background:url('http://onomnenado.ru/file/1153/check_commit') left center no-repeat;
	padding: 3px;
}

.check-rollback {
	background:url('http://onomnenado.ru/file/1153/check_rollback') left center no-repeat;
	padding: 3px;
}
.check-commit span,
.check-rollback span {
	color:#000;
	background:none;
	padding:0;
}


/*files*/
table.attached-files {
	margin: 1.8em 0 1em 0;
	padding: 0;
	width: 100%;
}
table.attached-files td {
	color: #808080;
	padding-right: 1em;
	width: 50%;
	text-align: left;
	height: 64px;
}
.file {
	position: relative;
	margin: 0 0 0 45px;
	padding-bottom: 10px;
	left: -5px;
}
.file .ext {
	position: absolute;
	left: -45px;
	top: 0;
	width: 45px;
	height: 64px;
}
.file .link {
	padding: 5px 0 0 5px;
}
.file .zip {
	background: url(http://onomnenado.ru/file/1153/zip) left top no-repeat;
}
.file .pdf {
	background: url(http://onomnenado.ru/file/1153/pdf) left top no-repeat;
}
.file .doc {
	background: url(http://onomnenado.ru/file/1153/doc) left top no-repeat;
}
.file .xls {
	background: url(http://onomnenado.ru/file/1153/xls) left top no-repeat;
}
.file .ppt {
	background: url(http://onomnenado.ru/file/1153/ppt) left top no-repeat;
}
.file .ext a {
	display: block;
	height: 100%;
	width: 100%;
}
/*//files*/




#measurer {
	position:absolute;
	top:-2em;
	height:1em;
	width:100%;
	line-height:1em;
	border:0;
	margin:0;
	padding:0;
	background:white;
}



#skin-container {
	min-width:920px;
	width:100%;
	position:relative;
}

* html #skin-container {
	width:expression((document.getElementById('measurer').clientWidth < 920) ? '920px' : '100%');
}

#milk-animal {
	min-width:1000px;
	width:100%;
	background:url('http://onomnenado.ru/file/1153/milk_animal') 93% 93% no-repeat;
}


h1 {
	font-size:1.8em;
	font-weight:normal;
}

h3 {
	font-weight:normal;
	font-size:1.2em;
	margin:0;
	margin-bottom:0.2em;
	padding:0;
}

ul {
	padding:0;
	margin:0;
}

li {
	padding:0;
	margin:0;
	padding-top:0.2em;
	padding-bottom:0.2em;
	list-style-type:none;
}

p {
	padding:0;
	margin:0;
	margin-bottom:1em;
	line-height:1.5em;
}

p.strong {
	font-size:1.1em;
}

.big {
	font-size:1.1em;
	
}

.small {
	font-size:0.9em;
}

.center {
	text-align:center;
}

.hidden {
	visibility:hidden;
}

table {
	border:0;
	border-spacing:0px 0px;
	border-collapse:collapse;
	padding:0;
	margin:0;
}

	table td {
		vertical-align:top;
		text-align:left;
	}

a:link, a:visited {
	text-decoration:underline;
	color:#037EC4;
}

span.inside {
	border-bottom:1px dashed #037EC4;
	color:#037EC4;
	line-height:1.4em;
	cursor:pointer;
}

span#imetro, span#icity {
	font-weight:bold;
}

#add-place {
	color:#000;
	border-bottom:1px dashed #000;
	font-weight:normal;
	font-size:0.85em;
	white-space:nowrap;
}

#inner-searchbar #example {
	margin-left: 20px;
	position: relative;
}

#search-places {
	width: 60%; 
	padding: 1em 20px;
	line-height: 1.6;
}
#search-places .place,
#search-places .pre-place {
	margin-right: 0.6em;
	line-height: 1.6;
}

#search-places img  {
	vertical-align:text-bottom;
	margin-right: 0.4em;

}

#example {
	color:#808080;
	font-size:0.9em;
	margin-left: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

	#example span.inside {
		color:#808080;
		border-color:#808080;
		line-height: 1.6;
	}

a:active {
	text-decoration:underline;
	color:#037EC4;
}
a:hover {
	text-decoration:underline;
	color:#da0000;
}

	a img {border:0;}

a.messages:link, a.messages:visited {
	color:#B18500;
}

a.messages:active {
	color:#B18500;
}

a.messages:hover {
	color:#da0000;
}

a.exit:link, a.exit:visited {
	color:#6D0000;
	font-weight:bold;
}

a.exit:hover {color:#da0000;font-weight:bold;}
a.exit:active {
	color:#6D0000;
	font-weight:bold;
}

.a {position:absolute;}
.r {position:relative;}
.clear {clear:both;}
.full-width {width:100%;}

form {
	padding:0;
	margin:0;
	border:0;
}

#head {
	height:172px;
	width:100%;
	margin:0;
	padding:0;
}

#logo {
	position:absolute;
	left:5%;
	top:31px;
}

#saying {
	font-style:italic;
	color:#808080;
	font-size:0.9em;
	position:absolute;
	top:15px;
	left:166px;
	width:30em;
}

#index {
	font-size:0.9em;
	position:absolute;	
	left:70%;
	top:46px;
	margin-left:10em;	
	width:150px;
	padding-left:11px;
}

	#index img {
		margin-right:6px;
	}

	#index div {
		position:relative;
		left:-20px;
	}

	#index a {
		color:#808080;	
	}
	#index a:hover {
		color:#da0000;	
	}

#main-searchbar {
	margin-left:25px;
	margin-right:25px;
	margin-top: 48px;
	position: relative; 
	height: 100%;
	background:url('http://onomnenado.ru/file/1153/main_searchbar_bg') 0px 0px repeat;
}
#main-searchbar .x12-wrap {
	width: 100%;
	z-index: 1;
}



#main-searchbar .x1-pre {
	height: 132px; 
	position: relative; 
	float: left;
}
#main-searchbar .x1
{
	float: left;
	display: block;
	z-index: 10;
	width: 63px;
	height: 66px;
	background: url('http://onomnenado.ru/file/1153/main_searchbar_1') top left no-repeat;
}

#main-searchbar .x2 {
	float: right;
	display: block;
	z-index: 10;
	width: 63px;
	height: 66px;
	background: url('http://onomnenado.ru/file/1153/main_searchbar_2') top right no-repeat;
}

#main-searchbar .x4 {
	display:block; 
	position: absolute; 
	bottom: 0;
	//bottom: -1px;
	background: url('http://onomnenado.ru/file/1153/main_searchbar_4') bottom left no-repeat;
	left: 0; 
	z-index: 10;
	width: 63px;
	height: 66px;
}
#main-searchbar .x3 {
	display: block; 
	position: absolute; 
	background: url('http://onomnenado.ru/file/1153/main_searchbar_3') bottom right no-repeat;
	bottom: 0;
	//bottom: -1px;
	right: 0; 
	z-index: 10;
	width: 63px;
	height: 66px;
}


#inner-searchbar {
	margin-left:10%;
	margin-right:25px;
	position:relative;
	margin-bottom: 4em;
}

	#inner-searchbar.reg {
		margin-left:5%;
	}

	
	

#searchbar {
	position:relative;
	height:54px;
}

#searchbar-look {
	position:relative;
	height:105px;
}

#searchbar-offer {
	position:relative;
	height:105px;
}

	#searchbar-offer #searchbar-rss {
		position:absolute;
		left:320px;
		top:45px;
		font-size:11px;
		color:#fff;
	}
	
	#searchbar-look #searchbar-rss {
		position:absolute;
		left:150px;
		top:43px;
		font-size:11px;
		color:#000;
	}	


#searchbar-offer #searchbar-rss a:hover {color: #da0000;}
#searchbar-offer #searchbar-rss a:link, #searchbar-offer #searchbar-rss a:visited, #searchbar-offer #searchbar-rss a:active {
	color:#fff;
}

#searchbar-1-look {
	background:url('http://onomnenado.ru/file/1153/searchbar_1_look') top left no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/searchbar_1_look',sizingMethod=crop);
	width:158px;
	height:105px;
	position:absolute;
	left:0px;
	top:0;
}

#searchbar-1-offer {
	background:url('http://onomnenado.ru/file/1153/searchbar_1_offer') top left no-repeat;
	width:325px;
	height:105px;
	position:absolute;
	left:0px;
	top:0;
}

#searchbar-1 {
	background:url('http://onomnenado.ru/file/1153/searchbar_1') top left no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/searchbar_1',sizingMethod=crop);
	width:318px;
	height:54px;
	position:absolute;
	left:0px;
	top:0;
}

	#inner-searchbar #searchbar-1 {
		left:0;
	}

	#inner-searchbar #searchbar-2 {
		left:0;
		margin-left:318px;
		margin-right:342px;
	}

	#inner-searchbar #searchbar-3 {
		width:317px;
		position:absolute;
		top:0;
		right:25px;
	}

#searchbar-2-look {
	background:url('http://onomnenado.ru/file/1153/searchbar_2_look') top left no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/searchbar_2_look',sizingMethod=crop);
	height:105px;
	left:0px;
	margin-left:158px;
	margin-right:342px;
}

#searchbar-2-offer {
	background:url('http://onomnenado.ru/file/1153/searchbar_2_offer') top left repeat-x;
	height:105px;
	left:0px;
	margin-left:325px;
	margin-right:342px;
}

#under-searchbar {
	position:absolute;
	top:69px;
	left:170px;
	font-size:0.85em;
	z-index:100;
}

#searchbar-2 {
	background:url('http://onomnenado.ru/file/1153/searchbar_2') top left no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/searchbar_2',sizingMethod=crop);
	height:54px;
	left:0px;
	margin-left:318px;
	margin-right:317px;
}

#searchbar-3-look {
	background:url('http://onomnenado.ru/file/1153/searchbar_3_look') top left no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/searchbar_3_look',sizingMethod=crop);
	height:105px;
	width:317px;
	position:absolute;
	top:0;
	right:25px;
}

#searchbar-3-offer {
	background:url('http://onomnenado.ru/file/1153/searchbar_3_offer') top left no-repeat;
	height:105px;
	width:317px;
	position:absolute;
	top:0;
	right:25px;
}

#searchbar-3 {
	background:url('http://onomnenado.ru/file/1153/searchbar_3') top left no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/searchbar_3',sizingMethod=crop);
	height:54px;
	width:317px;
	position:absolute;
	top:0;
	right:0px;
}

#container-search {
	position:absolute;
	top:6px;
	width:100%;
	height:21px;
}

	#container-search div {
		margin-left: 20px;
		margin-right:320px;
		border-right:1px solid #fff;
		padding:0;
		background-color:#fff;
		position:relative;
	}

#inner-searchbar #container-search div  {
	margin-left:20px;
	margin-right:347px;
}

#inner-searchbar #container-search div div {
	position:relative;
	margin:0;
}

#container-search div div {
	width:100%;
	padding:0;
	margin:0;
	border:0;
	position:absolute;
}

#slook	{
	top:9px;
	right:177px;
	width:108px;
	height:21px;
	position:absolute;
	cursor:pointer;
}

#inner-searchbar #slook {
	right:202px;
}

#soffer	{
	top:14px;
	right:10px;
	width:142px;
	height:20px;
	position:absolute;
	cursor:pointer;
}

#inner-searchbar #soffer {
	right: 34px;
	top: 13px;
}


#search {
	width:100%;
	height:21px;
	font-size:16px;
	border:0;
	padding:0;
	margin:0;
	position:absolute;
}

#occurrence {
	padding:17px 0px 10px 80px;
	width: 400px;
}

#inner-occurrence {
	padding:0px 0px 10px 20px;
	width: 60%;
	line-height: 1.6;
}

	#occurrence img {
		vertical-align:text-bottom;
	}

#search-notices {
	position:absolute;
	top: 14px;
	font-size:1.2em;
	right:270px;
	margin:0;
	padding:0;
}
#search-notices div {
	position: absolute;
	white-space: nowrap;
	left: 0;
}


#inner-searchbar #search-notices {
	top:0px;
	right:107px;
	//right:135px;
}

#urss {
	right:300px;
	top:0;
	position:absolute;
	font-size:0.9em;
	line-height: 1.6;
}

#uoffer {
	right:144px;
	top:0;
	position:absolute;
	font-size:0.9em;
	color:#808080;
	line-height: 1.6;
}


#uoffer div {
	position: absolute;
	white-space: nowrap;
	left: 0;
}


#ulook-for {
	right:276px;
	top:0;
	position:absolute;
	font-size:0.9em;
	color:#808080;
	line-height: 1.6;
}
#ulook-for div {
	position: absolute;
	white-space: nowrap;
	left: 0;
}
#uor {
	right:178px;
	top:0;
	line-height: 1.6;
	position:absolute;
	font-size:0.9em;
	color:#808080;
}

#many {
	position:absolute;
	left:70%;
	_left:60%;
	top:0;
	width:30%;
	margin:0;
	padding:0;
}

	#many div {
		padding-left:25px;
		padding-right:25px;
	}
	#many table td {
		white-space: nowrap;
	}

#description-service {
	position:relative;
	margin-left:10%;
	padding-left:25px;
	width:50%;
	height:4em;
	line-height:1.4em;
}

#description-reg {
	margin:50px 40% 35px 10%;
	padding-left:25px;
	line-height:1.36em;
}

	#description-reg .big {
		font-size:1.5em;
		padding-bottom:0.4em;
	}

#many td.align {
	text-align:right;
}
/*&Ntilde;&ograve;&agrave;&eth;&agrave;&yuml; &ocirc;&icirc;&eth;&igrave;&agrave; &acirc;&otilde;&icirc;&auml;&agrave;*/
/*
#in {
	position:absolute;
	right:0;
	top:0;
	background:url('http://onomnenado.ru/file/1153/in_bottom') bottom left no-repeat;
	font-size:0.9em;
	width:28em;
	z-index:10;
}


	#in #login, #in #password {
		width:15em;
	}

		#in table td {
			vertical-align:middle;
			padding-right:1em;
			padding-bottom:0.4em;
		}

#in-in {
	width:40%;
	vertical-align: bottom;
}

#in-lost, #in-reg {
	text-align:left;
}


	#in table td table td {
		vertical-align:top;
	}

#in span.inside{
	border-bottom:1px dashed #000;
	color:#000;
}

#in-open {
	padding:1em 28px 10px 32px;

}

#in-close {
	padding:1em 28px 10px 32px;
	display:none;
}

#in-switcher {
	left:8px;
	bottom:7px;
	position:absolute;
	cursor:pointer;
}

#in-inner {
	background:url('http://onomnenado.ru/file/1153/in_top') top left no-repeat;
	min-height:31px;
}
*/
/*&Iacute;&icirc;&acirc;&agrave;&yuml; &ocirc;&icirc;&eth;&igrave;&agrave; &acirc;&otilde;&icirc;&auml;&agrave;*/
#login-wrapper {
	position: absolute;
	right: 0;
	z-index: 1000;
	background: url('http://onomnenado.ru/file/1153/login_ram') left bottom no-repeat;
	}

#login {
	margin: 0.6em 20px 0.6em 35px;
	}

#login a {color: #828282;}

#login td {
	padding: 0.4em;
	white-space: nowrap;
	}

#login-add {
	position: relative;
	width: 100%;
	}

#login-add a {
	font-size: 0.86em;
	}

#login #username,
#login #password {
	width: 160px;
	}

/*&Ntilde;&ograve;&agrave;&eth;&icirc;&aring; &igrave;&aring;&iacute;&thorn; &iuml;&icirc;&euml;&uuml;&ccedil;&icirc;&acirc;&agrave;&ograve;&aring;&euml;&yuml;*/
/*
#personal-panel {
	position:absolute;
	right:0;
	top:0;
	font-size:0.9em;
	min-height:6em;
	_height:6em;
	width:42em;
	z-index:110;
}

#personal-panel.closed {
	background:url('http://onomnenado.ru/file/1153/pm_closed') bottom left no-repeat;	
}

#personal-panel.closed #personal-panel-repeat {
	background:none;
}

#personal-panel-repeat{
	padding:0;
	margin:0;
	padding-left:38px;
	background:url('http://onomnenado.ru/file/1153/pm_repeat') bottom left no-repeat;
}

.closed #personal-panel-bottom {
	display:none;
}

#personal-panel-bottom {
	height:51px;
	background:url('http://onomnenado.ru/file/1153/pm_bottom') top left no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/pm_bottom',sizingMethod=crop);
}

#personal-panel td {
	padding-right:1em;
} 

#personal-panel .name {
	padding-top:1em;
	padding-bottom:1em;
}

#personal-panel div.name a {
	color:#000;
}
#personal-panel div.name a:hover {
	color:#da0000;
}

#personal-panel  table {
}

#personal-panel td.messages {
	color:#B18500;
}
*/
/*&Iacute;&icirc;&acirc;&icirc;&aring; &igrave;&aring;&iacute;&thorn; &iuml;&icirc;&euml;&uuml;&ccedil;&icirc;&acirc;&agrave;&ograve;&aring;&euml;&yuml;*/
#personal-panel {
	position: absolute;
	top: 0;
	z-index: 999999;
	right: 0;
	padding: 6px 6px 12px 6px;
	width: auto;
	background: url('http://onomnenado.ru/file/1153/pm') bottom left no-repeat #F5F5F9;
}
#personal-panel table {
	width: auto;
}
#personal-panel table td {
	padding: 0.2em 0.6em;
	white-space: nowrap;
}
#personal-panel .pp-name {
	color: #000000;
	font-weight: bold;
}
#personal-panel .pp-exit {
	color: #6D0000;
	font-weight: bold;
}
#personal-panel .pp-balance {
	color: #0F9E00;
}

#personal-panel .pp-messages {
	color: #B18500;
}

#pm-switcher {
	position:absolute;
	left:10px;
	bottom:50px;
	cursor:pointer;
}

.closed #pm-switcher {
	bottom:15px;
}

#pm-text-switcher {
}

#pm-messages {
	display:none;
	margin-top:1em;
	margin-right:1em;
}

	#pm-messages span.inside {
		line-height:1.5em;
	}

	#pm-messages div.name {
		margin:0;
		padding:0;
	}

		#pm-messages div.name a {
			color:#000;
		}

	#pm-messages .message {
		margin-bottom:1em;
		line-height:1.5em;
	}

		#pm-messages .message div {
			margin-bottom:0.1em;
		}

#container-most-keywords {
	position:relative;
	margin-top:50px;
	margin-bottom:50px;	
}

#most-visited {
	height:10em;
	left:70%;
	width:30%;
	position:absolute;
}

	#most-visited div {
		margin-left:25px;
		margin-right:25px;
	}

		#most-visited div div {
			margin:0;
			margin-top:1em;
			font-size:0.85em;
			line-height:1.45em;
			width:100%;
			overflow:hidden;
		}

	#most-visited img {
		height:100%;
		width:85px;
		right:0px;
		position:absolute;
		background:url('http://onomnenado.ru/file/1153/white_gradient') top left no-repeat;
		//background-image:none;
		//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/white_gradient',sizingMethod=crop);
	}

		#most-visited div div a {
			color:#000;
		}

#sezon {
	position:absolute;
	top:0;
	right:0;
	width:27%;
	background:#F1F8F9;
	z-index:10;
}

#sezon-inner {
	padding:0.5em 1em;
}

	#sezon-inner p {
		margin:0;
		padding:0;
		padding-bottom:1em;
	}
	
	#sezon-what {
		padding-bottom:1em;
	}
		
#keywords-look {
	display:none;
}
		
div#keywords {
	left:10%;
	width:60%;
	position:relative;
}

	div#keywords table {
		margin-left:25px;
	}
	
	div#keywords a {
		color:#000;
	}
	div#keywords a:hover {
		color:#da0000;
	}
	div#keywords td.digits {
		text-align:right;
		color:#808080;
		padding-right:1em;
		white-space:nowrap;
		width: auto;
	}
		div#keywords td.digits small {
			font-size:0.87em;
			white-space:nowrap;
		}
	
		div#keywords table td td {
			padding-bottom:0.5em;
			width: 99%;
		}

	div#keywords table table {
		margin:0;
		width: 100%;
	}

	div#keywords table td {
		vertical-align:top;
		0width:33%;
		padding-right:1em;
	}
	

#selector {
	position:relative;
	width:100%;
	height:481px;
}

#selector-base {
	width:1059px;
	height:481px;
	position:absolute;
	left:40%;
	margin-left:-423px;
}

#selector-updown {
	position:absolute;
	left:40%;
	top:-52px;
	display:none;
	height:450px;
	width:1059px;
	margin-left:-423px;
}

#selector .up {
	display:block;
	background:url('http://onomnenado.ru/file/1153/selector_up') right 16px no-repeat;
}

#selector .down {
	display:block;
	background:url('http://onomnenado.ru/file/1153/selector_down') right top no-repeat;
}

#selector-overflow {
	width:100%;
	overflow:hidden;
	position:relative;
	height:481px;
}

#selector-button {
	width:144px;
	height:35px;
	position:absolute;
	left:40%;
	margin-left:484px;
	top:0px;
	cursor:pointer;
	z-index:100;
}

#notice-look-for {
	width:250px;
	height:155px;
	position:absolute;
	top:80px;
	left:40%;
	margin-left:-140px;
	font-size:0.9em;
	overflow:hidden;
}

#notice-offer-for {
	width:250px;
	height:155px;
	position:absolute;
	top:80px;
	left:40%;
	margin-left:190px;
	font-size:0.9em;
	color:#fff;
	overflow:hidden;
}

#notice-offer-for-fly1, #notice-offer-for-fly2, #notice-look-for-fly1, #notice-look-for-fly2  {
	position:absolute;
	left:0;
	top:0;
	width:250px;
	height:155px;
	overflow:hidden;
}

#notice-offer-for-fly2, #notice-look-for-fly2 {
	display:none;
}

#notice-look-for h3, #notice-offer-for h3 {
	line-height:1em;
	margin:0;
	padding:0;
	margin-bottom:0.5em;
	font-size:1.5em;
	font-weight:normal;
}

#link-people {
	position:absolute;
	width:20em;
	left:37%;
	top:-0.5em;
	font-size:12px;
	z-index:100;
}

#popular-themes-container {
	position:absolute;
	top:0;
	left:25px;
}

#popular-themes {
	font-size:1.2em;
	padding-bottom:1.5em;
}

div#popular-look {
	color:#000;
	position:relative;
	left:-8px;
	width:6em;
	background:#fff;
	margin-bottom:0.1em;
	padding:0.3em 0 0.3em 8px;
}

div#popular-look.selected {
	background:url('http://onomnenado.ru/file/1153/popular_look') bottom left #EAE9E4 repeat-x;
}

div#popular-look.selected span.inside{
	cursor:default;
	color:#000;
	border:0;
}

div#popular-offer {
	color:#000;
	position:relative;
	left:-8px;
	width:6em;
	background:#fff;
	margin-bottom:0.3em;
	padding:0.3em 0 0.3em 8px;
}

div#popular-offer.selected {
	background:url('http://onomnenado.ru/file/1153/popular_offer') bottom left #8F8F8F repeat-x;
}

div#popular-offer.selected span.inside{
	cursor:default;
	color:#fff;
	border:0;
}




#footer {
	padding: 0; margin: 0; position: relative;
}
#footer-line {
	height: 45px; position: relative;
}
#footer-line-left {
	position:absolute; left: 0; top: 0; width: 51px; height: 45px;
	background: url('http://onomnenado.ru/file/1153/bottom_left') top left no-repeat;
	//background-image: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/bottom_left',sizingMethod=crop);
}
#footer-line-center {
	margin-right: 51px; margin-left: 51px; top: 0; height: 44px; border-bottom: 1px solid #dedede;
}
#footer-line-right {
	position: absolute; right: 0; top: 0; width: 51px; height: 45px;
	background: url('http://onomnenado.ru/file/1153/bottom_right') top left no-repeat;
	//background-image: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/bottom_right',sizingMethod=crop);
}
#footer-copyright {
	padding: 45px 25px; line-height: 1.4;
}


/*&ntilde;&ograve;&agrave;&eth;&ucirc;&eacute; &ocirc;&oacute;&ograve;&aring;&eth;*/

#bottom-page {
	position:relative;
	height:10em;
}

#bottom-page {
	position:relative;
	height:10em;
}

#bottom-page #bottom-line{
	top:0;
}

#bottom-page #copyright{
	top:100px;
}

#bottom-line {
	height:45px;
	width:100%;
	left:0;
	top:369px;
	position:absolute;
}

#bottom-line-left {
	position:absolute;
	left:0px;
	top:0px;
	width:51px;
	height:45px;
	background:url('http://onomnenado.ru/file/1153/bottom_left') top left no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/bottom_left',sizingMethod=crop);
}

#bottom-line-right {
	position:absolute;
	right:0px;
	top:0px;
	width:51px;
	height:45px;
	background:url('http://onomnenado.ru/file/1153/bottom_right') top left no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/bottom_right',sizingMethod=crop);
}

#bottom-line-center {
	margin-right:51px;
	margin-left:51px;
	top:0px;
	height:44px;
	border-bottom:1px solid #dedede;
}


#copyright {
	line-height:1.5em;
	color:#777;
	font-size:0.9em;
	height:8em;
	position:absolute;
	left:25px;
	top:469px;
}


div#about {
	position:absolute;
	top:469px;
	left:12%;
	margin-left:25px;
	line-height:1.5em;
	font-size:0.9em;
}

div#spam {
	position:absolute;
	top:469px;
	left:30%;
	margin-left:25px;
	line-height:1.5em;
	font-size:1.1em;
}

#madein {
	line-height:1.4em;
	color:#777;
	font-size:0.9em;
	position:absolute;
	width:10em;
	left:60%;
	top:469px;
	margin-left:25px;
}

#teletype {
	width:90px;
	height:25px;
	position:absolute;
	left:10em;
	top:0;
	margin-left:21px;
	background:url('http://onomnenado.ru/file/1153/teletype') top left no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/teletype',sizingMethod=crop);
}

#robo-t {
	width:83px;
	height:28px;
	left:10em;
	top:0;
	position:absolute;
	margin-left:138px;
	background:url('http://onomnenado.ru/file/1153/robo_t') top left no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://onomnenado.ru/file/1153/robo-t',sizingMethod=crop);
}

#logo404 {
	position:absolute;
	left:6%;
	top:30px;
	width:221px; 
	height:93px;
}

#content404 {
	margin-left:25px;
	left:10%;
	position:absolute;
	top:217px;
	height:10em;
	width:70%;
	padding-right:3em;
	line-height:1.45em;
	font-size:1.1em;
}

	#content404 h1 {
		font-size:2.5em;
	}

a.n-look-offer:hover {color: #da0000;}
a.n-look-offer:link, a.n-look-offer:visited, a.n-look-offer:active {
	color:#000;
}

#about-project-container {
	padding-left:10px;
	margin-left:14.3%;
	//margin-left:10%;
}
/*Дополнение*/
#about-project-container li {
	list-style-type: decimal;
}
