.button_shop  {
  width: 100px;
  height: 30px;
  display: block;
  float: left;
  background: url(/images/button.jpg) no-repeat;
}

a.button_shop  {
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 13px;
  line-height: 2.2;
}

a.button_checkout  {
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.button  {
  margin-right: 5px;
  border:0;
  width: 100px;
  height: 30px;
  display: block;
  float: left;
  background: url(/images/button.jpg) no-repeat;
  text-decoration: none;
  color: black;
  font-size: 12px;
  text-align: center;

}

a.button  {
  line-height: 2.2;
  font-family: "Verdana";
}
