@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,500,700&subset=latin-ext,cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300&subset=cyrillic-ext,latin-ext);

body{
  margin:0;
  font-family: "Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size:14px;
  line-height:21px;
  color:#2d2d2d;
  background-color:#f3f3f3;
}

.red_row{background-color: RGB(255,150,150)}
.orange_row{background-color: #f0a075}
.yellow_row{background-color: RGB(255,255,150)}
.blue_row{background-color: RGB(170,170,255)}
.green_row{background-color: RGB(170,255,170)}
.gray_row{background-color: RGB(220,220,220)}
.pink_row{background-color: RGB(255,217,255)}
.cyan{background-color: RGB(188,242,242)}

.container {
  width:1170px;
  min-width:1170px;
  padding: 0 15px;
}
.bodyWrap{
  background-color:#fff;
  width:1200px;
  margin:0 auto;
  -webkit-box-shadow: 0 0 10px 0 #7D7D7D;
  box-shadow: 0 0 10px 0 #7D7D7D;
}
.cl, .cl_del{
  clear:both;
  width:100%;
  height:0;
}
.cl_del{
  margin-bottom:15px;
}
.loadingState{
  display:none;
  float:right;
  width:300px;
  height:33px;
  background: url(../images/loader.gif) center right no-repeat;
}

.gradient, .gradientBtn {
  background: #eb692c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNjkyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjMzMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eb692c 0%, #df3316 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb692c), color-stop(100%,#df3316)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eb692c 0%,#df3316 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eb692c 0%,#df3316 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eb692c 0%,#df3316 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eb692c 0%,#df3316 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb692c', endColorstr='#df3316',GradientType=0 ); /* IE6-8 */
}
.gradientRev, .gradientBtnRev {
  background: #df3316; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNjkyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjMzMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #df3316 0%, #eb692c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df3316), color-stop(100%,#eb692c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #df3316 0%,#eb692c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #df3316 0%,#eb692c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #df3316 0%,#eb692c 100%); /* IE10+ */
  background: linear-gradient(to bottom, #df3316 0%,#eb692c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df3316', endColorstr='#eb692c',GradientType=0 ); /* IE6-8 */
}
.gradientBtn:hover{
  background: #ea4a00; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNGEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZjIzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ea4a00 0%, #bf2300 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea4a00), color-stop(100%,#bf2300)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ea4a00 0%,#bf2300 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ea4a00 0%,#bf2300 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ea4a00 0%,#bf2300 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ea4a00 0%,#bf2300 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4a00', endColorstr='#bf2300',GradientType=0 ); /* IE6-8 */
}


.whiteBg{
  background:#fff;
}

#page {
  padding-top: 10px;
  width:1170px;
}

.autoSearchForm{
  padding:5px;
  width:100%;
  vertical-align: top;
}

.autoSearchForm td{
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.autoSearchForm td.head{
  color:#fff;
  font-size: 17px;
  width: 230px;
}
.autoSearchForm .checkbox.inline {
  padding-top: 0;
}

.autoSearchForm input[type=checkbox].css-checkbox {
  display:none;
  margin:0;
}

.autoSearchForm input[type=checkbox].css-checkbox + label.css-label {
  padding-left:23px;
  height:18px; 
  display:inline-block;
  line-height:18px;
  background-repeat:no-repeat;
  background-position: 0 0;
  vertical-align:middle;
  cursor:pointer;
  margin: 0 0 0 25px;
}
.autoSearchForm input[type=checkbox].css-checkbox:first-child + label.css-label {
  margin-left: 10px;
}

.autoSearchForm input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -18px;
}
.autoSearchForm label.css-label {
  background-image:url(../images/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.autoSearchForm .selects{
  line-height: 31px;
}
.autoSearchForm .selects div{
  display:inline-block;
  margin-left: 25px;
}
.autoSearchForm .selects div span{
  margin-right: 5px;
}
.autoSearchForm .selects div:first-child{
  margin-left: 0;
}

.autoSearchForm .selects div select{
  width:200px;
}
.autoSearchForm .selects div.years select{
  width:80px;
  margin-right: 5px;
}
.autoSearchForm .selects div.firms select{
  width:170px;
}
.autoSearchForm .searchBtn{
  border:none;
  padding:20px;
  font-size: 20px;
  color:#fff;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(102, 102, 102, 0.55);
  -moz-box-shadow:    1px 1px 5px 0px rgba(102, 102, 102, 0.55);
  box-shadow:         1px 1px 5px 0px rgba(102, 102, 102, 0.55);
}
.autoSearchForm .total span{
  color:#e13c19;
}
.autoSearchForm .total .paramsTumbler{
  display:inline-block;
  float:right;
  text-decoration: underline;
  color:#333333;
}
.autoSearchForm .total .paramsTumbler:hover{
  color:#000;
}
.autoSearchForm  .addParams{
  display:none;
}

.pagination a, .pagination .currPage{
  display:inline-block;
  padding:5px;
  border: 1px solid #ddd;
}
.pagination a:hover, .pagination .currPage{
  background:#ddd;
  border-color:#aaa;
}
.costLoad{
  display:inline-block;
  min-width:30px;
  min-height:16px;
};

.mainPage .content{
  width:1170px;
  position:relative;
}
.mainPage .leftBlock{
  display:inline-block;
  width:735px;
  max-width:735px;
  margin-right: 20px;
  float:left;
}
.mainPage .leftBlock .carsBlock{
  width:735px;
  max-width:735px;
}
.mainPage .leftBlock .carsBlock:first-child{
  margin-bottom:40px;
}
.mainPage .leftBlock .carsBlock h3{
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
}
.mainPage .leftBlock .carsBlock p{
  font-weight: 300;
  font-size: 14px;
  margin:0 0 10px 0; 
}
.mainPage .leftBlock .carsBlock p a{
  color:#bcbcbc;
  text-decoration: underline;
}
.mainPage .leftBlock .carsBlock .item{
  width:175px;
  max-width:175px;
  display:inline-block;
  float:left;
  margin-right: 8px;
}
.mainPage .leftBlock .carsBlock .item a{
  color:#747474;
}
.mainPage .leftBlock .carsBlock .item a{
  color:#747474;
}
.mainPage .leftBlock .carsBlock .item a span{
  color:#e13c19;
  display:block;
  font-size: 20px;
}
.mainPage .leftBlock .carsBlock .item img{
  width:170px;
  height:120px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(102, 102, 102, 0.55);
  -moz-box-shadow:    1px 1px 3px 0px rgba(102, 102, 102, 0.55);
  box-shadow:         1px 1px 3px 0px rgba(102, 102, 102, 0.55);
}
.mainPage .rightBlock{
  display:inline-block;
  width:415px;
  max-width:415px;
}
.mainPage .rightBlock .news{
  width:415px;
  max-width:415px;
  margin-top:10px;
  margin-bottom:40px;
  font-weight: 300;
}
.mainPage .rightBlock .news .news_item{
  display: block;
  line-height: 20px;
  color:#333333;
  font-size: 12px;
}


.mainPage .rightBlock .news .news_item{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}
.mainPage .rightBlock .news a{
  color:#000;
  font-weight: normal;
}
.mainPage .rightBlock .news a.all_news{
  text-align: right;
  display: block;
}
.mainPage .rightBlock .news .news_item .date{
  color:#999999;
}

.mainPage .rightBlock a.cameraThumb{
  display:block;
  width:415px;
  height:160px;
}

.mainPage .rightBlock a.cameraThumb{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}
.mainPage .rightBlock a.cameraThumb img{
  width:207.5px;
  height:160px;
  background-color: #ccc;
}

.siteCameras{
width:1170px;
border-bottom: 10px;
}
.siteCameras img{
  width:585px;
  height:439px;
  float:left;
  background-color: #ccc;
}

/* Footer section--------------- */
#footerSection {
  position:relative; 
  min-height:330px; 
  min-width: 1170px; 
  color:#000; 
  /*margin-top: 20px; */
  font-weight: 300;
  font-size: 14px;
  padding:0 0 40px 0;
}
#footerSection h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0px;
}
#footerSection h4{
  font-size: 20px;
  font-weight: 300;
  margin:0;
}
#footerSection p span{
  color:#666666;
}
#footerSection a{
  color:#666666;
  text-decoration: underline;
}
#footerSection a:hover{
  color:#000;
}
#footerSection p{}
#footerSection hr{}
#footerSection .leftBlock{
  display:inline-block;
  float:left;
  width:410px;
  max-width: 410px;
}
#footerSection .middleBlock{
  display:inline-block;
  float:left;
  width:390px;
  max-width: 390px;
}
#footerSection .rightBlock{
  display:inline-block;
  float:left;
  width:370px;
  max-width: 370px;
}
#footerSection .socialMedia{
  height:48px; 
  margin-top:50px; 
}
#footerSection .socialMedia a:hover{
  opacity:1; 
  filter:alpha(opacity=100); 
  -moz-opacity:1;
}
#footerSection .socialMedia a{
  display: inline-block;
  width:48px;
  height:48px;
  margin-left: 6px;
  opacity:0.8; 
  filter:alpha(opacity=80); 
  -moz-opacity:0.8;
}
#footerSection .socialMedia a:first-child{
  margin-left: 0;
}
#footerSection .socialMedia .twitter{
  background:url(../images/t.png) no-repeat center; 
}
#footerSection .socialMedia .vk{
  background:url(../images/vk.jpg) no-repeat center; 
}
#footerSection .socialMedia .facebook{
  background:url(../images/f.png) no-repeat center; 
}
#footerSection .socialMedia .instagram{
  background:url(../images/inst.jpg) no-repeat center; 
}
#footerSection .socialMedia .odnoklassniki{
  background:url(../images/ok.jpg) no-repeat center; 
}
#footerSection .copyright{
  color:#999999;
  padding-top: 20px;
}
#footerSection .copyright a{
  color:#999999;
  text-decoration: none;
}
#footerSection .share_buttons span.b-share{
  background:#fff;
  padding:0 20px; 
}

