/*Table*/
table#order-basket {
  width: 100%;
  border: 0;
}

table#order-basket tr.grey,  table#order-basket tr.itogo{
  background: #e8e8e8;
}

table#order-basket th {
  font-weight: bold;
  padding: 3px 5px;
  background: #bebebe;
  border: 1px solid #fff;
   height: 25px;
}

table#order-basket  td{
  vertical-align: top;
  text-align: center;
  padding: 3px 5px;
  border: 1px solid #fff;
  height: 25px;
}

table#order-basket  td.name{
  width: 576px;
  text-align: left;
}

table#order-basket  td.all{
  text-align: center;
  vertical-align: center;
  font-weight: bold;
}

table#order-basket  td.cart-btn{
padding: 0;
text-align: right;
}

input#cart-subm {
  width: 133px;
  height: 25px;
  color: #00529c;
  background: #e8e8e8;
 /* border: 1px solid #bebebe;*/
 border: 0;
  margin-top: 3px;
  font: bold 11px Trebuchet Ms;
  cursor: pointer;
}

input#cart-subm:hover, a#cart-go:hover {
  color: #000;
}

input.cart-cnt {
  width: 32px;
  height: 17px;
  background: #fff;
  border: 1px solid #bebebe;
}

a#cart-go {
  display: block;
  width: 131px;
  height: /*25*/20px;
  color: #00529c;
  background: #e8e8e8;
 /* border: 1px solid #bebebe;*/
  margin-top: 3px;
  font: bold 11px Trebuchet Ms;
  cursor: pointer;
  text-decoration: none;
  margin-left: 663px;
  text-align: center;
  padding-top: 5px;
  }