biegebody, html
{
	width: 100%;
	height: 100%;
	min-width: 1004px;
	margin: 0;
	padding: 0;
	font: normal 12px Verdana;
	color: #333333;
	text-align: center;
}
#site
{
	width: 964px;
	margin: 0 auto;
	text-align: left;
        color: #666666;
	/*background: #fff url('/i/site_bg.jpg') top no-repeat;	*/
}
a
{
	/*color: #434343;*/
        color: #3F5767;
}

hr
{
    height: 0;
    border-top: 0;
    border-bottom: #3F5767 1px solid;
}

img
{
	border: 0;
}
form
{
	margin: 0;
}

h1
{
    font: normal 24px Verdana;
    margin: 10px 0;
    color: #3F5767;
}

h2
{
    font: normal 19px Verdana;
    padding: 10px 0;
    margin: 0;
    color: #3F5767;
}

h3
{
    font: normal 17px Verdana;
    padding: 10px 0;
    margin: 0;
    color: #3F5767;
}


#header
{
	height: 85px;
	margin-top: 4px;
	background: url('/i/header_bg.png') no-repeat;
	color: #fad396;
}
* html #header
{
	height: 85px;
}

#header span
{
        display: block;
        color: #ffffff;
        font-size: 11px;
        margin-left: 12px;
}

#logo
{
	height: 65px;
}
#logo a
{
	width: 280px;
	height: 65px;
	display: block;
        position: absolute;
        margin-left: 12px;
}

#topmenu
{
    color: #ffffff;
    float: right;
    margin: 6px 130px 0 0;
}

#topmenu a
{
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding: 4px 15px 4px 15px;
    background: url('/i/li.gif') left center no-repeat;
    text-decoration: none;
}

#static-info
{
	/*float: right;*/
	color: #260e00;
	font: bold 14px/15px Verdana;
	vertical-align: top;
	height: 22px;
        position: absolute;
        margin-left: 724px;
}
#subheader #static-info *
{
	vertical-align: bottom;
}
#subheader #static-info img, #subheader #static-info a, #subheader #static-info span
{
	vertical-align: middle;
}
#time
{
	font: bold 18px/18px Verdana;
}

* html #subheader #static-info *
{
	vertical-align: middle;
}
* html #time
{
	font: bold 17px/17px Verdana;
}

#subheader
{
	height: 25px;
	padding: 0 4px 0 3px;
        font: normal 11px/11px Verdana;
}
#subheader *
{
	vertical-align: middle;
}
#subheader a
{
	color: #000;
	font: normal 11px/11px Verdana;
	text-decoration: underline;
	padding-left: 10px;
}

.inp
{
	height: 14px;
	background: #F3F6F9;
	color: #3f5767;
	border: #3f5767 1px solid;
	font: normal 11px/11px Verdana;
	width: 114px;
}

* html .inp
{
	height: 16px;
}

.categories
{
	list-style: none;
	margin: 0;
	padding: 3px 0 0 11px;
}
.categories li
{
	margin-right: 5px;
	float: left;
	color: #ffffff;
}
.categories li a
{
	font: normal 12px Arial;
	color: #ffffff;
}
#work-to
{
	float: right;
	color: #ffffff;
	font: bold 14px Verdana;
	margin: 3px 6px 0 0;
}
#aucs
{
	color: #ffffff;
	font: bold 12px Verdana;
	padding: 5px 0 0 11px;
}
#aucs a
{
	font: bold 12px Verdana;
	color: #ffffff;
}
#current-auc, #current-auc a
{
	color: #ffffff;
	font: bold 14px Verdana;
}

#menu
{
	background: url('/i/menu_bg0.png') no-repeat;
	height: 66px;
}

.page-navigator, #content
{
	border-left: #a86100 1px solid;
	border-right: #a86100 1px solid;
}

* html #lots
{
	width: 956px;
	margin-left: 3px;
}

.page-navigator
{
	padding: 8px 11px;
	line-height: 20px;
}