#footerSection .share_buttons{
  text-align: center;
  width:100%;
  padding:30px 0;
  background:url(../images/footBg.jpg) repeat-x center; 
}

.adminMenu{
  position:fixed;
  top:0;
  left:0;
  padding:10px;
  -webkit-border-bottom-right-radius: 10px !important;
  -moz-border-bottom-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border:1px solid #fff;
  border-left: none;
  border-top: none;
}
.adminMenu a{
  color:#fff;
}
.adminMenu:hover{
  border-color:#000;
}
.adminMenu a:first-child:hover{
  color:#ccc;
  text-decoration: underline;
  background: none !important;
}
.aucSearchForm {
  color: white;
  width:1130px;
}
.header{
  padding:14px 0;
  font-size: 12px;
  background-color: #fff;
  /*position: fixed;*/
  /*top:0;*/
  width:100%;
  z-index: 10;
  color:#010101;
}
.header a{
  color:#010101;
  text-decoration: underline;
}
.vdk_time{
  font-weight: bold;
}

.header_block{
  float:left;
  position:relative;
  margin-left: 30px;
}
.header_block:first-child{
margin-left: 0;
font-style: normal;
font-weight: bold;
font-size: 20px;
color: #666666;
}
.header .loginBlock{
  float:right;
}
.company_description{
  width:100%;
  min-width: 1200px;
  /* height:180px; */
  cursor: default;
}

