.bigButton a
{
	text-decoration:		none !important;
}

.storeButton
{
	display:				inline-block;
	width:					70px;
	height:					19px;
	line-height:			20px;
	padding-left:			20px;
	margin-right:			10px;
	text-align:				center;
	text-transform:			uppercase;
	color:					white;
	font-family:			Verdana, Arial, sans-serif;
	font-size:				10px;
	font-weight:			normal;
	-webkit-border-radius:	4px;
	-moz-border-radius:		4px;
	-o-border-radius:		4px;
	border-radius:			4px;
	position:				relative;
	box-shadow:				1px 1px 1px #d9d9d9;
	cursor:					pointer;
}

.storeButton .btIcon
{
	position:				absolute;
	left:					5px;
	top:					2px;
}

.button-try,
.button-download,
.button-login
{
	background-color:		green;
}

.button-review
{
	background-color:		#0017AD;
}

.button-buy,
.button-contact
{
	background-color:		red;
}

.button-buy .btIcon,
.button-nostock .btIcon,
.button-moreinfo .btIcon
{
	top:					3px;
}

.button-contact
{
	width:					90px;
	padding-left:			0;
}

.button-upgrade
{
	background-color:		orange;
}

.button-upgrade .btIcon,
.button-brochure .btIcon
{
	top:					4px;
}

.button-moreinfo
{
	background-color:		gray;
}

.button-nostock
{
	background-color:		black;
	cursor:					default;
}

.button-brochure
{
	background-color:		#B8860B;
}

.button-updated,
.button-new
{
	position:				absolute;
	right:					4px;
	width:					88px;
	height:					19px;
	padding-left:			0;
	border:					1px solid black;
	-webkit-border-radius:	0;
	-moz-border-radius:		0;
	-o-border-radius:		0;
	border-radius:			0;
	font-size:				14px;
	line-height:			17px;
}

.button-updated
{
	background-color:		#d40808;
    filter:                 progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9551', endColorstr='#d40808');
    background:             -webkit-gradient(linear, left top, left bottom, from(#fb9551), to(#d40808));
    background:             -moz-linear-gradient(top, #fb9551, #d40808);
    background:             -ms-linear-gradient(top, #fb9551, #d40808);
    background:             -o-linear-gradient(top, #fb9551, #d40808);
    background:             linear-gradient(top, #fb9551, #d40808);
}

.button-new
{
	background-color:		#397300;
    filter:                 progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fd10c', endColorstr='#397300');
    background:             -webkit-gradient(linear, left top, left bottom, from(#7fd10c), to(#397300));
    background:             -moz-linear-gradient(top, #7fd10c, #397300);
    background:             -ms-linear-gradient(top, #7fd10c, #397300);
    background:             -o-linear-gradient(top, #7fd10c, #397300);
    background:             linear-gradient(top, #7fd10c, #397300);
}
