﻿/* buttons: generic */

input.btn,
a.btn
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  text-transform: capitalize;
  text-indent: -9000px;
  cursor: pointer;
  display: block;
}

input.btnHover:hover, a.btnHover:hover {  background-position: left bottom; }

/* buttons */

input.btnBuyOnline, a.btnBuyOnline
{
	width: 100px;
	height: 25px;
	background: url(/images/buttons/red/buy-online.png) no-repeat left top;
}

input.btnReserve, a.btnReserve
{
	width: 100px;
	height: 25px;
	background: url(/images/buttons/red/reserve.png) no-repeat left top;
}

/* buttons: act as link */

label.actAsLink
{
  cursor: pointer;
  text-decoration: underline;
}

label.actAsLink:hover,
label.actAsLinkHover
{
  text-decoration: none;
}

label.actAsLink input
{
  position: absolute;
  left: -9000px;
  width: 0;
}