.company_description .first{
  background:url(../images/comp1.jpg); 
  background-position: bottom;
}
.company_description .second{
  background:url(../images/comp2.jpg); 
  background-position: bottom;
}
.company_description .third{
  background:url(../images/comp3.jpg); 
  /* background-position: bottom; */
}
.company_description div{
  width:30%;
  color:#fff;
  float:left;
  padding: 0 1.5%;
  height:160px;
  line-height: 25px;
  -moz-background-size: cover !important; /* Firefox 3.6+ */
    -webkit-background-size: cover !important; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: cover !important; /* Opera 9.6+ */
    background-size: cover !important; /* Современные браузеры */
}
.company_description div:hover{
  text-shadow: 1px 1px 10px black, 0 0 1em black; /* Параметры тени */
}
.company_description div h3{
 font-size: 18px;
 line-height: 26px;
 text-align: center;
}
.company_description .second{
  width:31%;
}
.menuWrap{
  background: #f3f3f3;
  width:1200px;
  /*position:fixed;*/
  z-index: 100;
  /*top: 70px;*/
}
#mainMenu, #mainMenu ul, #mainMenu li {
  margin:0;
  padding: 0;
}
#mainMenu, #mainMenu ul {
  background: #f3f3f3;
}
#mainMenu { /* подменю перемещается относительно меню */
  position: relative;
  display: table;
  width: 100%;
}
#mainMenu ul { /* подменю находится вне потока */
  position: absolute;
  z-index: 5;
  display: none;
}
#mainMenu li:hover ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
  display: block;
  background: #d4d4d4;
  width:inherit;
}
#mainMenu li:hover ul a:hover { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
  text-decoration: underline;
}
#mainMenu li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#mainMenu ul li {
  display: block;
  text-align: left;
  width:100%;
  min-width:100%;
}
#mainMenu a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  width:100%;
}
#mainMenu a img{
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
#mainMenu ul a {
  padding: 3px 15px; 
  width:100%;
}
#mainMenu li:hover {
  background: #d4d4d4;
}
#mainMenu>li       { 
  position:relative; 
}
#mainMenu>li>ul    { 
  display:none; 
  position:absolute; 
  top:80px; 
  min-width: 100%;
}
#mainMenu>li>ul>li { 
  white-space:nowrap; 
}
#mainMenu li.logoWrap{
  min-width:220px;
  min-height:50px;
  max-width:220px;
  max-height:50px;
  height:80px;
  width:220px;
  padding:0 20px;
}
#mainMenu li.howToBuyWrap{
  min-width:220px;
  max-width:220px;
  width:220px;
}
#mainMenu .logo{
  width:100%;
  height:100%;
  background:url(../images/logo.png) no-repeat left center; 
}

#mainMenu .howToBuy{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width:90%;
  padding:5px;
  color:#fff;
}
#mainMenu.howToBuyBtn{
  position:fixed !important;
  top:0;
  display:none;
  z-index: 100;
}

.howToBuyBtn .howToBuy{
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border: 1px solid #fff;
  border-top: none;
}
.howToBuyBtn:hover .howToBuy{
  border: none;
}
#mainMenu.howToBuyBtn, #mainMenu.howToBuyBtn ul {
  background: none;
}
  #mainMenu.howToBuyBtn li:hover ul { /* подменю будет показано, если курсор наведён на пункт меню с выпадающем списком */
  display: block;
  width:inherit;
}

#mainMenu.howToBuyBtn>li>ul    { 
  display:none; 
  position:absolute; 
  left:0; 
  top:63px; 
  min-width:100%;
}

.wg_title{height: 30px; background-color: #8ABAE6; line-height: 30px; color: #fff; font-weight: bold; padding: 0 10px 0 10px; margin-bottom: 10px}
.wg_block{padding: 0 10px 0 10px; margin-bottom: 10px}

.panel-body .span2{font-size: 10px; text-align: center;}

.panel { 
background-color: #FFFFFF;
border: 1px solid transparent;
border-radius: 4px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.047);
margin-bottom: 20px;
}

.panel-primary { 

border-color: #df3316;

}

.panel-primary > .panel-heading { 
background-color: #df3316;
border-color: #df3316;
color: #FFFFFF;
}

.panel-heading { 
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
padding: 5px 10px;
}

.panel-title{ 
font-size: 11px;
/*font-weight: bold;*/
margin-bottom: 0px;
margin-top: 0px;
text-decoration:none;
}
.panel-title a { 
font-size: 11px;
/*font-weight: bold;*/
margin-bottom: 0px;
margin-top: 0px;
color:#FFF;
text-decoration:none;
}
.panel-body { 
padding: 15px;
}




/* NAV BAR (top menu)*/
.navbar{overflow:visible;margin-bottom:21px;color:#2d2d2d;*position:relative;*z-index:2;}
.navbar-inverse{color:#eeeeee;}.navbar-inverse .navbar-inner{background-color:#949aa2;background-image:-moz-linear-gradient(top, #00398e, #004DC0);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#00398e), to(#004DC0));background-image:-webkit-linear-gradient(top, #00398e, #004DC0);background-image:-o-linear-gradient(top, #00398e, #004DC0);background-image:linear-gradient(to bottom, #00398e, #004DC0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00398e', endColorstr='#ff004DC0', GradientType=0);border-color:#606670;}

/* Nav-list (sidemenu)--------------- */
.nav-list{padding-left:0px;padding-right:0px;margin-bottom:0;}
.nav-list a{font-size:12px;border-radius: 4px;}
.nav-list>li>a,.nav-list .nav-header{margin-left:0px;margin-right:0px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
.nav-list>li>a{padding:3px 15px;}
.nav-list>.active>a,.nav-list>.active>a:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);background-color:rgb(0,77,192); }
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right:2px;}
.nav-list .divider{*width:100%;height:1px;margin:9.5px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}

select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{color:#444444;}

.WgCarsImg{
  min-height: 120px;
  height: 120px;
}



.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}


