body {
	margin:0;
	min-width: 1000px;
}

td, a {
	font: normal 12px/16px arial, verdana, sans-serif;
}

a {
	color: #0076A3;
}

a:hover {
	text-decoration:none;
}

h1 {
	margin-top: 15px;
	font-weight: 200;
}

/*стили для главных блоков*/
#header {
	position: absolute;
	left:0px;
	top:0;
	width:100%;
	min-width: 1000px;
	width:expression(document.body.clientWidth < 1000? "1000px": "100%" );
}

#footer {
	margin: 40px 0 40px 0;
	width:expression(document.body.clientWidth < 1000? "1000px": "100%" );
}

#main {
	margin: 170px 0 0 0;
	width:expression(document.body.clientWidth < 1000? "1000px": "100%" );
}

#left_column {
	width: 220px;
	position: absolute;
	left:20px;
	top:170px;
}
/*конец стилей для главных блоков*/

#search_td {
	height: 70px;
	background-color:#8AA577;
	padding: 0 18px 0 18px;
}

#search_btn {
	background: url('/assets/images/search_btn.gif') 0 0 no-repeat #DADADA;
	margin: 0;
	padding: 0;
	width: 63px;
	height: 25px;
	border: none;
}

#login {
	/*background: url('/assets/images/login_top.gif') 157px 0 no-repeat;*/
	width:218px;
}

#city {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #0076A3;
}

#table_login {
	background: url('/assets/images/login_bottom.gif') 0 100% no-repeat;
	width:201px;
}

#table_login td{
	height: 41px;
	padding-left:20px;
}

#lock, #auth_form_title {
	color:#8AA577;
	font-size: 14px;
	font-weight: bold;
	padding:10px 0;
}

#auth_form_title {padding-left:23px; cursor:pointer; cursor:hand; font-size: 16px !important;}

#lock img, #auth_form_title img{
	margin-right: 5px;
}

#left_list1 {
	margin:30 0;
	padding: 20 0 40px 0;
	background: url('/assets/images/left_list1.gif') left bottom no-repeat #EBEFE8;
	width:201;
}

#left_list1 li {
	list-style-image: url('/assets/images/2square.gif');
	margin: 0 0 10px 40px;
}

#left_list1 a {
	font-weight: bold;
	font-size: 14px;
}

#left_list2 {
	margin:0;
	padding: 20 0 40px 0;
	width:201;
}

#left_list2 li {
	list-style-image: url('/assets/images/green_square.gif');
	margin: 0 0 10px 40px;
}

#left_list2 a {
	font-size: 14px;
}

#question_archive ul {
	margin:0;
	padding: 10px 0px 20px;
	width:201px;
}

#question_archive li {
	list-style-image: url('/assets/images/green_square.gif');
	margin: 0 0 10px 40px;
}

#question_archive a {
	font-size: 14px;
}

#qr {
	margin: 20px 0;
	padding:0;
}

#qr li{
	border-bottom: 1px solid #D1D9E0;
	padding: 5px 0;
	margin: 0 30px;
	list-style-image: url('/assets/images/dot1.gif');
}

#tags {
	padding: 20px 15px 0 15px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}

#tag a{
	padding: 3px;
	display:block;
	float:left;
	text-decoration:none;
	white-space: nowrap;
}

#tag a:hover{
	background-color:#F4E9CD;
}


#tag {
	display:none;
}

/*
#rub a {
	display:block;
	padding: 3px;
}
*/
#sancs {
	background: #ebefe8 url('/assets/images/right_remark.gif') 0 100% no-repeat;
	padding: 10px 15px 30px 15px;
}

img.face {
	border: 5px solid #FFF;
	float:left;
	margin: 0 20px 0 0;
}

.s_input {
	border: 3px solid #C9C9C9;
	height: 25px;
}

