.btn {
	font-family:'Open Sans';
}
.tlt {
	padding: 0;
	margin: 0;
	font-size: 32px;
	font-weight: 300;
	color: #2679B5;
}

.tlt small {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	color: #8089A0;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; border-bottom: 1px dashed #ccc }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

.footer {
text-align: center;
padding: 15px;
margin-top: 70px;
border-top: 1px solid #E5E5E5;
background-color: #438EB9;
}

A:link.m_tlt, A:visited.m_tlt, A:active.m_tlt, A:hover.m_tlt
   {  font-size: 11px; text-decoration: none; color:#000000;}
A:hover.m_tlt
   { text-decoration: none; color: #8089A0;} 
   
.table-hover tbody tr:hover th {
  background-color: inherit;
}

.imgThumb {width:50px;height:50px;}
.imgThumb  img{width:50px;height:50px;position:absolute;z-index:50;}
.imgThumb:hover {width:50px;height:50px;overflow:visible;}
.imgThumb:hover img{visibility:visible;position:absolute;z-index:150;}

A:link.dot, A:visited.dot, A:active.dot, A:hover.dot  {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #000000; /* Добавляем свою линию */ 
   }
A:hover.dot {
    color: #8089A0; /* Цвет ссылки при наведении на нее курсора */
   }
   
   
a#backToTop {
    width:100px;
    height:60px;
    opacity:0.7;
    position:fixed;
    bottom:10px;
    right:10px;
    display:none;
    text-indent:-10000px;
    outline:none !important;
    background-image: url('/img/top.png');
    background-repeat: no-repeat;
} 

.rslides {
  position: absolute;
  z-index: 99;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  } 