.searchResultsUpdate {
  background-color: #FFF;
  height:60px;
  background-image: url('../images/worldcar.jpg');
  background-position: center center;
  background-repeat: no-repeat,  no-repeat, repeat-x;
  opacity: 1;
  border: 2px solid #ccc;
  border-color: rgba(249, 19, 4, 0.5);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px rgba(249, 19, 4, 0.5);
  box-shadow: 0 0 10px rgba(249, 19, 4, 0.5);
  margin-bottom:10px;
}
.searchResultsUpdate table, .searchResultsUpdate .pagination, .searchResultsUpdate .summary{
 display:none;
}
.searchResultsUpdate * {
 opacity: .8;
}
.searchResultsUpdate{
-webkit-animation-name: glow;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: glow;
-moz-animation-duration: 1s;
-moz-animation-iteration-count: infinite;
-moz-animation-direction: alternate;
-moz-animation-timing-function: ease-in-out;
-o-animation-name: glow;
-o-animation-duration: 1s;
-o-animation-iteration-count: infinite;
-o-animation-direction: alternate;
-o-animation-timing-function: ease-in-out;
animation-name: glow;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-timing-function: ease-in-out;
}

.searchResultsUpdate{

}
@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: 0 0 16px rgba(249, 19, 4, 0.5);
    border-color: rgba(87, 154, 0,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 16px rgba(249, 19, 4, 1.0), 0 0 36px rgba(255, 255, 255, 1.0);
    border-color: rgba(87, 154, 0,1.0);
  }
}
@-moz-keyframes glow {
  0% {
    -moz-box-shadow: 0 0 16px rgba(249, 19, 4, 0.5);
    border-color: rgba(87, 154, 0,0.5);
  }
  100% {
    -moz-box-shadow: 0 0 16px rgba(249, 19, 4, 1.0), 0 0 36px rgba(255, 255, 255, 1.0);
    border-color: rgba(87, 154, 0,1.0);
  }
}
@-o-keyframes glow {
  0% {
    box-shadow: 0 0 16px rgba(249, 19, 4, 0.5);
    border-color: rgba(87, 154, 0,0.5);
  }
  100% {
    box-shadow: 0 0 16px rgba(249, 19, 4, 1.0), 0 0 36px rgba(255, 255, 255, 1.0);
    border-color: rgba(87, 154, 0,1.0);
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 16px rgba(249, 19, 4, 0.5);
    border-color: rgba(87, 154, 0,0.5);
  }
  100% {
    box-shadow: 0 0 16px rgba(249, 19, 4, 1.0), 0 0 36px rgba(255, 255, 255, 1.0);
    border-color: rgba(87, 154, 0,1.0);
  }
}