.a_top {
	padding: 0 12px 0 12px;
	background: url('/assets/images/arrow.gif') 4px 5px no-repeat;
	color:#f32e00;
	font-weight:bold;
}
.a_top1 {
	padding: 0 12px 0 12px;
	background: url('/assets/images/arrow.gif') 4px 5px no-repeat;
}

.a_bottom {
	font-size: 20px;
	padding-left:30px;
	background: url('/assets/images/ico_square.gif') 20px 10px no-repeat;
}

.a_ico {
	margin: 0 10px 0 10px;
}
/*Стили для зелёного заголовка*/
.tl_remark {
	height:22px;
	background: url('/assets/images/top_remark.gif') 0 0 repeat-x #72955A;
	padding: 0 16px 0 16px;
	width:10px;
	white-space: nowrap;
	color: #FFF;
	font-weight: bold;
}

.tr_remark {
	background: url('/assets/images/top_remark.gif') 0 0 repeat-x #72955A;
	width: 7px;
}

.bl_remark {
	background: url('/assets/images/bl_remarc.gif') 0 0 no-repeat;
	height:17px;
}

.br_remark {
	background: url('/assets/images/br_remark.gif') 0 0 no-repeat;
	width: 7px;
}

.a_remark {
	padding: 2px 0 0 20px;
	background: url('/assets/images/ico_remark.gif') 0 0 no-repeat;
	height: 18px;
	font: italic 11px/16px arial, verdana, sans-serif;
}

.l_bej {
	background:url('/assets/images/bej_corner.gif') -7px 100% no-repeat #F4E9CD;
	padding: 7px 0 20px 7px;
}

.r_bej {
	width: 7px;
	background:url('/assets/images/bej_corner.gif') 0 100% no-repeat #F4E9CD;
}

.l_white {
	background:url('/assets/images/gray_remark.gif') -7px 100% no-repeat;
	padding: 7px 0 20px 7px;
}

.r_white {
	width: 7px;
	background:url('/assets/images/gray_remark.gif') 0 100% no-repeat;
}

.si {
	color:#818FA3;
	font-style:italic;
}

.si a{
	font-style:italic;
}

.wi11 {
	font: italic 11px/20px arial, verdana, sans-serif;
}

.wi11 a{
	font: italic 11px/20px arial, verdana, sans-serif;
}

