.items_container .items_wrapper {
  text-align: center;
}
.items_container .items_wrapper .item {
  border: solid 5px #efefef;
}
.items_container .items_wrapper .item:hover {
  border: solid 5px #7ea953;
}
.items_container .items_wrapper .item .pic {
  height: 145px;
  padding-bottom: 5px;
  border-bottom: solid 1px #6f6f6f;
}
.items_container .items_wrapper .item > .name {
  font: 13px/30px Arial, sans-serif;
  color: #464646;
}
.items_container .items_wrapper .item > .old_parent {
  color: #b5b5b5;
  text-decoration: underline;
}
.items_container .items_wrapper .item > .old_parent:visited,
.items_container .items_wrapper .item > .old_parent:active {
  color: #b5b5b5;
}
.items_container .items_wrapper .item > .parent_separator {
  color: #b5b5b5;
}
.items_container .items_wrapper .item > .parent {
  color: #8a8a8a;
}
.items_container .items_wrapper .item > .parent:visited,
.items_container .items_wrapper .item > .parent:active {
  color: #8a8a8a;
}
.product_viewed hr {
  background: #7ea953;
}
.product_viewed .data_wrapper {
  color: #4A4A4A;
}
.product_viewed .parameters {
  text-align: left;
}
.product_viewed .basket_btn_wrapper input[type=button] {
  background: #7ea953;
}
.product_viewed hr.bot {
  background-color: #7ea953 !important;
}
