@charset "windows-1251";

* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana;
	font-size: 85%;
	color: #404040;
	background-color: #fdfdfd;
	line-height: 160%;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0.4em 0; 
	background-color: transparent;
}

ul{
	margin-left:2em;
}

td {
	padding: 0.2em 0.2em 0.2em 0.2em;
}

fieldset{
	padding:.5em;
}

div {
	background-color: transparent;
}

h1,div.componentheading,td.componentheading,div.contentheading,td.contentheading,div.newsfeedheading,td.newsfeedheading{
	font-family: Verdana, Verdana, Verdana, Verdana, sans-serif;
	font-size: 120%;
	color: #737373;
	text-decoration: none;
        font-weight: normal;
}

h2 { /*Заголовок статьи*/
	font-family: georgia,  "MS Serif", "New York", serif;  
	font-size: 140%;
	color: #595959;
	text-decoration: none;
	line-height: 80%;
        font-weight: normal; /*Размер заголовков*/
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: lightBlue;
	text-decoration: none;
        font-weight: normal;
}

h4 { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #5b8fbe;
	text-decoration: none;
        font-weight: bold;
}

h5 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #5b8fbe;
	text-decoration: none;
        font-weight: bold;
}

h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #5b8fbe;
	text-decoration: none;
        font-weight: bold;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content
/* , #wrapper-footer */ /* footer широкий  */ 
 {
	width: 85%;
	margin: 0 auto;
	text-align: justify; /*Выравнивание текста статей*/
}

#wrapper-menu-top {
	background: white url('../images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(../images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(../images/menuright.png) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span { background-position:100% -42px; }

#wrapper-header {
	height: 192px;
	background: transparent url('../images/bg.png') top center repeat-x;
}

#header {
	height: 192px;
	background: #eee url('../images/primorye1.jpg') no-repeat left top;
}

#wrapper-header2 {
	height: 192px;
	background: transparent url('../images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	height: 192px;
	background: transparent url('../images/bg02-blue-right.png') top right no-repeat;
}

#header h1 {
	margin: 0  50px;
	padding: 0;
	height: 32px;
	/* line-height: 10em; */ 
	color: white;
	font-size: 180%;
	text-align: center;
	top: 166px;
	position: relative;
}

#wrapper-content {
	background: white url('../images/bg02-white-left.png') no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#wrapper-content-page {
	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	padding: 10px 5px 5px 30px;
}

/* Content Links */
#wrapper-content-page a:link, a:visited {
	color: #006AB5;
	text-decoration:  underline;
	line-height: 26px;
}

#wrapper-content-page a:hover {
	color: #666;
	text-decoration: none;
}

#wrapper-content-module-top {
	text-align: left;
}

#wrapper-content-module-bottom {
}

#wrapper-menu-page {
	float: right;
	width:200px;
	margin: 20px 30px 3em 2em;
	background: transparent url('../images/menu.png') no-repeat;
	text-align: left;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,helvetica,sans-serif;
	/*font-style: italic; Вся правая часть курсивом*/ 
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 90.1%;
}

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 85%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight:  bold;
	letter-spacing: 0.15em;
}

#menu-page a.mainmenu:link, a.mainmenu:visited, a.mainlevel:link, a.mainlevel:visited {
	color: #888;
	font-size: 110%;
	text-decoration: none;
	font-weight: normal;
}

#menu-page a.mainmenu:hover, a.mainlevel:hover {
	color: #5b8fbe;
}

#menu-page a.sublevel:link, a.sublevel:visited {
	color: #888;
	font-size: 110%;
	text-decoration: none;
	font-weight: normal;
	margin-left:0.3em;
}

#menu-page a.sublevel:hover {
	color: #5b8fbe;
}

#wrapper-menu-page .sectiontableentry1, .contentpane {
	background-color : #ffffff;
	padding: 0.2em 0.2em 0.2em 0.2em;
}

#wrapper-menu-page .sectiontableentry2 {
	background-color: #e5f0fc;
	padding: 0.2em 0.2em 0.2em 0.2em;
}

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #ebebeb;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
	font-size: 90%;
	padding: 3px;
}

/* Footer Links */
#footer a:link, a:visited {
	color: #5b8fbe; text-decoration: none;
}