.green_bg {
	height: 30px;
	background:url('/assets/images/green_bg.gif') 0 0 repeat-x #8AA577;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}

.orange_rem_l{
	background: #F4E9CD url('/assets/images/orange_remark.gif') -7px 100% no-repeat;
	padding: 0 0 17px 10px;
}

.orange_rem_c{
	background: #F4E9CD url('/assets/images/orange_remark.gif') -34px 100% no-repeat;
	padding: 0 0 17px 0;
}

.orange_rem_r{
	background: #F4E9CD url('/assets/images/orange_remark.gif') 0 100% no-repeat;
	padding: 0 0 17px 0;
	width:7px;
}

.silver_rem_l{
	background: url('/assets/images/silver_remark.gif') -7px 100% no-repeat;
	padding: 10 0 17px 10px;
}

.silver_rem_l{
	list-style-image: url('/assets/images/dot1.gif');
}

.silver_rem_c{
	background: url('/assets/images/silver_remark.gif') -34px 100% no-repeat;
	padding: 0 0 17px 0;
}

.silver_rem_r{
	background: url('/assets/images/silver_remark.gif') 0 100% no-repeat;
	padding: 0 0 17px 0;
	width:7px;
}

.silver_l{
	background: url('/assets/images/rl_silver.gif') -7px 0 no-repeat;
	height:17px;
	width:27px;
}

.silver_c{
	background: url('/assets/images/c_silver.gif') 0 0 repeat-x;
	height:17px;
}

.silver_r{
	background: url('/assets/images/rl_silver.gif') 0 0 no-repeat;
	height:17px;
	width:7px;
}

.rt_main {
	background: #FFF url('/assets/images/r_shadow1.gif') 100% 0 no-repeat;
}

.rt_l{
	background: url('/assets/images/r_block.gif') -5px 100% no-repeat;
	padding: 20px 20px 30px 20px;
}

.rt_c{
	background: url('/assets/images/r_block.gif') 0 100% no-repeat;
	width:5px;
}

.rt_r{
	background: #EEE url('/assets/images/r_shadow.gif') 0 0 no-repeat;
	width:18px;
}

.rt_list {
	margin:0 0 0 25px;
	padding:0;
}

.rt_list li{
	margin: 5px 0;
}

.gray_rem_l{
	background: #EBEFE8 url('/assets/images/gray_remark1.gif') -9px 100% no-repeat;
	padding: 10 0 17px 10px;
}

.gray_rem_r{
	background: #EBEFE8 url('/assets/images/gray_remark1.gif') 0 100% no-repeat;
	padding: 0 0 17px 0;
	width:9px;
}

.list_experts {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #D1D9E0;
}

.active {
	height:26px;
	background: url('/assets/images/corner.gif') top right no-repeat #FFF;
	padding:0 16px 0 16px;
	color:#8AA577;
	font-weight: bold;
	cursor:hand;
	cursor:pointer;
}

.noactive {
	height: 26px;
	padding:0 16px 0 16px;
	color:#FFF;
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
}

.line td{
	border-bottom:1px solid #d1d9e0;
	padding:10px 0 10px 0;
}

.green_el {
	background: url('/assets/images/green_el.gif') 100% 0 no-repeat #8AA577;
	padding-right:5px;
}

.green_el span{
	color:#FFF;
	font-weight: bold;
	background: url('/assets/images/green_el.gif') 0 0 repeat-x;
	height: 19px;
	padding-left: 5px;
}

.bord_img {border:1px solid #d1d9e0;float:left; margin-right:10px;}
.bord_img img {border:5px solid #fff;}

a.button_yellow {text-align:center; padding-left:15px; display:block; text-decoration:none;
line-height:26px; cursor:pointer; cursor:hand;
background:url(/assets/images/btn_yellow.gif) left no-repeat yellow; font-size:1.0em; font-family:Tahoma;}
a.button_yellow span {position:relative; display:block; white-space:nowrap; padding-right:15px;
height:26px; line-height:25px; background:url(/assets/images/btn_yellow.gif) right no-repeat; color:#222;}
a.button_yellow:hover {background:url(/assets/images/btn_yellow_hover.gif) left no-repeat;}
a.button_yellow:hover span {background:url(/assets/images/btn_yellow_hover.gif) right no-repeat;}

.w100{width:100px;}
.w120{width:120px;}
.w150{width:150px;}

/*Стили Артура*/
.hide {display:none !important;}
.clearall {clear:both;}

.font09 {font-size:9px !important;}
.font10 {font-size:10px !important;}
.font11 {font-size:11px !important;}
.font12 {font-size:12px !important;}
.font13 {font-size:13px !important;}
.font14 {font-size:14px !important;}
.font15 {font-size:15px !important;}
.font16 {font-size:16px !important;}
.font17 {font-size:17px !important;}
.font18 {font-size:18px !important;}
.font19 {font-size:19px !important;}
.font20 {font-size:20px !important;}
.font21 {font-size:21px !important;}
.font22 {font-size:22px !important;}
.font23 {font-size:23px !important;}
.font24 {font-size:24px !important;}
.font25 {font-size:25px !important;}
.font26 {font-size:26px !important;}
.font27 {font-size:27px !important;}
.font28 {font-size:28px !important;}
.font29 {font-size:29px !important;}
.font30 {font-size:30px !important;}

.fl-left {float:left;}

.margt2 {margin-top:2px !important;}
.margt5 {margin-top:5px !important;}
.margt10 {margin-top:10px !important;}
.margt20 {margin-top:20px !important;}
.margt-5 {margin-top:-5px !important;}

.margb10 {margin-bottom:10px !important; text-align:center;}
.margb20 {margin-bottom:20px !important; text-align:center;}

.padb10 {padding-bottom:10px !important;}
.padl50 {padding-left:50px;}

table.std td {border-bottom:1px solid #565d64;}
table.std .std-left {padding:2px 15px 2px 5px;}
table.std .std-right {padding:2px 0 2px 5px;}

.notice_box {padding-left:15px;}

.questions {margin:20px 0 0 0;}
.questions td {padding:0 0 10px;}
.questions .question-top td {padding-top:10px;}
.questions .top-lined td {border-top:1px solid #ccc;}
.questions .question_date {white-space:nowrap; padding:0 15px 0 0; text-align:center;}
.questions .question_author {padding:0 15px 5px 0;}
.questions .question_city {padding:0 15px 5px 0;}
.questions .question_rubric {padding:0 0 5px;}
.questions .question_text {}
.filled-gray {background-color:#eee;}
.questions .question-answer {padding:2px 4px; font-size:1.1em;}

.objstat, .objstat td, .objstat th {border-collapse:collapse;}
.objstat th {padding:3px 10px 5px; text-align:left;}
.objstat td {padding:3px 10px; border-top:1px solid #eee; border-bottom:1px solid #eee;}
.objstat td.objstat-title {padding:20px 10px 10px; font-size:16px; font-weight:bold;}

#urlstat-selection #uscreatedstart, 
#urlstat-selection #uscreatedfinish, 
#urlstat-selection #usmodifedstart, 
#urlstat-selection #usmodifedfinish, 
#urlstat-selection #usdeletedstart, 
#urlstat-selection #usdeletedfinish  {float:left; margin-right:4px; border:1px solid #ccc; font-size:1.1em; padding:2px 4px; font-weight:bold;}
#urlstat-selection #uscreatedfinish, 
#urlstat-selection #usmodifedfinish, 
#urlstat-selection #usdeletedfinish {margin-left:4px;}

.label {color:#4c4c4c;
		font-weight:bold;}
		
		
.coolList {/*list-style:none; list-style-image:none;*/ list-style-image:none; list-style-type:none;}

.coolList li {/*float:left;padding-right:6px;*/ padding: 5px 0px 5px 0px; margin-left:-25px;}
.coolList li a{/*color:#00CC33;*/ font-size:12px; font-weight:bold;}
.coolList li a:active{color:#f32e00;}
/*.coolList li a:active_link{color:#f32e00;}
.coolList li a:unactive{color:#f32e00;}*/

/* ADVERTISE MENU */

.advertHide {
	display: none !important;
}
html:root #advertBox {
//	flot: right;
	position: relative;
	padding: 0px  0px  0px  0px;
	width:  130px;
}
html:first-child #advertBox {
//	flot: right;
	position: relative;
	padding: 0px  0px  0px  0px;
	width:  130px;
}
#advertWrap {
	border: 1px solid #D9D9D9;
	position: absolute;
	top: 5px;
	z-index:10;
	background-color:#fff;
	padding: 8px 2px;
	text-align: left;
}

#advertWrap dl  {
	width: 130px;
}

#advertWrap dt,  #advertWrap dd {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#advertWrap dd a {
	color: #0076A3;
}

#advertWrap dd a:hover {
	text-decoration:none;
}

#adverta {
	background: #FFFFFF url('http://www.ukon.su/assets/images/arrow_b.gif') 99% 70% no-repeat;
	border-bottom: 1px dashed #0076A3;
	font-weight: bold;
	text-decoration: none;
	width: 130px;
}

a#adverta {
	color: #FF0000;
}

#advertList a:link, #advertList a:visited {
	font-weight: bold;
	text-decoration: none;
}

#advertList a:hover, #advertList a:active {
	font-weight: bold;
	text-decoration: underline;
}
.furjbqy  { top: 500px; } /*reformal*/