.newsitem span{
	color: #999;
	display: table;
	font-size: 16px;
	line-height: 18px;
}
.newsitem {
	border-top: 1px dashed #c5c6c9;
	padding-top: 20px !important;
}
.newsitem:first-child{
	border: none;
	padding-top: 0 !important;
}
.articleimg {
	background-size: cover !important;
	height: 150px;
	width: 150px;
}
.forminpun {
	display: none;
}
.product__btn {
	border: 0;
}
.basket__close {
	background-repeat: no-repeat;
}
.catalog__sort a,
.catalog__sort a:active,
.catalog__sort a:visited,
.catalog__sort a:hover {
  color: #999;
  border-bottom: 1px dashed #999;
  font-size: 16px;
  margin: 0 35px 0 0;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.catalog__sort a.cur,
.catalog__sort a:active.cur,
.catalog__sort a:visited.cur,
.catalog__sort a:hover.cur {
  color: #000;
  border-bottom-color: #000;
}

.catalog__sort a:after,
.catalog__sort a:active:after,
.catalog__sort a:visited:after,
.catalog__sort a:hover:after {
  content: '';
  display: block;
  width: 7px;
  height: 15px;
  position: absolute;
  right: -9px;
  top: 4px;
  background: url(../img/sort-disabled-bottom.png);
}
.catalog__sort a.cur:after,
.catalog__sort a.cur:active:after,
.catalog__sort a.cur:visited:after,
.catalog__sort a.cur:hover:after {
  content: '';
  display: block;
  width: 7px;
  height: 15px;
  position: absolute;
  right: -9px;
  top: 4px;
  background: url(../img/sort-active-bottom.png);
}

.catalog__sort a.asd:after,
.catalog__sort a.asd:active:after,
.catalog__sort a.asd:visited:after,
.catalog__sort a.asd:hover:after {
  background: url(../img/sort-active-bottom.png);
}

.catalog__sort a.desc:after,
.catalog__sort a.desc:active:after,
.catalog__sort a.desc:visited:after,
.catalog__sort a.desc:hover:after {
  background: url(../img/sort-active-top.png);
}
#pdopage .pagination {
	display: none;
}
/*team*/
.team_box { height: 560px; width: 650px; margin: 0 auto 11px; background: #fff url(/images/template/team_bg.jpg) no-repeat 0px 9px; position: relative;}
.team_box .person { position: absolute; width: 130px; height: 140px; text-align: center; font-style: italic; color: #666666;}
.team_box .person a { font-size: 14px; font-style: normal; line-height: 1.54em; }
.team_box .person a:hover { color: #ff5b01; text-decoration: underline; }
.team_box .imgpers { width: 84px; height: 85px; cursor: pointer; margin: 0 auto; background-position: 0% 0px;}
.team_box .imgpers.act { background-position: 0% -85px !important; }

.box-left { background: transparent; width:100%; position: relative; z-index:2; margin-bottom: 9px; }
.box-left .title { margin-bottom:0px; padding: 0; color: #560617;  font-size: 18px; font-family: Tahoma, Geneva, sans-serif; font-weight: bold; }
.box-left .title  a { color: #c51c57; line-height:1.4em; }
.box-left .title  a.act { color: #ff5b01; line-height:1.4em; }
.box-left .title  span.act { color: #ff5b01; line-height:1.4em; }
.box-left p { color:#000; line-height:1.35em; margin-bottom:0.5em; font-size: 12px; font-style: italic;}
.box-left .inner { padding:0px;}
.box-left p a { color: #000; }
.box-left a:hover{ color: #ff5b01; }


.lq {

    position: absolute;
    left: -40px;
    top: -20px;
    width: 26px;
    height: 22px;
    background: url(/images/template/lq.png) no-repeat 0 0;

}
.rq {

    position: absolute;
    bottom: -20px;
    right: 0;
    margin-left: 10px;
    width: 26px;
    height: 22px;
    background: url(/images/template/rq.png) no-repeat 0 0;

}

q, .quote {

    quotes: none;
    display: block;
    font-size: 18px;
    font-style: italic;
    line-height: 1.37em;
    margin: 30px 40px;
    position: relative;

}
.scrolltable {
	overflow-x: scroll;
	width: 100%;
}
.product__description-text table {
	/*min-width: 100%;*/
}
.product__description-text td,.product__description-text th {
	border: 1px solid;
	padding: 10px 20px;
	
}