#footer a:hover {
	color: #666;	text-decoration: none;
}

#banner {
	text-align:center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#wrapper-pathway {
	margin-bottom: 2em;
}

#wrapper-content-page #wrapper-pathway .pathway {
/*	font-size: 90%;*/
}
#wrapper-content-page #wrapper-pathway a.pathway:link, a.pathway:visited {
	font-weight: normal;
}
#wrapper-content-page #wrapper-pathway a.pathway:hover {
	font-weight: normal;
	text-decoration: none;
}

/* For content item titles that are hyperlink instead of Read On */
#wrapper-content-page a.contentpagetitle:link, a.contentpagetitle:visited {
	font-weight: bold;
	text-align:left;
	color: #5b8fbe;
}

#wrapper-content-page a.contentpagetitle:hover {
	font-weight: bold;
	text-align:left;
	color: #666;
}

/* Horizontal Line */
hr {
	background: #5b8fbe;
	height: 2px;
	border: 1px inset;
}

hr.separator {
	background: #5b8fbe;
	height: 1px;
	width: 75px;
	border: 0px;
}

/* --Default Class Settings-- */

/* Content - Sections & Categories */

#wrapper-content-page table.contentpane {
	background-color : #ffffff;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#wrapper-content-page .contentpaneopen {
	border: 0px ridge #dcdcdc;
	margin-right: 0.5em;
}

#wrapper-content-page td.componentheading,td.contentheading,td.newsfeedheading {
	margin-bottom: 0.6em;
}

#wrapper-content-page .contentpagetitle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
 	color: #5b8fbe;
	text-align:left;
}

#wrapper-content-page table.contenttoc {
        color: #5b8fbe;
	background-color: transparent;
	border: 1px solid #ccc;
	padding: 0.2em;
}

#wrapper-content-page table.contenttoc td {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 85%;
        font-weight: normal;
        text-align: left;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

#wrapper-content-page table.contenttoc th {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 85%;
        font-weight: normal;
        text-align: left;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

#wrapper-content-page a.toclink:hover, a.toclink:visited, a.toclink:link {
	font-size: 85%;
}

#wrapper-content-page .contentdescription {
	font-size: 100%;
	color: #888;
	text-align: left;
}

/* Links */
#wrapper-content-page a.blogsection:link, a.blogsection:visited {
	color: #5b8fbe;
	text-decoration: none;
	font-weight: normal;
}

#wrapper-content-page a.blogsection:hover {
	color: #888;
	text-decoration: underline;
}

#wrapper-content-page a.weblinks:link, a.weblinks:visited {
	color: #5b8fbe;
	text-decoration: none;
	font-weight: normal;
}

#wrapper-content-page a.weblinks:hover {
	color: #888;
	text-decoration: underline;
}

#wrapper-content-page a.readon:link, a.readon:visited {
	color: #5b8fbe;
	text-decoration: none;
	font-weight: normal;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#wrapper-content-page a.readon:hover {
	color: #888;
	text-decoration: underline;
	font-size: 90%;
}

table.searchintro {
	width: 100%;
}
table.searchintro td {
	background-color: transparent;
	font-weight: bold;
}

.searchbox {
	font-size: 100%;
	font-weight: bold;
	color: #666;
	background: #ffffff;
	border: 1px solid;
}

.moduletable {
	margin: 0px 0px 20px 0px;
	width: 100%;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
}

.moduletable th {
	font-size: 110%;
	color: #5b8fbe;
	text-align: left;
	height: 130%;
	line-height: 140%;
	
	width: 100%;
	border-bottom: 1px solid #5b8fbe;
}
	
.moduletable td {
	font-size: 100%;
	font-weight: normal;
}
	
.button {
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
	color: #5b8fbe;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: White;
}

.inputbox {
	font-size: 90%;
	 padding: 3px 0;
	color: #888;
	background: #ffffff;
	border: 1px solid;
}
	
/** category text format and links **/
#wrapper-content-page .category {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#wrapper-content-page a.category:link, a.category:visited {
	color: #5b8fbe; font-weight: bold;
}

#wrapper-content-page a.category:hover {
	color: #ccc;
}

.poll {
	font-size: 90%;
	color: #888;
	line-height: 130%;
}