.ui-slider{position:relative;text-align:left; background:#b9dcfa; border-color:#ffffff;}
.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:0.5em;height:1.2em;cursor:default}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.2em;display:block;border:0;background-position:0 0}
.ui-slider-horizontal{height:.8em}
.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.25em;}
.ui-slider-horizontal .ui-slider-handle{background:#3153ff; border-color:#ffffff;}
.ui-slider-horizontal .ui-slider-range{top:0;height:100%}
.ui-slider-horizontal .ui-slider-range-min{left:0}
.ui-slider-horizontal .ui-slider-range-max{right:0;}

.loader{
background: url(../images/loader.gif) center center no-repeat;
}
.loader *{
visibility: hidden;
}


.searchParamLabel{
  margin:0; 
  padding:0; 
  font-weight:bold; 
  line-height:27px;
  text-align: right;
}
.btn {
  line-height: 20px;
}

.prohod{
visibility: hidden;
}

.narrow_grid{
  padding-top: 0;
  font-size: 12px;
}
.narrow_grid td{
  line-height: 12px;
  padding: 3px;
  text-align: center;
}

.carSearchGrid table td{
  text-align: center;
  vertical-align: middle;
}
.carSearchGrid table img{
  min-width: 50px;
}
.carSearchGrid table tr:hover{
background-color: RGB(188,242,242);
}

.carSearchGrid table thead th {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.carSearchGrid table thead th span {
margin: 1px -5px 0 5px;
}

.grid-view table.items th a.desc .caret, .grid-view table.items th a.asc .caret {
display: inline-block;
}
.grid-view table.items th a .caret {
position: relative;
}

.stat_period label.radio{
  display:inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.stat_period{
  padding-top: 5px;
}
.hint_popover{
  font-size: 12px;
  line-height: 14px;
}
.popover-title, .popover-content{
  color:#000;
}

.costLoad{
  background: url(../images/stat_cost_loader.gif) center center no-repeat;
  width:auto;
  height:20px;
};

.tooltip {
    max-width: 500px;
    width: auto;
}
.tooltip-inner {
    max-width: 500px;
    width: auto;
}
#carsInSaleCarousel .item{
  padding: 5px;
  font-size: 10px;
  text-align: center;
}

.saled_in_vl_car{
  text-decoration: none;
  padding:4px;
  background-color: red;
  color:#fff;
  font-size: 10px;
  position:absolute;
}

dsc{
  display: list-item;
  width:25%;
  float:left;
  list-style-position: inside;
}

.japLot dsc{
  width:33%;
}

#agreements_side_block{
  display:inline-block; 
  background-color:#e5e5e5; 
  margin-left:15px; 
  padding:15px;
  width:540px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#agreements_side_block p{
  margin:0;
}
.agreement_label{
  margin:0; 
  padding:0; 
  font-weight:bold;
  line-height: 30px;
  text-align: right;
}
div.hr{
  clear:both;
margin:0;
width:100%;
margin-bottom: 5px;
/*height:5px;*/
border-bottom: 1px solid #fff;
position:inline-block;
}


.agr_field{
  background-color: #ddd;
}


.nav-list {
padding: 0;
margin-top: 10px;
background-color: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

.nav-list .icon-chevron-right {
float: right;
margin-top: 2px;
margin-right: -6px;
opacity: .25;
}

.nav-list > .active .icon-chevron-right {
opacity: 1;  
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
color: #ffffff;
text-shadow: 0 -1px 0 
rgba(0, 0, 0, 0.2);
background-color: #0088cc;
}

@media (min-width: 1200px){
.nav-list {
width: 258px;
}
}

@media (max-width: 979px) and (min-width: 768px){
.nav-list {
width: 166px;
margin-top: 20px;
}
}

@media (max-width: 767px){
.nav-list.affix {
position: static;
width: auto;
top: 0;
margin-bottom:15px; 
margin-left:15px;
}
}
.prilip {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
}

.extSearchTable{
  width:1170px;
  max-width:1170px;
  border-top:solid 1px #fff;
  color:#fff;
}
.extSearchTable .days{
  /*width:40px;*/
}
.extSearchTable .days input{
  margin:0;
}
.extSearchTable .period input{
  margin-top:-2px;
  margin-right:4px;
}
.extSearchTable .period select{
  width:75px;
  height:20px;
  font-size: 10px;
}
.extSearchTable .period {
  width:40px;
}
.extSearchTable .period table:first-child{
  margin-top:-2px;
  border-bottom: none;
}
.extSearchTable .period table{
  border-top: 1px solid #fff;
}
.extSearchTable .period table{
  width:100%;
}

.extSearchTable .period table tr{
 font-size: 10px;
}
.extSearchTable .period table tr td:first-child{
  text-align: right;
  padding-right: 4px;
  padding-left: 4px;

}
.extSearchTable .period table tr:first-child td:first-child{
 font-size: 13px;
 padding-top: 2px;
 text-align: center;
}

.extSearchTable .days table{
  padding:0px 7px 0px 7px;
  border-bottom: 1px solid #fff;
  width:100%;
}
.extSearchTable .days table tr td:last-child{
  padding:0px 7px 0px 0px;
  width:12px;
}
.extSearchTable .days table tr td:first-child{
  padding:0px 3px 0px 7px;
}

.extSearchTable .days table:last-child{
  border:none;
}

.extSearchTable .days table:last-child tr td{
  padding-top:2px; 
  padding-bottom:2px; 
}
.extSearchTable .days .day{
  padding:0px 3px 0px 7px;
}
.extSearchTable .loc img{
  border:1px solid #ccc;
  width:25px;
  height:25px;
}
.extSearchTable .loc img:hover{
  border:1px solid #fff;
}
.extSearchTable .body {
  height:151px; 
}
.extSearchTable a.reltooltip{
  color:#ccc;
}
.extSearchTable .body .fullHeight {
  padding-top:1px; 
}
.extSearchTable .body .fullHeight select{
  height:217px; 
  font-size:12px;
  font-family:Arial;
  width:100%;
  color:#000;
  margin-bottom: 4px;
}
.extSearchTable .body .fullHeight select option:first-child{
  color: rgb(102, 102, 102); 
  background-color: rgb(238, 238, 238);
}
.extSearchTable .body .firmTd{
  width:147px; 
  border-left:solid 1px #fff;
  padding-top:1px;
  padding-left:4px
}
.extSearchTable .body {
  width:100%; 

}
.extSearchTable .body .modelTd{
  min-width:170px; 
  width:170px; 
}
.extSearchTable .body .frameTd{
  min-width:170px; 
  width:170px; 
}
.extSearchTable .body .auctionTd{
  width:auto; 
  min-width:154px; 
}
.extSearchTable .body .rateTd{
  width:auto; 
  min-width:80px; 
}
.extSearchTable .body .addParamsTd{
  padding:1px 4px 0px 2px;
}
.extSearchTable .body .addParamsTd table{
  width:100%;
}
.extSearchTable .body .addParamsTd select{
  width:100%;
}
.extSearchTable .body .addParamsTd input{
  /*width:211px;*/
  /*width:auto;*/
  width:93%;
  padding:4px 2%;
  margin:0 5%;
  margin-bottom: 10px;
  margin-left: 0;
}
.extSearchTable .body .addParamsTd tr:last-child input{
  margin-bottom: 0px;
}
.extSearchTable input.sbmtBtn{
  width: 95% !important;
  display: inline-block;
  margin: 0 !important;
  height: 53px;
}
.extSearchTable option.marked{
  color:red;
}
#auto_form{
  margin-bottom: 0;
}

.intMap .mapTooltip {
    position:absolute;
    width:700px;
    padding:20px;
    background:#fff;
    margin:50px 0 0 111px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display:none;
    z-index:100;
    box-shadow: 0 0 10px #000;
}
.intMap .mapTooltip h3{
   margin:0;
   text-align: center;
}
.intMap .mapTooltip img{
   width:700px;
}
.intMap a.link {
    font-size: 10px;
    color: black;
    text-decoration: none;
    /*font-family:verdana;*/
}
.intMap a.link img{
    min-width: 6px;
    min-height: 6px;
}
.intMap a.link:hover {
    font-size: 10px;
    color: white;
    text-decoration: underline;
    font-family:verdana;
    text-shadow: 0px 0px 10px #000;
}
.intMap a.portLink{
    font-size:15px;
    font-family:arial;
    color:#000;
    text-transform:uppercase;
    font-weight:bold;
    text-shadow: 0px 0px 10px #fff;
}
.intMap a.portLink:hover{
    font-size:15px;
    font-family:arial;
    text-transform:uppercase;
    font-weight:bold;
}
.intMap a.link:hover .map_port{
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyOSUiIHN0b3AtY29sb3I9IiMwMGU1MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDUwNTA1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #00e516 29%, #050505 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(29%,#00e516), color-stop(100%,#050505)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#00e516 29%,#050505 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#00e516 29%,#050505 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#00e516 29%,#050505 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffffff 0%,#00e516 29%,#050505 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#050505',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
box-shadow: 0px 0px 10px #000;
}
.intMap a.link:hover .map_dot{
background: #fff600; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZmY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDUwNTA1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #fff600 0%, #fff600 51%, #050505 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fff600), color-stop(51%,#fff600), color-stop(100%,#050505)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #fff600 0%,#fff600 51%,#050505 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #fff600 0%,#fff600 51%,#050505 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #fff600 0%,#fff600 51%,#050505 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #fff600 0%,#fff600 51%,#050505 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff600', endColorstr='#050505',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
box-shadow: 0px 0px 10px #000;

}
.intMap span.left{
    text-align:right;
    padding:0px 0px 0px 0px;
    display: block;
    width:100px;
    height:14px;
    margin-left:-103px;
    margin-top:-16px;
}
.intMap span.right{
    text-align:left;
    padding:0px 0px 0px 0px;
    display: block;
    /*width:100px;*/
    height:14px;
    margin-left:12px;
    margin-top:-15px;
}
.intMap a.portLink span.left, a.portLink span.right{
    margin-top:-19px;
}
.intMap a.portLink span.right{
    margin-left:20px;
}
.intMap div.map_dot{
    width:10px;
    height:10px;
    background: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #050505; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwNTA1MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNmZmY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmNjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  #050505 0%, #fff600 49%, #fff600 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#050505), color-stop(49%,#fff600), color-stop(100%,#fff600)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #050505 0%,#fff600 49%,#fff600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #050505 0%,#fff600 49%,#fff600 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #050505 0%,#fff600 49%,#fff600 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #050505 0%,#fff600 49%,#fff600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#fff600',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.intMap div.map_port{
    width:17px;
    height:17px;
    background: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #050505; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwNTA1MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmYxMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  #050505 0%, #ff1111 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#050505), color-stop(100%,#ff1111)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #050505 0%,#ff1111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #050505 0%,#ff1111 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #050505 0%,#ff1111 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #050505 0%,#ff1111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#ff1111',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.viewComment{
  display:block;
  background:rgb(250,250,250); 
}
.viewComment .name_cars{
  float:left;
  margin-bottom: 10px;
  font-style:italic;
}
.viewComment .name_cars span{
  color:#bbb;
}
.viewComment .date{
  float:right;
}
.viewComment .commText{
  text-align: justify;
  margin-bottom:5px;
}
.viewComment .commText img.thumbPh{
  margin-right: 5px;
}
.viewComment .commText .phLink:hover{
  border-color:orange;
}
.viewComment .commText .phLink img{
  float:left;
  display:block;
  width:150px;
}
.viewComment .commFoot{
  font-size:12px;
}
.viewComment .commFoot .left{
  float:left;
}
.viewComment .commFoot .right{
  float:right;
}

#comments_line{
  text-align: center;
  width:100%;
  padding:30px 0;
  background:url(../images/footBg.jpg) repeat-x center; 
}
#comments_line span{
  background:#fff;
  padding:0 20px; 
}
.mainPage .commentsBlock{
  /*font-family: "Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
}
.mainPage .commentsBlock h3{
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
}
.mainPage  .commentsBlock p{
  font-weight: 300;
  font-size: 14px;
  margin:0 0 10px 0; 
}
.mainPage  .commentsBlock p a{
  color:#bcbcbc;
  text-decoration: underline;
}
#commentsCarousel .item{
  background:rgb(250,250,250); 
  /*background:#fff; */
  margin:2px;
  font-size: 13px;
  line-height: 17px;
  min-height: 130px;
  font-family: "Roboto", "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 20px;
}
#commentsCarousel .item img{
  margin-right:5px;
}
#commentsCarousel .item span.author{
  color:#999;
}
#commentsCarousel .item .viewComm{
  position:absolute;
  bottom: 5px;
  right:5px;
}
#commentsCarousel .item .viewComm{
  position:absolute;
  bottom: 5px;
  right:5px;
}
#commentsCarousel .owl-theme .owl-controls{
  /*margin-top: -20px;*/
  text-align: right;
  z-index: 100;
  position: absolute;
  right:15px;
  top:100px;
}

