﻿.addProductButton, .backButton, .nextButton, .submitButton, .payButton, .updateButtonField, .loginButton, .checkoutButton, .registerButton, .continueButton, .changeButton, .finishButton, .goButton, .repeatButton
{
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  border: 0;
  padding: 3px 7px;
  text-align: center;
  width: auto;
  font-size: 16px;
  line-height: 16px;
}

.accountLinkButton, .loginLinkButton, .logoutLinkButton
{
  display: block;
  font-size: 16px;
  width: 70px;
  line-height: 24px;
  padding: 0;
  text-align: center;
}

.loginButton, .checkoutButton, .registerButton, .continueButton, .changeButton, .finishButton, .updateButtonField
{
  float: left;
}

.cartItemsGridView .deleteButton
{
  background: transparent url(images/deleteButton.png) no-repeat;
  float: left;
  height: 16px;
  width: 16px;
}

.productImagesGallery .prevImageButton, .productImagesGallery .nextImageButton
{
  border: none;
  height: 242px;
  width: 30px;
}

.productImagesGallery .prevImageButton
{
  background: transparent url(images/backButton.png) no-repeat;
}

.productImagesGallery .nextImageButton
{
  background: transparent url(images/forwardButton.png) no-repeat;
}

.repeatButton
{
  display: block;
}