#wrapper-content-page .sectiontableentry1, .contentpane {
	background-color : #ffffff;
	padding: 0.2em 0.2em 0.2em 0.2em;
}

#wrapper-content-page .sectiontableentry2 {
	background-color: #f7f7f7;
	padding: 0.2em 0.2em 0.2em 0.2em;
}

#wrapper-content-page .sectiontableheader {
	background-color: #ffffff;
	color: #5b8fbe;
	font-weight : bold;
}

#wrapper-content-page .frontpageheader {
	font-size: 140%;
	color: #5b8fbe;
	font-weight : bold;
}

.small {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #5b8fbe;
	text-decoration: none;
	font-weight: normal;
}
#wrapper-content-page.small a:link {
	 	color: #5b8fbe;
	 
}
#wrapper-content-page .small a:hover {
		color: #E26D6C;
	text-decoration:  underline;
	 
}

.smalldark {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 90%;
        color: #333333;
        text-decoration: none;
        font-weight: normal;
}

#wrapper-content-page .newsfeeddate {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #5b8fbe;
	font-weight: normal;
}

#wrapper-content-page .createdate {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #5b8fbe;
	text-decoration: none;
	font-weight: normal;
}

#wrapper-content-page .modifydate {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #5b8fbe;
	text-decoration: none;
	font-weight: normal;
}


#wrapper-content ul {
	margin: 0px 0px 0px 0px;
}

#wrapper-content li {
	list-style-image: url(../images/arrow.png);
	list-style-position: inside;
}

.fase4rdf {
	color: #888;
	font-weight: normal;
}

a.fase4rdf:link {
	color: #5b8fbe;
}

a.fase4rdf:hover {
	color: #666;
}

#wrapper-content-page .contentdescription img {
	margin: 1em 1em 1em 1em;
}

#wrapper-content-page .sectiontableentry1 img {
	margin: 0.5em 0.5em 0.5em 0.5em;
}

#wrapper-content-page .sectiontableentry2 img {
	margin: 0.5em 0.5em 0.5em 0.5em;
}

#wrapper-content table.searchintro {
  	background-color: #ffffff;
	border: solid 1px #777777;
}

#wrapper-content-page table.contact {
	background-color: #ffffff;
	border: 1px solid #ff8311;
}

#wrapper-content-page table.contact td.icons {
}

#w	rapper-content-page table.contact td.details {
	font-size: 90%;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Content voting */
.content_rating {
	font-weight: normal;
	font-size: 80%;
}

