body {
	font-family: "Arial";
	/*margin-left: 5px; margin-right: 5px;*/
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.navx {
	color: red; font-weight: bold;
}

table {
	font-size: 100%;
}

#lside {
	width: 250px; float: left;
	padding: 0; margin: 0;
/*	background-color: white; */
}

#rcont {padding: 0px; margin: 0 0 0 250px;}
#rside {float: right; width: 200px;}

#mb_box {
	padding-left: 5px; padding-right: 5px; padding-bottom: 5px;
	margin-right: 470px;
	background-color: white;
}
#map {height: 400px;}

table.adm_tbl {
	font-family: "Verdana"; font-size: 10pt;
}

table.adm_tbl a {
	text-decoration: none;
}
table.adm_tbl a img {padding: 0; margin: 0; background-color: white; vertical-align: middle; border: none;}
table.adm_tbl a:hover {
	/* background: #C4D0DD; */ color: #03366f;
}
table.adm_tbl a:hover img {background-color: red;}

.tbl_row_hover {
	background-color: #ffcc99;
}

.rss_feed a {
	font-size: smaller; color: black;
	display: block; margin: 0px 0px 3px;
	text-align: left;
}

.maps_h1 {
	font-family: "Arial"; font-size: 140%; font-weight: bold;
	color: black; 
	background-color: #f9f9f9;
	padding: 6px 0px 6px 6px;
	border: 1px dashed #cccccc;
}
span.maps_popup_owner {
	font-size: 8pt; color: #aaa;
}
div.maps_guide_descr {
	font-family: "Arial"; font-size: 8pt;
	color: black; border: 1px dashed #cccccc; background-color: #f9f9f9;
	padding: 7px 10px; margin: 3px 0px;
}
a.maps_ico_cloud {padding: 0; margin: 0 5px 0 0; background: white;}
a.maps_ico_cloud:hover {background: #FE766A;}
a.maps_ico_cloud img {vertical-align: middle; border: none;}


/****  Новый стиль ****/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/14px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}


input {vertical-align: middle}
#wrapper {
	/*width: 980px;*/
	max-width: 1220px;
	min-width: 980px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
background-color:#FFFFFF;
margin-bottom:10px;
width:100%;
  /*margin-bottom: 15px;*/
  /*background-image: url('../images/sep_h.gif'); background-repeat: repeat-x; background-position:bottom left;*/
}

#header .right {
  padding-left:10px;
  /*white-space: nowrap;*/
  width:200px;
  color:#6B6256;
  font-size: 8pt;
  font-family: Verdana, sans-serif;
}

#header .right ul{list-style: none;}
#header .right li {padding-top:5px;padding-bottom:5px;}
#header .right li a{font-family: Verdana; font-size:8pt; color:#6B6256; text-decoration:none;}
#header .right li a:hover{border-bottom:1px dotted #cccccc; text-decoration:none;}

#header .left {
  padding-top:10px;
}
#header .center {
  padding:0px;
}




/* Middle
-----------------------------------------------------------------------------*/
#middle {
/*	height: 1%;
	background: #FFACAA;*/
	width: 100%;
}
#container {
	background: #FFF;
	/*margin-right: 210px;
	height: 1%;
	border-right: 250px solid #FFFFFF;*/
	padding:  0px;
	margin-right: 460px;
}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	background-color:#FFFFFF;
	float: right;
	margin-right: -255px;
	width: 250px;
	position: relative;
}

/*
.sidebar a:link, .sidebar a:visited {
color:#000000;
text-decoration:none;
}

.sidebar a:hover {
color:#333333;
	text-decoration: underline;
}
*/
/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: right;
	margin-right: -215px;
	right: -255px;
	width: 210px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
        margin-top: 15px;
        margin-bottom: 15px;
        border-top: 1px solid #b2b2b2;
		width: 100%;
}
#footer div{margin: 10px 0px 0px 0px}
#footer p{margin-bottom:2px;}
#footer a:link {color:#6C6C6C; text-decoration:none;}
#footer a:visited {color:#6C6C6C; text-decoration:none;}
#footer a:active {color:#6C6C6C; text-decoration:none;}
#footer a:hover {border-bottom:1px dotted #cccccc; text-decoration:none;}
#footer .c1{color:#FE7878;}
#footer .c2{color:#89B9D7;}
#footer .c3{color:#666666;}
#footer .c1, .c2, .c3{font-weight:bold;}



/* древовидное меню */ 
#dropMenu, #dropMenu ul {list-style:none;margin:0px;padding:4px;} 
.menuCat {background:url("img/ico_plus.gif") 0px 3px no-repeat; padding-left: 1em;} 
.menuCat span {cursor:pointer; margin-left: -1em;} 
.menuCat ul {display:none;} 
