@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic);

/* Основные классы */

* {
padding: 0;
margin: 0;
}

html {
margin:0;
padding:0;
position:relative;
background:#dfdfdf;
}

textarea {
overflow:auto;
}

a {
text-decoration:none;
color:inherit;
}

a img {
border:none;
outline:none;
}

button, input, textarea, select {
outline:none;
font-size:14px;
font-family: PT Sans, Arial, sans-serif;
}

@media screen and (max-device-width: 1000px) 
{
    .banner-container {
        display: none;
    }
}

body {
    margin-top: 0px;
    background: #414040;
}

.top {
line-height:34px;
height:34px;
border-bottom:1px solid #373737;	
background: #3e3e3e; /* Old browsers */
background: -moz-linear-gradient(top,  #3e3e3e 0%, #1a1a1a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#1a1a1a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3e3e3e 0%,#1a1a1a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3e3e3e 0%,#1a1a1a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3e3e3e 0%,#1a1a1a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3e3e3e 0%,#1a1a1a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-9 */
}

.top a.reg {
font-style: italic;
color:#fff;	
background:url(../images/reg.png) no-repeat;
display:block;
float:left;
padding-left:30px;
line-height:25px;
font-size:15px;
margin-left:35px;
margin-top:4px;
}

.ls {
float:right;
}

.clr {
clear:both;	
}

.ls span.user {
color:#ffffff;
font-weight:bold;	
}

.ls span.user i {
color:#cbcaca;
font-weight:normal;	
}

.ls span {
margin-left:13px;	
}

.ls span.lsl a {
font-style:italic;
color:#fff;
font-weight:normal;	
}

.ls .user a {
color:#fff;	
}

.ls span.zv a {
color: #abc2e7;	
}

.ls span.zv {
color:#abc2e7;
font-style:italic;	
}

.ls a.exit {
display:inline-block;
margin-right:35px;	
margin-left:13px;
background: #acbacd; /* Old browsers */
background: -moz-linear-gradient(top,  #acbacd 0%, #8592b1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acbacd), color-stop(100%,#8592b1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #acbacd 0%,#8592b1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #acbacd 0%,#8592b1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #acbacd 0%,#8592b1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #acbacd 0%,#8592b1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbacd', endColorstr='#8592b1',GradientType=0 ); /* IE6-9 */
height:22px;
text-align:center;
line-height:22px;
border-radius:3px;
color:#ffffff;
padding-left:10px;
padding-right:10px;
    text-shadow: -1px -1px 1px #707c9a; 
}

.ls a.exit:hover {
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #dfdfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#dfdfdf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
color:#333;
text-shadow:none;	
}

#header {
height:92px;	
}

#header .logo {
background:url(../images/logo.png) no-repeat;
width:176px;
height:81px;
float:left;
display:block;
text-indent:-9999px;	
margin-left:38px;
margin-top:12px;
}

#header .banner {
float:right;
margin-right:37px;
width:738px;
height:70px;
margin-top:11px;
}

#header .banner2 {
float:right;
margin-right:37px;
width:738px;
height:70px;
position: relative;
}


.menutop {
padding-left:30px;
padding-right:30px;	
background:#fbfbfb;
height:36px;
font-size:13px;
line-height:36px;
border-top:1px solid #d2d2d2;
border-bottom:1px solid #d2d2d2;
margin-bottom:11px;
}

.menutop ul {
margin:0;
padding:0;
}

.menutop ul li {
float:left;
list-style:none;
text-transform:uppercase;
}

.menutop ul li a {
color:#262626;
padding-left:6px;
padding-right:6px;
height:36px;
display:inline-block;
}