.agreement {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 200px;
}
.add_service_td, .add_cut_service_td{
  cursor: pointer;
  text-align: left;
  padding-left:150px;
}
.add_service_td:hover, .add_cut_service_td:hover{
  background:#85DBED;
}
.hideServ{
  display:none;
}

.feedbackBtn2{
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  display: block;
  padding:7px 15px;
  text-decoration: none !important;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  background: #eb692c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNjkyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjMzMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eb692c 0%, #df3316 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb692c), color-stop(100%,#df3316)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eb692c 0%,#df3316 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eb692c 0%,#df3316 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eb692c 0%,#df3316 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eb692c 0%,#df3316 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb692c', endColorstr='#df3316',GradientType=0 ); /* IE6-8 */
  color:white;

}
.feedbackBtn2:hover{
  background: #eb692c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNjkyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjMzMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eb692c 0%, #df3316 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb692c), color-stop(100%,#df3316)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eb692c 0%,#df3316 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eb692c 0%,#df3316 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eb692c 0%,#df3316 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eb692c 0%,#df3316 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb692c', endColorstr='#df3316',GradientType=0 ); /* IE6-8 */
  color:white;
}
.feedbackBtn2 span{
  font-size: 10.5px;
  display:block;
  line-height: 10px;
  text-decoration: none;
  color:white;
 }
 
.feedbackBtn{
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  border-radius: 7px !important;
  background: #f3f3f3;
  display: block;
  padding:5px 13px;
  text-decoration: none !important;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
}
.feedbackBtn:hover{
  background: #eb692c; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNjkyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjMzMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #eb692c 0%, #df3316 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb692c), color-stop(100%,#df3316)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eb692c 0%,#df3316 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eb692c 0%,#df3316 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eb692c 0%,#df3316 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eb692c 0%,#df3316 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb692c', endColorstr='#df3316',GradientType=0 ); /* IE6-8 */
  color:white;
}
.feedbackBtn span{
 font-size: 8.5px;
 display:block;
 line-height: 8px;
 text-decoration: none;
}

 .rotate
    {
        -webkit-transform: rotate(360deg);  
        -moz-transform: rotate(360deg); 
        -ms-transform: rotate(360deg);  
        -o-transform: rotate(360deg);  
        transform: rotate(360deg);  
        -moz-animation-name: rotate;
        -moz-animation-duration: 0.5s;
        -webkit-animation-name: rotate;
        -webkit-animation-duration: 0.5s;
 
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0;
        -moz-animation-play-state: running;
        -moz-animation-fill-mode: forwards;
 
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-delay: 0;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
 
    }
 .shake
    {
        -webkit-transform: rotate(360deg);  
        -moz-transform: rotate(360deg); 
        -ms-transform: rotate(360deg);  
        -o-transform: rotate(360deg);  
        transform: rotate(360deg);  
        -moz-animation-name: spaceboots;
        -moz-animation-duration: 2.5s;
        -webkit-animation-name: spaceboots;
        -webkit-animation-duration: 2.5s;
 
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0;
        -moz-animation-play-state: running;
        -moz-animation-fill-mode: forwards;
 
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-delay: 0;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
 
    }
 .howToBuyImg
    {
        -webkit-transform: rotate(360deg);  
        -moz-transform: rotate(360deg); 
        -ms-transform: rotate(360deg);  
        -o-transform: rotate(360deg);  
        transform: rotate(360deg);  
        -moz-animation-name: carAnimation;
        -moz-animation-duration: 5s;
        -webkit-animation-name: carAnimation;
        -webkit-animation-duration: 5s;
 
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0;
        -moz-animation-play-state: running;
        -moz-animation-fill-mode: forwards;
 
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-delay: 0;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
 
    }
 
