• DELETE FROM KEYWORDS WHERE ID_DOMAINE=4025
  • DoneDoneDone

    URL:www.cbpmr.net

    Connection: keep-alive
    Date: Wed, 30 Oct 2024 04:19:53 GMT
    Transfer-Encoding: chunked
    Content-Type: text/html
    Server: nginx
    
    
    Status => 200
    <!DOCTYPE html>
    <!--[if IE 6 ]><html class="ie ie6" lang="en"> <![endif]-->
    <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
    <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
    <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
       <head>
    
    	<meta charset="utf-8" />
    	<title>Банк Приднестровья</title>
        <meta name="robots" content="index, follow" />
        <meta name="keywords" content="" />
        <meta name="description" content="" />
        <meta name="author" content="" />
        <meta name="google-site-verification" content="QedvbmGFprPWcrPOv7PMgFqqhqSVEEYF5CBjfajW6XU" />
        <script type="text/javascript" src="js/jquery-1.11.2.js"></script> 	
        <link rel="stylesheet" href="styles/style.css" />
        <link rel="stylesheet" href="js/style.css" />
        <link rel="stylesheet" href="styles/color.css" />
        <link rel="stylesheet" href="styles/layout.css" />
        <link href="styles/default.css" rel="stylesheet" type="text/css" />
        <link rel="shortcut icon" href="images/favicon.ico" />
        <link href="cssmenu/style.css" rel="stylesheet" type="text/css" />
        <link type="text/css" rel="stylesheet" href="styles/st.css" />
        <link rel="stylesheet" href="styles/lightbox.css" media="screen"/>
    	<link rel="alternate" type="application/rss+xml" title="RSS - Банк Приднестровья" href="http://www.cbpmr.net/rss.xml" />
    <style>
    		.string{
    			max-width:1120px;
    			height:30px;
    			margin:0px auto;
    			line-height:28px;
    			padding: 0 0px;
    			border-radius:4px;
    			box-shadow:0 1px 2px #777;
    			-moz-border-radius:4px;
    			-webkit-border-radius:4px;
    			background: rgb(238,238,238);
    			background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
    			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
    			background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    			background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    			background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    			background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    		}
    			
    		.bkk{
    background: #36383a;
    
    }
    	</style>
        	
        <script type="text/javascript">
            $(document).ready(function () {
    			$('#cssmenu > ul > li ul').each(function(index, e){
    				var count = $(e).find('li').length;
    				var content = '<span>'+'</span>';
    				$(e).closest('li').children('a').append(content);
    			});
    			$('#cssmenu ul ul li:odd').addClass('odd');
    			$('#cssmenu ul ul li:even').addClass('even');
    			$('#cssmenu > ul > li > a').click(function() {
    				$('#cssmenu li').removeClass('active');
    				$(this).closest('li').addClass('active');	
    				var checkElement = $(this).next();
    				if((checkElement.is('ul')) && (checkElement.is(':visible'))) {
    					$(this).closest('li').removeClass('active');
    					checkElement.slideUp('normal');
    				}
    				if((checkElement.is('ul')) && (!checkElement.is(':visible'))) {
    					$('#cssmenu ul ul:visible').slideUp('normal');
    					checkElement.slideDown('normal');
    				}
    				if($(this).closest('li').find('ul').children().length == 0) {
    					return true;
    				} else {
    					return false;
    				}
    			});
            });
        </script>
    	<script type="text/javascript">
    		$(function() {
    
    			var marquee = $("#marquee"); 
    			marquee.css({"overflow": "hidden", "width": "100%"});
    
    			// оболочка для текста ввиде span (IE не любит дивы с inline-block)
    			marquee.wrapInner("<span>");
    			marquee.find("span").css({ "width": "50%", "display": "inline-block", "text-align":"center" }); 
    			marquee.append(marquee.find("span").clone()); // тут у нас два span с текстом
    
    			marquee.wrapInner("<div>");
    			marquee.find("div").css("width", "200%");
    
    			var reset = function() {
    				$(this).css("margin-left", "0%");
    				$(this).animate({ "margin-left": "-100%" }, 12000, 'linear', reset );
    			};
    
    			reset.call(marquee.find("div"));
    
    		});
    	</script>
    <!--
    
    <script type="text/javascript">
    $(function(){
    $('.fadein img:gt(0)').hide();
    setInterval(function()
    {$('.fadein :first-child').fadeOut(1000).next('img').fadeIn(1000)
    .end().appendTo('.fadein');}, 3000);
    });
    </script>
    
    -->
    
    <script type="text/javascript">
    $(document).ready(function(){
     
    $(window).scroll(function(){
    if ($(this).scrollTop() > 100) {
    $('.scrollup').fadeIn();
    } else {
    $('.scrollup').fadeOut();
    }
    });
     
    $('.scrollup').click(function(){
    $("html, body").animate({ scrollTop: 0 }, 600);
    return false;
    });
     
    });
    </script>
    <style type="text/css">
    
    
      .spoiler input, .spoiler div  
       { 
        display: none; /* Скрываем содержимое */
    
       }
       .spoiler label
    {
    cursor: pointer;
    }
    
       .spoiler label::before 
       {
        content: '►'; /* Текст перед заголовком */
        margin-right: 5px; /* Расстояние до текста */
    
       }
       /* Открытый спойлер */
       .spoiler :checked + label::before { content: 'â–¼'; }
    
       .spoiler :checked ~ div 
       {
        display: block; /* Показываем спойлер */
        padding: 10px; /* Поля вокруг текста */ 
       }
    
    .fadein {
    	position: absolute;
    	height: 83px;
    	
    }
    .fadein img {
    position:absolute;
    left:0;
    top:0;
    }
    .boxShadow {
      width: 100%;
      max-width: 1120px;
      margin:0px auto;
      padding: 1em;
      text-color: #000;
      background:#FFF;
      box-shadow: 0 15px 18px rgba(0, 0, 0, .2);
      filter: glow(color=#0000ff,strength=4);
      -moz-border-radius:4px;
    			-webkit-border-radius:4px;
    }
    .boxShadow1 {
      width: 100%;
      max-width: 100%;
      margin:0px auto;
      padding: 1em;
      box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    }
    .boxS2 textarea {
        width: 90%; /* Ширина поля в процентах */
        height: 100px; /* Высота поля в пикселах */
        resize: none; /* Запрещаем изменять размер */
       } 
    .boxShadow2 {
      width: 100%;
      max-width: 1120px;
      margin:0px auto;
      padding: 0em;
      background:#FFF;
      box-shadow: 0 15px 18px rgba(0, 0, 0, .2);
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
    }
    .boxShadow5 {
      width: 100%;
      max-width: 1120px;
      margin:10px auto;
      padding: 1em;
      background:#FFF;
      box-shadow: 0 15px 18px rgba(0, 0, 0, .2);
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
    }
    .boxbg 
    {
    /* new color scheme #382f2d  #d8d2cb */
        background: #d8d2cb; /* Для старых браузров OLD - scheme 3CB371 */
       /* background: linear-gradient(to bottom, #d8d2cb 0%, #fff 100%); */
    	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d2cb', endColorstr=' #fff');*/
        padding: 8px;
    	text-align: center;
       
    }
    
    .boxShadow3 {
      width: 100%;
      max-width: 1120px;
      margin: 0px auto;
      padding: 1em;
    
      box-shadow: 0 15px 18px rgba(0, 0, 0, .2);
      -moz-border-radius:4px;
    			-webkit-border-radius:4px;
    			
    }
    .boxShadow4 {
      width: 100%;
      max-width: 1120px;
      margin:-10px auto;
     
     
    }				
    .boxShadow3 a {
    color: black;
    }
    .boxShadow textarea {
        width: 60%; /* Ширина поля в процентах */
        height: 95px; /* Высота поля в пикселах */
        resize: none; /* Запрещаем изменять размер */
       } 
    .boxShadow3 a:hover {
    color: #b08e6d; /* OLD COLOR OF RUNNING STRING #3CB371*/
    }
    .boxS a {
    color: black;
    }
    .string a {
    color: #b08e6d; /* OLD COLOR OF RUNNING STRING #3CB371*/
    }
    .string a:hover {
    color: black;
    }
    .boxShadow a {
    color: black;
    }
    .boxS {
    margin: 15px;
    }
    
    .boxS a:hover {
    color: #b08e6d;
    }
    
    .boxS table{
    max-width: 600px;
    cellspacing: 0;
    
    }
    .boxShadow3 table{
    table-layout: fixed;
    max-width: 900px;
    cellspacing: 0;
    
    }
    .boxShadow2 table{
    table-layout: fixed;
    cellspacing: 0;
    
    }
    
    .boxShadow4 table{
    width: 700px;
    text-align: center;
    }
    
    .inform td{
    width: 10px;
    height: 20px;
    cellspacing: 0;
    text-align: center;
    }
    .boxShadow5 table{
    width: 800px;
    cellspacing: 0;
    text-align: center;
    }
    .boxShad table{
    width: 800px;
    cellspacing: 0;
    text-align: left;
    }
    
    .boxShadow6 {
      width: 100%;
      max-width: 1122px;
      margin: 0px auto;
      padding: 0em;
      -moz-border-radius:4px;
    			-webkit-border-radius:4px;
    }
    .scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:10px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background: url('images/icon_top.png') no-repeat;
    }
    .boxShadow8 {
      width: 80%;
      max-width: 550px;
      margin: 2em auto;
      padding: 1em;
      box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
    }
    .simple-little-table {
    	font-family:Arial, Helvetica, sans-serif;
    	color:#666;
    	font-size:12px;
    	text-shadow: 1px 1px 0px #fff;
    	background:#eaebec;
    	margin:5px;
    	border:#ccc 1px solid;
    	border-collapse:separate;
     
    	-moz-border-radius:3px;
    	-webkit-border-radius:3px;
    	border-radius:3px;
     
    	-moz-box-shadow: 0 1px 2px #d1d1d1;
    	-webkit-box-shadow: 0 1px 2px #d1d1d1;
    	box-shadow: 0 1px 2px #d1d1d1;
    }
     
    .simple-little-table th {
    	font-weight:bold;
    	padding:2px 2px 2px 2px;
    	border-top:1px solid #fafafa;
    	border-bottom:1px solid #e0e0e0;
     
    	background: #ededed;
    	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
    }
    .simple-little-table th:first-child{
    	text-align: center;
    	padding-left:5px;
    }
    .simple-little-table tr:first-child th:first-child{
    	-moz-border-radius-topleft:3px;
    	-webkit-border-top-left-radius:3px;
    	border-top-left-radius:3px;
    }
    .simple-little-table tr:first-child th:last-child{
    	-moz-border-radius-topright:3px;
    	-webkit-border-top-right-radius:3px;
    	border-top-right-radius:3px;
    }
    .simple-little-table tr{
    	text-align: center;
    	padding-left:5px;
    }
    .simple-little-table tr td:first-child{
    	text-align: center;
    	padding-left:2px;
    	border-left: 0;
    }
    .simple-little-table tr td {
    	
    	border-top: 1px solid #ffffff;
    	border-bottom:1px solid #e0e0e0;
    	border-left: 1px solid #e0e0e0;
    	
    	background: #fafafa;
    	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    }
    .simple-little-table tr:nth-child(even) td{
    	background: #f6f6f6;
    	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
    }
    .simple-little-table tr:last-child td{
    	border-bottom:0;
    }
    .simple-little-table tr:last-child td:first-child{
    	-moz-border-radius-bottomleft:3px;
    	-webkit-border-bottom-left-radius:3px;
    	border-bottom-left-radius:3px;
    }
    .simple-little-table tr:last-child td:last-child{
    	-moz-border-radius-bottomright:3px;
    	-webkit-border-bottom-right-radius:3px;
    	border-bottom-right-radius:3px;
    }
    .simple-little-table tr:hover td{
    	background: #f2f2f2;
    	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
    }
     
    .simple-little-table a:link {
    	color: #666;
    	font-weight: bold;
    	text-decoration:none;
    }
    .simple-little-table a:visited {
    	color: #999999;
    	font-weight:bold;
    	text-decoration:none;
    }
    .simple-little-table a:active,
    .simple-little-table a:hover {
    	color: #bd5a35;
    	text-decoration:underline;
    }
    .image {
     overflow:hidden;
    
     }
    .image img {
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     -webkit-transition: all 0.2s ease-out;
     }
     
    .image img:hover{
     position: static;
     -webkit-transform: scale(1.4);
     -moz-transform: scale(1.4);
     -o-transform: scale(1.4);
     }
    
    
    </style>
    </head>  
          
    
    <!DOCTYPE html>
    <!--[if IE 6 ]><html class="ie ie6" lang="en"> <![endif]-->
    <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
    <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
    <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
       <head>
    
    	<meta charset="utf-8" />
    	<title>Банк Приднестровья</title>
        <meta name="robots" content="index, follow" />
        <meta name="keywords" content="" />
        <meta name="description" content="" />
        <meta name="author" content="" />
        <meta name="google-site-verification" content="QedvbmGFprPWcrPOv7PMgFqqhqSVEEYF5CBjfajW6XU" />
        <script type="text/javascript" src="js/jquery-1.11.2.js"></script> 	
        <link rel="stylesheet" href="styles/style.css" />
        <link rel="stylesheet" href="js/style.css" />
        <link rel="stylesheet" href="styles/color.css" />
        <link rel="stylesheet" href="styles/layout.css" />
        <link href="styles/default.css" rel="stylesheet" type="text/css" />
        <link rel="shortcut icon" href="images/favicon.ico" />
        <link href="cssmenu/style.css" rel="stylesheet" type="text/css" />
        <link type="text/css" rel="stylesheet" href="styles/st.css" />
        <link rel="stylesheet" href="styles/lightbox.css" media="screen"/>
    	<link rel="alternate" type="application/rss+xml" title="RSS - Банк Приднестровья" href="http://www.cbpmr.net/rss.xml" />
    <style>
    		.string{
    			max-width:1120px;
    			height:30px;
    			margin:0px auto;
    			line-height:28px;
    			padding: 0 0px;
    			border-radius:4px;
    			box-shadow:0 1px 2px #777;
    			-moz-border-radius:4px;
    			-webkit-border-radius:4px;
    			background: rgb(238,238,238);
    			background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
    			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
    			background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    			background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    			background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    			background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    		}
    			
    		.bkk{
    background: #36383a;
    
    }
    	</style>
        	
        <script type="text/javascript">
            $(document).ready(function () {
    			$('#cssmenu > ul > li ul').each(function(index, e){
    				var count = $(e).find('li').length;
    				var content = '<span>'+'</span>';
    				$(e).closest('li').children('a').append(content);
    			});
    			$('#cssmenu ul ul li:odd').addClass('odd');
    			$('#cssmenu ul ul li:even').addClass('even');
    			$('#cssmenu > ul > li > a').click(function() {
    				$('#cssmenu li').removeClass('active');
    				$(this).closest('li').addClass('active');	
    				var checkElement = $(this).next();
    				if((checkElement.is('ul')) && (checkElement.is(':visible'))) {
    					$(this).closest('li').removeClass('active');
    					checkElement.slideUp('normal');
    				}
    				if((checkElement.is('ul')) && (!checkElement.is(':visible'))) {
    					$('#cssmenu ul ul:visible').slideUp('normal');
    					checkElement.slideDown('normal');
    				}
    				if($(this).closest('li').find('ul').children().length == 0) {
    					return true;
    				} else {
    					return false;
    				}
    			});
            });
        </script>
    	<script type="text/javascript">
    		$(function() {
    
    			var marquee = $("#marquee"); 
    			marquee.css({"overflow": "hidden", "width": "100%"});
    
    			// оболочка для текста ввиде span (IE не любит дивы с inline-block)
    			marquee.wrapInner("<span>");
    			marquee.find("span").css({ "width": "50%", "display": "inline-block", "text-align":"center" }); 
    			marquee.append(marquee.find("span").clone()); // тут у нас два span с текстом
    
    			marquee.wrapInner("<div>");
    			marquee.find("div").css("width", "200%");
    
    			var reset = function() {
    				$(this).css("margin-left", "0%");
    				$(this).animate({ "margin-left": "-100%" }, 12000, 'linear', reset );
    			};
    
    			reset.call(marquee.find("div"));
    
    		});
    	</script>
    <!--
    
    <script type="text/javascript">
    $(function(){
    $('.fadein img:gt(0)').hide();
    setInterval(function()
    {$('.fadein :first-child').fadeOut(1000).next('img').fadeIn(1000)
    .end().appendTo('.fadein');}, 3000);
    });
    </script>
    
    -->
    
    <script type="text/javascript">
    $(document).ready(function(){
     
    $(window).scroll(function(){
    if ($(this).scrollTop() > 100) {
    $('.scrollup').fadeIn();
    } else {
    $('.scrollup').fadeOut();
    }
    });
     
    $('.scrollup').click(function(){
    $("html, body").animate({ scrollTop: 0 }, 600);
    return false;
    });
     
    });
    </script>
    <style type="text/css">
    
    
      .spoiler input, .spoiler div  
       { 
        display: none; /* Скрываем содержимое */
    
       }
       .spoiler label
    {
    cursor: pointer;
    }
    
       .spoiler label::before 
       {
        content: '►'; /* Текст перед заголовком */
        margin-right: 5px; /* Расстояние до текста */
    
       }
       /* Открытый спойлер */
       .spoiler :checked + label::before { content: 'â–¼'; }
    
       .spoiler :checked ~ div 
       {
        display: block; /* Показываем спойлер */
        padding: 10px; /* Поля вокруг текста */ 
       }
    
    .fadein {
    	position: absolute;
    	height: 83px;
    	
    }
    .fadein img {
    position:absolute;
    left:0;
    top:0;
    }
    .boxShadow {
      width: 100%;
      max-width: 1120px;
      margin:0px auto;
      padding: 1em;
      text-color: #000;
      background:#FFF;
      box-shadow: 0 15px 18px rgba(0, 0, 0, .2);
      filter: glow(color=#0000ff,strength=4);
      -moz-border-radius:4px;
    			-webkit-border-radius:4px;
    }
    .boxShadow1 {
      width: 100%;
      max-width: 100%;
      margin:0px auto;
      padding: 1em;
      box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    }
    .boxS2 textarea {
        width: 90%; /* Ширина поля в процентах */
        height: 100px; /* Высота поля в пикселах */
        resize: none; /* Запрещаем изменять размер */
       } 
    .boxShadow2 {
      width: 100%;
      max-width: 1120px;
      margin:0px auto;
      padding: 0em;
      background:#FFF;
      box-shadow: 0 15px 18px rgba(0, 0, 0, .2);
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
    }
    .boxShadow5 {
      width: 100%;
      max-width: 1120px;
      margin:10px auto;
      padding: 1em;
      background:#FFF;
      box-shadow: 0 15px 18px rgba(0, 0, 0, .2);
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
    }
    .boxbg 
    {
    /* new color scheme #382f2d  #d8d2cb */
        background: #d8d2cb; /* Для старых браузров OLD - scheme 3CB371 */
       /* background: linear-gradient(to bottom, #d8d2cb 0%, #fff 100%); */
    	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d2cb', endColorstr=' #fff');*/
        padding: 8px;
    	text-align: center;
       
    }
    
    .boxShadow3 {
      width: 100%;
      max-width: 1120px;
      margin: 0px auto;
      padding: 1em;
    
      box-shadow: 0 15px 18px rgba(0, 0, 0, .2);
      -moz-border-radius:4px;
    			-webkit-border-radius:4px;
    			
    }
    .boxShadow4 {
      width: 100%;
      max-width: 1120px;
      margin:-10px auto;
     
     
    }				
    .boxShadow3 a {
    color: black;
    }
    .boxShadow textarea {
        width: 60%; /* Ширина поля в процентах */
        height: 95px; /* Высота поля в пикселах */
        resize: none; /* Запрещаем изменять размер */
       } 
    .boxShadow3 a:hover {
    color: #b08e6d; /* OLD COLOR OF RUNNING STRING #3CB371*/
    }
    .boxS a {
    color: black;
    }
    .string a {
    color: #b08e6d; /* OLD COLOR OF RUNNING STRING #3CB371*/
    }
    .string a:hover {
    color: black;
    }
    .boxShadow a {
    color: black;
    }
    .boxS {
    margin: 15px;
    }
    
    .boxS a:hover {
    color: #b08e6d;
    }
    
    .boxS table{
    max-width: 600px;
    cellspacing: 0;
    
    }
    .boxShadow3 table{
    table-layout: fixed;
    max-width: 900px;
    cellspacing: 0;
    
    }
    .boxShadow2 table{
    table-layout: fixed;
    cellspacing: 0;
    
    }
    
    .boxShadow4 table{
    width: 700px;
    text-align: center;
    }
    
    .inform td{
    width: 10px;
    height: 20px;
    cellspacing: 0;
    text-align: center;
    }
    .boxShadow5 table{
    width: 800px;
    cellspacing: 0;
    text-align: center;
    }
    .boxShad table{
    width: 800px;
    cellspacing: 0;
    text-align: left;
    }
    
    .boxShadow6 {
      width: 100%;
      max-width: 1122px;
      margin: 0px auto;
      padding: 0em;
      -moz-border-radius:4px;
    			-webkit-border-radius:4px;
    }
    .scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:10px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background: url('images/icon_top.png') no-repeat;
    }
    .boxShadow8 {
      width: 80%;
      max-width: 550px;
      margin: 2em auto;
      padding: 1em;
      box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
    }
    .simple-little-table {
    	font-family:Arial, Helvetica, sans-serif;
    	color:#666;
    	font-size:12px;
    	text-shadow: 1px 1px 0px #fff;
    	background:#eaebec;
    	margin:5px;
    	border:#ccc 1px solid;
    	border-collapse:separate;
     
    	-moz-border-radius:3px;
    	-webkit-border-radius:3px;
    	border-radius:3px;
     
    	-moz-box-shadow: 0 1px 2px #d1d1d1;
    	-webkit-box-shadow: 0 1px 2px #d1d1d1;
    	box-shadow: 0 1px 2px #d1d1d1;
    }
     
    .simple-little-table th {
    	font-weight:bold;
    	padding:2px 2px 2px 2px;
    	border-top:1px solid #fafafa;
    	border-bottom:1px solid #e0e0e0;
     
    	background: #ededed;
    	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
    }
    .simple-little-table th:first-child{
    	text-align: center;
    	padding-left:5px;
    }
    .simple-little-table tr:first-child th:first-child{
    	-moz-border-radius-topleft:3px;
    	-webkit-border-top-left-radius:3px;
    	border-top-left-radius:3px;
    }
    .simple-little-table tr:first-child th:last-child{
    	-moz-border-radius-topright:3px;
    	-webkit-border-top-right-radius:3px;
    	border-top-right-radius:3px;
    }
    .simple-little-table tr{
    	text-align: center;
    	padding-left:5px;
    }
    .simple-little-table tr td:first-child{
    	text-align: center;
    	padding-left:2px;
    	border-left: 0;
    }
    .simple-little-table tr td {
    	
    	border-top: 1px solid #ffffff;
    	border-bottom:1px solid #e0e0e0;
    	border-left: 1px solid #e0e0e0;
    	
    	background: #fafafa;
    	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    }
    .simple-little-table tr:nth-child(even) td{
    	background: #f6f6f6;
    	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
    }
    .simple-little-table tr:last-child td{
    	border-bottom:0;
    }
    .simple-little-table tr:last-child td:first-child{
    	-moz-border-radius-bottomleft:3px;
    	-webkit-border-bottom-left-radius:3px;
    	border-bottom-left-radius:3px;
    }
    .simple-little-table tr:last-child td:last-child{
    	-moz-border-radius-bottomright:3px;
    	-webkit-border-bottom-right-radius:3px;
    	border-bottom-right-radius:3px;
    }
    .simple-little-table tr:hover td{
    	background: #f2f2f2;
    	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
    }
     
    .simple-little-table a:link {
    	color: #666;
    	font-weight: bold;
    	text-decoration:none;
    }
    .simple-little-table a:visited {
    	color: #999999;
    	font-weight:bold;
    	text-decoration:none;
    }
    .simple-little-table a:active,
    .simple-little-table a:hover {
    	color: #bd5a35;
    	text-decoration:underline;
    }
    .image {
     overflow:hidden;
    
     }
    .image img {
     -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     -webkit-transition: all 0.2s ease-out;
     }
     
    .image img:hover{
     position: static;
     -webkit-transform: scale(1.4);
     -moz-transform: scale(1.4);
     -o-transform: scale(1.4);
     }
    
    
    </style>
    </head>  
          
    

    Банк Приднестровья

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='nginx',redirection='',Status='200',err='',[TITRE]=N'Банк Приднестровья',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=4025
  • 0

    Банк Приднестровья

  • 0. Банк (8)
  • --------->0
  • 1. Приднестровья (26)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Банк',4025),(N'Приднестровья',4025)