.item_image
{
  width: 150px;
  height: 150px;
  text-align: center;
  vertical-align: top;
}
.item_info
{
  width: 100%;
  padding-left: 10px;
  vertical-align: top;
}
.item_name
{
  font-weight: bold;
  font-size: 11pt;
  line-height: 1.2;
}
.item_second_name
{
  font-size: 9pt;
  line-height: 1.2;
}
.item_small
{
  line-height: 1.2;
  font-size: 9pt;
}
.item_description
{
  padding-top: 10px;
  font-size: 9pt;
}
.item_description_text
{
  margin-top: -3px;
  text-align: justify;
  font-size: 9pt;
  padding: 0px 15px 15px 15px;
}
.item_downline
{
  width: 100%;
  padding: 10px 0px 0px 10px;
  text-align: right;
  vertical-align: bottom;
}
.item_sklad
{
  padding: 2px 6px;
  color: #aaaaaa;
}
.item_zakaz
{
  padding: 2px 6px;
  background: #a2a2a2;
  color: #ffffff;
}
.item_add
{
  padding-right: 5px;
  margin-bottom: -2px;
}
.item_cost
{
  padding: 2px 6px;
  background: #c00000;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
.item_cost_process
{
  padding: 2px 6px;
  background: #00c000;
  color: #ffffff;
  font-weight: bold;
  cursor: wait;
}