@-webkit-keyframes rotate {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotate {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}

@-webkit-keyframes spaceboots {
  0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
@-moz-keyframes spaceboots {
  0% { -moz-transform: translate(2px, 1px) rotate(0deg); }
  10% { -moz-transform: translate(-1px, -2px) rotate(-1deg); }
  20% { -moz-transform: translate(-3px, 0px) rotate(1deg); }
  30% { -moz-transform: translate(0px, 2px) rotate(0deg); }
  40% { -moz-transform: translate(1px, -1px) rotate(1deg); }
  50% { -moz-transform: translate(-1px, 2px) rotate(-1deg); }
  60% { -moz-transform: translate(-3px, 1px) rotate(0deg); }
  70% { -moz-transform: translate(2px, 1px) rotate(-1deg); }
  80% { -moz-transform: translate(-1px, -1px) rotate(1deg); }
  90% { -moz-transform: translate(2px, 2px) rotate(0deg); }
  100% { -moz-transform: translate(1px, -2px) rotate(-1deg); }
}

@-webkit-keyframes carAnimation{
  0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
  5% { -webkit-transform: translate(-15px, 0px) rotate(-3deg); }
  10% { -webkit-transform: translate(-35px, 0px) rotate(3deg); }
  15% { -webkit-transform: translate(-50px, 0px) rotate(0deg); }
  20% { -webkit-transform: translate(-65px, 0px) rotate(3deg); }
  25% { -webkit-transform: translate(-80px, 0px) scale(-1, 1) rotate(-3deg); }
  
  30% { -webkit-transform: translate(-80px, 0px) scale(-1, 1) rotate(-3deg); }
  35% { -webkit-transform: translate(-65px, 0px) scale(-1, 1) rotate(3deg); }
  45% { -webkit-transform: translate(-35px, 0px) scale(-1, 1) rotate(3deg); }
  40% { -webkit-transform: translate(-50px, 0px) scale(-1, 1) rotate(0deg); }
  45% { -webkit-transform: translate(-35px, 0px) scale(-1, 1) rotate(0deg); }
  
  50% { -webkit-transform: translate(-15px, 0px) scale(-1, 1) rotate(-3deg); }
  55% { -webkit-transform: translate(0px, 0px) scale(-1, 1) rotate(0deg); }
  60% { -webkit-transform: translate(15px, 0px) scale(-1, 1) rotate(0deg); }
  65% { -webkit-transform: translate(35px, 0px) scale(-1, 1) rotate(-3deg); }
  70% { -webkit-transform: translate(50px, 0px) scale(-1, 1) rotate(3deg); }
  
  75% { -webkit-transform: translate(65px, 0px) scale(-1, 1) rotate(0deg); }
  80% { -webkit-transform: translate(80px, 0px) scale(-1, 1) rotate(3deg); }
  85% { -webkit-transform: translate(60px, 0px) rotate(-3deg); }
  90% { -webkit-transform: translate(40px, 0px) rotate(-3deg); }
  95% { -webkit-transform: translate(20px, 0px) rotate(0deg); }
  99% { -webkit-transform: translate(1px, 0px) rotate(0deg); }

}
@-moz-keyframes carAnimation{
  0% { -moz-transform: translate(0px, 0px) rotate(0deg); }
  5% { -moz-transform: translate(-15px, 0px) rotate(-3deg); }
  10% { -moz-transform: translate(-35px, 0px) rotate(3deg); }
  15% { -moz-transform: translate(-50px, 0px) rotate(0deg); }
  20% { -moz-transform: translate(-65px, 0px) rotate(3deg); }
  25% { -moz-transform: translate(-80px, 0px) scale(-1, 1) rotate(-3deg); }
  
  30% { -moz-transform: translate(-80px, 0px) scale(-1, 1) rotate(-3deg); }
  35% { -moz-transform: translate(-65px, 0px) scale(-1, 1) rotate(3deg); }
  45% { -moz-transform: translate(-35px, 0px) scale(-1, 1) rotate(3deg); }
  40% { -moz-transform: translate(-50px, 0px) scale(-1, 1) rotate(0deg); }
  45% { -moz-transform: translate(-35px, 0px) scale(-1, 1) rotate(0deg); }
  
  50% { -moz-transform: translate(-15px, 0px) scale(-1, 1) rotate(-3deg); }
  55% { -moz-transform: translate(0px, 0px) scale(-1, 1) rotate(0deg); }
  60% { -moz-transform: translate(15px, 0px) scale(-1, 1) rotate(0deg); }
  65% { -moz-transform: translate(35px, 0px) scale(-1, 1) rotate(-3deg); }
  70% { -moz-transform: translate(50px, 0px) scale(-1, 1) rotate(3deg); }
  
  75% { -moz-transform: translate(65px, 0px) scale(-1, 1) rotate(0deg); }
  80% { -moz-transform: translate(80px, 0px) scale(-1, 1) rotate(3deg); }
  85% { -moz-transform: translate(60px, 0px) rotate(-3deg); }
  90% { -moz-transform: translate(40px, 0px) rotate(-3deg); }
  95% { -moz-transform: translate(20px, 0px) rotate(0deg); }
  99% { -moz-transform: translate(1px, 0px) rotate(0deg); }

}


a.reltooltip{
  text-decoration: none;
  cursor: default;
  /*color:black;*/
}
.lotDetailInfo th{
  width:auto;
  text-align: right;
}
table.lotDetailInfo{
  margin-bottom:0;
}
table.lotDetailInfo .even{ 
  background:#fff;
}
.thumbnail{
  background:#fff;
}
.blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
  50% { color: rgb(255, 255, 255); }
  51% { color: rgba(255, 255, 255, 0); }
  100% { color: rgba(255, 255, 255, 0); }
}
@keyframes blink {
  50% { color: rgb(255, 255, 255); }
  51% { color: rgba(255, 255, 255, 0); }
  100% { color: rgba(255, 255, 255, 0); }
}

.photoBlockLotPage{
  margin-left:0 !important; 
  margin-bottom: 5px; 
  text-align:center;
}
.photoBlockLotPage li{
/* 6 фото в ряд */
/* 
 margin-left:0.8%;
  width:16%;
*/
/* 7 фото в ряд */
/*
  margin-left:0.3%;
  width:14%;
*/
/* 8 фото в ряд */
  margin-left:0.57%;
  width:12%;
  display:inline-block; 
}
.photoBlockLotPage li:first-child{
  margin-left:0; 
}

.aucListDesc{
  width:100%; 
  font-size:10px; 
  line-height:12px;
}
.aucListDesc p{
  margin:5px 0;
}
.calcBlockLotPage{
  font-size: 11.5px;
   border-color:orange; 
   background:#aaa;
   line-height: 13px;
}
.calcBlockLotPage br{
  line-height:23px;
}
.autoBlock .photoBlock{
  display:inline-block;
  float:left;
  width:160px;
  margin-right: 8px;
}
.autoBlock .descBlock{
  display:inline-block;
  float:left;
  width:680px;
}
.autoBlock{
  font-size: 13px;
}
.autoBlock .descBlock .details{
  /*border-right:1px solid #fff;*/
  width:410px;
  display:inline-block;
  float:left;
}
.autoBlock .descBlock .costs{
  width:265px;
  display:inline-block;
  text-align: center;
  float:left;
  font-size: 14px;
  line-height: 28px;
  height:83px;
  border: 1px solid #fff;
}
.autoBlock .descBlock .costs .hidden{
  position:absolute;
  left: -999999px;
}
.autoBlock .descBlock .costs .tooltip{
  line-height: 15px;
}

.allMiddle{
  display:table-cell;
  vertical-align: middle;
}
.autoBlock .descBlock .costs .allMiddle{
  height:83px;
  width:265px;
  display:table-cell;
  vertical-align: middle;
  background:#fff;
}
.autoBlock .descBlock .details .block{
  display:inline-block;
  float:left;
  width:50%;
}
.autoBlock .addToCartBtn, .autoBlock .removeFromCartBtn{
  display:inline-block;
  float:right;
}

#cartBlock{
  display: block;
  background: url(../images/cart.png) left bottom no-repeat;
  position:fixed;
  left:0;
  top:15%;
  height:50px;
  width:52px;
  color:#fff;
  z-index:99;
  background-position: 0 0;
  background-repeat:  no-repeat;
  cursor: pointer !important;
}
#cartBlock:hover{
  background-position: 0 -48px;
  cursor: pointer !important;
}
#cartBlock:hover span.count{
  background: #009966;
}