.menutop ul li a:hover {
background: #424142; /* Old browsers */
background: -moz-linear-gradient(top,  #424142 0%, #292929 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424142), color-stop(100%,#292929)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #424142 0%,#292929 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #424142 0%,#292929 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #424142 0%,#292929 100%); /* IE10+ */
background: linear-gradient(to bottom,  #424142 0%,#292929 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424142', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
color:#fff;	
}

a.menutopadv {
font-weight: bold; 
color: #43598d; 
}

a.menutopadv:hover {
background: #424142; /* Old browsers */
background: -moz-linear-gradient(top,  #424142 0%, #292929 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#424142), color-stop(100%,#292929)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #424142 0%,#292929 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #424142 0%,#292929 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #424142 0%,#292929 100%); /* IE10+ */
background: linear-gradient(to bottom,  #424142 0%,#292929 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424142', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
color:#fff;	
}

.menutop ul li ul {padding: 10px;clear: both;position: absolute;z-index: 200;background: #1b1b1b; opacity: 0.66; margin-top: 0px; display: none; border-top: 1px solid #fff;}
    .menutop ul li ul li{clear: both; line-height: 22px;}
        .menutop ul li ul li a{font-size:14px; color: #fff; text-transform: none; padding: 0px; height: 22px; text-transform:uppercase;}
        .menutop ul li ul li a:hover{background: none;}

#wrapper {
width:1000px;
margin:0 auto;	
}



.slide .text {
color:#fff;
font-style:italic;
line-height:16px;
background:url(../images/slideinfo.png) repeat;
padding:8px 20px 10px 20px;
position:absolute;	
width:350px;
height: 32px;
font-size:12px;	
border-radius:3px;
bottom:12px;
left:22px;
z-index: 150;
}

.slide .text2 {width: 1000px; height: 74px; background: #202020; opacity: 0.8; position:absolute; bottom:0px; border-radius:3px; overflow: hidden; z-index: 100;}
    .slide .text2 p{color:#859dbc; font-size:14px; line-height:18px; margin: 20px 20px 0 0; float: right;}
    .slide .text2 p span{color:#859dbc; font-size:14px; line-height:18px; float: right;}


.infoslider {
float:right;
width:241px;
height:273px;
position:relative;
}

.infoslider .b1 {
position:absolute;
width:230px;
top:0px;
text-align:center;
text-transform:uppercase;
color:#262626;
border:5px solid #7f8cad;
border-radius:4px;	
padding-top:13px;
padding-bottom:13px;
font-size:13px;
}



.infoslider .b2 {
position:absolute;
width:240px;
bottom:0px;
text-align:center;
color:#5f5e5e;
border-radius:4px;	
padding-top:13px;
padding-bottom:13px;
font-size:12px;
font-style:italic;
line-height:18px;
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #cfcfce 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#cfcfce)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#cfcfce 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#cfcfce 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#cfcfce 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e2e2e2 0%,#cfcfce 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
}


.content {
margin-top:3px;	
}

.content2 {margin-top:5px; overflow: hidden;}

.leftblock {
float:left;
width:241px;
margin-top:9px;
}

.leftblock .icoleft a {display:block; width:197px; text-indent:-9999px; margin-bottom:20px;}
.leftblock .icoleft a.i4 {background:url(../images/kypit-prod.png) no-repeat; font-size: 14px; color: #ffc663; text-align: center; text-transform: uppercase; height:52px; margin-bottom: 40px; text-indent:0px; padding-top: 13px;}
            .leftblock .icoleft a.i4 b {font-size: 18px;}
            .leftblock .icoleft a.i4 p {text-shadow: 0 1px 1px #000; }

.leftblock .icoleft2 {
padding-top: 4px;
}
.leftblock .icoleft2 a {
display:block;
width:114px;
height:59px;	
text-indent:-9999px;
margin-bottom:0px;
}

.leftblock .icoleft2 a.i1 {
background:url(../images/buy1.jpg) no-repeat;
}

.leftblock .icoleft2 a.i1:hover {
background:url(../images/buy2.jpg) no-repeat;
}

.leftblock .icoleft2 a.i2 {
background:url(../images/sale1.jpg) no-repeat;
}

.leftblock .icoleft2 a.i2:hover {
background:url(../images/sale2.jpg) no-repeat;
}

.leftblock .icoleft a.i3 {
background:url(../images/mapbutton1.jpg) no-repeat;
height:87px;
width:241px;
}

.leftblock .icoleft a.i3:hover {
background:url(../images/mapbutton2.jpg) no-repeat;
height:87px;
width:241px;
}

.leftblock .icoleft a.i5 {
background:url(../images/trainbutton1.jpg) no-repeat;
}

.leftblock .icoleft a.i5:hover {
background:url(../images/trainbutton2.jpg) no-repeat;
}

.leftblock .icoleft3 a {
display:block;
width:239px;
height:37px;	
text-indent:-9999px;
margin-bottom:0px;
}

.leftblock .icoleft3 a.i4 {
background:url(../images/view1.jpg) no-repeat;
}

.leftblock .icoleft3 a.i4:hover {
background:url(../images/view2.jpg) no-repeat;
}

.leftblock .hr {
border-bottom:1px solid #d2d2d2;
padding-bottom:10px;
margin-top:10px;
}

.rightblock .hr {
border-bottom:1px solid #d2d2d2;
padding-bottom:10px;
margin-top:10px;
}

.leftblock .title {
display:block;
text-transform:uppercase;
color:#262626;
margin-bottom:8px;
margin-top:8px;
line-height:15px;
}

.leftblock .title2 {
height:42px;
line-height:42px;
text-transform:uppercase;
background:#e7e6e7;	
padding-left:22px;
border-radius:5px 5px 0px 0px;
margin-bottom:10px;
}

.leftblock .title2 a {
text-decoration:underline;
}

.rightblock .title {
display:block;
text-transform:uppercase;
color:#262626;
margin-bottom:8px;
margin-top:8px;
line-height:15px;
}

.leftblock hr.dashed {
border-bottom:1px dashed #d2d2d2;
border-top:0;	
margin-top:18px;
margin-bottom:18px;
}

.leftblock ul.number {
margin-left:0;
padding:0;	
}

.leftblock ul.number li {
color:#1d1d1d;
list-style:none;
font-size:12px;	
line-height:20px;
}

.leftblock ul.number li a {
text-decoration:underline;
color:#707c9a;	
}

.leftblock, .rightblock {
padding-bottom:15px;	
}

.rightblock {
float:right;
width:152px;
margin-top:12px;
}

    .rightblock .baner {
        position: relative;
        margin-bottom: 12px;
    }

.banner-text-block {
    position: absolute;
    bottom: 3px;
    right: 2px;
    background-color: black;
    opacity: 0.3;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.banner-text-block2 {
    position: absolute;
    bottom: 12px;
    right: 2px;
    background-color: black;
    opacity: 0.3;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-size:8px;
}

.centerblock {
border-left:3px solid #e9e8e8;
border-right:3px solid #e9e8e8;
padding-left:13px;
padding-right:13px;
float:left;
margin-left:13px;
margin-right:13px;
width:549px;
margin-top:3px;	
margin-bottom:9px;
padding-bottom:10px;
}


.centerblock .ptitl {
height:30px;
border-bottom:1px solid #d2d2d2;
padding-bottom:1px;	
line-height:30px;
}

.centerblock .ptitl .h2 {
margin:0;
float:left;
font-weight:normal;
font-size:14px;
text-transform:uppercase;	
}

.modaltitle .mttext
{
    font-weight:normal;
    font-size:14px;
    text-transform:uppercase;
}

.centerblock ul.links {
float:right;
margin:0;
padding:0;	
}

.centerblock  ul.links li {
border-left:1px solid #d2d2d2;	
list-style:none;
float:left;
height:28px;
line-height:26px;
padding-left:5px;
padding-right:5px;
}

.centerblock .links a {
display:inline;
color:#43598d;
text-decoration:underline;	
font-size:12px;
}

.centerblock  ul.links li.last {
padding-right:0px;	
}

.centerblock .btitl {
height:30px;
border-top:1px solid #d2d2d2;
padding-top:3px;	
line-height:30px;
}

.lisnews ul {
margin:0;
padding:0;	
}

.lisnews ul li {
list-style:none;	
}


.lisnews ul li.new .images {
float:left;	
width:131px;
height:123px;
overflow:hidden;
margin-right:18px;
border-radius:4px;	
}

.lisnews ul li.new .images img {
height:123px;
display:block;
margin:0;
border-radius:4px;	
}


.lisnews ul li.new a.title {
text-decoration:none;
color:#43598d;
font-size:17px;
line-height:17px;
}


.lisnews ul li.new span.category {
display:block;	
}

.lisnews ul li.new span.category a{
color:#43598d;
font-size:12px;
text-decoration:underline;	
}

.lisnews ul li.new .textnew {
margin-top:8px;
height:55px;
color:#686868;	
font-size:13px;
line-height:18px;
text-overflow:ellipsis;
 overflow: hidden;
}


.lisnews ul li.new .shorty {
float:right;
width:439px;
overflow: hidden;
text-overflow: ellipsis;	
}

.lisnews ul li.new .inf {
margin-top:5px;	
}

.lisnews ul li.new .inf span{
color:#8e8e8e;
font-style:italic;	
font-size:12px;
height:18px;
display:inline-block;
line-height:18px;
}

.lisnews ul li.new .inf span a{
color:#8e8e8e;
text-decoration:none;	
}

.lisnews ul li.new .inf span.href{
background:url(../images/ref.png) no-repeat;
padding-left:22px;	
margin-left:5px;
}


.lisnews ul li.new .inf span.date{
background:url(../images/date.png) no-repeat;
padding-left:22px;	
padding-right:10px;
border-right:1px solid #d2d2d2;
}

.lisnews ul li.first {
border-top:1px dashed #f1f1f1;
}

.lisnews ul li {
border-top:1px dashed #c1c1c1;
padding-top:20px;
margin-bottom:20px;	
}

.footer {
background: #3e3e3e; /* Old browsers */
background: -moz-linear-gradient(top,  #3e3e3e 0%, #1b1b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3e3e3e 0%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3e3e3e 0%,#1b1b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3e3e3e 0%,#1b1b1b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3e3e3e 0%,#1b1b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
padding-left:38px;
padding-right:38px;	
padding-top:25px;
padding-bottom:25px;
}


.footer .copyright {
color:#fff;
font-size:13px;	
line-height:17px;
float:left;
width:335px;
}

.footer .menu {
float:right;
text-align:right;
color:#fff;
font-style:italic;	
width:449px;
}

.footer .menu ul{
margin:0;
padding:0;	
}

.footer .menu ul li {
list-style:none;
display:inline;
margin-left:12px;	
}

.footer .counter {
margin-top:10px;
margin-left:116px;
float:left;	
}

.footer .counter ul {
margin:0;
padding:0;	
}

.footer ul li {
list-style:none;
display:inline;	
}

.footer ul li a {
color:#fff;
}

.footer .copyright a {
color:#fff;	
}







/* about */
.about h1, .diagram h1, .byerdefault h1, .manuf h1, .exfile h1, .navigation h1 {
margin: 0;
font-weight: normal;
font-size: 14px;
text-transform: uppercase;
border-bottom: 1px solid #d2d2d2;
padding-bottom: 1px;
line-height: 23px;
margin-bottom:14px;	
color:#000;
}

.navigation h3 {
margin: 0;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
padding-bottom: 5px;
line-height: 23px;
color:#43598d;
text-decoration: underline;
}

.page {
margin-bottom:24px;
color:#686868;	
}

.about img {
float:left;	
margin-right:5px;
margin-bottom:5px;
}

.about h3 {
color: #262626;
font-weight: normal;
font-size: 17px;
margin-top: 11px;
margin-bottom: 7px; margin-left: -1px;
}

.about h3.first_after_pic {
margin-top: -1px;
}

.about h3 span {
color:#344a82;
font-weight:bold;	
}


.about ul {
margin:0;
padding:0;	
}

.about ul li {
color:#686868;
line-height:26px;
list-style:none;
background:url(../images/aboutli.png) left no-repeat;
padding-left:15px;
font-size:13px;
}


.about hr {
border-bottom: 1px dashed #d2d2d2;
border-top: 0;
margin-top: 12px;
margin-bottom: 12px;
}

/*material list */

.matlist .centerblock{
width: 819px;
margin-left:0px;
padding-left:0px;
border-left:none;	 
}

 
.matlist .centerblock .lisnews ul li.new .shorty {
width: 670px; 
}

/* diagrama */
.diagramform {
background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(top,  #e8e8e8 0%, #cfcfce 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#cfcfce)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e8e8e8 0%,#cfcfce 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e8e8e8 0%,#cfcfce 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e8e8e8 0%,#cfcfce 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e8e8e8 0%,#cfcfce 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
padding-top:20px;
padding-bottom:40px;	
border-radius:4px;
margin-bottom:20px;
}

.diagramform img{
display:block;
margin:0 auto;	
}


/* byerdefault */
.byerdefault {
font-size:13px;
line-height:20px;
}

.byerdefault_tbl {
border-spacing: 0;
}

.byerdefault span.text {
color:#686868;
}

.byerdefault table {
font-size:13px;
margin-top:-8px;
margin-bottom:8px;	
}

.byerdefault table tr td:first-child{
width:104px;	
padding-right:35px;
}

.byerdefault table tr td{
width:100%;	
color:#686868;
padding-bottom:8px;
padding-top:8px;
border-bottom:1px dashed #c1c1c1;
}

.byerdefault table tr td b{
color:#000;
}

.byerdefault table tr td a {
color:#5672b8;
font-style:italic;
text-decoration:underline;	
}



.byerdefault hr {
border-bottom: 1px dashed #d2d2d2;
border-top: 0;
margin-top: 12px;
margin-bottom: 12px;
}

.byerdefault span.history {
background:url(../images/history.png) no-repeat;
font-weight:bold;
display:inline-block;
padding-left:28px;
margin-top:10px;
}

.byerdefault span.history a {color: #5672b8; text-decoration: underline;}

.byerdefault span.error {
display:block;
margin-top:10px;
color:#d80150;
}

.byerdefault span.error a{ 
color:#5672b8;
text-decoration:underline;
}

.byerdefault span.st b {
margin-right:10px;
color:#000;	
}

.byerdefault span.st {
color:#686868;
display:block;	
margin-bottom:15px;
}

.byerdefault .yandexmap {
background:#ffffff;
padding:10px;
}



/*manufactyry list */
.manuf .forms {
background: #e1e1e1; /* Old browsers */
background: -moz-linear-gradient(top,  #e1e1e1 0%, #cfcfce 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#cfcfce)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e1e1e1 0%,#cfcfce 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e1e1e1 0%,#cfcfce 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e1e1e1 0%,#cfcfce 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e1e1e1 0%,#cfcfce 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
border-radius:3px;
padding: 9px 42px 11px;
color:#686868;
}

.demand 
{
margin:5px 0px 20px 0px;
border-radius:3px;
border: 1px solid #d2d2d2;
padding: 0px;
color:#686868;
}

.demand .dtab
{
    width:100%;
    padding: 10px 15px 10px 15px;
    cursor:pointer;
}

/* paginator */
.paginator {
color:#5672b8;
font-size:14px;	
text-align:center;
margin-top:10px;
margin-bottom:10px;
line-height:22px;
}

.paginator span {
font-size:13px;	
}

.paginator a {
color:#5672b8;
text-decoration:underline;	
margin-left:2px;
margin-right:2px;
}


.paginator a.active {
color:#000;
font-weight:bold;
font-size:16px;	
}

.paginator a.prew {
background:url(../images/navi.png) 0px 0px no-repeat;
height:22px;
width:22px;
display:inline-block;
text-decoration:none;
margin-right:0px;	
}

.paginator a.next {
background:url(../images/navi.png) -189px 0px no-repeat;
height:22px;
width:22px;
display:inline-block;
text-decoration:none;
margin-right:0px;	
}


/* listting */
.manuf ul.listing {
margin:0;
padding:0;
border-top:1px dashed #c1c1c1;	
}

.manuf ul.listing li {
list-style:none;
padding-top:11px;
padding-bottom:11px;
border-bottom:1px dashed #c1c1c1;
background:url(../images/listing.png) left center no-repeat;
padding-left:23px;
position:relative;
}

.manuf ul.listing li a {
color:#5672b8;
text-decoration:underline;	
}

.manuf ul.listing li i {
color:#000000;
font-size:13px;
}


.forms table.buyer {
width:100%;
font-size:13px;
line-height:13px;
margin-top:10px;	
}

.forms table.buyer td{
padding-bottom:5px;
padding-top:8px;	
}

.forms table.buyer  .selectbox {
margin-left:0px;
margin-right:0px;	
}

.forms table.buyer input[type="text"] {
background:#ffffff;
	padding-left:6px;
	padding-right:6px;
	height:20px;
	color:#000;
	font-size:13px;
	margin-top:-1px;
	border:1px solid #c0c0c0;
	border-radius:3px;
	margin-left:0px;	
} 

.forms table.buyer .selectbox .select {
width: 244px;
}

.manuf .forms {
position:relative;	
}

.manuf .sebut {
text-align: center;
border-radius:3px;
margin-top:-3px;
position:relative;
line-height: 45px;
height: 42px;
background: #3e3e3e;
background: -moz-linear-gradient(top, #3e3e3e 0%, #1a1a1a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#1a1a1a));
background: -webkit-linear-gradient(top, #3e3e3e 0%,#1a1a1a 100%);
background: -o-linear-gradient(top, #3e3e3e 0%,#1a1a1a 100%);
background: -ms-linear-gradient(top, #3e3e3e 0%,#1a1a1a 100%);
background: linear-gradient(to bottom, #3e3e3e 0%,#1a1a1a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1a1a1a',GradientType=0 );	
}

.manuf .sebut .button{
background: #acbacd;
background: -moz-linear-gradient(top, #acbacd 0%, #8592b1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acbacd), color-stop(100%,#8592b1));
background: -webkit-linear-gradient(top, #acbacd 0%,#8592b1 100%);
background: -o-linear-gradient(top, #acbacd 0%,#8592b1 100%);
background: -ms-linear-gradient(top, #acbacd 0%,#8592b1 100%);
background: linear-gradient(to bottom, #acbacd 0%,#8592b1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbacd', endColorstr='#8592b1',GradientType=0 );
height: 25px;
line-height:23px;
text-align: center;
border-radius: 3px;
color: #ffffff;
text-shadow: -1px -1px 1px #707c9a;	
border:none;
font-size:14px;
margin:0 auto;
width:85px;
cursor:pointer;
text-decoration:none;
padding:4px 25px 4px 25px;
}

.loginbutton {
    background: #acbacd;
    background: -moz-linear-gradient(top, #acbacd 0%, #8592b1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acbacd), color-stop(100%,#8592b1));
    background: -webkit-linear-gradient(top, #acbacd 0%,#8592b1 100%);
    background: -o-linear-gradient(top, #acbacd 0%,#8592b1 100%);
    background: -ms-linear-gradient(top, #acbacd 0%,#8592b1 100%);
    background: linear-gradient(to bottom, #acbacd 0%,#8592b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbacd', endColorstr='#8592b1',GradientType=0 );
    height: 25px;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    text-shadow: -1px -1px 1px #707c9a;
    border: none;
    font-size: 14px;
    margin: 0 auto;
    width: 85px;
    cursor: pointer;
    text-decoration: none;
    padding: 4px 25px 4px 25px;
}

    .loginbutton:hover {
        background: #fefefe; /* Old browsers */
        background: -moz-linear-gradient(top, #fefefe 0%, #dfdfdf 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fefefe 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fefefe 0%,#dfdfdf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fefefe 0%,#dfdfdf 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fefefe 0%,#dfdfdf 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
        color: #333;
        text-shadow: none;
    }

.button-manuf {
        background: #acbacd;
        background: -moz-linear-gradient(top, #acbacd 0%, #8592b1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acbacd), color-stop(100%,#8592b1));
        background: -webkit-linear-gradient(top, #acbacd 0%,#8592b1 100%);
        background: -o-linear-gradient(top, #acbacd 0%,#8592b1 100%);
        background: -ms-linear-gradient(top, #acbacd 0%,#8592b1 100%);
        background: linear-gradient(to bottom, #acbacd 0%,#8592b1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbacd', endColorstr='#8592b1',GradientType=0 );
        height: 25px;
        line-height: 23px;
        text-align: center;
        border-radius: 3px;
        color: #ffffff;
        text-shadow: -1px -1px 1px #707c9a;
        border: none;
        font-size: 14px;
        margin: 0 auto;
        width: 85px;
        cursor: pointer;
        text-decoration: none;
        padding: 4px 25px 4px 25px;
    }

.manuf .sebut .button:hover {
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #dfdfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#dfdfdf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
color:#333;
text-shadow:none;		
}

.tabs_container {
    padding: 30px 10px;
    overflow: hidden;
    position: relative;
    background: #e0e0e0;
    border: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    z-index: 50;
}

.tabs_container-bi {
    padding: 2px 2px 0px 2px;
    overflow: hidden;
    position: relative;
    background: #878887;
    border: 1px solid #878887;
    border-top: 1px solid #878887;
    z-index: 50;
}

.tabulousclear {
	display: block;
	clear: both;
}

.menudem {
width: 820px;
margin: 0 auto;
}

.menudem ul {
	position: relative;
    z-index: 100;
}

.menudem ul li {
    float: left;
    margin-right: 2px;
    list-style: none;
    border: 1px solid #c1c1c1;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 100;
    margin-bottom: -1px;
}

.menudem ul li a:hover {
	background: rgb(224, 224, 224);
    color: #000;
}

.menudem ul li a {
    display: block;
    padding: 12px 15px;
    background: #1b1b1b;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.menudem ul li a.sel 
{
    background: rgb(224, 224, 224) !important;
    color: #000 !important;
}

.menudem ul li i, .menudem ul li i a {
color:#a2b8da;	
}

.menudem {
width: 820px;
margin: 0 auto;
}

.menudem ul {
	position: relative;
    z-index: 100;
}

.menudem ul li {
    float: left;
    margin-right: 2px;
    list-style: none;
    border: 1px solid #c1c1c1;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 100;
    margin-bottom: -1px;
}

.menudem ul li a:hover {
	background: rgb(224, 224, 224);
    color: #000;
}

.menudem ul li a {
    display: block;
    padding: 12px 15px;
    background: #1b1b1b;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.menudem ul li a.sel 
{
    background: rgb(224, 224, 224) !important;
    color: #000 !important;
}

.menudem ul li i, .menudem ul li i a {
color:#a2b8da;	
}

.menudem ul li.first 
{
}

.menudem {
    width: 820px;
    margin: 0 auto;
}

    .menudem ul {
        position: relative;
        z-index: 100;
    }

        .menudem ul li {
            float: left;
            margin-right: 2px;
            list-style: none;
            border: 1px solid #c1c1c1;
            border-bottom: 1px solid #e0e0e0;
            position: relative;
            z-index: 100;
            margin-bottom: -1px;
        }

            .menudem ul li a:hover {
                background: rgb(224, 224, 224);
                color: #000;
            }

            .menudem ul li a {
                display: block;
                padding: 12px 15px;
                background: #1b1b1b;
                text-decoration: none;
                color: #fff;
                font-size: 14px;
            }

                .menudem ul li a.sel {
                    background: rgb(224, 224, 224) !important;
                    color: #000 !important;
                }

            .menudem ul li i, .menudem ul li i a {
                color: #a2b8da;
            }

.menudem-bi {
    width: 820px;
    margin: 0 auto;
}

.menudem-bi ul {
    position: relative;
    z-index: 100;
}

    .menudem-bi ul li {
        float: left;
        margin-right: 2px;
        list-style: none;
        border: 1px solid #878887;
        border-bottom: 1px solid #878887;
        position: relative;
        z-index: 100;
        margin-bottom: -1px;
    }

    .menudem-bi ul li a:hover {
        background: #878887;
    }


        .menudem-bi ul li a {
            display: block;
            background: #202020;
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            padding: 0px 13px;
        }

        .menudem-bi ul li a.sel {
            background: #878887 !important;
        }

.menudem-bi ul li i, .menudem ul li i a {
    color: #a2b8da;
}

.mbdem table {
width:100%;
border-spacing:0;
border-collapse:collapse;
font-size:13px;
}

.mbdem table tr.first td {
width:33.333%;
font-style:normal;
background: rgb(222,222,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,222,221,1) 0%, rgba(207,207,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,221,1)), color-stop(100%,rgba(207,207,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dededd', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
border-bottom:none;
color:#323232;
padding:8px;
}

.mbdem table tr.first td:first-child {
border-radius: 3px 0px 0px 3px;	
text-align:center;
}


.mbdem table tr.first td:last-child {
border-radius: 0px 3px 3px 0px;	
}


.mbdem table td {
text-align:center;	
padding:15px;
font-style:italic;	
border-bottom:1px dashed #c1c1c1;
border-left:1px dashed #c1c1c1;
color:#000;
}

.mbdem table td:first-child{
padding-left: 0;
border-left:none;	
text-align:left;
}

.mbdem table tr td a {
color:#5672b8;
font-style:normal;
text-decoration:underline;
}

.mbdem table tr td span {
background:url(../images/listing.png) 0px 0px no-repeat;
padding-left:18px;		
}

.menudem2 {
width: 820px;
margin: 0 auto;
margin-bottom:58px;
}

.menudem2 ul {
	position: relative;
    z-index: 100;
}

.menudem2 ul li {
    float: left;
    margin-right: 2px;
    list-style: none;
    border: 1px solid #c1c1c1;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 100;
    margin-bottom: -1px;
}

.menudem2 ul li a:hover {
	background: rgb(224, 224, 224);
    color: #000;
}

.menudem2 ul li a {
    display: block;
    padding: 12px 15px;
    background: #1b1b1b;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.menudem2 ul li a.sel 
{
    background: rgb(224, 224, 224) !important;
    color: #000 !important;
}

.menudem2 ul li i, .menudem2 ul li i a {
color:#a2b8da;	
}

.menudem2 ul li.first 
{
}


.bbs b {
color:#000;	
display:block;
margin-bottom:22px;	
}

.bbs table {
/*width:749px;*/
margin:0 auto;
border-spacing:0;
border-collapse:collapse;
}

.bbs table.bbst {
margin: 0;
}

.forms table.bbst .selectbox .select {
width: 247px;
}

.bbs table.bbst tr td {
vertical-align:top;	
/*border-bottom:1px dashed #fff;*/
padding-bottom:17px;
padding-top:17px;
}

.bbs table.bbst tr.linesep td {
height: 1px;
padding: 0;
border-spacing: 0;
font-size: 0;
background: url("../images/sep.png") repeat-x 0 0;
}

.bbs table.bbst tr td.td_l {
padding-top: 17px;
}

.bbs table.bbst .selectbox {
margin-top: 1px;
}

.bbs table.bbst tr td textarea{
width:270px;
background:#fff;
overflow:auto;
height:71px;
border-radius:3px;
border: 1px solid #c0c0c0;	
margin-left:25px;
margin-right: 7px;
vertical-align: top;
}

.bbs table.bbst tr td a {
background:url(../images/del.png) no-repeat;
display:block;
height:12px;
width:12px;	
}

.bbs .selectbox .select {
margin-left:15px;	
}

.bbs table.feedback tr td.ttt .select {
margin-left:0px;
}

.bbs table tr td sub {
color:#dd0656;	
font-size:15px;
margin-left:3px;
}



.bbs table.feed {
margin: 11px 0 0 0;	
}

.bbs table.feed tr td {
vertical-align:top;	
padding-bottom:4px;
padding-top:4px;
}

.bbs table.feed tr td.td_l {
padding-top: 7px;
padding-right: 20px;
}

.bbs table.feed tr td textarea{
width:466px;
background:#fff;
overflow:auto;
height:111px;
border-radius:3px;
border: 1px solid #c0c0c0;
padding:3px;	
}

.bbs table.feed tr td input[type="text"]{
width:466px;
background:#fff;
padding:0 3px;
overflow:auto;
height:22px;
border-radius:3px;
border: 1px solid #c0c0c0;	
}


.bbs table.feed tr.mail td {
/*border-bottom:1px dashed #fff;*/
padding-bottom:11px;
}

.bbs table.feed tr.linesep td {
height: 2px;
padding: 0;
border-spacing: 0;
font-size: 0;
background: url("../images/sep.png") repeat-x 0 0;
}

.bbs table.feed tr.texta td {
padding-top:14px;
}


.captha  {
font-size:13px;	
}

.bbs table.feed tr td .captha input[type="text"] {
width:76px;
margin-top:9px;
background:#fff;
padding:0 3px;
overflow:auto;
height:22px;
border-radius:3px;
border: 1px solid #c0c0c0;		
}

.captha img{
width:183px;
height:50px;
float:left;
display:block;
margin-right:15px;	
}

.suplist a.sp {
color:#7f8cad;
font-size:14px;
text-decoration:underline;
margin-left:10px;
}

.suplist a.fullsp {
text-align:right;
display:block;
float:right;
color:#7f8cad;
font-size:14px;
text-decoration:underline;
margin-left:10px;
margin-right: 23px;
background:url(../images/fullsp.png) right no-repeat;
padding-right:20px;
}

.listing input[type="checkbox"] {
right:0px;
top:22px;
position:absolute;
}

.sebut a {
color:#fff;
text-decoration:underline;
margin-left:10px;	
}

.sextra {
font-size: 13px;
line-height: 13px;	
}

.sextra .selectbox  {
margin-left:10px;	
}

.sextra tr td {
padding-bottom:10px;	
}

.sextra .wf .selectbox .select{
width:575px;	
}


.sextra .wf .selectbox .dropdown {
width:600px;	
}

.sextra td .selectbox .select {
width:230px;	
}

.sextra tr td a.add {
background:url(../images/add.png) no-repeat;
display:inline-block;
width:15px;
height:15px;
margin-left:6px;	
text-decoration:none;
}

.sextra tr td input[type="text"] {
background: #ffffff;
width: 240px;
padding-left: 6px;
padding-right: 6px;
height: 22px;
color: #000;
font-size: 13px;
margin-top: -1px;
border: 1px solid #c0c0c0;
border-radius: 3px;
margin-left: 10px;	
}

.sextra tr td a.del {
background:url(../images/del.png) no-repeat;
display:inline-block;
height:12px;
width:12px;	
margin-left:7px;
}

.suplist a.op {
margin-bottom:14px;
margin-top:-10px;
margin-right:-147px;	
}

.suplist .lineb {
margin-top:14px;
border-bottom:1px dashed #fff;	
margin-right:170px;
}



/*Feedback*/
.bbs table.feedback tr td {
vertical-align:top;	
padding-bottom:4px;
padding-top:4px;
}

.bbs table.feedback tr td.td_l {
padding-top: 7px;
padding-right: 35px;
}

.bbs table.feedback tr td textarea{
width:466px;
background:#fff;
overflow:auto;
height:111px;
border-radius:3px;
border: 1px solid #c0c0c0;
padding:3px;	
}

.bbs table.feedback tr td input[type="text"]{
width:466px;
background:#fff;
padding:3px;
overflow:auto;
height:19px;
border-radius:3px;
border: 1px solid #c0c0c0;	
}

.bbs table.feedback tr td select{
width:466px;
overflow:auto;
padding:3px;
}


.bbs table.feedback tr.mail td {
padding-bottom:14px;
}

.bbs table.feedback tr.texta td {
padding-top:14px;
}


.captha  {
font-size:13px;	
}

.bbs table.feedback tr td .captha input[type="text"] {
width:76px;
margin-top:9px;
background:#fff;
padding:0 3px;
overflow:auto;
height:22px;
border-radius:3px;
border: 1px solid #c0c0c0;		
}

.captha img{
width:183px;
height:50px;
float:left;
display:block;
margin-right:15px;	
}

.supinfo {
color:#686868;
height:40px;
line-height:40px;	
text-align:center;
}

.supinfo sub {
color: #dd0656;
font-size: 15px;
margin-left: 3px;
}



.gost .centerblock{
width: 639px;
margin-left:10px;
padding-left:12px;
float:left;	 	
}


.gost .leftblock{
width: 185px; 
}


.manuf ul.gosts {
border-top:0;
margin-top: -10px;	
}

.manuf ul.gosts li:last-child {
border-bottom:0;	
}

.manuf ul.gosts li {
background:url(../images/dnw.png) left center no-repeat;	
padding-top: 11px;
padding-bottom: 11px;
padding-left: 35px;
position: relative;
}

.nmi {
margin-top: 14px;
}

.nmi ul {
margin:0;
padding:0;	
}

.nmi ul li {
list-style:none;	
}

.nmi ul li a {
text-decoration:none;
text-transform:uppercase;
color:#fff;
display:block;
background: rgb(84,83,84); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(84,83,84,1) 0%, rgba(44,44,44,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,83,84,1)), color-stop(100%,rgba(44,44,44,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(84,83,84,1) 0%,rgba(44,44,44,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(84,83,84,1) 0%,rgba(44,44,44,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(84,83,84,1) 0%,rgba(44,44,44,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(84,83,84,1) 0%,rgba(44,44,44,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545354', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
border-radius:3px;
height:24px;
line-height:24px;	
margin-bottom:6px;
padding-left:16px;
font-size:13px;
}

.nmi ul li.active a {
background:none;
color:#617cc1;	
}

.manuf h1 span{
text-transform:lowercase;
}

.exfile h1 span{
text-transform:lowercase;
}


.shb {
color:#686868;	
line-height:18px;
font-size:14px;
}

.shb i b {
color:#000;	
}

.shb h3 {
margin-top: 11px;
margin-bottom: 13px;
color:#344a82;
font-size:17px;	
}

.shb ul {
margin-top:14px;
margin-bottom:14px;
margin-left:0px;
padding:0;	
}

.shb ul li {
list-style:none;
line-height:28px;	
background:url(../images/shtr.png) left center no-repeat;
padding-left:20px;
font-size:13px;
}

.shb hr {
border-bottom:1px dashed #c1c1c1;
border-top:0px;
margin-top:26px;	
}


.menudem {
position:relative;	
}

.menudem2 span.refresh {
color:#d0cfcf;
font-size:12px;
position:absolute;
right:15px;
top:0px;	
}

.lab .formre {
border:1px solid #d2d2d2;	
border-radius:5px;
padding-bottom:14px;
margin-bottom:15px;
background-color:White;
}

.lab .formre .title {
height:42px;
line-height:42px;
text-transform:uppercase;
background:#ffffff;	
padding-left:22px;
border-radius:5px 5px 0px 0px;
margin-bottom:10px;
}

.lab .wfix {
width:776px;
margin:0 auto;
padding-left:10px;
}

.lab .wfix_buyer {
width: 100%;
}

.lab .wfix span.name {
display:block;
margin-bottom:15px;	
}

.lab .wfix span.name a{
color:#7f8cad;
text-decoration:underline;

}

.lab .har {
color:#686868;
font-size:13px;		
}

.lab .har label {
margin-left:10px;	
}

.lab .nsub {
margin-top:13px;
}

.lab hr.dashed {
border-bottom:1px dashed #d2d2d2;
border-top:0px;
margin-top:16px;
margin-bottom:16px;	
}

.lab hr.solid {
border-bottom:1px solid #d2d2d2;
border-top:0px;
margin-top:16px;
margin-bottom:16px;	
}

.lab span.def {
padding-left:30px;	
}

.lab .position {
text-align:center;
text-transform:uppercase;
float:left;
margin-right:26px;
}

.lab .position div {
margin-top:9px;	
}

.lab .lst {
margin-right:0px;	
}

.adv {

}

.forms table.adv {
width:100%;
margin:0 auto;	
}

.forms table.adv td {
padding-bottom:0;
padding-left:20px;
padding-top:0;
}

.forms table.adv td a{
color:#7f8cad;
text-decoration:underline;
font-size:14px;	
}

.forms table.adv td .selectbox .select {
width:450px;
}


.forms table.adv td  .selectbox .dropdown  {
width:501px;	
}

.cpt div{
color:#686868;
margin-bottom:10px;	
}

.formre table.conf {
width:100%;	
margin-top:20px;
}

.formre table.conf tr td {
border-top:1px dashed #c1c1c1;
padding-top:5px;
padding-bottom:5px;	
color:#686868;
font-size:13px;
}

.adp .formre {
padding-bottom:0;	
}

.formre table.conf tr td.first {
padding-left:20px;
width:100px;
}

.formre table.conf tr td b {
color:#000;	
}


.newob .forms .selectbox .select {
margin-left:0;
width:451px;
margin-bottom:4px;
}

.newob .forms .selectbox .dropdown {
width:474px;	
}

.newob .bbs table.feedback tr.linesep td {
height: 7px;
padding: 0;
border-spacing: 0;
font-size: 0;
background: url("../images/sep.png") repeat-x 0 4px;
}

.newob .bbs table.feedback tr.linesep2 td {
height: 13px;
}

.newob .bbs table.feedback tr.line td {
/*border-bottom:1px dashed #fff;*/
padding-bottom:10px;	
}

.newob .bbs table.feedback tr.pad td {
padding-top:10px;	
}

.newob .bbs table.feedback tr.pad td.td_l {
padding-top: 13px;
}

.newob table tr td label {
font-size:13px;
float: left;
margin: 5px 0 0 0;	
}

.newob table tr td .chk {
float: left;
margin: 7px 4px 0 10px;
}

.newob .bbs table {
width:762px;	
}



.newob .bbs table.feedback tr td span.otsp {
margin-left:13px;
float:left;	
line-height:29px;
font-size:13px;
}

.newob #charsLeft, .newob #charsin {
width:50px;
float:right;
margin-left:10px;
color: #686868;
text-align:center;
background: #fff;
padding: 3px;
height: 19px;
line-height:19px;
border-radius: 3px;
border: 1px solid #c0c0c0;
}

.newob .sebut .button {
width:116px;	
}

.newob .sebut a {
text-decoration:none;	
}

.infonwe {
color:#686868;	
width: 762px;
margin:0 auto;
}

.infonwe span {
color:#dd0656;	
}

.pst table td{
color:#686868;
font-size:13px;	
}

.pst ul {
margin-top:10px;
margin-left:0;
padding:0;	
}

.pst ul li {
list-style:none;
color:#686868;
font-size:13px;	
}

.pst ul li span {
float:left;	
}

.pst a.add {
background:url(../images/add.png) no-repeat;
display:inline-block;
width:15px;
height:15px;
margin-left:9px;	
text-decoration:none;
margin-top: 4px;
}

.pst a.del {
background:url(../images/del.png) no-repeat;
display:inline-block;
height:12px;
width:12px;	
margin-left:7px;
margin-top:5px;
}

.pst table td input[type="text"] {
width:166px;
background:#fff;
padding:3px;
height:15px;
border-radius:3px;
border: 1px solid #c0c0c0;
margin-left:3px;
margin-right:14px;		
}


.filter .info {
color:#686868;
font-size:14px;
margin-bottom:30px;	
}

.filter2 {
    color: #686868;
    font-size: 14px;
    margin-bottom: 30px;
}

.filter table {
width:100%;
border-spacing:0;
border-collapse:collapse;
font-size:13px;
}

.filter table tr.first td {
font-style:normal;
background: rgb(222,222,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,222,221,1) 0%, rgba(207,207,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,221,1)), color-stop(100%,rgba(207,207,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dededd', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
border-bottom:none;
color:#323232;
padding:8px;
}

.filter table tr.first td:first-child {
border-radius: 3px 0px 0px 3px;	
text-align:center;
}


.filter table tr.first td:last-child {
border-radius: 0px 3px 3px 0px;	
}



.filter table tr.lst td:first-child {
border-radius: 3px 0px 0px 3px;	
text-align:center;
}


.filter table tr.lst td:last-child {
border-radius: 0px 3px 3px 0px;	
}


.filter table td {
text-align:center;	
padding:15px;
font-style:italic;	
border-bottom:1px dashed #c1c1c1;
border-left:1px dashed #c1c1c1;
color:#000;
}

.filter table td:first-child{
border-left:none;	
text-align:left;
}

.filter table tr td a {
color:#5672b8;
font-style:normal;
text-decoration:underline;
}

.filter table tr td span {
background:url(../images/listing.png) 0px 0px no-repeat;
padding-left:18px;		
}



.filter table tr.lst td {
background: rgb(82,81,81); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(82,81,81,1) 0%, rgba(45,45,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,81,81,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525151', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
border-top:1px solid #f1f1f1;
color:#a3b0c7;
padding:8px;
}

.filter table {
width:100%;
border-spacing:0;
border-collapse:collapse;
font-size:13px;
}

.filter table tr.first td {
font-style:normal;
background: rgb(222,222,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,222,221,1) 0%, rgba(207,207,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,221,1)), color-stop(100%,rgba(207,207,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dededd', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
border-bottom:none;
color:#323232;
padding:8px;
}

.filter table tr.first td:first-child {
border-radius: 3px 0px 0px 3px;	
text-align:center;
}


.filter table tr.first td:last-child {
border-radius: 0px 3px 3px 0px;	
}



.filter table tr.lst td:first-child {
border-radius: 3px 0px 0px 3px;	
text-align:center;
}


.filter table tr.lst td:last-child {
border-radius: 0px 3px 3px 0px;	
}


.filter table td {
text-align:center;	
padding:15px;
font-style:italic;	
border-bottom:1px dashed #c1c1c1;
border-left:1px dashed #c1c1c1;
color:#000;
}

.filter table td:first-child{
border-left:none;	
text-align:left;
}

.filter table tr td a {
color:#5672b8;
font-style:normal;
text-decoration:underline;
}

.filter table tr td span {
background:url(../images/listing.png) 0px 0px no-repeat;
padding-left:18px;		
}



.filter table tr.lst td {
background: rgb(82,81,81); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(82,81,81,1) 0%, rgba(45,45,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,81,81,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525151', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
border-top:1px solid #f1f1f1;
color:#a3b0c7;
padding:8px;
}

.filter2 table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 13px;
}

.filter2 table tr.first td {
    font-style: normal;
    background: rgb(222,222,221); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(222,222,221,1) 0%, rgba(207,207,206,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,221,1)), color-stop(100%,rgba(207,207,206,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dededd', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
    border-bottom: none;
    color: #323232;
    padding: 8px;
}

    .filter2 table tr.first td:first-child {
        border-radius: 3px 0px 0px 3px;
        text-align: center;
    }


    .filter2 table tr.first td:last-child {
        border-radius: 0px 3px 3px 0px;
    }



.filter2 table tr.lst td:first-child {
    border-radius: 3px 0px 0px 3px;
    text-align: center;
}


.filter2 table tr.lst td:last-child {
    border-radius: 0px 3px 3px 0px;
}


.filter2 table td {
    text-align: center;
    padding: 10px;
    font-style: italic;
    border-bottom: 1px dashed #c1c1c1;
    border-left: 1px dashed #c1c1c1;
    color: #000;
}

    .filter2 table td:first-child {
        border-left: none;
        text-align: left;
    }

.filter2 table tr td a {
    color: #5672b8;
    font-style: normal;
    text-decoration: underline;
}

.filter2 table tr td span {
    background: url(../images/listing.png) 0px 0px no-repeat;
    padding-left: 18px;
}



.filter2 table tr.lst td {
    background: rgb(82,81,81); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(82,81,81,1) 0%, rgba(45,45,45,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,81,81,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525151', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #f1f1f1;
    color: #a3b0c7;
    padding: 8px;
}


.disloc table {
width:100%;
border-spacing:0;
border-collapse:collapse;
font-size:13px;
}

.disloc table tr.first td {
font-style:normal;
background: rgb(222,222,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,222,221,1) 0%, rgba(207,207,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,221,1)), color-stop(100%,rgba(207,207,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dededd', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
border-bottom:none;
color:#323232;
padding:8px;
}

.disloc table tr.first td:first-child {
border-radius: 3px 0px 0px 3px;	
text-align:center;
}


.disloc table tr.first td:last-child {
border-radius: 0px 3px 3px 0px;	
}


.disloc table tr.lst td:first-child {
border-radius: 3px 0px 0px 3px;	
text-align:center;
}

.disloc table tr.lst td:last-child {
border-radius: 0px 3px 3px 0px;	
}

.disloc table td {
text-align:center;	
padding:15px;
border-bottom:1px dashed #c1c1c1;
border-left:1px dashed #c1c1c1;
color:#000;
}

.disloc table td:first-child{
border-left:none;
}

.disloc table tr td a {
color:#5672b8;
font-style:normal;
text-decoration:underline;
}

.disloc table tr td span {
background:url(../images/listing.png) 0px 0px no-repeat;
padding-left:18px;		
}


.disloc table tr.lst td {
background: rgb(82,81,81); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(82,81,81,1) 0%, rgba(45,45,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,81,81,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525151', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
border-top:1px solid #f1f1f1;
color:#a3b0c7;
padding:8px;
}


.fltform .name {
font-size:13px;
text-align:right;
cursor: pointer;
vertical-align: middle;
}

.fltform .name span {
padding-right:5px;	
}

.fltform .name a{
color:#7f8cad;
text-decoration:underline;
}

.fltform .date {
color:#686868;
font-size:14px;	
padding-top:15px;
}

.fltform .date1 {
color:#686868;
font-size:14px;
}

.fltform .dost {
padding-top:12px;	
}

.fltform .dost label {
color:#686868;
margin-bottom:3px;
display:block;	
font-size:13px;
}

.fltform .dost label input[type="checkbox"] {
margin-right:5px;	
}

.fltform  .dd {
margin-top:	23px;
}


.fltform div.dashed {
border-bottom:1px dashed #c1c1c1;
border-top:1px dashed #c1c1c1;
padding-top:10px;
padding-bottom:10px;
margin-top:10px;
margin-bottom:10px;
}

fltform .region {
margin-top:20px;
margin-bottom:10px;	
}

.fltform hr.dashed {
border-bottom:1px dashed #c1c1c1;
border-top:0px;	
}

.fltform .collapsePanel {
overflow: hidden;
}

.fltform table.fltform-checklist {
width:100%;
border:0;
border-collapse:collapse;
}

.fltform table.fltform-checklist td {
color:#686868;
font-size:13px;
padding:0 0 3px 0;
white-space:normal;
word-wrap:break-word;
vertical-align:top;
line-height:1.35;
}

.fltform table.fltform-checklist input[type="checkbox"],
.fltform table.fltform-checklist input[type="radio"] {
margin-right:5px;
vertical-align:top;
margin-top:2px;
}

.fltform table.fltform-checklist label {
color:#686868;
font-size:13px;
white-space:normal;
word-wrap:break-word;
}

.fltform .collapsePanel > label {
color:#686868;
margin-bottom:3px;
display:block;
font-size:13px;
}

.fltform .collapsePanel > label input[type="checkbox"],
.fltform .collapsePanel > label input[type="radio"] {
margin-right:5px;
}

.fltform .date1 .forms {
background: #e1e1e1;
background: linear-gradient(to bottom, #e1e1e1 0%, #cfcfce 100%);
border-radius:3px;
padding:9px 42px 11px;
color:#686868;
display:inline-block;
}

.fltform .date1 .forms select {
font-size:13px;
color:#686868;
}

#price-results {
transition: opacity 0.15s ease;
}

#price-results.is-loading {
opacity: 0.55;
pointer-events: none;
}


.fltform .submit {
background: rgb(83,83,83); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(83,83,83,1) 0%, rgba(45,45,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(83,83,83,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(83,83,83,1) 0%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(83,83,83,1) 0%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(83,83,83,1) 0%,rgba(45,45,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(83,83,83,1) 0%,rgba(45,45,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
padding-top:7px;
padding-bottom:7px;
margin-bottom: 10px;
border-radius:3px;	
}

.fltform .submit button {
background: #acbacd;
background: -moz-linear-gradient(top, #acbacd 0%, #8592b1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acbacd), color-stop(100%,#8592b1));
background: -webkit-linear-gradient(top, #acbacd 0%,#8592b1 100%);
background: -o-linear-gradient(top, #acbacd 0%,#8592b1 100%);
background: -ms-linear-gradient(top, #acbacd 0%,#8592b1 100%);
background: linear-gradient(to bottom, #acbacd 0%,#8592b1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbacd', endColorstr='#8592b1',GradientType=0 );
height: 25px;
line-height:23px;
text-align: center;
border-radius: 3px;
color: #ffffff;
text-shadow: -1px -1px 1px #707c9a;	
border:none;
font-size:14px;
margin:0 auto;
width:85px;
cursor:pointer;	
display:block;
}



.fltform .submit button:hover {
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #dfdfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#dfdfdf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
color:#333;
text-shadow:none;		
}

.fltform .download {
background:url(../images/download.png) left 10px no-repeat;
height:38px;
padding-left:42px;
padding-top:22px;	
}

.fltform .download b {
display:block;	
line-height:9px;
}

.fltform .download a {
color:#7f8cad;
text-decoration:underline;	
}

.box_round
{
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
    width: 150px;
    height:21px;
    border: 0px solid black;
    padding-bottom:1px;
    padding-left:3px;
}

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	padding:0px;
	background-color : white;
	border:1px solid #c0c0c0;
    border-radius:3px;
	cursor : pointer;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type :circle;
    color: Black;
}

.autocomplete_listItem 
{
    padding: 5px 6px 6px;
	font-size:12px;
	list-style:none;
	border-top:1px dashed #c1c1c1;
}

.autocomplete_highlightedListItem
{
    padding: 5px 6px 6px;
	font-size:12px;
	list-style:none;
	border-top:1px dashed #c1c1c1;
	background: #555;
	color: white;
}

.autocomplete_completionListElement2
{  
	margin: 0px 0px 0px 0px;
	padding:0px;
	background-color : white;
	border:1px solid #c0c0c0;
    border-radius:3px;
	cursor : pointer;
	overflow : auto;
	max-height : 400px;
    text-align : left; 
    list-style-type :circle;
    color: Black;
}

.autocomplete_completionListElement3
{  
	margin: 0px 0px 0px 0px;
	padding:0px;
	background-color : white;
	border:1px solid #c0c0c0;
    border-radius:3px;
	cursor : pointer;
	overflow : auto;
	max-height : 150px;
    text-align : left; 
    list-style-type :circle;
    color: Black;
}

.autocomplete_listItem2 
{
    padding: 5px 6px 6px;
	font-size:12px;
	list-style:none;
	border-top:1px dashed #c1c1c1;
}

.autocomplete_highlightedListItem2
{
    padding: 5px 6px 6px;
	font-size:12px;
	list-style:none;
	border-top:1px dashed #c1c1c1;
	background: #555;
	color: white;
}

.linkmain {
color:#5672b8;
text-decoration:underline;	
}

.dbold {
    color:#686868;
    text-decoration:underline;	
}

.dnorm {
    color:#686868;
}

.modaltitle {
    height:38px;
    border-radius:5px;
    color:White;
    margin: 0px 2px 15px 2px;
    background: #1B1B1B; /* Old browsers */
    background: -moz-linear-gradient(top,  #1B1B1B 0%, #282828 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1B1B1B), color-stop(100%,#282828)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #525151 0%,#282828 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1B1B1B 0%,#282828 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1B1B1B 0%,#282828 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1B1B1B 0%,#282828 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B1B1B', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
}

.modaltitle a
{ 
    display:block;
    width:14px;
    height:13px;	
    text-indent:-9999px;
    margin-bottom:0px;
    background:url(../images/closebtn.jpg) no-repeat;
}

.modaltitle a:hover
{
    cursor:pointer;    
}

.errorplace span.error {
display:block;
margin-top:10px;
color:#d80150;
}

.errorplace span.error a{ 
color:#5672b8;
text-decoration:underline;
}

.hiddenWait {display:none}

.modalBackgroundWait {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupWait {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	text-align:center;
}

.modalPopup {
	background-color:#ffffff;
	padding:5px;
	border-radius:3px;
}

.modalPopup2 {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
}

.sextradel {
display:inline-block;
height:12px;
width:12px;	
margin-left:3px;
}

.sextraadd {
display:inline-block;
width:15px;
height:15px;
margin-left:6px;	
}

.namesup {
font-size:13px;
text-align:right;
cursor: pointer;
vertical-align: middle;
padding-right:7px;
padding-top:5px;	
color:#7f8cad;
text-decoration:underline;
}

.filter .info1 {
color:#686868;
font-size:14px;
margin-bottom:5px;	
}

.forms table.login {
width:100%;
font-size:13px;
line-height:13px;	
}

.forms table.login td{
padding-bottom:4px;
padding-top:4px;	
}

.forms table.login input[type="password"] {
background:#ffffff;
	width: 200px;
	padding-left:6px;
	padding-right:6px;
	height:20px;
	color:#000;
	font-size:13px;
	margin-top:-1px;
	border:1px solid #c0c0c0;
	border-radius:3px;	
}

.forms table.login input[type="text"] {
background:#ffffff;
	width: 200px;
	padding-left:6px;
	padding-right:6px;
	height:20px;
	color:#000;
	font-size:13px;
	margin-top:-1px;
	border:1px solid #c0c0c0;
	border-radius:3px;	
}

.forms table.login label {
color:#686868;
margin-bottom:3px;
display:block;	
font-size:13px;
}

.forms table.login label input[type="checkbox"] {
margin-right:5px;	
}

.error
{
color:#d80150;
}

span.zv1 a {
    color: #abc2e7;	
}

span.zv1 
{
    padding-left:15px;
    color:#abc2e7;
    font-style:italic;	
}

.weighttb {
width:166px;
background:#fff;
padding:0 3px;
overflow:auto;
height:22px;
border-radius:3px;
border: 1px solid #c0c0c0;	
margin-left:2px;
}

.stationtb {
width:242px;
background:#fff;
padding:0 3px;
overflow:auto;
height:22px;
border-radius:3px;
border: 1px solid #c0c0c0;	
margin-left:15px;
}

.weighttxt 
{
    margin-left:15px;
}

.modalBackground {
	background-color:#7B7B7B;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.mtsep
{
    border-bottom: 1px solid #d2d2d2;
    height:5px;
}

.mtsep2
{
    height:5px;
}

.mtleft
{
    padding: 0px 5px 0px 17px;
    border-right: 1px dashed #d2d2d2;
}

.mtright
{
    padding: 0px 15px 0px 5px;
}

.materialtext a
{
    color:#43598d;
    text-decoration: underline;
}


ul.numb {
margin-left:0;
padding:0;	
}

ul.numb li {
color:#1d1d1d;
list-style:none;
font-size:14px;	
line-height:20px;
}

numb li a {
text-decoration:underline;
color:#707c9a;	
}


.lisnews2 .images {
float:left;	
width:131px;
height:123px;
overflow:hidden;
margin-right:18px;
border-radius:4px;	
}

.lisnews2 .images img {
height:123px;
display:block;
margin:0;
border-radius:4px;	
}


.lisnews2 a.title {
text-decoration:none;
color:#262626;
font-size:17px;
line-height:17px;
}


.lisnews2 span.category {
display:block;	
}

.lisnews2 span.category a{
color:#43598d;
font-size:12px;
text-decoration:underline;	
}

.lisnews2 .textnew {
margin-top:8px;
height:55px;
color:#686868;	
font-size:13px;
line-height:18px;
text-overflow:ellipsis;
 overflow: hidden;
}


.lisnews2 .shorty {
float:right;
width:645px;
overflow: hidden;
text-overflow: ellipsis;	
}

.lisnews2 .inf {
margin-top:5px;	
}

.lisnews2 .inf span{
color:#8e8e8e;
font-style:italic;	
font-size:12px;
height:18px;
display:inline-block;
line-height:18px;
}

.lisnews2 .inf span a{
color:#8e8e8e;
text-decoration:none;	
}

.lisnews2 .inf span.href{
background:url(../images/ref.png) no-repeat;
padding-left:22px;	
margin-left:5px;
}


.lisnews2 .inf span.date{
background:url(../images/date.png) no-repeat;
padding-left:22px;	
padding-right:10px;
border-right:1px solid #d2d2d2;
}


.exfile .forms {
background: #e1e1e1; /* Old browsers */
background: -moz-linear-gradient(top,  #e1e1e1 0%, #cfcfce 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#cfcfce)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e1e1e1 0%,#cfcfce 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e1e1e1 0%,#cfcfce 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e1e1e1 0%,#cfcfce 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e1e1e1 0%,#cfcfce 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
border-radius:3px;
padding: 9px 42px 11px;
color:#686868;
}

.exfile .sebut {
text-align: center;
border-radius:3px;
margin-top:-3px;
z-index:1;
position:relative;
line-height: 45px;
height: 42px;
background: #3e3e3e;
background: -moz-linear-gradient(top, #3e3e3e 0%, #1a1a1a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#1a1a1a));
background: -webkit-linear-gradient(top, #3e3e3e 0%,#1a1a1a 100%);
background: -o-linear-gradient(top, #3e3e3e 0%,#1a1a1a 100%);
background: -ms-linear-gradient(top, #3e3e3e 0%,#1a1a1a 100%);
background: linear-gradient(to bottom, #3e3e3e 0%,#1a1a1a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1a1a1a',GradientType=0 );	
}

.exfile .sebut .button{
background: #acbacd;
background: -moz-linear-gradient(top, #acbacd 0%, #8592b1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acbacd), color-stop(100%,#8592b1));
background: -webkit-linear-gradient(top, #acbacd 0%,#8592b1 100%);
background: -o-linear-gradient(top, #acbacd 0%,#8592b1 100%);
background: -ms-linear-gradient(top, #acbacd 0%,#8592b1 100%);
background: linear-gradient(to bottom, #acbacd 0%,#8592b1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbacd', endColorstr='#8592b1',GradientType=0 );
height: 25px;
line-height:23px;
text-align: center;
border-radius: 3px;
color: #ffffff;
text-shadow: -1px -1px 1px #707c9a;	
border:none;
font-size:14px;
margin:0 auto;
width:85px;
cursor:pointer;
text-decoration:none;
padding:4px 25px 4px 25px;
}

.exfile .sebut .button:hover {
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #dfdfdf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefefe 0%,#dfdfdf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefefe 0%,#dfdfdf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
color:#333;
text-shadow:none;		
}

.disloc .title 
{
color: White;
text-align: center;
border-radius:3px;
margin-top:-3px;
position:relative;
line-height: 45px;
height: 42px;
background: #3e3e3e;
background: -moz-linear-gradient(top, #3e3e3e 0%, #1a1a1a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(100%,#1a1a1a));
background: -webkit-linear-gradient(top, #3e3e3e 0%,#1a1a1a 100%);
background: -o-linear-gradient(top, #3e3e3e 0%,#1a1a1a 100%);
background: -ms-linear-gradient(top, #3e3e3e 0%,#1a1a1a 100%);
background: linear-gradient(to bottom, #3e3e3e 0%,#1a1a1a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#1a1a1a',GradientType=0 );	
}

.disloc .date 
{
text-align: center;
position:relative;
line-height: 52px;
height: 52px;
font-weight:bold;
}

/* страница service  */    
    
p.p-zagol {font-size: 16px; color: #423f49; margin: 45px 0 0 175px;}
p.zvezda {font-size: 14px; color: #494949; margin: 7px 0 0 39px;}  
table.yslygi {width: 998px; font-size: 13px; border-collapse: collapse; margin: 25px 36px 15px 39px; border: 1px solid #b6c4d2;}
    table.yslygi tr {height: 52px;}
    table.yslygi tr.fon1 {background: #f1f1f1;}
    table.yslygi tr.fon2 {background: #f8f8f8;}
    table.yslygi tr.second-tr {font-size: 15px; color: #423f49; font-weight: bold; background: #cbd6e1;}
        table.yslygi tr td{font-size: 14px; color: #423f49; height: 52px; border-right: 1px solid #b6c4d2; text-align: center; min-width: 160px;}
        table.yslygi tr td:first-child{text-align: left; padding-left: 16px; width: 306px;}
    table.yslygi tr.first-tr td{font-size: 15px; color: #423f49; height: 62px; font-weight: bold; background: #cbd6e1;}
        table.yslygi tr.first-tr td span {font-size: 12px; font-weight: normal;}
        table.yslygi tr td.plus-minys {font-size: 22px; color: #423f49;}
        .big-hw {height: 90px!important; width: 182px!important;}
        span.color-r {color: #ff0000;}
    .block-table-bottom{overflow: hidden; height: 220px;}
        div.zvezda-block {float: left;}
        div.zakazat-yslygy {float: right; margin-right: 45px;}
            div.zakazat-yslygy a{margin-left: 21px;}


.block-agent {overflow: hidden;}
    .block-agent-foto {width: 105px; height: 105px; background: #fff; padding: 8px; float: left; margin-right: 20px;}
    .block-agent-top {width: 678px; float: left; padding-bottom: 10px;}
        .block-agent-top h2{font-size: 16px; color: #1b1b1b; text-transform: uppercase; padding: 0 0 5px 0;}
        .block-agent-top p{font-size: 13px; color: #707070; font-style: italic;}
            .block-agent-top p a{font-size: 13px; color: #4d6890; font-style: normal; text-decoration: underline;}
    .block-agent-center {}
        .block-agent-center-left {width: 360px; float: left;}
            .block-agent-center-left p{font-size: 14px; color: #686868; padding: 9px 0;}
                .block-agent-center-left p span{font-size: 14px; color: #000; font-weight: bold; width: 70px; display: block; float: left;}
        .block-agent-center-right {width: 230px; float: right;}
            .block-agent-center-right p{font-size: 14px; color: #686868; padding: 9px 0;}
                .block-agent-center-right p span{font-size: 14px; color: #000; font-weight: bold; width: 70px; display: block; float: left;}
                .block-agent-center-right p a{font-size: 14px; color: #4d6890; font-style: italic; text-decoration: underline;}
    .block-agent-about {margin-top: 25px;}
        .block-agent-about h2 {font-size: 16px; color: #000; text-transform: uppercase; padding-bottom: 9px;}
        .block-agent-about p {font-size: 14px; color: #7a7a7a; margin-top: 10px;}
    .block-agent-my_ads {margin-top: 25px;}
        .block-agent-my_ads h2 {font-size: 16px; color: #000; padding-bottom: 9px;}
        .block-agent-my_ads > a {display: block; margin-bottom: 10px;}
        ul.my_ad {margin-top: 20px; overflow: hidden;}
            ul.my_ad > li {overflow: hidden; list-style:none; margin-bottom: 20px;}
            ul.my_ad li a {display: block; float: left;}
            ul.my_ad li p {font-size: 14px; color: #6a6a6a; margin-top: 15px;}
            ul.my_ad li a img {width: 101px; height: 93px; margin-right: 10px;}
                ul.my_ad-top {overflow: hidden; padding-bottom: 3px;}
                    ul.my_ad-top li {float: left; margin-right: 5px; list-style:none;}
                    ul.my_ad-top li.name-ad {font-size: 14px; color: #43598d; text-transform: uppercase;}
                    ul.my_ad-top li.cena-ad {font-size: 14px; color: #686868; font-weight: bold;}
                    ul.my_ad-top li.obl-ad {font-size: 14px; color: #686868; font-style: italic;}

.left-center-block {width: 819px; float: left; margin-right: 13px; padding-right: 13px; margin-top: 9px; min-height:400px}
.left-center-block2 {
    width: 1000px;
    float: left;
    margin-right: 13px;
    padding-right: 13px;
    margin-top: 9px;
    min-height: 400px
} 
.clear {clear: both;}
.bord-dashed {border-bottom: 1px dashed #c1c1c1;}

.block-company {overflow: hidden;}
    .block-company-foto {width: 45px; height: 45px; float: left; margin-right: 20px;}
        .block-company-foto-img {width: 45px;}
    .block-company-top {width: 100%; float: left; padding-bottom: 10px;}
        .block-company-top h2{font-size: 16px; color: #1b1b1b; text-transform: uppercase; padding: 0px;}
            .block-company-top h2 span{font-size: 16px; color: #707070; text-transform: uppercase; padding: 0 0 5px 0; font-weight: normal;}
    .block-company-center {}
        .block-company-center-left {width: 450px; float: left;}
            .block-company-center-left p{font-size: 14px; color: #686868; padding: 9px 0;}
                .block-company-center-left p span{font-size: 14px; color: #000; font-weight: bold; width: 108px; display: block; float: left; padding-bottom: 5px;}
        .block-company-center-right {width: 320px; float: right;}
            .block-company-center-right p{font-size: 14px; color: #686868; padding: 9px 0;}
                .block-company-center-right p span{font-size: 14px; color: #000; font-weight: bold; width: 80px; display: block; float: left; padding-bottom: 5px;}
                .block-company-center-right p a{font-size: 14px; color: #4d6890; font-style: italic; text-decoration: underline;}
    .block-company > h2 {font-size: 16px; color: #000; text-transform: uppercase; padding: 10px 0;}
    ul.manedger-company {overflow: hidden; padding-bottom: 15px;}
        ul.manedger-company li{list-style: none; overflow: hidden; margin-top: 15px; width: 230px; float: left; margin-right: 64px;}
        ul.manedger-company li:nth-child(3n) {margin-right: 0px;}
            ul.manedger-company li img{float: left; width: 68px; height: 66px; margin-right: 8px;}
            ul.manedger-company li h3{font-size: 16px; color: #000;}
            ul.manedger-company li p{font-size: 14px; color: #7e7e7e; font-style: italic;}
    .about-company {margin-top: 20px; overflow: hidden;}
        .company-text{float: left; width: 430px; font-size: 14px; color: #686868; text-align:justify;}
            .company-text p{font-size: 14px; color: #686868; margin-bottom: 20px; text-align:justify;}
        .company-karta {float: right; width: 340px; height: 200px;}
    ul.ads-company {overflow: hidden; margin-top: 25px; margin-bottom: 30px; position: relative;}
        ul.ads-company li{list-style: none; margin-bottom: 15px;}
            ul.ads-company li img{width: 51px; height: 47px; margin-right: 10px; float: left;}
            ul.ads-company li h3{font-size: 14px; color: #43598d; text-transform: uppercase; font-weight: normal; line-height: 16px;}
            ul.ads-company li h4{font-size: 14px; color: #686868; margin: 0px; line-height: 16px;}
            ul.ads-company li p{font-size: 14px; color: #686868; font-style: italic; line-height: 16px;}
        img.all-ad-company {position: absolute; right: 0px; bottom: 5px; width: 195px; height: 34px;}

.block-company2 {overflow: hidden;}
    .block-company-foto2 {width: 45px; height: 45px; float: left; margin-right: 20px;}
        .block-company-foto-img {width: 45px;}
    .block-company-top2 {width: 820px; float: left; padding-bottom: 10px;}
        .block-company-top2 h2{font-size: 16px; color: #1b1b1b; text-transform: uppercase; padding: 0px;}
            .block-company-top2 h2 span{font-size: 16px; color: #707070; text-transform: uppercase; padding: 0 0 5px 0; font-weight: normal;}
    .block-company-center2 {}
        .block-company-center-left2 {width: 400px; float: left;}
            .block-company-center-left2 p{font-size: 14px; color: #686868; padding: 9px 0;}
                .block-company-center-left2 p span{font-size: 14px; color: #000; font-weight: bold; width: 108px; display: block; float: left; padding-bottom: 5px;}
        .block-company-center-right2 {width: 360px; float: right;}
            .block-company-center-right2 p{font-size: 14px; color: #686868; padding: 9px 0;}
                .block-company-center-right2 p span{font-size: 14px; color: #000; font-weight: bold; width: 80px; display: block; float: left; padding-bottom: 5px;}
                .block-company-center-right2 p a{font-size: 14px; color: #4d6890; font-style: italic; text-decoration: underline;}
    .block-company2 > h2 {font-size: 16px; color: #000; text-transform: uppercase; padding: 10px 0;}
    .block-company-center-full2 {width: 820px; float: left;}
            .block-company-center-full2 p{font-size: 14px; color: #686868; padding: 9px 0;}
                .block-company-center-full2 p span{font-size: 14px; color: #000; font-weight: bold; width: 128px; display: block; float: left; padding-bottom: 5px;}

.block-agents > h2 {font-size: 14px; color: #262626; text-transform: uppercase; padding: 0 0 10px 0; border-bottom: 1px solid #d2d2d2; margin-bottom: 14px; font-weight: normal;}
    .block-agents > h2 a{font-size: 14px; color: #8390b0; text-transform: none; float: right; font-weight: bold;}
        .block-agents > h2 a span{font-size: 18px; color: #8390b0; text-transform: none; font-weight: bold;}
table.agents-search {}
    table.agents-search tr {}
        table.agents-search tr td {width: 254px; height: 25px; font-size: 14px; color: #686868;}
            table.agents-search tr td select{width: 240px; font-size: 14px; color: #686868; font-style: italic; padding: 2px; border-radius: 4px; border: 1px solid #c0c0c0;}
            table.agents-search tr td input{width: 240px; font-size: 14px; color: #686868; font-style: italic; padding: 3px 5px; border-radius: 4px; border: 1px solid #c0c0c0;}
span.rezult-search-agents {font-size: 14px; color: #686868; font-style: italic; padding-bottom: 10px; border-bottom: 1px solid #d2d2d2; margin-top: 10px; display: block;}

ul.rezult-search-agents-list {}
    ul.rezult-search-agents-list li{padding: 16px 0; border-bottom: 1px dashed #c1c1c1; list-style: none; overflow: hidden;}
        ul.rezult-search-agents-list li p{font-size: 14px; color: #686868; margin-top: 8px;}
        ul.rezult-search-agents-list li h5{font-size: 14px; color: #43598d; margin-top: 12px; font-weight: normal;}
            ul.rezult-search-agents-list li h5 span{font-weight: bold;}
        ul.rezult-search-agents-list li a{display: block;}
            ul.rezult-search-agents-list li a img{width: 131px; height: 123px; float: left; margin-right: 20px;}
            ul.rezult-search-agents-list li a h4{font-size: 14px; color: #315099; text-transform: uppercase;}
            
.block-companies > h2 {font-size: 14px; color: #262626; text-transform: uppercase; padding: 0 0 10px 0; border-bottom: 1px solid #d2d2d2; margin-bottom: 14px; font-weight: normal;}
    .block-companies > h2 a{font-size: 14px; color: #8390b0; text-transform: none; float: right; font-weight: bold;}
        .block-companies > h2 a span{font-size: 18px; color: #8390b0; text-transform: none; font-weight: bold;}
table.companies-search {}
    table.companies-search tr {}
        table.companies-search tr td {width: 254px; height: 25px; font-size: 14px; color: #686868;}
            table.companies-search tr td select{width: 240px; font-size: 14px; color: #686868; font-style: italic; padding: 2px; border-radius: 4px; border: 1px solid #c0c0c0;}
            table.companies-search tr td input{width: 240px; font-size: 14px; color: #686868; font-style: italic; padding: 3px 5px; border-radius: 4px; border: 1px solid #c0c0c0;}
span.rezult-search-companies {font-size: 14px; color: #686868; font-style: italic; padding-bottom: 10px; border-bottom: 1px solid #d2d2d2; margin-top: 10px; display: block;}

ul.rezult-search-companies-list {}
    ul.rezult-search-companies-list li{padding: 16px 0; border-bottom: 1px dashed #c1c1c1; list-style: none; overflow: hidden;}
        ul.rezult-search-companies-list li p{font-size: 14px; color: #686868; margin-top: 8px;}
        ul.rezult-search-companies-list li h5{font-size: 14px; color: #43598d; margin-top: 12px; font-weight: normal;}
            ul.rezult-search-companies-list li h5 span{font-weight: bold;}
        ul.rezult-search-companies-list li a{display: block;}
            ul.rezult-search-companies-list li a img{width: 131px; height: 123px; float: left; margin-right: 20px;}
            ul.rezult-search-companies-list li a h4{font-size: 14px; color: #315099; text-transform: uppercase;}

.personal-top {padding: 0 0 5px 0; border-bottom: 1px solid #c1c1c1; overflow: hidden;}
    .personal-top h2 {font-size: 18px; color: #262626; font-weight: bold; text-transform: uppercase; padding: 10px 0 10px 0; border-bottom: 1px solid #c1c1c1;}
        .personal-top h2 span{font-size: 18px; color: #8390b0; text-transform: none; font-weight: bold;}
    .personal-top-left {width: 275px; float: left; padding: 5px 0; margin-right: 65px;}
        .personal-top-left p{font-size: 14px; color: #686868; overflow: hidden; padding: 9px 0;}
            .personal-top-left p span{font-size: 14px; color: #000; font-weight: bold; width: 74px; display: block; float: left;}
    .personal-top-right {width: 475px; float: left; padding: 5px 0;}
        .personal-top-right p{font-size: 14px; color: #686868; overflow: hidden; padding: 9px 0;}
            .personal-top-right p span{font-size: 14px; color: #000; font-weight: bold; width: 74px; display: block; float: left;}
            .personal-top-right p a{font-size: 14px; color: #4d6890; font-style: italic; text-decoration: underline;}
    .personal-top-center {width: 800px; float: left; padding: 0 0;}
        .personal-top-center p{font-size: 14px; color: #686868; overflow: hidden; padding: 9px 0;}
            .personal-top-center p span{font-size: 14px; color: #000; font-weight: bold; width: 74px; display: block; float: left;}
            .personal-top-center p a{font-size: 14px; color: #4d6890; font-style: italic; text-decoration: underline;}
.block-manedger {margin-top: 20px; overflow: hidden; padding-bottom: 20px; border-bottom: 1px solid #c1c1c1;}
    .block-manedger-foto {width: 105px; height: 105px; float: left; margin-top: 10px; margin-right: 23px; padding: 8px; background: #fff;}
    .block-manedger-info {width: 370px; float: left; margin-top: 10px;}
        .block-manedger-info h4 {font-size: 16px; color: #000; padding: 2px 0 10px 0; font-weight: normal;}
        .block-manedger-info p {font-size: 13px; color: #686868; padding: 10px 0;}
            .block-manedger-info p b{color: #000;}
            .block-manedger-info p span{font-size: 14px; color: #262626; font-weight: bold; display: block; width: 100px; float: left;}
.block-info {margin-top: 10px; margin-bottom: 0px; overflow: hidden;}
    .block-info-foto {width: 366px; float: left; margin-right: 15px;}
        .block-info-foto-big {padding: 4px 8px 0px 0px;}
        .block-info-foto-small {width: 366px; margin-top: 12px; overflow: hidden;}
            .foto-small {padding: 2px; margin-right: 10px; float: left;}
            .foto-small:last-child {margin-right: 0px;}
    .block-info-text {width: 435px; float: left; text-align:justify;}
        .block-info-text p {font-size: 13px; color: #4b4b4b;}
    .block-info-date {width: 475px; float: right; text-align: right; font-size: 13px; color: #4b4b4b; margin-right:5px; margin-bottom:10px; margin-top:10px}

    .personal-top-left2 {width: 750px; float: left; padding: 5px 0; margin-right: 10px;}
        .personal-top-left2 p{font-size: 14px; color: #686868; overflow: hidden; padding: 9px 0;}
            .personal-top-left2 p span{font-size: 14px; color: #000; font-weight: bold; width: 150px; display: block; float: left;}
     
.chet {text-align: center; border: 1px solid #b9b9b9; border-radius: 4px; padding: 15px 0; margin-top: 6px;}        
    .chet p {font-size: 13px; color: #666; text-transform: uppercase; margin-bottom: 10px;} 
        .chet p span{font-size: 13px; color: #000;}
    .chet h3 {font-size: 16px; color: #000; margin-bottom: 6px;}
    .chet a {font-size: 13px; color: #59709d; text-decoration: underline;}

#tabs_cont h3 {font-size: 16px; color: #000; text-transform: uppercase;}
    table.profile-dannue {margin-top: 20px;}
        table.profile-dannue tr{display: block; margin-bottom: 12px;}
            table.profile-dannue tr td{text-align: center; font-size: 13px; color: #282828; padding-right: 10px;}
            table.profile-dannue tr td:first-child{text-align: right; width: 44px;}
            table.profile-dannue tr td:nth-child(2n){width: 210px;}
            table.profile-dannue tr td:nth-child(3n){width: 60px;}
                table.profile-dannue tr td input{width: 185px; border: 1px solid #c1c1c1; padding: 5px 10px;}
                table.profile-dannue tr td a{font-size: 13px; color: #6980a8; text-decoration: underline;}

.showscale {z-index: 200!important;}

/* стили для кнопок для форм */
#modal-layer{position:absolute;	top:0; left:0; right:0;	bottom:0; background:rgba(0,0,0,.8); z-index:999; visibility:hidden; opacity:0;	transition:opacity 0.5s linear;}
#modal-layer.show{ visibility:visible; opacity:1;}
.formu {width: 1076px; height: auto; position: absolute; top: 30px; margin: 0 auto;}
.link{width: 400px; margin: 25px auto;}

.form-reg{ position:fixed!important; top:10%; left:40%; z-index: 1000; visibility:hidden; opacity:0;	transition:opacity 0.5s linear;}
.form-reg.show{visibility:visible; opacity:1;}

.form-enter{position:fixed!important; top:10%; left:40%; z-index: 1000; visibility:hidden; opacity:0;	transition:opacity 0.5s linear;}
.form-enter.show{visibility:visible; opacity:1;}

.form-enter-reg{position:fixed!important; top:10%; left:40%; z-index: 1000; visibility:hidden; opacity:0;	transition:opacity 0.5s linear;}
.form-enter-reg.show{visibility:visible; opacity:1;}

.form-send{ position:fixed!important; top:3%; left:40%; z-index: 1000; visibility:hidden; opacity:0;	transition:opacity 0.5s linear;}
.form-send.show{visibility:visible; opacity:1;}

.form-sendm{ position:fixed!important; top:3%; left:40%; z-index: 1000; visibility:hidden; opacity:0;	transition:opacity 0.5s linear;}
.form-sendm.show{visibility:visible; opacity:1;}

.bottomlink {width: 277px; height: 26px; color: #d2d2d2; text-align: center; position: absolute; bottom: 10px; left: 30px;}
    .bottomlink a {font-size: 14px; font-style: italic; color: #315099; text-decoration: underline; margin: 0 5px;}
    .bottomlink a:hover {text-decoration: none;}
.bottomlink2 {width: 277px; height: 26px; color: #d2d2d2; text-align: center; position: absolute; bottom: 10px; left: 40px;}
    .bottomlink2 a {font-size: 14px; font-style: italic; color: #315099; text-decoration: underline; margin: 0 5px;}
    .bottomlink2 a:hover {text-decoration: none;}
.bottomlink3 {width: 277px; height: 26px; color: #d2d2d2; text-align: center; position: absolute; bottom: 10px; left: 35px;}
    .bottomlink3 a {font-size: 14px; font-style: italic; color: #315099; text-decoration: underline; margin: 0 5px;}
    .bottomlink3 a:hover {text-decoration: none;}
.regok{color:green;}
.regfalse{color:red;}
.respanel{margin: 10px 0px 0px 30px;}

/* форма регистрации */
.form-registr{width: 350px; height: 330px; background: #fff; margin: 0px auto; border: 1px solid #c9d6e4; position: relative;}
    .closed{width: 25px; height: 25px; background: url(../images/closed.png) no-repeat; cursor: pointer; position: absolute; top: 10px; right: 10px;}
    .form-registr h3{font-size: 18px; text-transform: uppercase; color: #000; text-align: center; padding-top: 11px; padding-bottom: 11px; border-bottom: 1px solid #d2d2d2;}
    #form-registr{width: 100%; padding-top: 6px;}
        #form-registr p{margin: 14px 0 5px 30px; font-size: 14px; color: #000;}
            #form-registr p span {color: #ff0000;}
        #form-registr input[type=text]{margin: 0 0 0 30px; width: 277px; height: 31px; border: 1px solid #b4b4b4; border-radius: 3px; padding: 0 5px; font-size: 14px; color: #4b4b4b;}
        #form-registr input[type=password]{margin: 0 0 0 30px; width: 277px; height: 31px; border: 1px solid #b4b4b4; border-radius: 3px; padding: 0 5px; font-size: 14px; color: #4b4b4b;}
        #form-registr input[type=submit]{ width: 212px; height: 39px; border: 0px solid #000; position: absolute; top: 245px; left: 70px; cursor: pointer; background: url(../images/sub-reg.png);}
/* конец форма регистрации */


/* форма входа */
.form-enter2{width: 350px; height: 337px; background: #fff; margin: 0px auto; border: 1px solid #c9d6e4; position: relative;}
    .closed{width: 25px; height: 25px; background: url(../images/closed.png) no-repeat; cursor: pointer; position: absolute; top: 10px; right: 10px;}
    .form-enter2 h3{font-size: 18px; text-transform: uppercase; color: #000; text-align: center; padding-top: 11px; padding-bottom: 11px; border-bottom: 1px solid #d2d2d2;}
    #form-enter2{width: 100%; padding-top: 6px;}
        #form-enter2 p{margin: 14px 0 5px 30px; font-size: 14px; color: #000;}
            #form-enter2 p span {color: #ff0000;}
        #form-enter2 input[type=text]{margin: 0 0 0 30px; width: 277px; height: 31px; border: 1px solid #b4b4b4; border-radius: 3px; padding: 0 5px; font-size: 14px; color: #4b4b4b;}
        #form-enter2 input[type=password]{margin: 0 0 0 30px; width: 277px; height: 31px; border: 1px solid #b4b4b4; border-radius: 3px; padding: 0 5px; font-size: 14px; color: #4b4b4b;}
        #form-enter2 input[type=checkbox]{margin: 2px 5px 0 0; border: 1px solid #b4b4b4; padding: 0 5px; float: left;}
        #form-enter2 input[type=submit]{ width: 110px; height: 39px; border: 0px solid #000; position: absolute; top: 258px; left: 116px; cursor: pointer; background: url(../images/sub-enter.png);}
/* конец форма входа */

.form-enter-reg2 {
    width: 350px;
    height: 337px;
    background: #fff;
    margin: 0px auto;
    border: 1px solid #c9d6e4;
    position: relative;
}


.form-enter-reg2 h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d2d2d2;
}

#form-enter-reg2 {
    width: 100%;
    padding-top: 6px;
}

    #form-enter-reg2 p {
        margin: 14px 0 5px 30px;
        font-size: 14px;
        color: #000;
    }

        #form-enter-reg2 p span {
            color: #ff0000;
        }

    #form-enter-reg2 input[type=text] {
        margin: 0 0 0 30px;
        width: 277px;
        height: 31px;
        border: 1px solid #b4b4b4;
        border-radius: 3px;
        padding: 0 5px;
        font-size: 14px;
        color: #4b4b4b;
    }

    #form-enter-reg2 input[type=password] {
        margin: 0 0 0 30px;
        width: 277px;
        height: 31px;
        border: 1px solid #b4b4b4;
        border-radius: 3px;
        padding: 0 5px;
        font-size: 14px;
        color: #4b4b4b;
    }

    #form-enter-reg2 input[type=checkbox] {
        margin: 2px 5px 0 0;
        border: 1px solid #b4b4b4;
        padding: 0 5px;
        float: left;
    }

    #form-enter-reg2 input[type=submit] {
        width: 110px;
        height: 39px;
        border: 0px solid #000;
        position: absolute;
        top: 258px;
        left: 116px;
        cursor: pointer;
        background: url(../images/sub-enter.png);
    }


/* форма обратная связь */
.form-send2{width: 350px; height: 650px; background: #fff; margin: 0px auto; border: 1px solid #c9d6e4; position: relative;}
    .closed{width: 25px; height: 25px; background: url(../images/closed.png) no-repeat; cursor: pointer; position: absolute; top: 10px; right: 10px;}
    .form-send2 h3{font-size: 18px; text-transform: uppercase; color: #000; text-align: center; padding-top: 11px; padding-bottom: 11px; border-bottom: 1px solid #d2d2d2;}
    #form-send2{width: 100%; padding-top: 6px;}
        #form-send2 p{margin: 3px 0 3px 30px; font-size: 14px; color: #000;}
            #form-send2 p span {color: #ff0000;}
        #form-send2 textarea{margin: 0 0 0 30px; width: 277px; height: 96px; border: 1px solid #b4b4b4; border-radius: 3px; padding: 0 5px; font-size: 14px; color: #4b4b4b;}
        #form-send2 input[type=text]{margin: 0 0 0 30px; width: 277px; height: 31px; border: 1px solid #b4b4b4; border-radius: 3px; padding: 0 5px; font-size: 14px; color: #4b4b4b;}
        #form-send2 input[type=checkbox] {
            width: 20px;
        }
        #form-send2 input[type=submit]{ width: 124px; height: 39px; border: 0px solid #000; position: absolute; top: 585px; left: 113px; cursor: pointer; background: url(../images/sub-send.png);}
        #form-send2 .button{ background: #acbacd; background: -moz-linear-gradient(top, #acbacd 0%, #8592b1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acbacd), color-stop(100%,#8592b1)); background: -webkit-linear-gradient(top, #acbacd 0%,#8592b1 100%); background: -o-linear-gradient(top, #acbacd 0%,#8592b1 100%); background: -ms-linear-gradient(top, #acbacd 0%,#8592b1 100%); background: linear-gradient(to bottom, #acbacd 0%,#8592b1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acbacd', endColorstr='#8592b1',GradientType=0 ); height: 35px; line-height:33px; text-align: center; border-radius: 3px; color: #ffffff; text-shadow: -1px -1px 1px #707c9a; border:none; font-size:14px; margin:10px 30px; width:124px; cursor:pointer; text-decoration:none; padding:4px 15px 4px 15px;}
        #divcap { margin: 0 0 0 30px;}
        #divcap input[type=text]{margin: 0 0 0 0px; width: 277px; height: 31px; border: 1px solid #b4b4b4; border-radius: 3px; padding: 0 5px; font-size: 14px; color: #4b4b4b;}
/* конец форма обратная связь */

/* форма обратная связь */
.form-send3 {
    width: 450px;
    background: #fff;
    margin: 0px auto;
    border: 1px solid #c9d6e4;
    position: relative;
}

.form-send3 h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d2d2d2;
}

#form-send3 {
    width: 100%;
    padding-top: 6px;
}

    #form-send3 p {
        margin: 3px 0 3px 30px;
        font-size: 14px;
        color: #000;
    }

        #form-send3 p span {
            color: #ff0000;
        }

    #form-send3 textarea {
        margin: 0 0 0 30px;
        width: 377px;
        height: 96px;
        border: 1px solid #b4b4b4;
        border-radius: 3px;
        padding: 0 5px;
        font-size: 14px;
        color: #4b4b4b;
    }

    #form-send3 input[type=text] {
        margin: 0 0 0 30px;
        width: 377px;
        height: 31px;
        border: 1px solid #b4b4b4;
        border-radius: 3px;
        padding: 0 5px;
        font-size: 14px;
        color: #4b4b4b;
    }

    #form-send3 input[type=submit] {
        width: 174px;
        height: 39px;
        border: 0px solid #000;
        margin-left: 143px;
        margin-top: 20px;
        margin-bottom: 20px;
        cursor: pointer;
        background: url(../images/tender-send.png);
    }

#divcap {
    margin: 0 0 0 30px;
}

    #divcap input[type=text] {
        margin: 0 0 0 0px;
        width: 277px;
        height: 31px;
        border: 1px solid #b4b4b4;
        border-radius: 3px;
        padding: 0 5px;
        font-size: 14px;
        color: #4b4b4b;
    }
/* конец форма обратная связь */

/* форма обратная связь менеджер */
.form-sendm2{width: 350px; height: 610px; background: #fff; margin: 0px auto; border: 1px solid #c9d6e4; position: relative;}
    .closed{width: 25px; height: 25px; background: url(../images/closed.png) no-repeat; cursor: pointer; position: absolute; top: 10px; right: 10px;}
    .form-sendm2 h3{font-size: 18px; text-transform: uppercase; color: #000; text-align: center; padding-top: 11px; padding-bottom: 11px; border-bottom: 1px solid #d2d2d2;}
    #form-sendm2{width: 100%; padding-top: 6px;}
        #form-sendm2 p{margin: 3px 0 3px 30px; font-size: 14px; color: #000;}
            #form-sendm2 p span {color: #ff0000;}
        #form-sendm2 textarea{margin: 0 0 0 30px; width: 277px; height: 96px; border: 1px solid #b4b4b4; border-radius: 3px; padding: 0 5px; font-size: 14px; color: #4b4b4b;}
        #form-sendm2 input[type=text]{margin: 0 0 0 30px; width: 277px; height: 31px; border: 1px solid #b4b4b4; border-radius: 3px; padding: 0 5px; font-size: 14px; color: #4b4b4b;}
        #form-sendm2 input[type=submit]{ width: 124px; height: 39px; border: 0px solid #000; position: absolute; top: 555px; left: 113px; cursor: pointer; background: url(../images/sub-send.png);}
        #divcap { margin: 0 0 0 30px;}
        #divcap input[type=text]{margin: 0 0 0 0px; width: 277px; height: 31px; border: 1px solid #b4b4b4; border-radius: 3px; padding: 0 5px; font-size: 14px; color: #4b4b4b;}
/* конец форма обратная связь менеджер */

/* форма напоминания пароля */
.form-forgot{width: 350px; height: 310px; background: #fff; margin: 0px auto; border: 1px solid #c9d6e4; position: relative;}
    .closed{width: 25px; height: 25px; background: url(../images/closed.png) no-repeat; cursor: pointer; position: absolute; top: 10px; right: 10px;}
    .form-forgot h3{font-size: 18px; text-transform: uppercase; color: #000; text-align: center; padding-top: 11px; padding-bottom: 11px; border-bottom: 1px solid #d2d2d2;}
    #form-forgot{width: 100%; padding-top: 6px;}
        #form-forgot p{margin: 14px 0 5px 30px; font-size: 14px; color: #000;}
            #form-forgot p span {color: #ff0000;}
        #form-forgot input[type=text]{margin: 0 0 0 30px; width: 277px; height: 31px; border: 1px solid #b4b4b4; border-radius: 3px; padding: 0 5px; font-size: 14px; color: #4b4b4b;}
        #form-forgot input[type=submit]{ width: 124px; height: 39px; border: 0px solid #000; position: absolute; top: 230px; left: 113px; cursor: pointer; background: url(../images/sub-send.png);}
/* конец форма напоминания пароля */

table.profile {padding-bottom: 20px; border-bottom: 1px dashed #c1c1c1; margin-bottom: 35px;}
    table.profile tr{margin-bottom: 0px;}
        table.profile tr td.profile-foto {width: 117px; padding-right: 10px;}
        table.profile tr td.profile-txt1 {width: 75px; text-align: right; padding-right: 10px;}
        table.profile tr td.profile-txt2 {width: 120px; text-align: right; padding-right: 10px;}
        table.profile tr td.profile-add-foto {width: 733px; padding-left: 17px;}
        table.profile tr td.profile-save {text-align: center; padding-left: 30px;}
            table.profile tr td input{width: 185px; border: 1px solid #c1c1c1; padding: 4px 10px;}
            table.profile tr td a{font-size: 13px; color: #59709d; text-decoration: underline;}
.reg-com-div {margin-bottom: 15px;} 
a.reg-com {font-size: 16px; color: #282828; font-weight: bold; width: 225px; display: block; margin: 0 auto; border-bottom: 1px dashed #000; padding-bottom: 3px;}
table.profile-reg {margin-top: 5px;}    
    table.profile-reg tr td {font-size: 13px; color: #606060; padding: 4px 0; position: relative;}
        table.profile-reg tr td label{font-size: 13px; color: #000; padding-left: 20px; padding-right: 10px;}
        table.profile-reg tr td input{font-size: 13px; color: #000; padding: 3px 10px;}
        table.profile-reg tr td input[type=radio]{position: absolute; margin-top: 2px;}
        table.profile-reg tr td input[type=text]{width: 260px; border: 1px solid #c1c1c1;}
        input.drygoe {margin-top: 7px!important;}
        input.drygoe2 {width: 186px!important;}
    table.profile-reg tr td:first-child{text-align: right; width: 245px; padding-right: 10px;}

span.block-yslygi {background: #fff; display: block; padding: 20px 23px; margin-bottom: 30px;}
    span.block-yslygi h3 {font-size: 16px; color: #000; text-transform: uppercase; border-bottom: 1px dashed #c6c6c6; padding-bottom: 10px; margin-bottom: 10px;}
    span.block-yslygi p {font-size: 14px; color: #646161; line-height: 20px;}
        span.block-yslygi p a{font-size: 14px; color: #6178a3; text-decoration: underline;}

.center-block {padding-left:12px; padding-right:12px; float:left; margin-left:12px; margin-right:12px; width:599px; margin-top:9px;	margin-bottom:9px; padding-bottom:10px; overflow: hidden;}
    .center-block ul li {list-style: none;}
img.img-left {max-width: 131px; max-height: 131px; float: left; margin-right: 10px;}
    .block1 {width: 458px; float: left;}
    .rezult-transport {padding: 5px; margin-bottom: 10px; overflow: hidden;}
    .ramka {border: 2px solid #93a0bb; border-radius: 5px; background: #e5e7eb;}
        .rezult-transport img{float: left; margin-right: 10px; margin-top:5px; max-width:100px; max-height:100px; border-radius: 5px;}
        .transport-info {width: 460px; margin-right: 10px; float: left;}
            .transport-info p{font-size: 14px; color: #43598d; text-transform: uppercase; text-align:justify; margin-bottom:4px;}
            .transport-info p span{font-size: 14px; color: #8390b0; text-transform: none; font-style:normal; font-weight: bold; margin-left:10px;}
            .transport-info span{font-size: 13px; color: #686868; text-align:justify;}
            .transport-info-span{font-size: 13px; color: #686868; text-align:justify; display:normal;}
        .transport-dostavka {width: 250px; margin-right: 10px; float: left;}
            .transport-dostavka p{font-size: 14px; color: #747476;}
                .transport-dostavka p span{font-size: 14px; color: #000; font-weight: bold; text-transform: uppercase;}
                
    .center-block h1{font-size: 16px; color: #1b1b1b; text-transform: uppercase;}
    .bor-dashed {border-bottom: 1px dashed #c1c1c1; padding-bottom: 12px;}
    p.text {font-size: 14px; color: #686868; margin-top: 10px; line-height: 18px;}
        p.text span{font-weight: bold; color: #000;}
    p.text-black {font-size: 14px; color: #000; margin-top: 25px; line-height: 18px;}
    p.text-black-small {font-size: 12px; color: #000; margin-top: 10px; line-height: 18px;}
    .contact-granit {border-bottom: 1px solid #d2d2d2; padding: 10px 0; overflow: hidden;}
        .contact-granit p{font-size: 14px; color: #686868; width: 100%; display: block; margin-top: 5px;}
            .contact-granit p span{font-size: 14px; color: #000; font-weight: bold; width: 70px; display: block; float: left;}
        .contact-granit-left {width: 290px; float: left;}
            .contact-granit-left a.link-granit {font-size: 14px; color: #4d6890; font-style: italic; text-decoration: underline;}
        .contact-granit-right {width: 290px; float: right;}
            .contact-granit-right a.link-granit {font-size: 14px; color: #4d6890; font-style: italic; text-decoration: underline;}
            .center-block span.history a {color: #5672b8; text-decoration: underline;}
            .center-block span.error {display:block; margin-top:10px; color:#d80150;}
            .center-block span.error a{color:#5672b8; text-decoration:underline;}
    .manedger {margin-top: 20px; overflow: hidden;}
        .manedger h4 {font-size: 16px; color: #000; line-height: 16px; font-weight: normal;}
            .manedger h4 span{font-weight: bold;}
            .man-foto {width: 105px; height: 105px; float: left; margin-top: 10px; margin-right: 23px; padding: 8px; background: #fff;}
            .man-info {width: 454px; float: left; margin-top: 10px;}
                .man-info p {font-size: 13px; color: #686868; margin-bottom: 10px;}
                    .man-info p b{color: #000;}
                    .man-info p span{font-size: 14px; color: #262626; font-weight: bold; display: block; width: 100px; float: left;}
            .man-info a img{width: 109px; height: 32px; display: block; margin-top: 15px;}
        
            table.prod {width: 550px; font-size: 13px; border-collapse: collapse; margin: 10px 0;}
                table.prod tr td{width: 110px; font-style: italic; text-align: center; height: 56px; border-right: 1px dashed #c1c1c1; border-bottom: 1px dashed #c1c1c1;}
                table.prod tr td.first-td{text-align: left; padding-left: 15px;}
                
                table.prod tr.first td {
                    font-style:normal;
                    background: rgb(222,222,221); /* Old browsers */
                    background: -moz-linear-gradient(top,  rgba(222,222,221,1) 0%, rgba(207,207,206,1) 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,221,1)), color-stop(100%,rgba(207,207,206,1))); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* IE10+ */
                    background: linear-gradient(to bottom,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dededd', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
                    border-bottom:none;
                    color:#323232;
                    padding:8px;
                    height: 40px;
                    
                }
                table.prod tr.first td:first-child {border-radius: 3px 0px 0px 3px;}
                table.prod tr.first td:last-child {border-radius: 0px 3px 3px 0px;}
                table.prod tr.lst td:first-child {border-radius: 3px 0px 0px 3px;}
                table.prod tr.lst td:last-child {border-radius: 0px 3px 3px 0px;}
                
                table.prod tr td:last-child {border-right: 0px dashed #c1c1c1;}

                table.prod2 {width: 420px; font-size: 13px; border-collapse: collapse; margin: 10px 0;}
                table.prod2 tr td{width: 80px; font-style: italic; text-align: center; height: 56px; border-right: 1px dashed #c1c1c1; border-bottom: 1px dashed #c1c1c1;}
                table.prod2 tr td.first-td{text-align: left; padding-left: 15px;}
                
                table.prod2 tr.first td {
                    font-style:normal;
                    background: rgb(222,222,221); /* Old browsers */
                    background: -moz-linear-gradient(top,  rgba(222,222,221,1) 0%, rgba(207,207,206,1) 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,221,1)), color-stop(100%,rgba(207,207,206,1))); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* IE10+ */
                    background: linear-gradient(to bottom,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dededd', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
                    border-bottom:none;
                    color:#323232;
                    padding:6px;
                    height: 40px;
                    
                }
                table.prod2 tr.first td:first-child {border-radius: 3px 0px 0px 3px;}
                table.prod2 tr.first td:last-child {border-radius: 0px 3px 3px 0px;}
                table.prod2 tr.lst td:first-child {border-radius: 3px 0px 0px 3px;}
                table.prod2 tr.lst td:last-child {border-radius: 0px 3px 3px 0px;}
                
                table.prod2 tr td:last-child {border-right: 0px dashed #c1c1c1;}
                
                
        .center-block div.yandexkarta {padding: 10px; background: #fff; width: 530px; margin-top: 20px;}
   
    .center-block span.history {background:url(../images/history.png) no-repeat; font-weight:bold; display:inline-block; padding-left:28px; margin-top:10px;}


.leftblock2 {float:left;width:197px;margin-top:9px;}
    .leftblock2 .icoleft a {display:block; width:197px; text-indent:-9999px; margin-bottom:20px;}

        .leftblock2 .icoleft a.i1 {background:url(../images/buy-new.png) no-repeat; height:65px;}
        div.za9vka {width: 197px; height: 152px; background: #d2d2d2; border-radius: 5px; margin-bottom:20px; overflow: hidden; position: relative;}
            div.za9vka h4{padding: 7px 0 5px 0; margin: 0 21px 0 16px; text-transform: uppercase; text-align: center; font-size: 14px; color: #262626; border-bottom: 1px solid #b6b6b6;}
            div.region {width: 80px; height: 53px; margin: 0 0 0 20px; text-indent:0px; float: left; padding-top: 5px;}
                div.region a{font-size: 13px; color: #000; font-weight: bold; text-indent:0px!important; margin: 0px!important; width: 45px!important;}
                div.region span{font-size: 13px; color: #686868;}
            div.frak {width: 75px; height: 53px; margin: 0 16px 0 0px; text-indent:0px; float: right; padding-top: 5px;}
                div.frak a{font-size: 13px; color: #000; text-indent:0px!important; margin: 0px!important; width: 55px!important; font-weight: bold;}
                div.frak span{font-size: 13px; color: #686868;}
            div.za9vka a.more {font-size: 16px; color: #f1f1f1; height: 27px; background:url(../images/bg-more.png) no-repeat; margin: 0px!important; text-align: center; position: absolute; bottom: 0px;}
        .leftblock2 .icoleft a.i3 {background:url(../images/karta.jpg) no-repeat; height:70px;}
        .leftblock2 .icoleft a.i2 {background:url(../images/reklama2.jpg) no-repeat; height:100px;}
        .leftblock2 .icoleft a.i4 {background:url(../images/kypit-prod.png) no-repeat; font-size: 14px; color: #ffc663; text-align: center; text-transform: uppercase; height:52px; margin-bottom: 40px; text-indent:0px; padding-top: 13px;}
            .leftblock2 .icoleft a.i4 b {font-size: 18px;}
            .leftblock2 .icoleft a.i4 p {text-shadow: 0 1px 1px #000; }
    .leftblock2 .hr {border-bottom:1px solid #d2d2d2; padding-bottom:10px; margin-top:30px!important;}

.leftblock2 .icoleft a.more {font-size: 16px; color: #f1f1f1; height: 27px; background:url(../images/bg-more.png) no-repeat; margin: 0px!important; text-align: center; bottom: 0px;}
.leftblock2 .icoleft a.more2 {font-size: 16px; color: #f1f1f1; height: 27px; background:url(../images/bg-more_2.png) no-repeat; margin: 0px!important; text-align: center; bottom: 0px;}

.leftblock2 .title {
display:block;
text-transform:uppercase;
color:#262626;
margin-bottom:8px;
margin-top:8px;
line-height:15px;
}

.leftblock2 hr.dashed {
border-bottom:1px dashed #d2d2d2;
border-top:0;	
margin-top:18px;
margin-bottom:18px;
}

.leftblock2 ul.number {
margin-left:0;
padding:0;	
}

.leftblock2 ul.number li {
color:#1d1d1d;
list-style:none;
font-size:12px;	
line-height:20px;
}

.leftblock2 ul.number li a {
text-decoration:underline;
color:#707c9a;	
}

.leftblock2, .rightblock2 {
padding-bottom:15px;	
}

.rightblock2 {
float:right;
width:152px;
margin-top:9px;
}

    .rightblock2 .baner {
        margin-bottom: 12px;
        position: relative;
        font-size:8px;
    }


.centerblock2 {
border-left:3px solid #e9e8e8;
border-right:3px solid #e9e8e8;
padding-left:13px;
padding-right:13px;
float:left;
margin-left:13px;
margin-right:13px;
width:593px;
margin-top:9px;	
margin-bottom:9px;
padding-bottom:10px;
}

table.tab-add {margin-top: 20px;}
    .dashed-fff {padding-bottom: 20px; border-bottom: 1px dashed #fff; display: inline-table;}
    table.tab-add tr{margin-bottom: 2px; display: block;}
        table.tab-add tr td {margin-bottom: 7px; display: inline-block;}
        table.tab-add tr td:nth-child(1) {width: 135px;}
            table.tab-add tr td:nth-child(1) p{font-size: 15px; color: #686868;}
                table.tab-add tr td:nth-child(1) p span{color: #dd068e;}
        table.tab-add tr td:nth-child(2){width: 452px;}
            table.tab-add tr td:nth-child(2) input{width: 425px; font-size: 15px; color: #686868; padding: 4px 10px; border: 1px solid #c0c0c0; border-radius: 3px;}
            table.tab-add tr td:nth-child(2) input[type=image]{width: 238px; font-size: 15px; color: #686868; padding: 4px 10px; border: 1px solid #c0c0c0; border-radius: 3px; background: #fff;}
            table.tab-add tr td:nth-child(2) select{width: 447px; font-size: 15px; color: #686868; padding: 4px 10px; border: 1px solid #c0c0c0; border-radius: 3px;}
        table.tab-add tr td.add-phone {width: 162px; position: relative;}
            table.tab-add tr td.add-phone label{font-size: 14px; color: #686868; margin-top: -2px; position: absolute; top: 0px; left: 18px;}
        table.tab-add tr td.add-email {width: 162px; position: relative;}
            table.tab-add tr td.add-email label{font-size: 14px; color: #686868; margin-top: -2px; position: absolute; top: 0px; left: 18px;}
        table.tab-add tr td.add-saut {width: 162px; position: relative;}
            table.tab-add tr td.add-saut label{font-size: 14px; color: #686868; margin-top: -2px; position: absolute; top: 0px; left: 18px;}
        table.tab-add tr td.add-adres {width: 162px; position: relative;}
            table.tab-add tr td.add-adres label{font-size: 14px; color: #686868; margin-top: -2px; position: absolute; top: 0px; left: 18px;}
            
        table.tab-add tr td.add-foto {position:relative; width: 240px; cursor: pointer;}
            table.tab-add tr td.add-foto span.mask {width:220px; /* ширина рисунка */ height:31px; padding:0px; background: url(../images/add-foto.png) no-repeat 0 0; display: block;}
                input.fileInputText {
                    background:#fff url(../images/add-foto.png) no-repeat 148px 4px;
                    text-align:left;
                    font-size: 15px; 
                    color: #686868;
                    width:128px!important; 
                    padding: 6px 100px 4px 10px!important;
                    display: block;
                    position: absolute;}
                input.fileInput{   
                    position:absolute;/* позиционируем настоящий <font id="tag"><input type="file"></font> */
                    cursor:pointer; /*изменим курсор для симпотичности*/
                    /* задаем нулевую видимость для разных браузеров*/
                    -ms-filter:"progid:DXImageTransFORM.Microsoft.Alpha(opacity=0)"; 
                    filter:progid:DXImageTransFORM.Microsoft.Alpha(opacity=0);  
                    -moz-opacity:0;  
                    -khtml-opacity:0;  
                    opacity:0;
                    width: 0px!important;
                    right: 0px;
                    z-index: 200;
                    padding-left: 90px!important;
                    padding-right: 0px!important;
                    overflow: hidden;}  
        
        table.tab-add tr td.text-s {width: 452px; position: relative;}
            table.tab-add tr td.text-s textarea{width: 425px; height: 70px; font-size: 15px; color: #686868; padding: 4px 10px; border: 1px solid #c0c0c0; border-radius: 3px;}
            table.tab-add tr td.fin {width: 110px; vertical-align: top;}
                table.tab-add tr td.fin label {font-size: 14px; color: #686868; margin: 0 5px;}
                table.tab-add tr td.fin input {width: 28px; font-size: 15px; color: #000; padding: 2px; border: 1px solid #c0c0c0; border-radius: 3px;}
        
        table.tab-add tr td.text-p {width: 452px; position: relative;}
            table.tab-add tr td.text-p textarea{width: 425px; height: 115px; font-size: 15px; color: #686868; padding: 4px 10px; border: 1px solid #c0c0c0; border-radius: 3px;}
        table.tab-add tr td.text-r {width: 452px; position: relative;}
            table.tab-add tr td.text-r textarea{width: 425px; height: 115px; font-size: 15px; color: #686868; padding: 4px 10px; border: 1px solid #c0c0c0; border-radius: 3px;}
                table.tab-add tr td.kr {vertical-align: top; margin-left: -3px;}
        table.tab-add tr td.snoska {text-align: center;}
            table.tab-add tr td.snoska p{font-size: 14px; color: #676767;}
                table.tab-add tr td.snoska p span{color: #dd068e;}
        table.tab-add tr td.send-ob {position: relative;}
            table.tab-add tr td.send-ob a{position: absolute;}
                table.tab-add tr td.send-ob a img{margin-top: 0px; margin-left: 160px;}
                table.tab-add tr td.send-ob a p{margin-top: 12px; margin-left: 230px; font-size: 14px; color: #4b70a5; text-decoration: underline;}
                table.tab-add tr td.send-ob2 a p{margin-top: 25px; font-size: 14px; color: #4b70a5; text-decoration: underline;}


div#tabs-3 > a.reg-com {font-size: 16px; color: #282828; font-weight: bold; width: 225px; display: block; margin: 0 auto; border-bottom: 1px dashed #000; padding-bottom: 3px;} 
div#tabs-3 > a img{ margin-top: 4px; position: absolute; margin-left: 5px;}   
div#tabs-3 > a.send { width: 143px; display: block; margin: 0 auto; margin-left: 319px; margin-top: 20px;}
div#tabs-3 > p {font-size: 15px; color: #686868;}
div#tabs-3 > p span {color: #dd068e;}

.news-top {overflow: hidden;}
    .news-top h3{font-size: 14px; color: #000; font-weight: normal; text-transform: uppercase; border-bottom:1px solid #d2d2d2; padding-bottom: 7px;}
        .otstyp {margin-right: 20px;}
        .novost {width: 284px; float: left; height: 120px; margin-top: 10px; overflow: hidden;}
            .novost h4{font-size: 13px; color: #262626; font-weight: normal; text-transform: uppercase; margin-bottom: 10px;}
            .novost img{float: left; margin-right: 15px; width: 101px; height: 93px;}
            .novost p{font-size: 14px; color: #686868; font-style: italic; margin-bottom: 7px; padding-right: 0.33em;}
			.novost p:before {float: left; width: 0; white-space: nowrap;
content:
'...................................................... '}
.novost p font{padding-right: 0.33em;background: #f1f1f1;}
.novost p font a{color: #315099; float:left; padding-left: 0.33em;background: #f1f1f1;}
.novost p a{color: #315099; float:right; padding-left: 0.33em;background: #f1f1f1;}

 .novost-media {width: 286px; float: left; margin-top: 10px; overflow: hidden;}
    .novost-media h4 {
        font-size: 13px;
        color: #262626;
        font-weight: normal;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .novost-media img {
        float: left;
        margin-right: 15px;
        width: 289px;
        height: 162px;
    }
    .novost-media p {
        font-size: 14px;
        color: #686868;
        font-style: italic;
        margin-bottom: 7px;
        padding-right: 0.33em;
    }
        .novost-media p:before {
            float: left;
            width: 0;
            white-space: nowrap;
            content: '...................................................... '
        }
        .novost-media p font {
            padding-right: 0.33em;
            background: #f1f1f1;
        }
            .novost-media p font a {
                color: #315099;
                float: left;
                padding-left: 0.33em;
                background: #f1f1f1;
            }
        .novost-media p a {
            color: #315099;
            float: right;
            padding-left: 0.33em;
            background: #f1f1f1;
        }

.novost-media-big {
    width: 100%;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

        .novost-media-big a {
            text-decoration: none;
            color: #43598d;
            font-size: 17px;
            line-height: 17px;
        }

        .novost-media-big img {
            float: left;
            margin-right: 15px;
            width: 100%;
            height: 334px;
        }

    .novost-media-big p {
        font-size: 14px;
        color: #686868;
        font-style: italic;
        margin-bottom: 7px;
        padding-right: 0.33em;
    }

        .novost-media-big p:before {
            float: left;
            width: 0;
            white-space: nowrap;
            content: '...................................................... '
        }

        .novost-media-big p font {
            padding-right: 0.33em;
            background: #f1f1f1;
        }

            .novost-media-big p font a {
                color: #315099;
                float: left;
                padding-left: 0.33em;
                background: #f1f1f1;
            }

        .novost-media-big p a {
            color: #315099;
            float: right;
            padding-left: 0.33em;
            background: #f1f1f1;
        }

.banner1 {margin: 20px 0;}
.banner2 {margin: 0 auto; text-align: center;padding-top: 15px;
          padding-bottom: 11px}
.banner3 {margin: 0px 0px 0px 0px;
          text-align: center;
          padding-top: 15px;
          padding-bottom: 11px;
          }

.last-obs {overflow: hidden; margin-bottom: 20px;}
    .last-obs h3{font-size: 14px; color: #000; font-weight: normal; text-transform: uppercase; border-bottom:1px solid #d2d2d2; padding-bottom: 7px;}
    .last-ob {width: 131px; margin: 7px 23px 0 0; float: left;}
    .no-otstyp {margin-right: 0px!important;} 
        .last-ob h4{font-size: 12px; color: #43598d; font-weight: normal; margin: 3px 0 0 0;}
        .last-ob span{font-size: 12px; color: #686868; font-weight: bold;}
        .last-ob p{font-size: 12px; color: #686868; font-style: italic;}



.centerblock2 .ptitl {
height:30px;
border-bottom:1px solid #d2d2d2;
padding-bottom:1px;	
line-height:30px;
margin-bottom: 17px;
}

.centerblock2 .ptitl h2 {
margin:0;
float:left;
font-weight:normal;
font-size:14px;
text-transform:uppercase;	
}

.centerblock2 ul.links {
float:right;
margin:0;
padding:0;	
}

.centerblock2  ul.links li {
border-left:1px solid #d2d2d2;	
list-style:none;
float:left;
height:28px;
line-height:26px;
padding-left:5px;
padding-right:5px;
}

.centerblock2 .links a {
display:inline;
color:#43598d;
text-decoration:underline;	
font-size:12px;
}

.centerblock2  ul.links li.last {
padding-right:0px;	
}

.centerblock2 .btitl {
height:30px;
border-top:1px solid #d2d2d2;
padding-top:5px;	
line-height:30px;
}

.region-top { width: 272px; height: 35px; float: left; margin-left: 50px; position: relative;}
    .region-top img{float: left; margin-top: 8px; margin-right: 8px;}
    .region-top>a{
        font-size: 14px; color: #fffefe; text-transform: uppercase; border-bottom: 1px dashed #fffefe; float: left; margin-right: 8px; line-height: 16px; margin-top: 8px;
        max-width: 240px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .reg-ok {max-width: 220px; height: 20px; float: left; background:url(../images/bg-region.png) no-repeat; margin-top: 7px;background-size: 100% 20px;}
        .reg-ok span {
            font-size: 14px; color: #939393; font-style: italic; float: left; margin: 2px 0 0 10px; line-height: 16px;
            max-width: 141px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .reg-ok a {font-size: 14px; color: #364c83; float: left; margin: 2px 5px 0 5px; line-height: 14px; border-bottom: 1px solid #364c83; text-transform: uppercase;}
.reg-ok a:first-of-type{
    margin-left: 10px;
}

/* стили для кода для сворачивания текста */
.block {display: none;}
	.block-first {font-weight: bold; cursor: pointer;}
		.active {color: red!important;} 
        div.active p {font-size: 12px; color: #000!important;}



/*geolocation*/
.region-top {
    width: 370px;
}
.geo-wrap{
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 0 5px 1px rgba(0,0,0,0.57);
	padding: 25px 10px 34px 27px;
	width: 370px;
	box-sizing: border-box;
	z-index: 200;
    display: none;
	font: 15px/20px 'PT Sans', Arial, sans-serif;
    overflow: auto;
}
.geo-wrap:before{
	position: absolute;
	top: -5px;
	left: 60px;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: '';
}
.geolocation{
	height: 366px;
	padding: 0 21px 0 0;
}
.geolocation ul{
	margin:0;
	padding:0;
	list-style:none;
}
.geolocation>ul{
	margin: 0 0 20px;
}
.geolocation>ul>li{
	border-bottom: 1px solid #e2e6ed;
	padding: 6px 12px 5px;
}
.geolocation>ul>li>ul {
    display: none;
}
.geolocation>ul>li>ul>li{
	padding: 6px 12px 0;
}
.geolocation ul li.active{
	background: #e2e6ed;
}
.geolocation a{
	color: #000;
	position: relative;
}
.geolocation ul li.open>a:after,
.geolocation ul li.active>a:after{
	position: absolute;
	top: 6px;
	background: #3a5086 50% 50% no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0YxM0U3RTU4MjIwMTFFNUFEMTFBRkNDMDAxREI2N0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0YxM0U3RTY4MjIwMTFFNUFEMTFBRkNDMDAxREI2N0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RjEzRTdFMzgyMjAxMUU1QUQxMUFGQ0MwMDFEQjY3QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RjEzRTdFNDgyMjAxMUU1QUQxMUFGQ0MwMDFEQjY3QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq5x8o8AAAAZSURBVHjaYvwPBAwMDIxA/J8JxgDRAAEGAHD5BgHlgsMsAAAAAElFTkSuQmCC');
	margin: 0 0 0 5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	content: '';
    margin-top: -2px;
}
.geolocation ul li.active>a:after{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.geolocation>ul>li>a{
	font-weight: bold;
}
.geolocation .list-letter{
	display: block;
	color: #3a5086;
	text-transform: uppercase;
	font: bold 18px/22px 'PT Sans', Arial, sans-serif;
	margin: 0 0 12px 12px;
}
.nicescroll-rails{
	border-radius: 9px;
}

.geo-wrap .close-flyout {
    width:10px;
    height: 10px;
    position: absolute;
    top:13px;
    right:11px;
    text-indent: -9999px;
}
.geo-wrap .close-flyout:before {
    width:10px;
    height: 1px;
    transform:rotate(-45deg);
    content:"";
    background:#000;
    position: absolute;
    top:0;
    left:0;
}
.geo-wrap .close-flyout:after {
    width:10px;
    height: 1px;
    transform:rotate(45deg);
    content:"";
    background:#000;
    position: absolute;
    top:0;
    left:0;
}

.left-center-block ul.listing {overflow: hidden;}
    .left-center-block ul.listing li:first-child{padding: 0 0 20px 0;}
    .left-center-block ul.listing li{overflow: hidden; padding: 20px 0; border-bottom: 1px solid #c1c1c1; margin-top: 5px;}
        .left-center-block ul.listing li a{display: block;}
            .left-center-block ul.listing li a img{float: left; width: 131px; height: 123px; margin-right: 25px;}
        div.listing-text {float: left; width: 662px;}
            .listing-text-top {padding-bottom: 8px; border-bottom: 1px dashed #c1c1c1; overflow: hidden;}
                .listing-text-top a {font-size: 16px; color: #262626; font-weight: bold; float: left; margin-right: 10px;}
                .listing-text-top span{font-size: 16px; color: #8390b0; text-transform: none; font-weight: bold; margin-right: 10px;}
                .listing-text-top p {font-size: 14px; color: #8c8c8c; float: left; font-style: italic; margin-top: 2px;}
                    .listing-text-top p span{font-size: 13px; color: #000; font-style: normal; margin-left: 5px;}
            .listing-text-center {margin-top: 5px;}
                .listing-text-center p{font-size: 13px; color: #686868; line-height: 18px; text-align:justify;}
                .listing-text-center span {font-size: 14px; color: #8c8c8c; float: left; font-style: italic; margin-top: 2px;}
.paginator-main {margin: 20px 0 170px 0; position: relative;}
    .paginator-kol {width: 130px; height: 30px; position: absolute; overflow: hidden; top: 0px; right: 0px;}
        .paginator-kol p{font-size: 13px; color: #8b8b8b; margin-right: 5px; margin-top: 3px; float: left;}
        .paginator-kol select{width: 43px; height: 24px; border: 1px solid #d2d2d2; float: left; border-radius: 2px;}


.tabs-menu{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.tabs-menu li{
	display: inline-block;
	font: bold 16px/20px 'PT Sans', Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 4px;
}
.tabs-menu li a{
	color: #fff;
	display: block;
	padding: 18px 20px 17px;
	border-radius: 4px;
	background: url("../images/bg-btn.jpg") repeat-x;
	text-shadow: 1px 1px 0 #000;
}
.tabs-menu li a.active{
	background: none;
	border: 3px solid #313131;
	padding: 15px 20px 14px;
	color: #2d2d2d !important;
	text-shadow: none;
}
.img-holder {
    padding: 10px;
    width:829px;
    background: #fff;
    margin: 0 auto 55px;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
    border-radius:10px;
    position: relative;
}
.img-holder img {
    vertical-align: top;
}
.fader {
    position: absolute;
    top:10px;
    height: calc(100% - 20px);
    left:85px;
    width:829px;
    z-index: 100;
    background: rgba(0,0,0,0.6);
    display: none;
}
.img-holder .place {
    position: absolute;
}
.img-holder .place img{
	border-radius: 3px;
}
.img-holder .place .popup {
    position: absolute;
    width:460px;
    background: #f1f1f1;
    border:2px solid #c20000;
    border-radius:6px;
    padding:19px 23px;
    box-sizing: border-box;
	display: none;
}
.img-holder .place .popup .circle {
    width: 82px;
    height: 82px;
    line-height: 82px;
    color: #646464;
    font-size: 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    float: left;
    margin: 0 17px 0 0;
    border-radius: 50%;
}
.img-holder .place .popup .order-btn{
	font: 15px/20px 'PT Sans', Arial, sans-serif;
	color: #fff;
	background: #1b1b1b;
	text-transform: uppercase;
	display: block;
	width: 98px;
	text-align: center;
	padding: 8px 0;
	margin: 15px 0 0;
}
.img-holder .place .popup:after,
.img-holder .place .popup:before {
    top: 100%;
    left: 407px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.img-holder .place .popup:after {
    border-color: rgba(241, 241, 241, 0);
    border-top-color: #f1f1f1;
    border-width: 19px;
    margin-left: -19px;
}
.img-holder .place .popup:before {
    border-color: rgba(194, 0, 0, 0);
    border-top-color: #c20000;
    border-width: 22px;
    margin-left: -22px;
}
.img-holder .place .text {
	overflow: hidden;
	font-size: 18px;
}
.img-holder .place .text strong {
	display: block;
	margin: 0;
	color:#010000;
}
.img-holder .place .text span {
	color:#2b474d;
	display: block;
	margin: 0 0 10px;
}
.img-holder .place .text span a {
	color:#2b474d;
	text-decoration: underline;
}
.img-holder .place .text strong.price {
	color:#c20000;
	display: block;
	font-size: 20px;
}
.img-holder .place.place1 {
	right: 29px;
	top: 51px;
}
.img-holder .place.place1.scheme {
	right: 28px;
	top: 50px;
}
.img-holder .place.place1 .popup {
	top:-118px;
	right:134px;
}
.img-holder .place.place1.scheme .popup{
	top:-204px;
	right:134px;
}
.img-holder .place.place2 {
	right: 26px;
	top: 388px;
}
.img-holder .place.place2.scheme {
	right: 28px;
	top: 386px;
}
.img-holder .place.place2 .popup {
	top:-88px;
	right:34px;
}
.img-holder .place.place3 {
	right: 171px;
	top: 653px;
}
.img-holder .place.place3.scheme{
	right: 171px;
	top: 652px;
}
.img-holder .place.place3 .popup {
	top:-118px;
	right:134px;
}
.img-holder .place.place3.scheme .popup{
	top: -175px;
	right: 134px;
}
.img-holder .place.place4 {
	right: 171px;
	top: 1268px;
}
.img-holder .place.place4.scheme {
	right: 171px;
	top: 1267px;
}
.img-holder .place.place4 .popup {
	top:-118px;
	right:134px;
}
.img-holder .place.place4.scheme .popup{
	top: -195px;
	right: 134px;
}
.img-holder .place.place5 {
	left: 27px;
	top: 642px;
}
.img-holder .place.place5 .popup {
	top:-118px;
	left:34px;
}
.img-holder .place.place5.scheme .popup {
	top: -173px;
	left: 34px;
}
.img-holder .place.place5 .popup:after,
.img-holder .place.place5 .popup:before {
	left:50px;
}
.img-holder .place.place6 {
	right: 59px;
	top: 43px;
}
.img-holder .place.place6 .popup{
	top: -121px;
	left: -30px;
}
.img-holder .place.place6.scheme{
    right: 59px;
    top: 43px;
}
.img-holder .place.place6.scheme .popup{
	top:-188px;
	left:-54px;
}
.img-holder .place.place7 {
	right: 59px;
	top: 148px;
}
.img-holder .place.place7 .popup{
	top: -122px;
	left: -333px;
}
.img-holder .place.place7.scheme{
    right: 59px;
    top: 148px;
}
.img-holder .place.place7.scheme .popup{
	top:-185px;
	left:-372px;
}
.img-holder .place.place8 {
	left: 90px;
	top: 565px;
}
.img-holder .place.place8 .popup{
	top:-121px;
	left:-35px;
}
.img-holder .place.place8.scheme{
    left: 90px;
    top: 565px;
}
.img-holder .place.place8.scheme .popup{
	top: -190px;
	left:-35px;
}
.img-holder .place.place9 {
	left: 56px;
	top: 81px;
}
.img-holder .place.place9 .popup{
	top: -314px;
	left: 50px;
}
.img-holder .place.place9.scheme{
	left: 57px;
	top: 90px;
}
.banner-place {
    position: absolute;
    width:100%;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    margin: -15px 0 0;
    top:50%;
    height: 30px;
}
.banner-place span {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    background: #000;
}
.tab-content {
    position: relative;
}

.left-block {float:left; width:197px; margin-top:9px;}
    .search-transport {width: 159px; border: 1px solid #d2d2d2; border-radius: 5px; padding: 14px 18px;}
        .search-transport p {font-size: 12px; color: #777; margin-bottom: 5px;}
        .search-transport select {font-size: 14px; color: #8b8b8b; padding: 1px 0 4px 6px; width: 159px; border: 1px solid #d2d2d2; margin-bottom: 15px; border-radius: 3px; cursor: pointer;}
        input.btn-transport-search {width: 105px; height: 27px; margin: 0 auto; display: block;}
        .search-transport .edit {font-size: 14px; color: #8b8b8b; padding: 1px 0 4px 6px; width: 152px; border: 1px solid #d2d2d2; margin-bottom: 15px; border-radius: 3px;}



.bread-crumbs {
	background:#f1f1f1 url(../images/icon-br-cr.png) no-repeat 0px center;
	height:32px;
	margin-bottom:13px;
	padding-left:20px;
}

.bread-crumbs ul {
	list-style:none;
	display:table;
}

.bread-crumbs ul li {
	background:url(../images/sep1.png) no-repeat right 15px;
	height:32px;
	margin-right:6px;
	padding-right:16px;
	display:table;
	float:left;
}

.bread-crumbs ul li:last-child {
	background:none;
}

.bread-crumbs ul li a {
	font-size:12px;
	color:#a1a1a1;
	text-decoration:underline;
	vertical-align:middle;
	display:table-cell;
}

.bread-crumbs ul li a:hover {
	text-decoration:none;
}

.libtext ul {
margin:0;
padding:0;
}

.libtext ul li {
    margin-left:30px;
}

.libtext h2 {
    margin-top:10px;
    font-weight: bold;
    font-size: 14px;
    font-family: PT Sans, Arial, sans-serif;
}

.list-title h3{font-size: 14px; color: #000; font-weight: normal; text-transform: uppercase; border-bottom:1px solid #d2d2d2; padding-bottom: 7px;}

.transport-info2 {width: 600px; margin-right: 10px; float: left; position: relative;}
            .transport-info2 p{font-size: 14px; color: #43598d; text-transform: uppercase; text-align:left; margin-bottom:4px;}
            .transport-info2 p span{font-size: 14px; color: #8390b0; text-transform: none; font-style:normal; font-weight: bold; margin-left:10px;}
            .transport-info2 span{font-size: 13px; color: #686868; text-align:justify;}
            .transport-info-span2{font-size: 13px; color: #686868; text-align:justify; display:normal;}

.rezult-transport2 {overflow: hidden;}

.center-block ul.listing {overflow: hidden;}
    .center-block ul.listing li:first-child{padding: 0 0 10px 0;}
    .center-block ul.listing li{overflow: hidden; padding: 10px 0; border-bottom: 1px dashed #c1c1c1; margin-top: 5px;}
    .lidemand{overflow: hidden; padding: 0px 0; margin-top: 5px;}

.transport-info3 {width: 600px; height:110px; margin-right: 10px; float: left;}
            .transport-info3 p{font-size: 14px; color: #43598d; text-transform: uppercase; text-align:justify;}
            .transport-info3 p span{font-size: 14px; color: #8390b0; text-transform: none; font-style:normal; font-weight: bold; margin-left:10px;}
            .transport-info3 p a.comp{display:table-cell; font-size: 12px; color: #8390b0; text-transform: none; font-style:normal; font-weight: bold; text-align:right;}
            .transport-info3 span{font-size: 13px; color: #686868; text-align:justify;}
            .transport-info-span3{font-size: 13px; color: #686868; text-align:justify; display:normal;}

.transport-info4 {width: 600px; margin-right: 10px; float: left;}
            .transport-info4 p{font-size: 14px; color: #43598d; text-transform: uppercase; text-align:justify;}
            .transport-info4 p span{font-size: 14px; color: #8390b0; text-transform: none; font-style:normal; font-weight: bold; margin-left:10px;}
            .transport-info4 p a.comp{display:table-cell; font-size: 12px; color: #8390b0; text-transform: none; font-style:normal; font-weight: bold; text-align:right;}
            .transport-info4 span{font-size: 13px; color: #686868; text-align:justify;}


.last-news h3 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 7px;
}

.filter2 .info {
color:#686868;
font-size:14px;
margin-bottom:30px;	
}

.filter2 table {
width:100%;
border-spacing:0;
border-collapse:collapse;
font-size:13px;
}

.filter2 table tr.first td {
font-style:normal;
background: rgb(222,222,221); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,222,221,1) 0%, rgba(207,207,206,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,221,1)), color-stop(100%,rgba(207,207,206,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(222,222,221,1) 0%,rgba(207,207,206,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dededd', endColorstr='#cfcfce',GradientType=0 ); /* IE6-9 */
border-bottom:none;
color:#323232;
padding:8px;
}

.filter2 table tr.first td:first-child {
border-radius: 3px 0px 0px 3px;	
text-align:center;
}


.filter2 table tr.first td:last-child {
border-radius: 0px 3px 3px 0px;	
}



.filter2 table tr.lst td:first-child {
border-radius: 3px 0px 0px 3px;	
text-align:center;
}


.filter2 table tr.lst td:last-child {
border-radius: 0px 3px 3px 0px;	
}


.filter2 table td {
text-align:center;	
padding:5px;
font-style:italic;	
border-bottom:1px dashed #c1c1c1;
border-left:1px dashed #c1c1c1;
color:#000;
}

.filter2 table td:first-child{
border-left:none;	
text-align:left;
}

.filter2 table tr td a {
color:#5672b8;
font-style:normal;
text-decoration:underline;
}

.filter2 table tr td span {
background:url(../images/listing.png) 0px 0px no-repeat;
padding-left:18px;		
}



.filter2 table tr.lst td {
background: rgb(82,81,81); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(82,81,81,1) 0%, rgba(45,45,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,81,81,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(82,81,81,1) 0%,rgba(45,45,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525151', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
border-top:1px solid #f1f1f1;
color:#a3b0c7;
padding:8px;
}

.imageUploaderField input{width:100%!important;}

div.block-first {width: 100%; border-bottom: 1px solid #d2d2d2; padding-bottom: 7px; margin-bottom: 10px;}
    div.block-first p {font-size: 12px; color: #8b8b8b;}
    div.block-first a {font-size: 14px; color: #798fb0; line-height: 14px; position: relative; display: block; margin-bottom: 10px; overflow: hidden;}
        div.block-first a span {border-bottom: 1px dashed #798fb0; padding-bottom: 3px; margin-right: 5px; float: left; display: block;}
        div.block-first a img {margin-top: 2px; position: absolute;}
        div.str {width: 13px; height: 13px; background: url(../images/str-close2.png) no-repeat 0 0; float: left; display: block;}
        
div.active {width: 100%; border-bottom: 0px solid #d2d2d2; padding-bottom: 0px; margin-bottom: 5px;}
    div.active p {display: none;}
    div.active a {font-size: 14px; color: #000; line-height: 14px; position: relative; display: block; margin-bottom: 10px;}
        div.active a span {border-bottom: 1px dashed #000; padding-bottom: 3px; margin-right: 5px;}
        div.active a img {margin-top: 2px; position: absolute; overflow: hidden; width: 13px; height: 13px;}
        div.active a div.str {background-position: bottom;}


div.block-first-open {width: 100%; border-bottom: 1px solid #d2d2d2; padding-bottom: 7px; margin-bottom: 10px;}
    div.block-first-open a {font-size: 14px; color: #000; line-height: 14px; position: relative; display: block; margin-bottom: 10px;}
        div.block-first-open a span {border-bottom: 1px dashed #000; padding-bottom: 3px; margin-right: 5px;}
        div.block-first-open a img {margin-top: 2px; position: absolute;}
            div.block-second {overflow: hidden; margin-bottom: 15px;}
                div.block-second-left {width: 220px; float: left;}
                    div.block-second-left p{font-size: 12px; color: #767171; padding-bottom: 3px; margin-top: 7px;}
                        div.block-second-left p span{color: #000; font-weight: bold; width: 115px; display: block; float: right;}
                        div.block-second-left p span.span-open{color: #000; font-weight: bold; width: 115px; display: block; float: right;}
                        div.block-second-left p span.span-close{color: #000; font-weight: bold; width: 115px; display: block; float: right;}
                        .bor-dashed2 {border-bottom: 1px dashed #c1c1c1;}
                        sub.con-mail {border-bottom: 1px solid #b5b5b5; float: left; font-size: 12px;}
                        div.granica {background: url(../images/granica.png) no-repeat top center; width: 220px; padding-top: 5px; margin-top: 7px; margin-bottom: 10px;}
                            div.granica p {font-size: 12px; color: #6985a8; font-style: italic; text-align: center;}
                                div.granica p a{font-size: 12px; color: #6985a8; font-style: italic; text-align: center; display: inline; border-bottom: 1px solid #adbbcc;}
                div.block-second-right {width: 330px; float: right;}
                    div.block-second-right p{font-size: 12px; color: #6a6a6a;}


.table_demand{
   display:table;   
   width:100%;
}
 
.row_demand{
   display:table-row;   
}
 
.col_demand{
    display:table-cell; 
    border-bottom: 1px dashed #c1c1c1;
}

.col-left-end{
    display:table-cell; 
    
}

.col-end{
    display:table-cell; 
    border-bottom: 1px solid #c1c1c1;
}
 
.c50{
   width:80%;
   color: #000;
   font-size: 12px;
	font-weight: bold;
    display: table;
    text-align: left;
    padding: 0px 0px 3px 15px;
    margin-top: 7px;  

	
}
 
 
.c25{
   width:20%;
font-size: 12px;
    color: #767171;
    padding-bottom: 3px;
    margin-top: 7px;  

}

/* table */ 
.table-head {
    background: rgba(0, 0, 0, 0) url("../images/table-head.png") repeat scroll 0 0;
    font-size: 14px;
    height: 32px;
    margin-bottom: 10px;
    line-height: 32px;
} 

.table-head > span{display: inline-block;} 
.table-head > span:nth-child(1) {     padding-left: 14px;     width: 167px; } 
.table-head > span:nth-child(2) {     padding-left: 12px;     width: 107px; } 
.table-head > span:nth-child(3) {  padding-left: 13px;     width: 74px; } 
.table-head > span:nth-child(4) {  padding-left: 13px;     width: 150px; } 
.table-head > span:nth-child(5) {  padding-left: 13px;     width: 168px; } 
.table-head > span:nth-child(6) {  padding-left: 13px;     width: 60px; }        
.table-inner{ margin-bottom: 5px;} 
.table_head {     background: rgba(0, 0, 0, 0) url("../images/head2.png") repeat scroll 0 0;     display: table;     
                  font-size: 14px;     min-height: 32px;     line-height: 20px;     
                  position: relative;     vertical-align: middle;     z-index: 243; } 

.table_head > span {     color: #656565;     display: table-cell;     min-height: 32px;     
                         padding-bottom: 5px;     padding-top: 5px;     vertical-align: middle; }    

.active3 {     background: rgba(0, 0, 0, 0) url("../images/head-active.png") repeat scroll 0 0 / 100% 100%; } 
.active3 > span{color: #000000;}   

.table_head > span:nth-child(1) {     padding-left: 14px;     width: 167px; } 
                                  
.table_head > span:nth-child(2) {     padding-left: 12px;     width: 107px; } 
.table_head > span:nth-child(3) {  padding-left: 13px;     width: 73px; } 
.table_head > span:nth-child(4) {  padding-left: 13px;     width: 154px; } 
.table_head > span:nth-child(5) {  padding-left: 13px;     width: 171px; } 
.table_head > span:nth-child(6) {     width: 83px; }   
.readmore {     background: #d7d7d7 none repeat scroll 0 0;     border-radius: 3px;     bottom: 1px;     
                color: #434343;     display: block;     font-size: 12px;     height: 24px;     line-height: 25px;    
                 margin-left: auto;     margin-right: auto;     position: relative;     right: 0;    
                  text-align: center;     width: 74px; } 

.search {     background: #d7d7d7 none repeat scroll 0 0;     border: 1px solid;     border-radius: 3px;     
              color: #434343;     display: block;     font-size: 12px;     height: 22px;     
              line-height: 22px;     position: relative;     right: -9px;     text-align: center;     width: 68px; } 

.close3 {     background: #ffffff none repeat scroll 0 0;     border-radius: 3px;     bottom: 1px;     color: #434343;    
               display: block;     font-size: 12px;     height: 24px;     line-height: 25px;     margin-left: auto;     
               margin-right: auto;     position: relative;     right: 0;     text-align: center;     width: 74px; }         

.table-content {     -moz-border-bottom-colors: none;     -moz-border-left-colors: none;     
                     -moz-border-right-colors: none;     -moz-border-top-colors: none;     
                     border-color: currentcolor #fff #fff;     border-image: none;     
                     border-style: none solid solid;     border-width: 0 2px 2px;     margin-top: -1px;     
                     z-index: 10; } 

.table-content_head {     border-bottom: 2px solid #fff;     height: 35px; } 
.table-content_head > span:nth-child(1) {padding-left:10px; width: 132px; } 
.table-content_head > span:nth-child(2) {width: 255px; } 
.table-content_head > span:nth-child(3) {width: 336px; } 
.table-content_head > span {     color: #a2a2a2;     display: inline-block;     font-size: 12px;     line-height: 35px; }  
.nubmer > label {     color: #656565;     font-size: 12px;     margin-left: 5px; } 
.table-content_inner{padding: 10px;}  
.col1 {     float: left;     width: 133px; }                                       
.col2 {     float: left;     width: 255px; } 
.col3 {     float: left;     width: 333px; } 
.col2 > span {     color: #656565;   margin-bottom: 3px;     font-size: 12px;display: block; } 
.col3 > span {     color: #656565;   margin-bottom: 3px;     font-size: 12px;display: block; } 
.col4 {     float: left; }

/* table - Новое оформление таблиц */ 
.table-wrap{
  width:100%;
}

.table-wrap>tbody>tr:first-child{
  margin-bottom:5px;
  position: relative;
}

.table-wrap>tbody>tr>th{
  background:#D7D7D6;
  padding:10px 10px;
  text-align:left;
  font-weight:normal;
  margin-bottom:5px;
  border-right:1px solid #A1A1A1;
}

.table-wrap>tbody>tr>th:first-child{
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.table-wrap>tbody>tr>th:last-child{
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-right:none;
}


.table-wrap>tbody>tr>td:first-child{
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.table-wrap>tbody>tr>td:last-child{
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-right:none;
}

.table-wrap>tbody>tr>td{
  background:#ffffff;
  padding:10px 10px;
}

.table-wrap tr.selected td{
  background:#9FADC4;
}

.read-more{
  font-size:11px;
  padding:5px;
  text-align:center;
  background:#D7D7D6;
  border-radius:3px;
  width: 55px;
  display:block;
}

.selected .read-more{
  background: #ffffff;
}


.table-detail{
  background: #F1F1F1;
}

.table-detail>tbody>tr>th{
  padding:10px 10px;
  color:#a2a2a2;
  font-weight: normal;
  font-size:11px;
  text-align:left;
  border-bottom:2px solid #ffffff;
}

.table-detail>tbody>tr>th:first-child {
  width: 25%;
}

.table-detail>tbody>tr>td{
  padding:10px 10px;
  color:#656565;
  font-weight: normal;
  font-size:11px;
  text-align:left;
}

.table-detail label{
  width:45px;
  display:block;
}

.table-detail input{
  position:relative;
  top:3px;
}

.no-padding{
  padding:2px !important;
}

.block-company-center-left-ship {width: 362px; float: left;}
            .block-company-center-left-ship p{font-size: 14px; color: #686868; padding: 9px 0;}
                .block-company-center-left-ship p span{font-size: 14px; color: #000; font-weight: bold; width: 108px; display: block; float: left; padding-bottom: 5px;}
        .block-company-center-right-ship {width: 270px; float: right;}
            .block-company-center-right-ship p{font-size: 14px; color: #686868; padding: 9px 0;}
                .block-company-center-right-ship p span{font-size: 14px; color: #000; font-weight: bold; width: 80px; display: block; float: left; padding-bottom: 5px;}
                .block-company-center-right-ship p a{font-size: 14px; color: #4d6890; font-style: italic; text-decoration: underline;}

.block-company-center-left-ship p span, .block-company-center-right-ship p span{
    min-width: 200px;
    padding-right: 15px;
}
.volgodon {
    padding-top: 20px;
    float: left !important;
}
.block-company-center-left-ship p:first-child, .block-company-center-right-ship p:first-child{
    border-top: 1px dashed #c1c1c1;
}

.block-company-center-left-ship, .block-company-center-right-ship {
    width: 48%;
}



.block-company-center-left-ship p, .block-company-center-right-ship p {
    padding: 15px 0px;
}

ajax__tab_body, .ajax__tab_body {
    font-family: Arial;
    font-size: 10pt;
    border-top: 0;
    border: 1px solid #999999;
    padding: 8px;
    background-color: transparent;
}

.bg {
    background-image: url("../banners/bg-pic.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100%;
    width: 1600px;
    margin: auto;
    background-color: #ade9ff;
}

.bg2 {
    background-image: url("../images/test-brand.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100%;
    background-color: #434242;
}

.body2 {
    background: #f1f1f1;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    width: 1076px;
    font-family: PT Sans, Arial, sans-serif;
}

#aspnetForm {
    position: relative;
}

    #aspnetForm .bg-banner {
        display: inline-block;
        position: absolute;
        top: 90px;
        width: 240px;
    }

    #aspnetForm .bg-banner__left {
        left: -240px;
    }

    #aspnetForm .bg-banner__right {
        right: -240px;
    }

    #aspnetForm .bg-banner__top {
        top: -137px;
        left: 330px;
        width: 446px;
    }

    #aspnetForm .bg-banner--hidden {
        display: none !important;
    }

#aspnetForm .bg-banner img {
    width: 100%;
}

/* Стили для MaterialLentaBig */
.material-lenta-big {
    width: 100%;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.material-image-container {
    margin-bottom: 7px !important;
    display: block !important;
    clear: both;
}

.material-title-container {
    margin-top: 7px !important;
    display: block !important;
    clear: both;
}

.material-lenta-big a {
    text-decoration: none;
    color: #43598d;
    font-size: 17px;
    line-height: 17px;
}

.material-lenta-big img {
    width: 100%;
    height: 334px;
}

.material-lenta-middle {
    width: 48%;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.material-image-container-middle {
    margin-bottom: 7px !important;
    display: block !important;
    clear: both;
}

.material-title-container-middle {
    margin-top: 7px !important;
    display: block !important;
    clear: both;
}

.material-lenta-middle a {
    text-decoration: none;
    color: #43598d;
    font-size: 15px;
    line-height: 15px;
}

.material-lenta-middle img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

/* Стили для div.textnew в контролах MaterialLentaMiddle и MaterialLentaBig */
.material-lenta-middle .textnew,
.material-lenta-big .textnew {
    margin-top: 8px;
    height: 55px;
    color: #686868;
    font-size: 13px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Стили для div.inf в контролах MaterialLentaMiddle и MaterialLentaBig */
.material-lenta-middle .inf,
.material-lenta-big .inf {
    margin-top: 5px;
}

.material-lenta-middle .inf span,
.material-lenta-big .inf span {
    color: #8e8e8e;
    font-style: italic;
    font-size: 12px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
}

.material-lenta-middle .inf span a,
.material-lenta-big .inf span a {
    color: #8e8e8e;
    text-decoration: none;
}

.material-lenta-middle .inf span.href,
.material-lenta-big .inf span.href {
    background: url(../images/ref.png) no-repeat;
    padding-left: 22px;
    margin-left: 5px;
}

.material-lenta-middle .inf span.date,
.material-lenta-big .inf span.date {
    background: url(../images/date.png) no-repeat;
    padding-left: 22px;
    padding-right: 10px;
    border-right: 1px solid #d2d2d2;
}

.materialtext ul {
    list-style-type: disc;
}

.materialtext ul li {
    margin-left: 15px;
}