.content_vote {
	font-weight: normal;
	font-size: 80%;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
.newsflash {
	background-color: #f0f0f0;
	color: Black;
}
/* Text passed with mosmsg url parameter */
.message {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10pt;
	color : #ff6600;
	text-align: center;
}
.highlight {
	background: yellow;
}

.mosimage_caption {
	font-size: 85%;
}


/* со старого шаблона  */
a.naglowek1:link,a.add_new:link {
color:#15A294;

font-size:17px;
font-weight:700;
margin-top:0;

}

a.naglowek1:visited,a.add_new:visited {
color:#07a;

font-size:17px;
font-weight:700;
margin-top:0;

}

contentheading {

 
text-align:left;
}

.contentheading a:link, a.contentheading {
font-size:14px;
color:#0077aa;
text-decoration:none;
 font-weight: bold;
letter-spacing: 0.08em;

}
a.naglowek1:hover,a.add_new:hover {
color:#17A286;
text-decoration: underline;
font-size:17px;
font-weight:700;
margin-top:0;

}

.poll {

font-size:10px;
color:#666;
line-height:14px;
}
.smalldark {

font-size:10px;
color:#333;
text-decoration:none;
font-weight:400;
}

.newsfeedheading {

font-size:12px;
font-weight:700;
color:#333;
text-align:left;
}

.newsfeeddate {

font-size:10px;
color:#07f;
font-weight:400;
}

.modifydate {

font-size:10px;
color:gray;
text-decoration:none;
font-weight:400;
}

.fase4rdf {

font-size:11px;
color:#000;
font-weight:400;
}

a.fase4rdf:link {
font-size:11px;
font-weight:400;
color:#07a;
}

a.fase4rdf:hover {
font-weight:700;
color:gray;
}

table.searchintro {
background-color:#FFF;
border:solid 1px #777;
}

table.contact {
background-color:#FFF;
border:1px solid #07f;
}

table.contact td.details {
font-size:10px;
font-weight:700;

}

.pagenav {
position: relative;

/* left: -100px;   */ 
font-weight:400;
color:#8D05C0;
}

a.pagenav,a.pagenav:visited {
color:#A50582;
}

a.pagenav:hover {
color:#A9054A;
}

.moscode {
background-color:#f0f0f0;
}

.newsflash {
color:#000;
}

.message {

font-weight:700;
font-size:10pt;
color:#f60;
text-align:center;
}

.highlight {
background:#FF0;
}
table.lsnews {
	width: 200px;
}


.pm_newsline  {
font-size:10pt;
padding:0 0 10px;
}

 .pm_newsdate {
color: #878787;
font-size:8px;
font-weight: normal;
margin:0;
padding:0;
}

.ctext {
font-size:9pt;
padding:0 0 10px;
}

.pm_newsline a {
color:#3D8AF7;
}
.pm_newsline a:hover {
color:#C20E1D;
text-decoration:underline;
}
.moduletablebanners
{text-align:center;}
.pages a{float:right;}
.pages a:first-child {float:left !important;}

.article_seperator,  .article_separator {
	display: none;
}

.nowrap {
	white-space : nowrap;
}
span.error {
font-size: 110%;
	color: Red;
	font-weight: bold; 
	text-indent: 2px;
}


/* убираем пунктир около ссылок при нажатии  */ 
:focus {  outline: none;   } 
a:active, a:focus, img { outline: 0; }


/* buttons */

button, 
input[type="reset"],
input[type="button"],
input[type="submit"] { 
  -moz-appearance: button;
  /* The sum of border-top, border-bottom, padding-top, padding-bottom
     must be the same here, for text inputs, and for <select>.  For
     buttons, make sure to include the -moz-focus-inner border/padding. */
  padding: 0px 4px 0px 4px;
  border: 2px outset ButtonFace;
  background-color: ButtonFace;
 /*   color: ButtonText;   */ 
  line-height: normal !important;
  white-space: pre;
  cursor: default;
  -moz-box-sizing: border-box;
  -moz-user-select: none;
  -moz-binding: none;
  text-align: center;
  margin: 0 0 0 4px;
}

button {
  /* Buttons should lay out like "normal" html, mostly */
  white-space: inherit;
  text-indent: 0;
}

*|*::-moz-button-content {display: block;}

button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: -moz-buttonhoverface;
  color: -moz-buttonhovertext;
}

button:active:hover,
input[type="reset"]:active:hover,
input[type="button"]:active:hover,
input[type="submit"]:active:hover {
  padding: 0px 5px 0px 7px;
  border-style: inset;
  background-color: ButtonFace;
 /*  color: ButtonText; */ 
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0px 2px 0px 2px;
  border: 1px dotted transparent;
}

button:focus::-moz-focus-inner,
input[type="reset"]:focus::-moz-focus-inner,
input[type="button"]:focus::-moz-focus-inner,
input[type="submit"]:focus::-moz-focus-inner,
input[type="file"] > input[type="button"]:focus::-moz-focus-inner {
  border-color: ButtonText;
}

button[disabled]:active, button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
  /* The sum of border-top, border-bottom, padding-top, padding-bottom
     must be the same here and for text inputs */
  padding: 0px 6px 0px 6px;
  border: 2px outset ButtonFace;
  color: GrayText;
  cursor: inherit; 
}
/* end buttons  */ 



#banner_xyz_scroller  a:link{
	color: #ababab;
		cursor: pointer;
}
#banner_xyz_scroller  a:hover{
	color: #000000!important;
	cursor: pointer;
}
#banner_xyz_scroller:hover {
	color: Black!important;
	cursor: pointer;
}
.blog, #wrapper-content table.blog {
 width: 98%;
}
a img:hover, img:hover {filter:alpha(opacity=60); ..-opacity:0.6; opacity:0.6; -khtml-opacity:0.6;}
#wrapper-content-page table.blog tbody tr td table tbody tr td table.contentpaneopen tbody tr td.buttonheading a {
	display: none;
}