#cartBlock span.count{
  position:absolute;
  right:0;
  padding:0px 6px;
  font-size: 12px;
  border-radius: 10px;
}
.cartOrder{
  font-size:10px;
  line-height:12px;
}
.cartOrder .alert-block{
  font-size:11px;
  line-height:13px;
  padding:3px;
  text-align: center;
  border-color:#888;
}
.cartOrder input, .cartOrder span.add-on{
  font-size:13px;
  padding:3px;
  margin-bottom: 2px;
  text-align: center;
}
.cartOrder span.add-on{
  line-height:22px;
}

#main_carousel{
  width:100%;
  min-width: 1200px;
  height:220px;
  cursor: default;
  border-bottom:1px solid #ccc;
}

#slider{
  width:1200px;
  height:170px;
  display: block;
  overflow: hidden;
  position:relative;
  z-index:0;
}
#slider object{
  z-index: 0 !important;
  position:relative;
}
#slider .slide{
  width:1200px;
  height:160px;
  display: inline-block;
  float:left;
  overflow: hidden;
  z-index: 0 !important;
  position:relative;
}
#slider #sl_wrap{
  width:1200px;
  position:absolute;
  margin-left: 0;
  height:160px;
  overflow: hidden;
}
#slider .slPag{
  position:absolute;
  right:3px;
  z-index: 100 !important;
  display: block;
  width:1200px;
  top:220px;
  text-align: center;
  color:#fff;
  font-size: 10px;
  height:20px;
}
#slider .slPag div.point{
/*  height:10px;
  width: 10px;*/
  margin:0px 2px;
  line-height: 16px;
  padding:2px 8px;
  display:inline-block;
  bottom:0;
  right:0;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  cursor:pointer;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
#slider .slPag div.point:hover, #slider .slPag div.point.active{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}


.regNowBtn{
  background:url('../images/Btns-base.png') no-repeat;
  background-size: cover;
  color:#fff;
  text-align: center;
  height:84px;
  padding:20px;
}
.regNowBtn h3{
  font-size: 23px;
  margin:0;
  line-height: inherit;
  margin-bottom: 6px;
}
.regNowBtn:hover{
  background:url('../images/Btns-over.png') no-repeat;
  background-size: cover;
  color:#fff;
  text-decoration: none;
}
.regNowBtn:active{
  background:url('../images/Btns-down.png') no-repeat;
  background-size: cover;
}