#lots
{
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
#lots th
{
	background: #c8d8e2;
	font: bold 11px Arial;
        color: #3f5767;
}
#lots th, #lots td
{
	border: #fff 1px solid;
	padding: 3px;
}
#lots th a
{
    color: #3f5767;
}
#lots td
{
	font: normal 12px Verdana;
	height: 102px;
        max-height: 102px;
        overflow: hidden;
        background: #ffffff;
}

#lots img
{
    display: block;
    max-height: 100px;
    overflow: hidden;
}

#lots .t img
{
    display: inline;
}

#lots th.c, #lots td.c
{
	text-align: center;
        background: #ffffff;
}

#lots .cp
{
        height: 86px;
        vertical-align: top;
        background: #ffffff;
}

.cp .sp
{
    display: block;
    line-height: 101px;
    height: 101px;
    text-align: center;
    font-weight: bold;
}

#lots td.c a
{
	text-decoration: none;
}

#lots td.c-s
{
	text-align: center;
	background: #b55500;
}
#lots .t
{
	vertical-align: top;
	padding-bottom: 28px;
	overflow: hidden;
        width: 218px;
        height: 74px;
        background: #ffffff;
}

#lots th.r, #lots td.r
{
	text-align: right;
        background: #ffffff;
}
#lots tr.biege td
{
	background: #f4f4f4;
}
.quick-bit
{
	width: 207px;
	height: 17px;
	color: #3f5767;
	font: normal 11px Arial;
	background: #ffffff;
	border: #3f5767 1px solid;
	padding: 2px 5px;
	position: absolute;
	margin-top: 75px;
}
* html .quick-bit
{
	width: 217px;
}
.quick-bit a
{
	color: #3f5767;
	font: normal 11px Arial;
}
.quick-bit input
{
	width: 47px;
	height: 13px;
	border: #3F5767 1px solid;
	margin: 0 3px;
	color: #3f5767;
	font: normal 11px Arial;
	
}
.update, .load2
{
	display: block;
	position: absolute;
	margin-top: 76px;
}
.w65
{
	width: 65px;
}
#footer, #footer a
{
	color: #ffffff;
}
#footer-center
{
	width: 620px;
	margin: 15px 0 0 17px;
	font: normal 11px Verdana;
}
#footer
{
	clear: both;
	height: 71px;
	padding-top: 20px;
	background: url('/i/footer_b.png') no-repeat;
}
* html #footer
{
	height: 91px;
	width: 960px;
	margin-left: 4px;
}
#footer ul
{
	list-style: none;
	padding-left: 14px;
	margin: 0;
}
#footer ul li
{
	margin-bottom: 5px;
}
#footer ul li a
{
	font: normal 10px Verdana;
}
#content-part
{
        clear: both;
        padding: 3px 4px 0 0;
        background: url('/i/content_top_bg.png') no-repeat;
}
#content-obertka
{
	min-height: 550px;
    padding: 0 1px;
    background: url('/i/content_0.png') 0 3px repeat-y;
    width: 958px;
}
* html #content-part
{
	height: 300px;
}
.categories .selected a
{
	font-weight: bold;
	text-decoration: none;
}
.pn1 {font: normal 12px Tahoma; padding: 5px 10px; height: 14px;}
.pn1 span.pages {float: left; width: 60px; display: inline; font-weight: normal;}
.pn1 a, .pn1 span {display: block; width: 17px; text-align:center; float: left;}
.pn1 span {font-weight: bold;}
.pn1 .width25 {width: 25px;}

#right-container
{
    float: right;
    width: 214px;
    margin-left: 2px;
}

.right-block
{
    /*background: #792f04 url('/i/rightblock_bg.jpg') bottom no-repeat;*/
    background: #fff;
    color: #3f5767;
    margin: 0 4px 3px 0;
    font: normal 13px/20px Tahoma;
    
}

.obertka
{
    padding: 10px;
    border-top: #3f5767 1px solid;
    border-bottom: #3f5767 1px solid;
}

.right-block a
{
    color: #3F5767;
}

.bestlot
{
    width: 360px;
    height: 105px;
    padding: 6px 0 0 5px;
}

.bestlot img
{
    float: left;
    margin-right: 15px;
    border: #b1aca0 1px solid;
}

#bestlots
{
    /*background: #fdf0ce;*/
    border-top: #792f04 1px solid;
    border-bottom: #792f04 1px solid;
    padding-bottom: 10px;
    margin: 10px 0;
    font: normal 14px Arial;
    color: #260e00;
}
#bestlots h3
{
    text-align: center;
    margin: 10px;
    font: normal 18px Arial;
}

.clear
{
   clear: both;    
}

.big-orange
{
    font: normal 18px Verdana;
    color: #3f5767;
}
.small-orange
{
    font: normal 12px Verdana;
    color: #be842e;
}

.news-date, .news-title
{
    font-weight: bold;
}

.news-text
{
    display: block;
    margin-bottom: 30px;
}

.big-input
{
    width: 150px;
}

.big-input3
{
    width: 300px;
}

.big-input2
{
    width: 250px;
    margin: 10px 0;
}

.small-input
{
    width: 33px;
}
.small2-input
{
    width: 20px;
}
.small-input, .small2-input, .big-input, .big-input2, .middle-input, .big-input3
{
    height: 13px;
    border: #3f5767 1px solid;
    font: normal 11px Arial;
    background: #F3F6F9;
    color: #3f5767;
}
.middle-input
{
    width: 92px;
}

.txtarea
{
    color: #3f5767;
    width: 426px;
    height: 50px;
    border: #3f5767 1px solid;
    font: normal 11px Tahoma;
    background: #F3F6F9;
}

.txtarea2
{
    width: 650px;
    height: 80px;
    border: #be842e 1px solid;
    font: normal 11px Tahoma;
}


.lineheight18
{
    line-height: 18px;
}

#submit
{
    padding: 10px 0;
}

.checkbox
{
    margin: 3px 3px 5px 4px;
    vertical-align: middle;
}
.small-font
{
    font: normal 10px Verdana;
}

#bit-list-title
{
    font: normal 14px Arial;
    color: #260e00;
    margin: 20px 0 3px;
}

#bit-list
{
    border-collapse: collapse;
    border-spacing: 0;
}
#bit-list td
{
    border: #ffffff 1px solid;
    color: #666666;
    background: #f4f4f4;
    text-align: center;
    font: normal 11px Arial;
    padding: 2px 8px;
}
#bit-list th
{
    border: #ffffff 1px solid;
    text-align: center;
    font: bold 11px Arial;
    background: #C8D8E2;
    color: #3F5767;
    padding: 2px 8px;
}

#lot-page
{
    padding: 20px 10px 10px 20px;
}


#lot-page h1
{
    width: 428px;
}


#lot-page-nav
{
    margin: 5px 0 0;
    width: 230px;
}
#lot-page-nav a, #lot-page-nav b
{
    padding-right: 5px;
}

#quick-bit-lot, #hide-bit-lot
{
    color: #341e11;
    font: normal 11px Arial;
    margin: 10px 0;
    width: 220px;
    text-align: right;
}

#quick-bit-lot a, #hide-bit-lot a
{
    color: #341e11;
}

#quick-bit-lot input, #hide-bit-lot input
{
    width: 50px;
    height: 12px;
    border: #341e11 1px solid;
    text-align: right;
    margin: 0 10px;
    font: normal 11px Arial;
}

.red-bold
{
    color: #ff0000;
    font: bold 14px Verdana;
}

#profile-menu a
{
    color: #ffffff;
    font: normal 12px Arial;
}
#profile-menu
{
    font: normal 12px Arial;
}
#profile-menu
{
    padding: 2px 11px 0;
    line-height: 18px;
    color: #ffffff;
}

#lot-buttons
{
    margin-top: 5px;
}

.question, .answer
{
    margin: 10px 0;
    padding: 10px 3px;
}
.answer
{
    background: #e3e3e3;
    margin-left: 30px;
}

.msg-date
{
    font: normal 10px Arial;
    margin-bottom: 5px;
}

.arr
{
    font: normal 14px Arial;
}

.zb
{
    font: normal 10px Arial;
    color: #222222;
}

.preview
{
    border: #BBBCBF 1px solid;
}

.preview-active
{
    border: #3F5767 1px solid;
}

.bl
{
    display: block;
}

#usef
{
    margin-top: 3px;
}

#mainpage h1
{
    font: normal 18px Arial;
    margin: 10px 0 5px 0;
}

#parcels tr.biege td
{
	background: #fdf0ce;
}
#parcels
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
#parcels th
{
	background: #C8D8E2;
	font: bold 12px Arial;
}
#parcels th, #parcels td
{
	border: #ffffff 1px dotted;
        color: #3f5767;
	padding: 3px 5px;
}

#static-info #time
{
    color: #3366cc;
}

#static-info span
{
    color: #666666;
}

/* голландский */
#quick-bit-holl, #hide-bit-holl
{
    color: #341e11;
    font: normal 11px Arial;
    margin: 10px 0;
    width: 220px;
    text-align: right;
}

#quick-bit-holl a, #hide-bit-holl a
{
    color: #341e11; width: 60px;
    float: right;
    display: block;
    text-align: left;
}

#quick-bit-holl input, #hide-bit-holl input
{
    width: 50px;
    height: 12px;
    border: #341e11 1px solid;
    text-align: right;
    margin: 0 10px;
    font: normal 11px Arial;
}

#quick-bit-holl input {background: #dddddd;}