.texth1, .texth2, .texth3, .h1text, .h2text, .h3text {  font-size: 100%;   font-weight: bold;    display: inline; text-shadow: none; }
h1 { font-size: 140%; color: #0989E4; font-weight: bold; }
h1, .componentheading {
	 
	    text-shadow: -1px -1px 1px #1e1e1e;
	    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
}
h1:hover, .componentheading:hover {
	text-shadow:-2px -2px 2px #999;
 	color: #FF1D11;
}

h2, .contentheading, .contentpagetitle {
text-shadow:-1px -2px 1px #9D9D9D;
	    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
	
}
h2:hover, .contentheading:hover, .contentpagetitle:hover {
   -webkit-transform: rotate(-1deg) scale(1.05) skew(0deg) translate(10px);
    -moz-transform: rotate(-1deg) scale(1.05) skew(0deg) translate(10px);
    -o-transform: rotate(-1deg) scale(1.05) skew(0deg) translate(10px);
 
	color: #FF1D11;
	text-shadow:-3px -3px 2px #999;
 
}

h3 {
 
	    text-shadow: -1px -1px 1px #1e1e1e;
	    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
}
h3:hover{
/*    -webkit-transform: rotate(-1deg) scale(1.05) skew(0deg) translate(10px);
    -moz-transform: rotate(-1deg) scale(1.05) skew(0deg) translate(10px);
    -o-transform: rotate(-1deg) scale(1.05) skew(0deg) translate(10px);
*/
	text-shadow:-3px -3px 2px #999;
	color: #FF1D11;
}
/* 
#OpenLayers.Map_2_OpenLayers_ViewPort.olMapViewport{
	margin-top: -50px!important;
}
html body div.page div.head, .head {
	display: none!important;
}	 */  /* не работает */ 

.new-image {
	background:  transparent url('/mambots/content/mostitlenew/icons/en-new-000.png') no-repeat  50%  50%;
	padding:0 ;
	display:inline;
	}
.contentheading a:link, a.contentheading {
font-size:14px;
/* color:#0077aa; */ 
 color: #0E8FC2;
text-decoration:none;
 font-weight: bold;
letter-spacing: 0.08em;
}

#menu-page a:link, #menu-page a:visited {  color: #0E8FC2; }
#menu-page a:hover { color: #5b8fbe; }
#menu-page h3 {
    color: #5B8FBE;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin: 1em 0 0.3em;
    text-transform: uppercase;
}


/* внешние ссылки Петрович  */
a[href^="http://"]:not([href*="far-east.ru"]):not([href*="petrovichgroup.ru"]):not([href*="petrovichweb.ru"]):not([href*="primorye.su"]):not([href*="www.gismeteo.ru"]):not([href*="www.liveinternet.ru"]):not([href*="openstat.ru"]):not([href*="yandex.ru"]):after { content: "\2197";} /*наши */
strong a[href^="http://"]:not([href*="far-east.ru"]):not([href*="petrovichgroup.ru"]):not([href*="petrovichweb.ru"]):not([href*="primorye.su"]):not([href*="www.gismeteo.ru"]):not([href*="www.liveinternet.ru"]):not([href*="openstat.ru"]):not([href*="yandex.ru"]):after { content: "\2197";} /*наши */
a[href^=" http://"]:not([href*="far-east.ru"]):not([href*="petrovichgroup.ru"]):not([href*="petrovichweb.ru"]):not([href*="primorye.su"]):not([href*="www.gismeteo.ru"]):not([href*="www.liveinternet.ru"]):not([href*="openstat.ru"]):not([href*="yandex.ru"]):after { content: "\2197";} /*наши */


iframe#blockrandom.wrapper html{position: relative;top:-136px;}
iframe#blockrandom > html{position: relative;top:-136px;}
#blockrandom > html{position: relative;top:-136px;}
iframe#blockrandom > html{position: relative;top:-136px;}
iframe#blockrandom > body#top{position: relative;top:-136px;}
iframe#blockrandom  body#top{position: relative;top:-136px;}
/* 2024-04 */
#wrapper-content-page .contentpaneopen > tr > td { max-width: 1400px !important;}
#wrapper-content-page .contentpaneopen  tr  td { max-width: 1400px !important;}


