body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	min-width:1000px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 18px;
}
p {
	margin:10px 0;
}
a {
	color:#000;
}
a:hover {
	color:#89658b;
}


#header {
	background:url(img/header_back.jpg) left top repeat-x;
	height:238px;
	overflow:hidden;
}
#header .leftImg {
	background:url(img/header_left.jpg) left top no-repeat;
}
#header .rightImg {
	background:url(img/header_right.png) right top no-repeat;
	height:238px;
	overflow:hidden;
}
#header .logo {
	display:block;
	height:145px;
	width:264px;
}
#menu {
	height:40px;
	overflow:visible;
	background:#435a6f;
	font-size:12px;
}
#menu {
	text-transform:lowercase;
	font-weight:bold;
}
#menu ul {
	list-style:none;
	padding:0px;
	margin:0px auto;
	width:750px;
}
#menu ul li {
	float:left;
	position:relative;
}
#menu ul li:hover {
	width:auto;
}
#menu a {
	color:#dfdfe0;
	text-decoration:none;
	display:block;
	height:40px;
	line-height:40px;
	padding:0 30px;
	float:left;
}
#menu li:hover a, #menu li.hover a {
	background:url(img/menu_active.gif) center bottom no-repeat;
}
#menu ul li ul {
	background:url(img/popup_menu_back.png) left top no-repeat;
	display:none;
	margin:0;
	width:100px;
	text-align:left;
	position:absolute;
	top:40px;
	left:30px;
	overflow:hidden;
	border:#445060 1px solid;
}
#menu ul li ul li {
	float:none;
	height:20px;
	line-height:20px;
	padding-left:5px;
}
#menu ul li ul li a {
	float:none;
	height:20px;
	line-height:20px;
	padding:0;
	color:#fff;
}
#menu ul li:hover ul li a, #menu ul li.hover ul li a {
	background:0;
}
#menu ul li ul li a:hover {
	color:#000;
}
#menu ul li:hover ul, #menu ul li.hover ul {
	display:block;
}


#middleDiv {
	background:#f8f8f8;
}
#middleDiv .leftImg {
	background:url(img/middle_left.gif) left top repeat-y;
}
#middleDiv .rightImg {
	background:url(img/middle_right.gif) right top repeat-y;
}
#middleDiv .leftBottomImg {
	background:url(img/middle_left_bottom.gif) left bottom no-repeat;
	width:100%;
	overflow:hidden;
}

#sidebar {
	width:291px;
	padding-left:12px;
	float:left;
	font-size:11px;
}
#sidebar h1 {
	background:url(img/sidebar_title.gif) left top no-repeat;
	height:31px;
	line-height:31px;
	color:#fff;
	font-size:16px;
	padding-left:58px;
	margin:9px 0 15px;
}

#sidebar .content {
	padding:0 10px 100px 17px;
}
#sidebar .news {
	list-style:none;
	margin:0;
	padding:5;
}
#sidebar .news .teaser {
	width:100%;
	overflow:hidden;
}
#sidebar .news .teaser img {
	float:left;
	border:#435a6f 1px solid;
	margin-right:15px;
	margin-bottom:10px;
}
#sidebar .news .readMore {
	width:100%;
	margin:0 0 10px;
}
#sidebar .news li {
	background:url(img/sidebar_news_divider.gif) left bottom repeat-x;
	padding-bottom:1px;
	margin-bottom:10px;
}
#sidebar .readAll {
	text-align:right;
	padding-right:12px;
}


#content {
	margin-left:306px;
	padding-right:16px;
	padding-bottom:80px;
}
#content h1 {
	background:url(img/content_header.gif) left top no-repeat;
	height:31px;
	line-height:31px;
	color:#fff;
	font-size:16px;
	padding-left:49px;
	margin:9px 0 15px;
}
#content .topLinks {
	width:100%;
	font-weight:bold;
	text-align:center;
	height:60px;
	margin-bottom:15px;
}
#content .filters {
	background:url(img/filters_back.gif) left top repeat-x;
	height:131px;
	padding-left:40px;
	margin-bottom:10px;
}
#content .filters h2 {
	color:#435a6f;	
	font-size:16px;
	padding-top:10px;
}
#content .filters select, #content .filters .summ {
	width:125px;
	position:relative;
	top:2px;
	margin:0 4px;
	font-size:12px;
}
#content .filters .where {
	width:167px;
}
#content .filters .submit {
	background:url(img/filter_submit.gif) left top no-repeat;
	width:167px;
	height:19px;
	border:0;
	cursor:pointer;
	position:relative;
	top:2px;
	margin: 0 4px;
	/*margin-left:10px;*/
}
#content .content {
	margin-top:25px;
	padding:0 36px;
}



#footer {
	background:url(img/footer_back.gif) left top repeat-x;
	height:79px;
	overflow:hidden;
}
#footer .leftImg {
	background:url(img/footer_left.jpg) left top no-repeat;
}
#footer .rightImg {
	background:url(img/footer_right.gif) right top no-repeat;
	height:79px;
	overflow:hidden;
}
#footer .wrapper {
	padding-left:197px;
	padding-top:10px;
	color:#fff;	
}
#footer .req {
	float:left;
	width:190px;
}
#footer p {
	margin:6px 0;	
	font-size:11px;
}
#footer .credits {
	text-align:right;
	font-size:10px;
	padding:24px 60px;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#000;
}
img {border: none;}

/*вывод объявлений*/
table.adv_table{
	width:100%;
	background-color: #F4F2F2;
}

table.adv_table, table.adv_table td{  
 
  	border: 1px solid blue;
  	border-collapse: collapse;
}

:root table.adv_table, table.adv_table td {
	border-collapse: separate; 
}

td.adv_object{
	font-weight: bold;
	text-align: center;
}

td.adv_param{
	text-align: center;
}

tr.adv_tr{
	cursor: pointer;	
}

tr.adv_tr:hover{
	background-color: #D0DCE0;
}

.sel_object a{
	margin-left: 5px;
}

.sel_object span{
	margin-left: 5px;
	font-weight: bold;
}
